﻿
body {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #4b646d;
    background-color: #fbfbf5; /*#f9f9ef;*/
    /* background-color: #F5F8F8; */
}

/*@media (min-width: 1024px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 18px;
    }
}*/

::selection {
    background-color: #4b646d;
    color: #fff;
}

i {
    font-style: inherit;
}

/*b {
    color: #792182;
}*/

select {
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%234b646d'/></svg>") no-repeat left 10px center !important;
    background-size: 10px;
    padding-left: 24px !important;
    background-clip: padding-box !important;
    width: auto !important;
}



.success-icon {
    color: green;
    font-size: 24px;
    /*opacity: 0;*/
    transition: opacity 0.8s ease;
    /*position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;*/
}

    /* Show the icon */
    .success-icon.show {
        opacity: 1;
    }

    /* Hide it again */
    .success-icon.hidden {
        opacity: 0;
    }


.main-form-label {
    color: teal !important;
    font-weight: 600 !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.text-primary {
    color: #2f4858 !important;
}

/*.rd-navbar-wrap {
   height: 160px !important;
}*/

.wrap-word {
    word-wrap: break-word !important;
}

.timeline {
    position: relative;
    border-right: 3px solid #59c1c1;
    margin-right: 15px;
    padding-right: 20px;
}

.timeline-marker {
    width: 16px !important;
    height: 16px !important;
    background-color: #59c1c1;
    border-radius: 50%;
    position: relative;
    top: 16px;
    margin-left: 20px;
}

.control-links {
    font-size: .9rem;
    font-weight: 600;
}



.text-sub-l1 {
    margin-top: 10px;
    font-size: .93rem;
    font-weight: 600;
    /*color: #007bff;*/
}

.text-sub-l2 {
    margin-top: 10px;
    font-size: .85rem;
    font-weight: 600;
    /*color: #007bff;*/
}


/* ************************** Loading  ************************** */
.lds-dual-ring,
.lds-dual-ring:after {
    box-sizing: border-box;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6.4px solid #792182;
        border-color: #792182 transparent #792182 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ************************** Overrides  ************************** */


.bg-transparent {
    background-color: transparent !important;
}




.disappear {
    animation: hide 1s linear 5s 1 forwards;
}

@keyframes hide {
    to {
        opacity: 0;
    }
}



.space-around {
    justify-content: space-around !important;
}

.align-start {
    justify-content: flex-start !important;
    column-gap: 15px;
}

textarea {
    /* border: 1px solid #79218250 !important;*/
    border-radius: 5px !important;
    padding: 10px !important;
}


.width-auto {
    width: auto !important;
}

.width-fit {
    width: fit-content !important;
}


.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5) !important;
    margin: auto auto auto .2rem !important; /* calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.9 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto !important;*/
}



.card .card-header {
    background-color: #fff !important;
    background-image: linear-gradient(rgba(182, 209, 216, 0.15), rgba(255,255,255,0));
    !important;
    padding-top: .75rem !important;
}

    .card .card-header .card-title {
        color: teal !important; /*#005693 !important;color: #792182 !important;*/
        font-weight: bold !important;
    }

.card .card-body {
    padding: 1rem !important;
}

.card th {
    color: #005693 !important;
    font-weight: 700 !important;
    font-size: .9rem;
}

.card td {
    color: #005693 !important;
    /*font-weight: 500 !important;*/
    font-size: .8rem;
}

tfoot td {
    font-weight: 800 !important;
}
/* ************************** View Panel  ************************** */

.view-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    /*border: 1px solid #00569350;
    border-radius: 7px;
    background-color: #e3e3e310;*/
}

    .view-panel .view-block {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; /* align-items: flex-start;*/
        padding: 10px;
        border: 1px solid #00569350;
        border-radius: 7px;
        background-color: #e3e3e310;
    }

        .view-panel .view-block + .view-block {
            margin-top: 1.1rem;
        }
        .view-panel .view-block + .view-block-col {
            margin-top: 1.1rem;
        }

        .view-panel .view-block .block-title {
            font-size: .87rem;
            margin-left: 20px;
            color: #005693;
            font-weight: 700;
        }

        .view-panel .view-block .block-content {
            font-size: .8rem;
            color: #00797f;
            font-weight: 500;
        }

            .view-panel .view-block .block-content + .block-title {
                margin-right: 40px;
            }


    .view-panel .view-block-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; /* align-items: flex-start;*/
        padding: 10px;
        border: 1px solid #00569350;
        border-radius: 7px;
        background-color: #e3e3e310;
    }

        .view-panel .view-block-col + .view-block-col {
            margin-top: 1.1rem;
        }


        .view-panel .view-block-col .block-title {
            font-size: .87rem;
            margin-bottom: 5px;
            color: #005693;
            font-weight: 700;
            width:100%;
        }

        .view-panel .view-block-col .block-content {
            font-size: .8rem;
            color: #00797f;
            font-weight: 500;
            width: 100%;
        }

            .view-panel .view-block-col .block-content + .block-title {
                margin-right: 40px;
            }


/* ************************** Endo of View Panel   ************************** */


.sep-title {
    font-size: 1.2rem !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}


/* ************************** inline input  ************************** */
.inline-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #00569350;
    border-radius: 7px;
    background-color: #e3e3e350;
}

    .inline-input .inline-input-fields {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid #00569330;
        /* align-items: ;*/
    }


        .inline-input .inline-input-fields .input-pair div + div {
            margin-top: 10px;
        }


        .inline-input .inline-input-fields .input-pair {
            width: auto;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

    .inline-input .inline-input-action {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }

    .inline-input .inline-input-list {
        width: 100%;
        padding: 10px;
    }

.datepicker-wrapper {
    position: relative;
}

    .datepicker-wrapper .datepicker-icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        cursor: pointer;
    }

/*input[type="date"]:valid {
    border: 2px solid green;
}

input[type="date"]:invalid {
    border: 2px solid red;
}*/
/* ************************** Progress Bar  ************************** */
.progressbar {
    margin: 50px 0 50px 0;
    counter-reset: step;
    direction: rtl;
}

    .progressbar li {
        list-style-type: none;
        width: 16.666666%; /*width: 20%;*/
        float: right;
        font-size: 16px;
        position: relative;
        text-align: center;
        color: #7d7d7d;
    }

        .progressbar li:before {
            position: relative;
            width: 25px;
            height: 25px;
            content: '';
            line-height: 30px;
            border: 2px solid #7d7d7d;
            background-color: #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            z-index: 10;
            transition: all .8s;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 12px;
            right: -50%;
            z-index: 0;
            transition: all .8s;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: #59c1c1;
            font-weight: 700;
            transition: all .8s;
        }

            .progressbar li.active:before {
                border-color: #59c1c1;
                background-color: #59c1c1;
                transition: all .8s;
            }

            .progressbar li.active:after {
                background-color: #59c1c1;
                transition: all .8s;
            }


/****************************  table lists **********************************/

table .list-action-cell {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff !important;
}

table .fa-tool {
    font-size: 1.2rem !important;
}

.list-action-bottom {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 1rem;
}
/* **************************  Sidebar  ************************** */
.sidebar-container {
    display: flex;
    flex-direction: column;
}


.sidebar-sidebar {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    height: auto;
    background-color: #393d46;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    /* padding: 30px 30px 15px 20px;*/
    /* top: 130px;*/
    margin-bottom: 1rem;
    z-index: 100;
}

    .sidebar-sidebar .role-note {
        display: none;
    }

.sidebar-content {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    /*margin-right: 200px;*/
    text-align: justify;
}


@media (min-width: 768px) {
    .sidebar-container {
        flex-direction: row !important;
    }

    .sidebar-sidebar {
        flex-direction: column;
        width: 200px !important;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 0;
        margin: 0;
    }

        .sidebar-sidebar:first-child {
            padding-top: 170px;
        }

        .sidebar-sidebar .role-note {
            display: block;
        }

    .sidebar-content {
        /*   flex: 1;
    padding: 20px;
    box-sizing: border-box;*/
        margin-right: 200px;
        /*text-align: justify;*/
    }

    .sidebar-content {
        padding: 50px;
    }
}


.sidebar-sidebar > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px 15px 10px;
    border-bottom: 1px #e8e8e840 dashed;
    /* margin-bottom: 10px;*/
    transition: background-color 0.3s;
    transition: color 0.3s;
    font-size: 1rem;
}

    .sidebar-sidebar > a:hover {
        background-color: #005693;
        /*color: #393d46;*/
    }

    .sidebar-sidebar > a.active {
        background-color: #005693;
        color: #e3b2e8; /* color: #792182;*/
    }

.sidebar-sidebar a:last-of-type {
    border-bottom: none !important;
}


/* **************************  Elem Additions  ************************** */

.gap-6 {
    gap: 3.5rem !important;
}

.gap-7 {
    gap: 4rem !important;
}

.gap-8 {
    gap: 4.5rem !important;
}

.brackets-borders {
    border-right: 6px solid #792182 !important;
    border-left: 6px solid #792182 !important;
    border-radius: 13px !important;
}

.error-border {
    border: 2px solid #ff8484 !important;
}

.error-label {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #e92b2b;
    width: 100%;
}






/*.error-label:before {
        content: "\f071";
        font-family: FontAwesome;
        position: relative;
        top: 1px;
        margin-left: 10px;
    }
*/
.success-label {
    display: block;
    font-size: 15px;
    position: relative;
    margin-top: 10px;
    color: #136223;
    /*width: 100%;*/
}

.text-success {
    color: #136223 !important;
}
/*.success-label:before {
        content: "\f058";
        font-family: FontAwesome;
        position: relative;
        top: 1px;
        margin-left: 10px;
    
    }*/
/*
    .error-label:empty {
        display: none;
    }*/
.pw-toggle-icon {
    cursor: pointer;
    left: 10px;
    top: 27px;
    position: absolute;
    z-index: 200;
}

.pw-toggle-icon-alt {
    cursor: pointer;
    left: 10px;
    top: 56px;
    position: absolute;
    z-index: 200;
}

.pw-toggle-icon-alt1 {
    cursor: pointer;
    left: 10px;
    top: 15px;
    position: absolute;
    z-index: 200;
}

.text-end {
    text-align: left !important;
}

.text-start {
    text-align: right !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 1200px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1600px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

.background-off {
    background: none !important;
}

.padding-0 {
    padding: 0 !important;
}

.border-1 {
    border: solid 1px #792182;
}

.ltr-field {
    direction: ltr !important;
    text-align: right !important;
}
/* -----  Switch  ------- */
.switch-box {
    background: rgba(47,72,88,56%); /*rgba(0,173,181,56%); rgba(255, 255, 255, 0.56);*/
    border-radius: 30px;
    overflow: hidden;
    width: 180px; /* 240px;*/
    text-align: center;
    font-size: 15px;
    /*letter-spacing: 1px;*/
    color: #fff;
    position: relative;
    padding-right: 80px; /*120px;*/
}

    .switch-box:before {
        content: "سنوي";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100px; /* width: 120px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        pointer-events: none;
    }

.switch-box-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    z-index: 2;
}

    .switch-box-checkbox:checked + .switch-box-label:before {
        transform: translateX(80px); /* translateX(120px);*/
        transition: transform 300ms linear;
    }

    .switch-box-checkbox + .switch-box-label {
        position: relative;
        padding: 5px 0;
        display: block;
        user-select: none;
        pointer-events: none;
    }

        .switch-box-checkbox + .switch-box-label:before {
            content: "";
            background: #792182;
            height: 85%; /* 100%;*/
            width: 94%; /*100%;*/
            position: absolute;
            left: 3px; /* 0;*/
            top: 3px; /*0;*/
            border-radius: 30px;
            transform: translateX(0);
            transition: transform 300ms;
        }

        .switch-box-checkbox + .switch-box-label .switch-box-label-span {
            position: relative;
        }

/* -----  End of Switch  ------- */

/* **************************  End of Elem Additions  ************************** */

/* **************************  Setting Strips  ************************** */

.stripe-group {
    width: 100%;
    padding: 15px;
    border: solid 1px #79218235;
    border-radius: 13px;
}

    .stripe-group .stripe-group-title {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #792182;
        text-align: right;
    }

.stripe {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    justify-items: right;
    row-gap: 15px;
    column-gap: 0;
    padding: 15px;
    border-bottom: solid 1px #79218235;
}

    .stripe:last-of-type {
        border-bottom: 0 !important;
    }

    .stripe .stripe-header {
        text-align: right;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
    }

    .stripe .stripe-body {
        text-align: right;
        width: auto;
        font-weight: normal;
        font-size: 17px;
    }

        .stripe .stripe-body .stripe-notes {
            text-align: right;
            width: 100%;
            font-weight: normal;
            font-size: 14px;
            color: #a8a8a8;
            padding-top: 5px;
        }

    .stripe select, .stripe input {
        margin-right: 10px;
    }

@media (min-width: 768px) {
    .stripe {
        flex-direction: row;
        justify-content: right;
        justify-items: right;
        row-gap: 0;
        column-gap: 15px;
    }

        .stripe .stripe-header {
            text-align: right;
            width: 20%;
            font-weight: bold;
            font-size: 18px;
        }
}
/* **************************  End of Setting Strips  ************************** */




/* **************************  Alert Bars  ************************** */

/** Usage **/
/*

<div class="alert-bar alert-info alert-size-auto">
         <div class="icon">
                <i class="fas fa-info-circle"></i>
         </div>
          <div class="msg">
                <div class="msg-main">
                            
                </div>
                <div class="msg-sub">
               
                </div>
         </div>
</div>

*/

.alert-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 2rem;
    padding: 1rem 1.5rem 1rem 1rem;
    border-radius: 13px;
}

.alert-size-auto {
    width: auto !important;
    margin: auto !important;
}

.alert-bar .icon {
    margin-left: 1.5rem;
    font-size: 25px;
}

.alert-bar .msg {
    width: 100%;
    text-align: right;
}

.alert-bar .msg-main {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.alert-bar .msg-sub {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}



.alert-warning {
    background: #fff5e6;
    border-right: 6px solid #807055;
    color: #807055;
}

.alert-danger {
    background: #fcebec;
    border-right: 6px solid #dc3545;
    color: #dc3545;
}


.alert-info {
    background: #e8f6f8; /*#e9f0fb;*/
    border-right: 6px solid #17a2b8; /*#2364D2*/
    color: #17a2b8;
}

.alert-success {
    background: #eaf6ec;
    border-right: 6px solid #28a745;
    color: #28a745;
}










/* **************************  End of Alert Bars  ************************** */




/* **************************  Dual Card  ************************** */

.dual-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #edf4f7;
    border: 1px solid #e3e3e3;
    margin: 2rem auto;
    padding: 2.5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 2px 9px rgba(47,72,88,15%);
    -moz-box-shadow: -2px 2px 9px rgba(47,72,88,15%);
    box-shadow: -2px 2px 9px rgba(47,72,88,15%);
}

    .dual-card-container::before {
        position: relative;
        top: 50%;
        right: 0;
        width: 70% !important;
        border-bottom: solid 3px #005693;
        opacity: .2;
        border-radius: 3px;
    }

@media (min-width: 768px) {
    .dual-card-container {
        flex-direction: row;
    }

        .dual-card-container::before {
            border: 0;
            position: relative;
            right: 50%;
            width: 0 !important;
            top: 0;
            height: 70%;
            border-right: solid 3px #005693;
            opacity: .2;
            border-radius: 3px;
        }
}


.dual-card-container .dual-card-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    width: 100%;
}

    .dual-card-container .dual-card-box .heading {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }



    .dual-card-container .dual-card-box .icon {
        width: 85px;
        height: 85px;
        margin-bottom: 1rem;
    }

        .dual-card-container .dual-card-box .icon img {
            width: 100%;
            height: 100%;
        }



    .dual-card-container .dual-card-box .info {
        font-size: 1rem;
        text-align: center;
    }

/*-------- Themes ---------*/
.dual-card-container .theme-maroon {
    color: #792182;
}



.dual-card-container .theme-dark-blue {
    color: #005693;
}
/* **************************  End of Dual Card  ************************** */


/* **************************  Form Elements  ************************** */
.user-menu-in .megamenu-body > div {
    width: 100%;
}

.user-menu-in .menu-icon {
    width: 30px !important;
}

.menu-icon {
    margin-left: 10px;
}

.card-form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: 2rem auto;
    padding: 2.5rem 1.5rem 0 1.5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 2px 9px rgba(47,72,88,15%);
    -moz-box-shadow: -2px 2px 9px rgba(47,72,88,15%);
    box-shadow: -2px 2px 9px rgba(47,72,88,15%);
}

.card-form-embedded {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card-form * {
    transition: all 0.3s ease;
}

.card-form input {
    appearance: none;
    border-radius: 0;
}

.card-form .input-panel {
    margin: 1.5rem auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    padding: .75rem;
}

.card-form .card-heading {
    text-align: center;
    font-size: 1.75rem !important;
    font-weight: 700;
    line-height: 1.222;
}

.card-form .sub-heading {
    text-align: center;
    display: block;
    font-size: .88em !important;
    font-weight: 400 !important;
    margin-top: .25em;
}


.card-form .input-block {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 1.5rem;
}

    .card-form .input-block + .input-block {
        margin-top: 1.1rem;
    }


.card-form .input-label {
    color: #8597a3;
    position: absolute;
    top: 1.5rem;
    transition: .25s ease;
}

.card-form .input-field {
    border: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font: inherit;
    font-size: 1.125rem;
    padding: 0.25rem 0;
}


    .card-form .input-field:focus, .card-form .input-field:not([value=""]) {
        outline: 0;
        border-bottom-color: #4b646d; /*#005693;*/
    }



        .card-form .input-field:focus + .input-label, .card-form .input-field:not([value=""]) + .input-label {
            color: #4b646d; /* #005693;*/
            transform: translateY(-1.5rem);
            font-size: .9rem;
        }



/*.card-form .input-field:focus, .card-form .input-field:valid {
            outline: 0;
            border-bottom-color: #005693;
        }

            .card-form .input-field:focus + .input-label, .card-form .input-field:valid + .input-label {
                color: #005693;
                transform: translateY(-1.5rem);
                font-size: .9rem;
            }*/

.card-form .action-block {
    margin-top: 5em; /*2.5rem;*/
    text-align: center;
}

.card-form .action-button {
    font: inherit;
    font-size: 1.25rem !important;
    padding: .5em;
    width: 100%;
    font-weight: 600 !important;
    background-color: #4b646d; /*#6658d3;*/
    border-radius: 6px;
    color: #fff;
    border: 0;
}

@media (min-width: 768px) {
    .card-form .action-button {
        width: 50% !important;
    }
}

@media (min-width: 1000px) {
    .card-form .action-button {
        width: 30% !important;
    }
}

.card-form .action-button:hover, .card-form .action-button:focus {
    outline: 0;
    background-color: #00569390;
    color: #005693;
}




.card-form .action-button-accept {
    font: inherit;
    font-size: 1.25rem !important;
    padding: .5em;
    width: 100%;
    font-weight: 600 !important;
    background-color: #035956; /*#6658d3;*/
    border-radius: 6px;
    color: #fff;
    border: 0;
}


    .card-form .action-button-accept:hover, .card-form .action-button-accept:focus {
        outline: 0;
        background-color: #184D4790;
        color: #184D47;
    }

@media (min-width: 768px) {
    .card-form .action-button-accept {
        width: 50% !important;
    }
}

@media (min-width: 1000px) {
    .card-form .action-button-accept {
        width: 30% !important;
    }
}


.card-form .action-button-reject {
    font: inherit;
    font-size: 1.25rem !important;
    padding: .5em;
    width: 100%;
    font-weight: 600 !important;
    background-color: #801818;
    border-radius: 6px;
    color: #fff;
    border: 0;
}


    .card-form .action-button-reject:hover, .card-form .action-button-reject:focus {
        outline: 0;
        background-color: #80181890;
        color: #801818;
    }

@media (min-width: 768px) {
    .card-form .action-button-reject {
        width: 50% !important;
    }
}

@media (min-width: 1000px) {
    .card-form .action-button-reject {
        width: 30% !important;
    }
}


.card-form .action-link {
    display: block;
    font-size: .85em !important;
    padding: 1rem .5em .5em .5em;
    width: 100%;
    text-align: center;
}

/*.card-form a {
    font-weight: 500 !important;
    color: #792182;*/ /*#005693 !important; !important*/
/*}


    .card-form a:hover {
        color: #00569380 !important;
    }*/

.card-form .card-info {
    padding: 1rem 1rem;
    text-align: center;
    font-size: 0.75em !important;
    color: #8597a3;
    line-height: 1.5;
}
/*---------------- Card Form Check -----------------*/




input[type="checkbox"] {
    box-sizing: border-box;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    margin: 6px 0 6px 6px;
    padding: 0;
    border: 2px solid #4b646d; /*2px solid #792182;*/
    border-radius: 4px;
    appearance: none;
    background-color: transparent;
    outline: none;
    transition: outline 0.1s;
    position: relative;
    top: 0px; /*10px;*/
}


    input[type="checkbox"]:checked {
        /*background-size: unset;*/ /*cover;*/
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        padding: 2px;
    }

    input[type="checkbox"]:not(:disabled):checked {
        border-color: var(--checkbox-checked-color);
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12px" height="12px" viewBox="0 0 30 30" xml:space="preserve"><path d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
        /*        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %23274c77" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
*/
    }




    input[type="checkbox"]:disabled {
        background-color: var(--checkbox-disabled-bg-color);
    }

        input[type="checkbox"]:disabled:checked {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %238b8c89" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
        }


@media (hover: hover) {
    input[type="checkbox"]:not(:disabled):hover {
        background-color: var(--checkbox-hover-color);
        outline: 6px solid var(--checkbox-hover-color);
        transform-origin: 50% 50%;
        transform: scale(1.1);
    }
}



input[type="checkbox"]:focus-visible {
    outline: 6px solid var(--checkbox-hover-color);
    transform-origin: 50% 50%;
    transform: scale(1.05);
}





/********************************* Radio ***********************************/
input[type="radio"] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 2px solid #792182;
    border-radius: 50%;
    appearance: none;
    background-color: transparent;
    outline: none;
    transition: outline 0.1s;
    position: relative;
    top: 4px; /*10px;*/
}

.radio-custom + .radio-custom-dummy + label {
    display: inline-block;
    padding-right: 10px;
}

input[type="radio"] + label {
    display: inline-block;
    padding-right: 10px;
}


input[type="radio"]:checked {
    background-size: contain;
    padding: 2px;
}

input[type="radio"]:not(:disabled):checked {
    border-color: var(--checkbox-checked-color);
    /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px" viewBox="0 0 20 20" xml:space="preserve"><circle fill="#792182" cx="16.23" cy="16.23" r="9"/></svg>');
        background-color: #792182;*/
    background-image: url("../img/radioChecked.svg");
}




input[type="radio"]:disabled {
    background-color: var(--checkbox-disabled-bg-color);
}

    input[type="radio"]:disabled:checked {
        /*            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %238b8c89" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
*/
        background-color: #005693;
    }


@media (hover: hover) {
    input[type="radio"]:not(:disabled):hover {
        /* background-color: var(--checkbox-hover-color);*/
        outline: 6px solid var(--checkbox-hover-color);
        /*transform: scale(1.05);*/
    }
}



input[type="radio"]:focus-visible {
    outline: 6px solid var(--checkbox-hover-color);
    /* transform: scale(1.05);*/
}


/********************************* End of Radio ***********************************/


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5em;
    padding-left: unset !important;
    margin-bottom: .125rem;
}

    .form-check .form-check-input {
        float: right !important;
        margin-right: -1.4em;
        margin-left: unset !important;
    }

.checked-listbox td {
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5em;
    padding-left: unset !important;
    padding-bottom: 5px;
    margin-bottom: .125rem;
    color: #00569390;
    font-size: 1rem;
    font-weight: 700;
}

/*    .checked-listbox td input[type="checkbox"] {
        float: right !important;
      
        margin-left: 13px !important;
        appearance: none;
        -webkit-appearance: none;
        display: flex;
        align-content: center;
        justify-content: center;
    
        border: 2px solid #79218290;
        border-radius: 4px;
        margin-top: 7px;
    }

        .checked-listbox td input[type="checkbox"]::before {
            content: "";
            width: 15px;
            height: 15px;
            clip-path: polygon(39.98% 70.63%, 19.21% 42.89%, 19.21% 70.63%, 39.98% 89%, 84.47% 38.7%, 84.47% 6.75%);
            transform: scale(0);
            background-color: #79218280;
        }

        .checked-listbox td input[type="checkbox"]:checked::before {
            transform: scale(1);
        }

        .checked-listbox td input[type="checkbox"]:hover {
            color: black;
        }*/
/*---------------- Card Form Theme -----------------*/
.card-form-x1 {
    width: 95%;
    max-width: 425px;
    max-height: 900px;
}

.card-form-x2 {
    width: 95%;
}

.card-form-x3 {
    width: 95%;
}

@media (min-width: 768px) {
    .card-form-x2 {
        width: 650px;
        max-width: 650px;
    }

    .card-form-x3 {
        width: 650px;
        max-width: 650px;
    }
}

@media (min-width: 1200px) {
    .card-form-x3 {
        width: 80%;
        max-width: 1320px;
    }
}

.card-form-theme-maroon {
    -webkit-box-shadow: -2px 2px 9px rgba(0,173,181,15%);
    -moz-box-shadow: -2px 2px 9px rgba(0,173,181,15%);
    box-shadow: -2px 2px 9px rgba(0,173,181,15%);
}

    .card-form-theme-maroon .card-heading {
        color: #792182;
    }

    .card-form-theme-maroon .input-label {
        color: #792182;
    }

    .card-form-theme-maroon .input-field:focus, .card-form-theme-maroon .input-field:valid {
        border-bottom-color: #792182;
    }

        .card-form-theme-maroon .input-field:focus + .input-label, .card-form-theme-maroon .input-field:valid + .input-label {
            color: #792182; /* #6658d3;*/
        }

    .card-form-theme-maroon .action-block {
        margin-top: 2.5rem;
    }

    .card-form-theme-maroon .action-button {
        background-color: #792182; /*#6658d3;*/
    }

        .card-form-theme-maroon .action-button:hover, .card-form-theme-maroon .action-button:focus {
            background-color: #79218290;
            color: #792182;
        }

    .card-form-theme-maroon a {
        color: #792182 !important;
    }

        .card-form-theme-maroon a:hover {
            color: #79218280 !important;
        }

/*---------------- End of Card Form Theme -----------------*/

/* **************************  End of Form Elements  ************************** */


/* **************************  Stream Box  ************************** */


.stream-box-wrapper {
    margin: 40px 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 !important;
}

    .stream-box-wrapper * {
        transition: all 0.3s ease;
    }

@media (min-width: 768px) {
    .stream-box-wrapper {
        margin: 40px 0 !important;
        flex-direction: row;
        /* column-gap: 30px;*/
    }
}

.stream-box {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 300px;
    min-width: 250px;
    background-color: #f7f8f8;
    margin-bottom: 30px;
    border-radius: 10px;
    border-bottom: solid 3px #792182;
    width: 100%;
}

    .stream-box:last-of-type {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .stream-box {
        height: 250px;
        min-width: 280px;
        margin-left: 30px;
    }

        .stream-box:last-of-type {
            margin-left: 0;
        }

    .stream-box-md-50 {
        width: calc(50% - 15px) !important;
    }
}

.stream-box .stream-box-head {
    width: 100%;
    height: 40px !important;
    background: #f4eaed;
    border-right: solid 6px #792182;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #792182;
    /*line-height: 1;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


    .stream-box .stream-box-head a {
        display: inline-block;
        padding-right: 25px;
        padding-top: 8px;
        width: 100%;
        height: 100%;
    }

.stream-box .stream-box-body {
    width: 100%;
    height: calc(100% - 40px); /*100%;*/
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.stream-box .stream-box-inner {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0;
}
/* **************************  End of Stream Box  ************************** */
/* **************************  Pricing Table  ************************** */
.dashboard_table-container {
    margin: 40px 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
}

    .dashboard_table-container * {
        transition: all 0.3s ease;
    }

@media (min-width: 768px) {
    .dashboard_table-container {
        margin: 120px 0 !important;
        flex-direction: row;
        column-gap: 30px;
    }
    /*.dashboard_table-container:last-child {
        z-index: -1;
        right: -10px;
    }*/

}

.dashboard_table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 80%; /*250px;*/
    height: 550px;
    background: #fff;
    border: 1px solid #e3e3e3;
    /*margin: 50px;*/
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: -2px 2px 9px rgba(0,173,181,15%);
    -moz-box-shadow: -2px 2px 9px rgba(0,173,181,15%);
    box-shadow: -2px 2px 9px rgba(0,173,181,15%);
    transition: all ease 0.25s;
}

    .dashboard_table .top {
        width: 100%;
        height: 50px;
        background: #2F2E35;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        -webkit-box-shadow: 0 2px 9px rgba(0,173,181,25%);
        -moz-box-shadow: 0 2px 9px rgba(0,173,181,25%);
        box-shadow: 0 2px 4px rgba(0,173,181,25%);
    }

    .dashboard_table .top-underlayer {
        position: absolute;
        top: 25px;
        width: calc(100% - 2px);
        height: 50px;
        background: #edf4f7; /*#2F2E35;*/
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        z-index: -20;
    }

@media (min-width: 768px) {
    .dashboard_table {
        width: 280px;
        height: 460px;
    }

        .dashboard_table .top {
            width: 280px;
        }

        .dashboard_table .top-underlayer {
            width: 280px;
        }
}


/* *** Ribbon *** */

.dashboard_table .ribbon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
    /*
    .dashboard_table .ribbon::before,
    .dashboard_table .ribbon::after {
        position: absolute;
        content: "";
        z-index: -10;
        display: block;
        border: 7px solid #6b8e2f;
        border-top-color: transparent;
        border-left-color: transparent;
    }*/

    /*.dashboard_table .ribbon::before {
        top: -2px;*/ /* 0px;*/
    /*right: 63px;*/ /*10px;*/
    /*}

    .dashboard_table .ribbon::after {
        bottom: 63px;
        left: -7px;*/ /*0px;*/
    /*}*/

    .dashboard_table .ribbon span {
        position: absolute;
        top: 20px;
        right: 15px;
        transform: rotate(-45deg);
        width: 200px;
        background: #9dcc55;
        padding: 3px 0;
        color: #69753c; /*#fff;*/
        text-align: center;
        font-size: 12px;
        /*box-shadow: 0 3px 6px rgba(0,0,0,0.12);*/ /*0 5px 10px rgba(0,0,0,0.12);*/
    }


@media (min-width: 768px) {
    .dashboard_table .ribbon {
        top: -7px;
        left: -7px;
        overflow: hidden;
    }

        .dashboard_table .ribbon::before,
        .dashboard_table .ribbon::after {
            position: absolute;
            content: "";
            z-index: -10;
            display: block;
            border: 7px solid #6b8e2f;
            border-top-color: transparent;
            border-left-color: transparent;
        }

        .dashboard_table .ribbon::before {
            top: -2px; /* 0px;*/
            right: 63px; /*10px;*/
        }

        .dashboard_table .ribbon::after {
            bottom: 63px;
            left: -7px; /*0px;*/
        }

        .dashboard_table .ribbon span {
            position: absolute;
            top: 20px;
            right: 15px;
            transform: rotate(-45deg);
            width: 200px;
            background: #9dcc55;
            padding: 3px 0;
            color: #69753c; /*#fff;*/
            text-align: center;
            font-size: 12px;
            /*box-shadow: 0 3px 6px rgba(0,0,0,0.12);*/ /*0 5px 10px rgba(0,0,0,0.12);*/
        }
}

/* *** End of Ribbon *** */

.dashboard_table .top h2 {
    color: #fff;
    text-align: center;
    font: 500 22px/53px 'Cairo', sans-serif;
    margin: 0;
}


.dashboard_table .plan-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 30px 50px 30px;
}

.dashboard_table ul {
    list-style-type: none;
    font: 300 14px/2 'Cairo', sans-serif;
    margin-top: 15px; /* 45px 0 0;*/
    /* padding: 0 20px;*/
    width: 100%;
    text-align: right;
}

.dashboard_table .plan-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    text-align: right;
}

.dashboard_table ul > li:before {
    content: url(../img/check_mark_12x12.svg);
    margin-left: 10px;
}

.dashboard_table hr {
    border: 1px solid #59c1c1;
    background-color: #59c1c1;
    color: #792182;
    height: 1px;
    width: 50%;
}


.dashboard_table .price-tag h1 {
    text-align: center;
    font: bold 58px/1 'Cairo', sans-serif;
    /* margin: 20px 0 0 0;*/
}

    .dashboard_table .price-tag h1 span {
        transition: all 0.3s ease;
    }

.dashboard_table .price-tag p {
    margin-top: 0;
    text-align: center;
    font: 500 14px/1 'Cairo', sans-serif;
    color: #BCBEC0;
}

.dashboard_table .price-tag h1 sup {
    font-size: 25px;
    top: -1em !important;
}


.dashboard_table .plan-content > a {
    /*  position: absolute;
    bottom: 40px;*/
    display: block;
    height: 40px;
    width: 100px;
    color: #fff;
    /* margin: 25px 60px 0 60px;*/
    text-decoration: none;
    text-align: center;
    font: 500 16px/40px 'Cairo', sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*Gradient*/
    background: #9dcc55; /* Old browsers */
    background: -moz-linear-gradient(top, #9dcc55 0%, #96c23d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dcc55), color-stop(100%,#96c23d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9dcc55 0%,#96c23d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9dcc55 0%,#96c23d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9dcc55 0%,#96c23d 100%); /* IE10+ */
    background: linear-gradient(top, #9dcc55 0%,#96c23d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dcc55', endColorstr='#96c23d',GradientType=0 ); /* IE6-9 */
}

    .dashboard_table .plan-content > a:hover, .dashboard_table .plan-content > a:focus, .dashboard_table .plan-content > a:active {
        color: #69753c !important; /*#485b23;*/
        background: #b2e560; /* Old browsers */
        background: -moz-linear-gradient(top, #b2e560 0%, #96c23d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e560), color-stop(100%,#96c23d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b2e560 0%,#96c23d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b2e560 0%,#96c23d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b2e560 0%,#96c23d 100%); /* IE10+ */
        background: linear-gradient(top, #b2e560 0%,#96c23d 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e560', endColorstr='#96c23d',GradientType=0 ); /* IE6-9 */
    }

.dashboard_table-featured {
    margin: 20px 0;
    -webkit-transform: scale(1.14, 1.14);
    -moz-transform: scale(1.14, 1.14);
    -o-transform: scale(1.14, 1.14);
    -ms-transform: scale(1.14, 1.14);
    transform: scale(1.14, 1.14);
}

    .dashboard_table-featured:hover {
        transform: scale(1.19, 1.19);
        transition: all ease 0.25s;
    }

.dashboard_table:not(.dashboard_table-featured):hover {
    transform: scale(1.05, 1.05);
    transition: all ease 0.25s;
}

@media (min-width: 768px) {
    .dashboard_table-featured {
        z-index: 1000;
    }
}
/* **************************  End of Pricing Table  ************************** */



/* **************************  Carousel  ************************** */
/*.carousel-item{
    float: right;
}*/



/*.carousel-cat-groups .carousel-inner .carousel-item-end,
.carousel-cat-groups .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

@media (max-width: 767px) {
    .carousel-cat-groups .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-cat-groups .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-cat-groups .carousel-inner .carousel-item.active,
.carousel-cat-groups .carousel-inner .carousel-item-next,
.carousel-cat-groups .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {

    .carousel-cat-groups .carousel-inner .carousel-item-end.active,
    .carousel-cat-groups .carousel-inner .carousel-item-next {
        transform: translateX(-33.333333%);
    }

    .carousel-cat-groups .carousel-inner .carousel-item-start.active,
    .carousel-cat-groups .carousel-inner .carousel-item-prev {
        transform: translateX(33.333333%);
    }*/

/*.carousel-cat-groups .carousel-control-prev, .carousel-cat-groups .carousel-control-next {
        width: 7%;
        top: 50%;
        transform: translateY(-50%);
        opacity: .4;
        
    }*/

/*   .carousel-control-prev:hover, .carousel-control-next:hover {
            opacity: .8;
        }
}*/

/*
.post-carousel-control {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .8;
    background-color: #e6c9d1;
    color: #792182 !important;
    border-radius: 50%;
}

    .post-carousel-control:hover {
        opacity: 1;
    }*/

/* **************************  Accordion  ************************** */
.accordion-item {
    padding: 5px !important;
    font-size: 1.1rem !important;
    margin-bottom: 25px !important;
    /*font-weight: bold;
    border: 0;*/
    background: #fff !important;
    border-radius: 15px !important;
    box-shadow: -2px 2px 7px 0 rgba(0,173,181,15%) !important;
}

@media (min-width: 960px) {
    .accordion-item {
        padding: 15px !important;
    }
}

.accordion-item:first-of-type {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
    }



.accordion-button {
    font-weight: bold !important;
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
    text-align: right;
}

    .accordion-button:focus {
        border: 0;
        box-shadow: none;
        background: none;
    }

    .accordion-button::after {
        margin-left: 0;
        margin-right: auto;
    }

    .accordion-button:not(.collapsed) {
        background: none;
    }

.accordion-header {
}

/*h3 .accordion-header {
    font-weight: bold !important;
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
}*/

.accordion-body {
    border-top: 1px solid #79218220;
}

/* **************************  Colors  ************************** */
@media (min-width: 768px) {
    .vertical-line {
        border-left: 2px solid #59c1c1;
        height: 30px;
        position: absolute;
        left: 50%;
    }
}

.hero-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.hero-grad-main {
    background-image: linear-gradient(rgba(75, 100, 109, 0.15), rgba(255,255,255,0) 30%);
    /* background-image: linear-gradient(rgba(0,173,181,.15), rgba(255,255,255,0) 40%);*/
}

.hero-grad {
    background-image: linear-gradient(rgba(182, 209, 216, 0.15), rgba(255,255,255,0));
}

.hero-text {
    font-size: 1.25rem;
    margin-top: 15px;
}



.text-tiny {
    font-size: 0.9rem !important;
}


@media (min-width: 768px) {
    .text-tiny {
        font-size: 0.75rem !important;
    }
}


.text-small {
    font-size: .95rem !important;
}

.text-brand-c1 {
    color: #792182;
}

.content-wrapper {
    font-size: 1rem;
    line-height: 2;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .content-wrapper {
        font-size: 1.15rem;
        line-height: 1.7;
        padding-right: 0;
        padding-left: 0;
    }
}

.bg-light-green {
    background-color: #3aa93510;
}

.bg-light-red {
    background-color: #e3051310;
}

.bg-light-black {
    background-color: #1c1c1b20;
}

.bg-black {
    background-color: #1c1c1b;
}




.bg-nespwdreg-light {
    background-color: #f4eaed !important; /*#F5F8F8*/
}

    .bg-nespwdreg-light h2 {
        color: #792182;
    }

    .bg-nespwdreg-light p {
        color: #393D49;
    }


.bg-nespwdreg-light-blue {
    background-color: #edf4f7 !important; /*#F5F8F8*/
}

    .bg-nespwdreg-light-blue h2 {
        color: #005693;
    }

    .bg-nespwdreg-light-blue p {
        color: #005693;
    }


.bg-nespwdreg-light-red {
    background-color: #f4eaed !important; /*fdeeee#f9e9ea*/
}

    .bg-nespwdreg-light-red h2 {
        color: #792182;
    }

    .bg-nespwdreg-light-red p {
        color: #393D49;
    }

.bg-nespwdreg-light-green {
    background-color: #e7f6ef !important;
}

    .bg-nespwdreg-light-green h2 {
        color: #006838;
    }

    .bg-nespwdreg-light-green p {
        color: #393D49;
    }





.bg-nespwdreg-dark {
    background-color: #792182 !important;
}

    .bg-nespwdreg-dark h2, .bg-nespwdreg-dark p {
        color: #fefefe;
    }


.bg-nespwdreg-red-primary {
    background-color: #792182 !important;
}

.bg-nespwdreg-red-secondary {
    background-color: #3aa935 !important; /*#792182*/
}



.shadow-in {
    box-shadow: inset 0 2px 7px 0 rgba(0,0,0,15%);
}

@charset "UTF-8";
/*
*
* Trunk version 1.2.2
*
*/
/**
* Template Style
*
* [Table of contents]
*   1. Custom styles
*     1.1 Main Styles
*     1.2 Typography
*     1.3 Backgrounds
*     1.4 Colors
*     1.5 Main layout
*
*   2. Components
*     2.1 Icons
*     2.2 Buttons
*     2.3 Forms
*     2.4 Tables
*     2.5 Lists
*     2.6 Post
*     2.7 Thumbnail
*     2.8 Tooltip
*     2.9 Snackbars
*     2.10 Navigation
*     2.11 Preloader
*     2.12 Breadcrumbs
*     2.13 Panel custom
*     2.14 Pagination custom
*
*   3. Helpers
*     3.1 Text-alignment
*     3.2 Text-styling
*     3.3 Visibility responsive
*     3.4 Groups
*     3.5 Context Styling
*     3.6 Sections
*     3.7 Offsets
*
*   4. Modules
*     4.1 Flex grid
*     4.2 Unit-responsive
*
*   5 Plugins
*     5.1 Animate
*     5.2 Isotope
*     5.3 Owl Carousel
*     5.4 RD Navbar
*     5.5 RD Parallax
*     5.6 RD Google-Map
*     5.7 RD Search
*     5.8 To top
*     5.9 Tabs
*     5.10 Photoswipe
*     5.11 Progress-bars
*     5.12 Counter
*     5.13 jquery-circle-progress
*     5.14 Timecircles
*     5.15 Swiper
*
*   6. Fonts
*     6.1 FontAwesome
*     6.2 MDI
**/
/*
*
* Components
* ==================================================
*/

.hide {
    display: none;
}



/*

*
* Typography
* ==================================================
*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    margin-top: .5rem; /* 0;*/
    margin-bottom: 2rem; /*0;*/
    font-family: inherit;
    font-weight: 400;
    color: #4b646d;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
        transition: .3s all ease;
    }

        h1 a, h1 a:focus, h1 a:active, h2 a, h2 a:focus, h2 a:active, h3 a, h3 a:focus, h3 a:active, h4 a, h4 a:focus, h4 a:active, h5 a, h5 a:focus, h5 a:active, h6 a, h6 a:focus, h6 a:active, .heading-1 a, .heading-1 a:focus, .heading-1 a:active, .heading-2 a, .heading-2 a:focus, .heading-2 a:active, .heading-3 a, .heading-3 a:focus, .heading-3 a:active, .heading-4 a, .heading-4 a:focus, .heading-4 a:active, .heading-5 a, .heading-5 a:focus, .heading-5 a:active, .heading-6 a, .heading-6 a:focus, .heading-6 a:active {
            color: inherit;
        }

            h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
                color: #792182;
            }

h1,
.heading-1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
}

    h1 > .big,
    .heading-1 > .big {
        font-size: 3.37em;
    }

@media (min-width: 768px) {
    h1,
    .heading-1 {
        font-size: 42px;
        line-height: 1.13514;
    }
}

@media (min-width: 1600px) {
    h1,
    .heading-1 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    h1,
    .heading-1 {
        font-size: 53px; /*60px;*/ /*74px;*/
    }
}

h2,
.heading-2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
}

@media (min-width: 768px) {
    h2,
    .heading-2 {
        font-size: 32px;
        line-height: 1.20833;
    }
}

@media (min-width: 1200px) {
    h2,
    .heading-2 {
        font-size: 48px;
    }
}

h3,
.heading-3 {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 900;
}

@media (min-width: 768px) {
    h3,
    .heading-3 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    h3,
    .heading-3 {
        line-height: 1.16667;
    }
}

@media (min-width: 1600px) {
    h3,
    .heading-3 {
        font-size: 36px;
    }
}

h4,
.heading-4 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

@media (min-width: 768px) {
    h4,
    .heading-4 {
        line-height: 1.21429;
    }
}

@media (min-width: 992px) {
    h4,
    .heading-4 {
        font-size: 23px;
    }
}

@media (min-width: 1600px) {
    h4,
    .heading-4 {
        font-size: 28px;
    }
}

h5,
.heading-5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

@media (min-width: 768px) {
    h5,
    .heading-5 {
        line-height: 1.36364;
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    h5,
    .heading-5 {
        font-size: 22px;
    }
}

h6,
.heading-6 {
    font-size: 14px;
    line-height: 1.3;
    color: #a1a1a1;
}

@media (min-width: 768px) {
    h6,
    .heading-6 {
        line-height: 1.28571;
        font-size: 14px;
    }
}

.big {
    font-size: 23px;
}

p {
    margin: 0;
}

.p-group p + p {
    margin-top: 10px;
}

small,
.small {
    display: block;
    font-size: 16px;
}

/*
*
* Breadcrumbs
* --------------------------------------------------
*/


.breadcrumb-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

    .breadcrumb-wrapper.bg-image.bg-image-gel .inline-list-with-divider {
        color: #fff;
    }

    .breadcrumb-wrapper.bg-image.bg-image-gel .breadcrumb-custom > li > a, .breadcrumb-wrapper.bg-image.bg-image-gel .breadcrumb-custom > li > a:focus, .breadcrumb-wrapper.bg-image.bg-image-gel .breadcrumb-custom > li > a:active {
        color: #fff;
    }

        .breadcrumb-wrapper.bg-image.bg-image-gel .breadcrumb-custom > li > a:hover {
            color: #59c1c1;
        }

.breadcrumb-wrapper-xl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 20vh;
    padding-top: 105px;
    margin-top: -55px;
}

@media (min-width: 992px) {
    .breadcrumb-wrapper-xl {
        padding-top: 200px;
    }
}

.breadcrumb-custom {
    /* margin-top: 7%;*/
    list-style: none;
}

    .breadcrumb-custom > li {
        display: inline-block;
        font-size: .8rem;
    }

        .breadcrumb-custom > li:after {
            padding: 0 8px 0 4px; /*0 15px 0 8px;*/
            font-family: "Material Design Icons";
            content: "\f237";
            color: #792182;
        }

        .breadcrumb-custom > li:last-child:after {
            display: none;
        }

@media (min-width: 1024px) {
    .breadcrumb-wrapper-xl {
        margin-top: 0;
        min-height: 100vh;
        padding-top: 180px;
    }
}

@media (min-width: 1024px) and (min-height: 750px) {
    .breadcrumb-wrapper-xl {
        min-height: 750px;
    }
}

@media (min-width: 1200px) {
    .breadcrumb-wrapper {
        padding-top: 30px; /*75px;*/
    }

    .breadcrumb-wrapper-xl {
        padding-top: 180px;
    }

    .breadcrumb-custom {
        margin-bottom: 20px; /*100px;*/
    }

        .breadcrumb-custom > li + li:before {
            padding: 0 25px 0 18px;
        }

    [class*='inline-list-'] + .breadcrumb-custom {
        margin-top: 180px;
    }
}

/**
*
* Block Custom
* =====================================================
*/
.block-sm, .block-md, .block-lg, .blog-grid {
    margin-left: auto;
    margin-right: auto;
}

.block-sm {
    max-width: 280px;
}

.block-md {
    max-width: 640px;
}

.block-lg {
    max-width: 870px;
}

@media (min-width: 576px) {
    .block-md {
        padding: 0 30px;
    }
}









/*-- Login Popover --*/


/* ============ mobile view ============ */
.rd-navbar .has-megamenu {
    position: static !important;
}

/*.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
}*/

.megamenu {
    /* position: relative;*/
    padding: 20px;
    text-align: right;
    width: fit-content !important;
    min-width: 200px !important;
    /* left: 30px;*/
}

    .megamenu .megamenu-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start; /*center;*/
        row-gap: 7px;
        width: 100%;
        height: 100%;
    }

    .megamenu select {
        width: 100%;
    }
/* ============ mobile view .end// ============ */


/* ============ desktop view ============ */
@media (max-width: 568px) {

    #mnuLocations {
        position: absolute;
        top: 110px !important;
    }
}

@media (min-width: 768px) {
    .megamenu:after {
        content: '';
        position: absolute;
        border: 7px solid transparent;
        border-bottom: 7px solid #79218250;
        top: -14px;
        left: 17px;
        margin-left: 5px;
    }
}
/* ============ desktop view .end// ============ */





.dropdown-toggle::after {
    margin-left: 0;
    margin-right: 0.26em;
}




.fa-tool {
    font-size: 1.7rem !important;
}

.fa-large {
    font-size: 1.5rem !important;
}
/*.popover-header {
    display: none;
}


.popover {
    font-family: 'Cairo', sans-serif;
    padding: 20px;*/
/*width: 330px !important;
    height: 230px !important;*/
/*}

    .popover .popover-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        row-gap: 7px;
        width: 100%;
        height: 100%;
    }

.arrow {
    position: absolute;
    left: 50%;
    background: #59c1c1;
}

.login-popover-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.location-popover-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.menu-item-container {
    width: 100%;
    margin-bottom: 15px;
}

.location-flag {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    height: 35px;
    background-color: #59c1c115;
    padding: 5px;
    margin: 0 0 2px 0;
    border-radius: 3px;
}

    .location-flag:hover {
        background-color: #59c1c130;
    }

    .location-flag:active {
        background-color: #59c1c1;
    }

    .location-flag .flag img {
        border-radius: 2px;
    }

.location-selector {
    position: relative;
    top: -5px;
    height: 100%;
}

    .location-selector > img {
        padding-left: 5px;
        border-left: 1px solid #a1a1a1;
        width: 27px;
    }

    .location-selector > span {
        font-size: .7rem;
        font-weight: bold;
        /* margin-left: 5px;*/
    }


/*-- End of Login Popover --*/
/*-- Item Box --*/
.items-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    column-gap: 30px;
    justify-content: center;
    max-width: 100%;
    padding: 0;
}

@media (min-width: 640px) {
    .items-list {
        flex-direction: row;
        flex-wrap: wrap;
        /*justify-content: center;*/
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (min-width: 1100px) {
    /*.items-list {
        justify-content: space-between;
    }*/
}




.block-why-us {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 10px;
    align-items: center;
    padding: 0 0 10px 0;
    margin: auto;
    text-align: center;
    max-height: contain; /*590px*/
    width: 80% !important;
    /*height: 490px;*/
    background-color: #f1f1f105;
    border-radius: 10px;
    /* box-shadow: -2px 2px 2px 2px rgba(0,173,181,5%);*/
}

@media (min-width: 768px) {
    .block-why-us {
        margin: 15px;
        text-align: center;
        width: 225px !important;
        /*height: 350px !important;*/
    }
}

.block-why-us img {
    height: 80px !important;
    width: auto;
    filter: invert(24%) sepia(38%) saturate(494%) hue-rotate(159deg) brightness(91%) contrast(89%);
}

.block-why-us h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px !important;
}

.block-why-us h5 {
    font-size: .8rem;
}

.block-itembox {
    /*cursor: pointer;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: center;*/

    padding: 10px 10px;
    /*margin: 15px 0;*/
    text-align: center;
    max-height: contain; /*590px*/
    width: 100% !important;
    /*height: 490px;*/
    background-color: #f1f1f1;
    border: solid 1px #792182;
    border-radius: 10px;
    box-shadow: -2px 2px 7px 0 rgba(0,173,181,15%);
}



    .block-itembox .img-box {
        width: 100%;
        /*height: 150px !important;*/ /*240px !important;*/
        max-height: contain !important;
        /* min-height: 40% !important;*/
        overflow: clip;
        padding: 0;
        margin: 0;
        border-radius: 10px;
    }


@media(min-width: 568px) {


    .block-itembox .img-box {
        height: 240px;
        min-height: 50% !important;
    }
}



.block-itembox .img-box img {
    width: 100%;
    height: auto;
    /* max-height: 240px !important;*/
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

@media(min-width: 640px) {
    .block-itembox {
        width: 360px !important;
        /*margin: 15px;
        height: 100%;*/
        min-height: 530px !important;
    }

        .block-itembox img {
            width: auto;
            height: 100%;
        }
}


.block-itembox .content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* space-between;*/
    align-items: flex-start;
    width: 100%;
    /*height: 100%;*/
    padding: 20px 0;
    margin: 0;
}

@media(min-width: 640px) {
    .block-itembox .content-box {
        min-height: max-content !important;
    }
}


.block-itembox .content-box .post-title {
    text-align: right;
    font-size: 1rem;
    font-weight: bold;
    color: #792182;
    line-height: 1.3;
    margin-bottom: 15px;
    /*width: calc(90%);
    height: calc(2.5em);
    white-space: nowrap
    overflow: hidden;
    text-overflow: ellipsis;;*/
}


.block-itembox .content-box .post-renter {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    flex-basis: auto;
}

    .block-itembox .content-box .post-renter .renter-user {
        text-align: right;
        font-size: .8rem;
        font-weight: 400;
        margin-left: 15px;
        /*color: #848383;*/
    }

    .block-itembox .content-box .post-renter .renter-rating {
        text-align: right;
        font-size: 1rem;
        color: #c2b312;
        line-height: 1.25;
    }

@media(min-width: 568px) {

    .block-itembox .content-box .post-renter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}


.block-itembox .content-box .post-location {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 400;
    color: #848383;
    margin: 5px 0;
    flex-basis: auto;
}


.block-itembox .content-box .post-rent-details {
    text-align: right;
    font-size: 1rem;
    font-weight: 400;
    color: #848383;
    line-height: 1.3;
    flex-basis: auto;
}




.block-itembox .footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 10px 20px 0 20px;
    margin: 0;
    border-top: solid 1px #79218240;
    border-radius: 5px;
}


    .block-itembox .footer-box .item-social-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 60%;
        color: #792182;
        font-size: 1.3rem;
    }

    .block-itembox .footer-box > a {
        font-size: .9rem;
        font-weight: bold;
    }


@media(min-width: 640px) {
    .block-itembox .footer-box .item-social-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 35%;
        color: #792182;
        font-size: 1.3rem;
    }
}



.block-itembox .category-tag {
    position: absolute;
    right: 17px;
    top: 17px;
    height: 25px;
    background-color: #792182;
    color: #fff;
    font-size: .7rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.5;
    z-index: 1500;
}

    .block-itembox .category-tag a {
        color: #fff;
    }


/*-- End of Item Box --*/


/*-- Showroom Item Box --*/


.block-showroom-itembox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 10px 0;
    text-align: center;
    max-height: contain; /*590px*/
    width: 100% !important;
    border-radius: 10px;
    box-shadow: -2px 2px 7px 0 rgba(0,173,181,15%);
}




    .block-showroom-itembox .img-box {
        width: 100%;
        max-height: contain !important;
        overflow: clip;
        padding: 0;
        margin: 0;
        border-radius: 10px;
    }


@media(min-width: 568px) {


    .block-showroom-itembox .img-box {
        height: 240px;
        min-height: 50% !important;
    }
}



.block-showroom-itembox .img-box img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

@media(min-width: 640px) {
    .block-showroom-itembox {
        width: 360px !important;
        min-height: 530px !important;
    }

        .block-showroom-itembox img {
            width: auto;
            height: 100%;
        }
}


.block-showroom-itembox .content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* space-between;*/
    align-items: flex-start;
    width: 100%;
    height: 100% !important;
    padding: 5px 30px 30px 30px;
    margin: 0;
}

@media(min-width: 640px) {
    .block-showroom-itembox .content-box {
        min-height: max-content !important;
    }
}




.block-showroom-itembox .content-box .showroom-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-basis: auto;
}

    .block-showroom-itembox .content-box .showroom-header .post-title {
        text-align: center;
        width: 100%;
        font-size: 1.4rem;
        font-weight: bold;
        color: #792182;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .block-showroom-itembox .content-box .showroom-header .renter-rating {
        font-size: 1.2rem;
        color: #c2b312;
        line-height: 1.25;
    }

@media(min-width: 568px) {

    .block-showroom-itembox .content-box .showroom-header {
        /* display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;*/
    }
}


.block-showroom-itembox .content-box .showroom-header .post-location {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 400;
    color: #848383;
    margin: 15px 0;
    flex-basis: auto;
}


    .block-showroom-itembox .content-box .showroom-header .post-location .location-flag {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        width: 100%;
        height: 35px;
        background-color: transparent !important;
        padding: 5px;
        margin: 3px;
        border-radius: 3px;
    }

        .block-showroom-itembox .content-box .showroom-header .post-location .location-flag .active {
            background-color: #59c1c1;
        }

        .block-showroom-itembox .content-box .showroom-header .post-location .location-flag .flag img {
            border-radius: 2px;
        }



.block-showroom-itembox .content-box .showroom-header .post-rent-details {
    text-align: right;
    font-size: 1rem;
    font-weight: 400;
    color: #848383;
    line-height: 1.3;
    flex-basis: auto;
}

.block-showroom-itembox .content-box .showroom-bio {
    text-align: right;
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    color: #005693;
}


.block-showroom-itembox .footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 10px 20px 0 20px;
    margin: 0;
    border-top: solid 1px #79218240;
    border-radius: 5px;
    line-height: 1;
}


    .block-showroom-itembox .footer-box .item-social-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 50%;
        color: #792182;
        font-size: 1.3rem;
    }

    .block-showroom-itembox .footer-box > a {
        font-size: .9rem;
        font-weight: bold;
    }


@media(min-width: 640px) {
    .block-showroom-itembox .footer-box .item-social-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 35%;
        color: #792182;
        font-size: 1.3rem;
    }
}

.block-showroom-itembox .content-box .showroom-tags {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    row-gap: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0;
}

    .block-showroom-itembox .content-box .showroom-tags .cat-tag {
        /* position: absolute;
    right: 17px;
    top: 17px;*/
        height: 25px;
        background-color: #792182;
        color: #fff;
        font-size: .7rem;
        font-weight: bold;
        padding: 5px 10px;
        margin-left: 10px;
        border-radius: 5px;
        line-height: 1.5;
        z-index: 1500;
    }

.block-showroom-itembox .category-tag a {
    color: #fff;
}


/*-- End of Showroom Item Box --*/

/*--    Nav Toolbox    --*/
.toolbox-container {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: center;
    column-gap: 25px;
    row-gap: 15px;
    padding: 0;
    background-color: rgba(255,255,255,70%);
    padding: 15px 0;
}

    .toolbox-container > li {
        margin: 0 !important;
    }

.toolbox-item {
    display: flex;
    flex-direction: row;
    /*justify-content:;*/
    padding: 0;
    font-size: 1rem;
}

@media (min-width: 975px) {
    .toolbox-container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end !important;
        padding: 0;
        background-color: transparent !important;
    }
}

/*--    End of tools box    --*/





.block-featured-alpha {
    /*cursor: pointer;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    text-align: center;
    /*max-height: 500px;*/
    width: 100%;
    max-width: 100%;
    background-color: #f8f9fa; /*#f9f9f9;*/
    background-image: url(../img/bg_feature_box.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 2px #59c1c1;
    border-radius: 8px;
    box-shadow: -2px 2px 7px 0 rgba(0,173,181,15%);
}


    .block-featured-alpha .featured-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        min-height: 250px;
        padding: 15px 0;
    }




    .block-featured-alpha img {
        width: 100%;
        height: auto;
    }


    .block-featured-alpha h5, .block-featured-alpha h4 {
        color: #792182;
    }

@media (min-width: 768px) {
    .block-featured-alpha {
        flex-direction: row;
        text-align: right;
    }

        .block-featured-alpha img {
            width: auto;
            height: 100%;
        }
}



.block-featured-sub-1 {
    /*cursor: pointer;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    text-align: center;
    /*max-height: 500px;*/
    width: 100%;
    max-width: 100%;
    background-color: #f8f9fa; /*#f9f9f9;*/
    background-image: url(../img/bg_sub_feature_box.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px #59c1c1;
    border-radius: 8px;
    box-shadow: -2px 2px 7px 0 rgba(0,173,181,15%);
}


    .block-featured-sub-1 .featured-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 15px 0;
    }




    .block-featured-sub-1 img {
        width: 100%;
        height: auto;
    }


    .block-featured-sub-1 h5, .block-featured-sub-1 h4 {
        color: #792182;
    }

@media (min-width: 768px) {
    .block-featured-sub-1 {
        /*  margin-left: 10px;
        margin-right: 10px;*/
    }

    /*  .block-featured-sub-1 img {
            width: auto;
            height: 100%;
        }*/
}



.block-featured-cta-1 {
    /*cursor: pointer;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
    text-align: center;
    /*max-height: 500px;*/
    width: 100%;
    max-width: 100%;
    background-color: #005693; /*#f9f9f9;f8f9fa*/
    border-radius: 8px;
    box-shadow: -2px 2px 7px 0 rgba(0,173,181,15%);
}


    .block-featured-cta-1 .featured-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around; /*space-between;*/
        height: 100%;
        /* padding: 15px 0;*/
    }




    .block-featured-cta-1 img {
        width: 100%;
        height: auto;
    }


    .block-featured-cta-1 h5, .block-featured-cta-1 h4 {
        color: #792182;
    }





.block-main-category {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 10px;
    text-align: center;
    width: 39% !important; /*85px !important;*/
    /*max-width: 130px;*/
    /* height: 60px !important;
    max-height: 90px;*/
    background-color: #d5d5d6; /*#f9f9f9;*/
    border: solid 2px #59c1c1;
    border-radius: 10px;
    /* box-shadow: -2px 2px 7px 0 rgba(0,173,181,15%);*/
    margin: 10px 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


    .block-main-category .category-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        /* padding: 10px;*/
    }

        .block-main-category .category-content h5 {
            color: #005693; /*#737375;*/
            line-height: 1;
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            -ms-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }

        .block-main-category .category-content img {
            width: 45px;
            height: 45px;
            margin-bottom: 15px;
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            -ms-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }

@media (min-width: 768px) {
    .block-main-category .category-content img {
        margin: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
}


.block-main-category:hover {
    border-color: #792182;
    background-color: #f1f1f1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .block-main-category:hover > .category-content h5 {
        color: #792182;
        transform: scale(0.9); /*scale(1.05);*/
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -o-transition: all 100ms;
        -ms-transition: all 100ms;
        transition: all 100ms;
    }

    .block-main-category:hover > .category-content img {
        color: #792182;
        transform: scale(1.2);
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -o-transition: all 200ms;
        -ms-transition: all 200ms;
        transition: all 200ms;
    }

@media (min-width: 568px) {

    .block-main-category {
        width: 150px !important;
        height: 90px !important;
        margin: 20px 20px;
        border-radius: 15px;
    }

        .block-main-category .category-content {
            flex-direction: row;
            justify-content: space-evenly;
            /* padding: 10px;*/
        }

            .block-main-category .category-content h5 {
                margin-right: 0;
            }

            .block-main-category .category-content span {
                margin-bottom: 0;
            }
}

.block-industries {
    /* cursor: pointer;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    text-align: center;
    max-height: 200px;
    max-width: 25%;
    /*background-color: #f9f9f9;*/
}

    .block-industries h5 {
        color: #792182;
    }

@media (max-width: 920px) {
    .block-industries {
        min-width: 90%;
    }
}



.block-values {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    text-align: center;
    max-height: 200px;
    max-width: 20%;
    /*background-color: #f9f9f9;*/
}

    .block-values .value-desc {
        color: #ccc;
        font-size: 0.9rem;
        opacity: 0;
        transition-delay: 0.1s;
        transition-duration: 0.4s;
        position: absolute;
        top: 70%;
        /* padding-top: 1%;*/
    }


    .block-values:hover .value-desc, .block-values:active .value-desc {
        opacity: 1;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }

    .block-values img {
        width: 100px;
        height: auto;
    }


    .block-values h5 {
        color: #ccc;
    }

@media (max-width: 520px) {
    .block-values {
        max-width: 100%;
    }
}



.block-simple-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 5%; /*35px 35px;*/
    margin: 55px 55px;
    text-align: center;
    max-height: 200px;
    max-width: 25%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,15%);
}

    .block-simple-box p {
        padding: 10px 5px;
    }

.block-simple-box-a {
    border-top: solid 3px #792182;
}

    .block-simple-box-a p {
        color: #006838 !important;
        font-weight: 600;
    }


.block-simple-box-b {
    border-bottom: solid 3px #006838;
}

    .block-simple-box-b p {
        color: #792182 !important;
        font-weight: 600;
    }



@media (max-width: 920px) {
    .block-simple-box {
        max-width: 40%;
        margin: auto;
    }
}


.block-services {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px; /*padding: 35px 15px;*/
    margin: 0 65px;
    text-align: center;
    max-height: 800px;
    max-width: 20%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,15%);
}

    .block-services img {
        width: 175px;
        height: auto;
        margin: 10px auto 25px auto;
    }


    .block-services h5 {
        color: #393D49;
    }

    .block-services p {
        color: #393D49;
        font-size: 1rem;
        max-width: 75%;
    }


@media (max-width: 920px) {
    .block-services {
        max-width: 90%;
        margin: auto;
    }
}

@media (min-width: 921px) {
    .block-free {
        max-width: unset !important;
    }
}







.block-cta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 15px;
    margin: 0 50px;
    text-align: center;
    max-height: 600px;
    max-width: 40%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,15%);
}

    .block-cta span {
        font-size: 3rem;
        color: #006838;
    }


    .block-cta h5 {
        color: #393D49;
    }

    .block-cta p {
        color: #393D49;
        font-size: 1rem;
        max-width: 75%;
    }


@media (max-width: 920px) {
    .block-cta {
        max-width: 90%;
        margin: auto;
    }
}







.block-career {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    text-align: center;
    min-height: 260px;
    background-color: #f9f9f9;
}



    .block-career > * {
        max-width: 460px;
    }

    .block-career:before {
        /* content: '';
        position: absolute;
        border: 1px solid #792182;
        top: -5px;
        bottom: -5px;
        left: -5px;
        visibility: hidden;
        opacity: 0;
        right: -5px;
        pointer-events: none;
        transition: .3s ease-out all;*/
    }

    .block-career:hover:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    .block-career svg {
        width: 100px;
        height: 95px;
    }

        .block-career svg * {
            stroke: #792182;
        }

.block-career-title {
    font-weight: 900;
}

* + .block-career-title {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .block-career {
        min-height: 290px;
    }
}

@media (min-width: 1024px) {
    .block-career {
        height: 350px;
    }

        .block-career svg {
            width: 154px;
            height: 140px;
        }
}

@media (min-width: 1600px) {
    .block-career {
        height: 430px;
    }

    * + .block-career-title {
        margin-top: 45px;
    }
}

.bloc-service {
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    min-height: 300px;
    text-align: center;
    color: #fff;
    transition: .3s ease-out all;
    background-color: #0b4576;
}

.ie-11 .bloc-service {
    height: 300px;
}

.bloc-service:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    border-bottom: 6px solid #59c1c1;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-out all;
}

.bloc-service:after {
    content: '';
    z-index: -1;
    position: absolute;
    pointer-events: none;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: .3s ease-out all;
}

.bloc-service:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.bloc-service:hover:after {
    top: 0;
}

.bloc-service .bloc-service-title {
    color: #fff;
}

.bloc-service svg {
    width: 110px;
    height: 110px;
}

    .bloc-service svg * {
        stroke: #00d4ff;
    }

.bloc-service .icon-svg-87x100 svg {
    width: 87px;
    height: 100px;
}

.bloc-service .icon-svg-97x100 svg {
    width: 97px;
    height: 100px;
}

.bloc-service .icon-svg-99x90 svg {
    width: 99px;
    height: 90px;
}

.bloc-service .icon-svg-77x100 svg {
    width: 77px;
    height: 100px;
}

.bloc-service .icon-svg-113x90 svg {
    width: 113px;
    height: 90px;
}

.bloc-service-title {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

* + .bloc-service-title {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .bloc-service {
        min-height: 371px;
    }
}

@media (min-width: 1600px) {
    * + .bloc-service-title {
        margin-top: 30px;
    }
}

.bloc-service-creative {
    padding: 25px 20px;
    background-color: #f9f9f9;
}

.bloc-service-creative-title {
    max-width: 140px;
}

.bloc-service-creative-content {
    padding-right: 15px;
}

.bloc-service-creative .divider {
    margin-left: auto;
    margin-right: auto;
    transition: .3s ease-out all;
}

.bloc-service-creative svg {
    width: 55px;
    height: 55px;
}

    .bloc-service-creative svg * {
        stroke: #792182;
    }

.bloc-service-creative:hover .divider {
    width: 50%;
    border-color: #792182;
}

@media (min-width: 1600px) {
    .bloc-service-creative {
        padding: 40px;
    }

        .bloc-service-creative svg {
            width: 80px;
            height: 73px;
        }

        .bloc-service-creative * + .divider {
            margin-top: 30px;
        }
}

/*
*
* Buttons
* --------------------------------------------------
*/
.button {
    display: inline-block;
    position: relative;
    padding: 7px 27px !important;
    font-size: 16px;
    line-height: 27px;
    border-radius: 8px;
    white-space: nowrap;
    overflow: visible; /* hidden;*/
    text-overflow: ellipsis;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    vertical-align: middle;
    border-width: 2px;
    user-select: none;
    transition: .3s ease-out all;
    max-width: 95%;
    background-color: #4b646d; /*#6658d3;*/
    border-color: #4b646d;
    border-radius: 6px !important;
    color: #fff;
}

.button-small {
    font-size: 14px !important;
    padding: 6px 17px 6px 17px !important;
    line-height: 1rem;
}

    button-small:focus, .button-small:active {
        color: #4b646d !important;
        background-color: #fff;
        border-color: #4b646d;
    }

    .button-small:hover {
        color: #4b646d !important;
        background-color: #fff;
        border-color: #4b646d;
    }


@media (min-width: 992px) {
    /*.button {
        padding-left: 5%;*/ /*47px;*/ /*-*/
    /*padding-right: 5%;*/ /*47px;*/ /*-*/
    /*}*/
}

.button:focus, .button:active, .button:active:focus {
    outline: none;
}

.button.disabled {
    color: black;
    background-color: gray;
}

.button .caret {
    margin-right: 8px;
}

.button-block {
    display: block;
    width: 100%;
}

    .button-block.button-icon {
        display: inline-flex;
        justify-content: center;
    }

.block-book-consultation .button-block {
    padding-left: 5px;
    padding-right: 5px;
}

.button-default, .button-default:focus, .button-default:active {
    color: #fff;
    background-color: #005693;
    border-color: #005693;
}

    .button-default:hover {
        color: #005693;
        background-color: transparent;
        border-color: #005693;
    }

.button-primary, .button-primary:focus, .button-primary:active {
    color: #fff !important;
    background-color: #4b646d;
    border-color: #4b646d;
}

    .button-primary:hover {
        color: #4b646d !important;
        background-color: transparent;
        border-color: #4b646d;
    }


.button-cta, .button-cta:focus, .button-cta:active {
    color: #fff;
    background-color: #792182;
    border-color: #792182;
}

    .button-cta:hover {
        color: #792182;
        background-color: transparent;
        border-color: #792182;
    }


.button-list {
    font-size: 9px !important;
    padding: 3px 7px 3px 7px !important;
    line-height: normal;
}

    .button-list, .button-list:focus, .button-list:active {
        color: #fff;
        background-color: #792182;
        border-color: #792182;
    }

        .button-list:hover {
            color: #792182;
            background-color: transparent;
            border-color: #792182;
        }

.button-med {
    font-size: 12px !important;
    padding: 3px 20px 3px 20px;
    line-height: normal;
}

    .button-med, .button-med:focus, .button-med:active {
        color: #fff;
        background-color: #4b646d;
        border-color: #4b646d;
    }

        .button-med:hover {
            color: #4b646d;
            background-color: transparent;
            border-color: #4b646d;
        }


        .button-list i, .button-med i {
            margin-left: 5px !important;
            font-size: 12px;
        }

.button-primary-accent, .button-primary-accent:focus, .button-primary-accent:active {
    color: #fff;
    background-color: #792182;
    border-color: #792182;
}

    .button-primary-accent:hover {
        color: #fff;
        background-color: #59c1c1;
        border-color: #59c1c1;
    }

.button-primary-sub1, .button-primary-sub1:focus, .button-primary-sub1:active {
    color: #fff;
    background-color: #005693;
    border-color: #005693;
}

    .button-primary-sub1:hover {
        color: #fff;
        background-color: #60747f;
        border-color: #60747f;
    }





.button-primary-outline, .button-primary-outline:focus, .button-primary-outline:active {
    color: #792182 !important;
    background-color: transparent;
    border-color: #792182;
}

    .button-primary-outline:hover {
        color: #fff !important;
        background-color: #792182;
        border-color: #792182;
    }

.button-secondary, .button-secondary:focus, .button-secondary:active {
    color: #005693;
    background-color: #59c1c1;
    border-color: #59c1c1;
}

    .button-secondary:hover {
        color: #005693;
        background-color: transparent;
        border-color: #005693;
    }

.button-shadow {
    box-shadow: 0 3px 10px 0 rgba(70, 163, 242, 0.5);
}

    .button-shadow:hover {
        box-shadow: 0 5px 23px 0 rgba(70, 163, 242, 0.6);
    }

.button-xs {
    padding: 6px 20px;
    font-size: 14px;
}

.button-sm {
    padding: 9px 37px;
    font-size: 16px;
}

.button-lg {
    padding: 18px 56px;
    font-size: 20px;
}

.button-circle {
    border-radius: 30px;
}

.button-ellipse-md {
    border-radius: 5px;
}

.button-ellipse-lg {
    border-radius: 10px;
}

.button-square {
    border-radius: 0;
}

.button.button-icon {
    padding-left: 45px;
    padding-right: 45px;
}

    .button.button-icon .icon {
        font-size: 26px;
        line-height: inherit;
        vertical-align: middle;
        transition: 0s;
    }

.button.button-icon-left .icon {
    float: left;
    padding-right: 10px;
}

.button.button-icon-right .icon {
    float: right;
    padding-right: 10px;
}

.row + .button {
    margin-top: 35px;
}

.row + .button-group {
    margin-top: 35px;
}

.button-group + img {
    margin-top: 25px;
}

* + .button-block {
    margin-top: 15px;
}

h1 + .button-group {
    margin-top: 35px;
}

h2 + .button-group {
    margin-top: 35px;
}

h3 + .button-group {
    margin-top: 20px;
}

h5 + .button-group {
    margin-top: 35px;
}

.button-group, .button-group:first-child, .button-group:last-child {
    transform: translateY(-15px);
    margin-bottom: -15px;
    margin-right: -30px;
}

    .button-group > *,
    .button-group > *:first-child,
    .button-group > *:last-child, .button-group:first-child > *,
    .button-group:first-child > *:first-child,
    .button-group:first-child > *:last-child, .button-group:last-child > *,
    .button-group:last-child > *:first-child,
    .button-group:last-child > *:last-child {
        display: inline-block;
        margin-top: 15px;
        margin-right: 30px;
    }

[class*='inline-list'] + .button {
    margin-top: 15px;
}

p + .button {
    margin-top: 20px;
}

p + .button-group {
    margin-top: 15px;
}

.button-group + h2 {
    margin-top: 60px;
}

@media (min-width: 1024px) {
    .button-group + img {
        margin-top: 45px;
    }

    .row + .button {
        margin-top: 45px;
    }

    .row + .button-group {
        margin-top: 45px;
    }

    * + .button-block {
        margin-top: 30px;
    }

    h3 + .button-group {
        margin-top: 25px;
    }
}

@media (min-width: 1600px) {
    .row + .button-group {
        margin-top: 60px;
    }

    h3 + .button-group {
        margin-top: 40px;
    }

    * + .button-block {
        margin-top: 45px;
    }

    .button-group + img {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .button-group + img {
        margin-top: 80px;
    }

    h3 + .button-group {
        margin-top: 50px;
    }

    .row + .button {
        margin-top: 60px;
    }

    .row + .button-group {
        margin-top: 90px;
    }

    * + .button-block {
        margin-top: 90px;
    }

    h1 + .button-group {
        margin-top: 60px;
    }

    h2 + .button-group {
        margin-top: 60px;
    }

    h5 + .button-group {
        margin-top: 45px;
    }

    [class*='inline-list'] + .button {
        margin-top: 30px;
    }

    p + .button {
        margin-top: 30px;
    }

    p + .button-group {
        margin-top: 30px;
    }

    .button-group + h2 {
        margin-top: 120px;
    }
}

/**
*
* Blog
* =====================================================
*/
.single-blog * + img {
    margin-top: 15px;
}

.single-blog img + * {
    margin-top: 15px;
}

.comment {
    padding-right: 30px;
}

    .comment * + p {
        margin-top: 10px;
    }

    .comment .comment {
        margin-right: 30px;
    }

@media (min-width: 1200px) {
    .comment * + p {
        margin-top: 20px;
    }
}

.comment-title {
    font-weight: 900;
    color: #792182;
}

.comment-time {
    color: #c8c8c8;
}

.comment-link {
    display: inline-block;
}

    .comment-link .icon {
        margin-right: 5px;
        vertical-align: middle;
    }

* + .comment {
    margin-top: 30px;
}

* + .comment-link {
    margin-top: 10px;
}

@media (min-width: 1600px) {
    * + .comment-link {
        margin-top: 20px;
    }
}

.blog-demo .inline-list-with-divider {
    color: #a1a1a1;
}

    .blog-demo .inline-list-with-divider a, .blog-demo .inline-list-with-divider a:focus, .blog-demo .inline-list-with-divider a:active {
        color: inherit;
    }

        .blog-demo .inline-list-with-divider a:hover {
            color: #792182;
        }

    .blog-demo .inline-list-with-divider > li:after {
        border-color: #e3e3e3;
    }

    .blog-demo .inline-list-with-divider > li + li:before {
        border-color: #e3e3e3;
    }

.blog-demo * + .inline-list-with-divider {
    margin-top: 10px;
}

.blog-demo * + .blog-demo-inner {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    .blog-demo * + .inline-list-with-divider {
        margin-top: 20px;
    }

    .blog-demo * + .blog-demo-inner {
        margin-top: 25px;
    }
}

.blog-demo-inner {
    padding-right: 30px;
}

.blog-demo-title a, .blog-demo-title a:focus, .blog-demo-title a:active {
    color: #792182;
}

    .blog-demo-title a:hover {
        color: #005693;
    }

.blog-default-img > a {
    position: relative;
    display: inline-block;
}

    .blog-default-img > a:before, .blog-default-img > a:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-default-img > a:before {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #59c1c1;
        text-align: center;
    }

    .blog-default-img > a:after {
        content: '\f150';
        font-family: 'Material Design Icons', sans-serif;
        color: #005693;
        font-size: 30px;
    }

.blog-default-title a, .blog-default-title a:focus, .blog-default-title a:active {
    color: #0b4576;
}

    .blog-default-title a:hover {
        color: #792182;
    }

.blog-default-meta {
    color: #c8c8c8;
}

    .blog-default-meta .inline-list-with-divider > li + li:before {
        border-color: #c8c8c8;
    }

.blog-default-body {
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
}

.blog-default-footer {
    padding: 13px 15px;
    color: #fff;
    background-color: #0b4576;
}

    .blog-default-footer a, .blog-default-footer a:focus, .blog-default-footer a:active {
        color: #fff;
    }

        .blog-default-footer a:hover {
            color: #59c1c1;
        }

* + .blog-default-title {
    margin-top: 15px;
}

.blog-grid {
    max-width: 570px;
}

    .blog-grid .blog-default-body {
        min-height: 209px;
    }

* + .blog-classic {
    margin-top: 40px;
}

.blog-masonry .blog-default-meta a, .blog-masonry .blog-default-meta a:focus, .blog-masonry .blog-default-meta a:active {
    color: inherit;
}

    .blog-masonry .blog-default-meta a:hover {
        color: #792182;
    }

* + .blog-masonry {
    margin-top: 30px;
}

.post-minimal-title a, .post-minimal-title a:focus, .post-minimal-title a:active {
    color: #792182;
}

    .post-minimal-title a:hover {
        color: #005693;
    }

* + .post-minimal-date {
    margin-top: 10px;
}

* + .post-minimal {
    margin-top: 20px;
}

.blog-classic .blog-default-title {
    font-weight: 700;
}

.ie-11 .blog-modern .unit-body {
    max-width: 590px;
}

    .ie-11 .blog-modern .unit-body img {
        width: 100%;
    }

.blog-modern {
    overflow: hidden;
}

    .blog-modern.blog-default:hover {
        box-shadow: none;
    }

.blog-modern-gel {
    border-radius: 6px;
}

.blog-modern .blog-default-img {
    position: relative;
}

.blog-modern .blog-default-meta {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 15px;
}

    .blog-modern .blog-default-meta a, .blog-modern .blog-default-meta a:focus, .blog-modern .blog-default-meta a:active {
        display: inline-block;
        padding: 5px 15px;
        color: #fff;
        background-color: #792182;
        border-radius: 6px;
        font-size: .7rem;
    }

        .blog-modern .blog-default-meta a:hover {
            background-color: #59c1c1;
        }

.blog-modern-aside {
    text-align: center;
}

    .blog-modern-aside > * + * {
        margin-top: 15px;
    }

.blog-modern-name {
    color: #792182;
    font-weight: 900;
}

* + .blog-modern {
    margin-top: 30px;
}

.single-blog .quote-info-name + .quote-info-cite {
    margin-top: 13px;
}

.single-blog .quote-info-cite + p {
    margin-top: 15px;
}

.blog-corporative {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.blog-corporative-body {
    padding: 0; /*25px 20px;*/
    background-color: #fff;
}

.blog-corporative-list {
    margin-bottom: 15px;
    padding: 15px
}

    .blog-corporative-list .icon, .blog-corporative-list .icon.mdi {
        font-size: 18px;
    }

        .blog-corporative-list .icon, .blog-corporative-list .icon:focus, .blog-corporative-list .icon:active,
        .blog-corporative-list a,
        .blog-corporative-list a:focus,
        .blog-corporative-list a:active {
            color: #792182;
        }

            .blog-corporative-list a:hover {
                color: #59c1c1;
            }

.blog-corporative-meta {
    position: relative;
    top: 30px;
    left: 30px;
    margin-bottom: 15px;
}

    .blog-corporative-meta > li + li {
        margin-right: 5px;
    }

    .blog-corporative-meta a {
        display: inline-block;
        padding: 5px 20px;
        border-radius: 6px;
    }

        .blog-corporative-meta a, .blog-corporative-meta a:focus, .blog-corporative-meta a:active {
            color: #fff;
            background-color: #792182;
        }

            .blog-corporative-meta a:hover {
                color: #fff;
                background-color: #59c1c1;
            }




.blog-corporative-title {
    padding: 40px 15px 15px 15px;
}



@media (min-width: 768px) {
    .blog-corporative {
        z-index: 1;
        color: #fff;
    }

        .blog-corporative:before {
            content: '';
            z-index: -1;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000;
            border-radius: 6px;
        }

        .blog-corporative .unit-spacing-xxs.unit-xxs-horizontal > .unit-left + .unit-right, .blog-corporative .unit-spacing-xxs.unit-xxs-horizontal > .unit-left + .unit-body {
            padding-right: 10px;
        }

        .blog-corporative .blog-corporative-img {
            transition: .3s ease-out opacity;
            /*opacity: .7;*/
        }

        .blog-corporative:hover .blog-corporative-img {
            /*opacity: .5;*/
        }

        .blog-corporative .blog-corporative-list .icon {
            /*color: #fff;*/
            font-size: 24px;
        }

        .blog-corporative a, .blog-corporative a:focus, .blog-corporative a:active {
            color: #792182;
        }

            .blog-corporative a:hover {
                color: #59c1c1;
            }

    .blog-corporative-meta a, .blog-corporative-meta a:focus, .blog-corporative-meta a:active {
        color: #fff;
        background-color: #792182;
    }

        .blog-corporative-meta a:hover {
            color: #fff;
            background-color: #59c1c1;
        }

    .blog-corporative-body {
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
    }

    .blog-corporative-title {
        /*background-color: #59c1c1;*/
        background-image: linear-gradient(0deg, #59c1c1, rgba(214, 74, 40,0.8), rgba(214, 74, 40,0));
        /*padding: 20px;*/
        padding: 40px 15px 15px 15px;
    }

        .blog-corporative-title a {
            color: #fff;
        }

            .blog-corporative-title a:hover {
                color: #792182;
            }

    .blog-corporative-meta {
        position: static;
    }
}

.blog-modern-meta {
    color: #a1a1a1;
}

    .blog-modern-meta > * {
        display: inline-block;
        vertical-align: text-bottom;
    }

    .blog-modern-meta .icon {
        margin-right: 13px;
    }

* + .blog-modern-meta {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    * + .blog-modern-meta {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    * + .blog-modern-meta {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .blog-corporative-body {
        padding: 0; /*20px 60px 60px 60px;*/
    }
}


@media (min-width: 1200px) {
    .blog-corporative-list .inline-list-md, .blog-corporative-list .inline-list-md:first-child, .blog-corporative-list .inline-list-md:last-child {
        margin-right: -80px;
    }

        .blog-corporative-list .inline-list-md > *, .blog-corporative-list .inline-list-md > *:first-child, .blog-corporative-list .inline-list-md > *:last-child, .blog-corporative-list .inline-list-md:first-child > *, .blog-corporative-list .inline-list-md:first-child > *:first-child, .blog-corporative-list .inline-list-md:first-child > *:last-child, .blog-corporative-list .inline-list-md:last-child > *, .blog-corporative-list .inline-list-md:last-child > *:first-child, .blog-corporative-list .inline-list-md:last-child > *:last-child {
            margin-right: 80px;
        }
}

.blog-aside h5 + .heading-divider {
    margin-top: 9px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-modern-aside {
        min-width: 190px;
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    .blog-aside {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .blog-modern-aside {
        position: relative;
    }

        .blog-modern-aside:after {
            content: '';
            position: absolute;
            top: calc(100% + 30px);
            left: 50%;
            transform: translateX(-50%);
            height: 100vh;
            border-left: 1px solid #e3e3e3;
        }

        .blog-modern-aside > * + * {
            margin-top: 20px;
        }

    .blog-modern-aside-img {
        position: relative;
        display: inline-block;
    }

        .blog-modern-aside-img:after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 100%;
            width: 100vw;
            border-top: 1px solid #e3e3e3;
        }

    .comment .comment {
        margin-right: 60px;
    }
}

@media (min-width: 1024px) {
    .single-blog * + img {
        margin-top: 25px;
    }

    .single-blog img + * {
        margin-top: 25px;
    }

    .desktop .blog-default-img > a:before, .desktop .blog-default-img > a:after {
        transition: .3s ease-out all;
        visibility: hidden;
        opacity: 0;
        margin-right: -55px;
        will-change: transfrom;
    }

    .desktop .blog-default-img > a:hover:before, .desktop .blog-default-img > a:hover:after {
        visibility: visible;
        opacity: 1;
        margin-right: 0;
    }

    .desktop .blog-default-footer {
        transition: .3s ease-out all;
        background-color: #792182;
    }

    .desktop .blog-default-title a, .desktop .blog-default-title a:focus, .desktop .blog-default-title a:active {
        color: #792182;
    }

        .desktop .blog-default-title a:hover, .desktop .blog-default-title a:focus:hover, .desktop .blog-default-title a:active:hover {
            color: #0b4576;
        }

    .blog-default {
        transition: .3s ease-out box-shadow;
    }

        .blog-default:hover {
            box-shadow: 0 0 12px 0 #cad6e0;
        }

            .blog-default:hover .blog-default-title a, .blog-default:hover .blog-default-title a:focus, .blog-default:hover .blog-default-title a:active {
                color: #0b4576;
            }

                .blog-default:hover .blog-default-title a:hover, .blog-default:hover .blog-default-title a:focus:hover, .blog-default:hover .blog-default-title a:active:hover {
                    color: #792182;
                }

            .blog-default:hover .blog-default-footer {
                background-color: #0b4576;
            }

    * + .blog-default-title {
        margin-top: 22px;
    }

    .blog-grid .blog-default-body {
        min-height: 259px;
    }

    .blog-classic .blog-default-body {
        padding: 20px 20px;
    }

    .blog-classic .blog-default-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-classic h3 + p {
        margin-top: 15px;
    }

    * + .blog-classic {
        margin-top: 60px;
    }

    .blog-aside-wrap {
        margin-right: 30px;
    }
}

@media (min-width: 1600px) {
    .single-blog * + img {
        margin-top: 55px;
    }

    .single-blog img + * {
        margin-top: 55px;
    }

    * + .comment {
        margin-top: 40px;
    }

    .comment .comment {
        margin-right: 120px;
    }

    .blog-default-body {
        padding: 30px;
    }

    .blog-default-footer {
        padding: 13px 30px;
    }

    .blog-classic .blog-default-body {
        padding: 45px 35px;
    }

    .blog-classic .blog-default-footer {
        padding-left: 35px;
        padding-right: 35px;
    }

    .blog-classic h3 + p {
        margin-top: 35px;
    }

    * + .blog-classic {
        margin-top: 90px;
    }

    .blog-masonry .blog-default-body {
        padding-top: 20px;
    }

    .blog-modern .blog-default-meta {
        padding: 15px;
    }

    .blog-modern-aside {
        min-width: 230px;
    }

    .blog-aside-wrap {
        margin-right: 120px;
    }
}

@media (min-width: 1200px) {
    .blog-grid .blog-default-body {
        min-height: 289px;
    }

    * + .post-minimal {
        margin-top: 33px;
    }

    .blog-modern-aside {
        min-width: 270px;
    }

    .blog-aside-wrap {
        margin-right: 150px;
    }

    .blog-aside .heading-divider + * {
        margin-top: 30px;
    }
}

.blog-creative {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

.blog-creative-wrap {
    display: flex;
}

.blog-creative-title {
    padding-right: 30px;
}

    .blog-creative-title a, .blog-creative-title a:focus, .blog-creative-title a:active {
        color: #fff;
    }

        .blog-creative-title a:hover {
            color: #59c1c1;
        }

.blog-creative-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 101%;
    height: 101%;
    object-position: center top;
    object-fit: cover;
    max-width: none;
    transform: translateX(-50%);
    transition: 20s ease-out all;
}

.blog-creative-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    padding: 35px 15px;
}

.blog-creative-content-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-creative-content-bottom {
    margin-top: 50px;
}

.blog-creative-tags a {
    padding: .4em 1.1em;
    border-radius: 6px;
}

    .blog-creative-tags a, .blog-creative-tags a:focus, .blog-creative-tags a:active {
        color: #005693;
        background-color: #59c1c1;
    }

        .blog-creative-tags a:hover {
            color: #fff;
            background-color: #792182;
        }

.blog-creative-meta {
    color: #fff;
}

    .blog-creative-meta [class*='inline-list'] > li {
        display: inline-flex;
        align-items: center;
    }

    .blog-creative-meta a, .blog-creative-meta a:focus, .blog-creative-meta a:active {
        color: #fff;
    }

        .blog-creative-meta a:hover {
            color: #59c1c1;
        }

    .blog-creative-meta .icon {
        margin-right: 10px;
        vertical-align: middle;
    }

* + .blog-creative-meta {
    margin-top: 15px;
}

.blog-creative-meta + * {
    margin-top: 15px;
}

.blog-creative-comments > li {
    display: inline-flex;
    align-items: center;
}

.blog-creative-comments .icon {
    margin-right: 10px;
    color: #fff;
}

.blog-creative-comments a, .blog-creative-comments a:focus, .blog-creative-comments a:active {
    color: #fff;
}

@media (min-width: 576px) {
    .blog-creative-content {
        padding: 30px 20px;
    }
}

@media (min-width: 1024px) {
    .desktop .blog-creative-content-bottom {
        overflow: hidden;
        transform: translate(0, 65px);
        transition: .3s ease-out all;
    }

        .desktop .blog-creative-content-bottom .button {
            opacity: 0;
        }

    .desktop .blog-creative:hover .blog-creative-content-bottom {
        transform: translate(0, 0);
    }

        .desktop .blog-creative:hover .blog-creative-content-bottom .button {
            opacity: 1;
        }

    .blog-creative-meta + * {
        margin-top: 25px;
    }

    .blog-creative-content-bottom {
        margin-top: 60px;
    }
}

@media (min-width: 1600px) {
    .blog-creative-content {
        padding: 35px 30px;
    }

    .blog-creative-content-bottom {
        margin-top: 170px;
    }
}

@media (min-width: 1200px) {
    .blog-creative-content {
        padding: 46px 40px;
    }
}

/*
*
* Colors
* ==================================================
*/

.text-off-white {
    color: #bdbdbd;
}

.text-highlighted {
    background-color: #fff;
    line-height: 5.2rem;
}

.text-carousel {
    /* background-color: #fff;*/
    line-height: 5.2rem;
}

.text-dark {
    color: #005693 !important;
}

.page .text-gray-base {
    color: #000;
}

.page a.text-gray-base:hover,
.page a.text-gray-base:focus {
    color: #792182;
}

.page .text-gray-darker {
    color: #005693;
}

.page a.text-gray-darker:hover,
.page a.text-gray-darker:focus {
    color: #792182;
}

.page .text-gray-dark {
    color: #005693;
}

.page a.text-gray-dark:hover,
.page a.text-gray-dark:focus {
    color: #792182;
}

.page .text-gray {
    color: #737273;
}

.page a.text-gray:hover,
.page a.text-gray:focus {
    color: #792182;
}

.page .text-gray-light {
    color: #a1a1a1;
}

.page a.text-gray-light:hover,
.page a.text-gray-light:focus {
    color: #792182;
}

.page .text-gray-lighter {
    color: #c8c8c8;
}

.page a.text-gray-lighter:hover,
.page a.text-gray-lighter:focus {
    color: #792182;
}

.page .text-primary {
    color: #792182;
}

.page a.text-primary:hover,
.page a.text-primary:focus {
    color: #168bef;
}

.page .text-white {
    color: #fff;
}

.page a.text-white:hover,
.page a.text-white:focus {
    color: #e6e6e6;
}

.page .text-secondary {
    color: #59c1c1;
}

.page a.text-secondary:hover,
.page a.text-secondary:focus {
    color: #ffa703;
}

/**
*
* Divider
* =====================================================
*/


.category-divider {
    display: block;
    position: relative;
    font-size: 0;
    margin-top: 10px;
}

    .category-divider:before {
        content: '';
        display: inline-block;
        width: 100%;
        border-top: 1px solid #59c1c150; /*rgba(255, 255, 255, 0.1);*/
    }

    .category-divider:after {
        content: '';
        top: -1px;
        right: 0;
        position: absolute;
        width: 50px;
        border-top: 3px solid #792182;
    }

    .category-divider + * {
        margin-top: 25px;
    }

/*.bg-white .category-divider:before {
    border-color: #e3e3e3;
}*/




@media (min-width: 1024px) {
    .category-divider + *,
    .category-divider + .row {
        margin-top: 35px;
    }
}

@media (min-width: 1600px) {
    .category-divider + *,
    .category-divider + .row {
        margin-top: 35px;
    }
}



.sep {
    width: 100%;
    display: block;
    content: ' ';
    padding: 0;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #79218230;
}


hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #c8c8c8;
}

.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.divider-small {
    display: block;
    text-align: center;
}

    .divider-small:before {
        display: inline-block;
        content: '';
        width: 50px;
        border-top: 6px solid #59c1c1;
        border-radius: 6px;
    }

.heading-divider {
    display: block;
    position: relative;
    font-size: 0;
}

    .heading-divider:before {
        content: '';
        display: inline-block;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .heading-divider:after {
        content: '';
        top: 0;
        right: 0;
        position: absolute;
        width: 30px;
        border-top: 1px solid #4b646d;
        /*top: 50%;
        transform: translateY(-50%);*/
    }

    .heading-divider + * {
        margin-top: 15px;
    }

.bg-white .heading-divider:before {
    border-color: #e3e3e3;
}

* + .divider-small {
    margin-top: 15px;
}

.divider-small + * {
    margin-top: 15px;
}

.heading-divider-default:before {
    border-color: #e3e3e3;
}

@media (min-width: 1024px) {
    .heading-divider + *,
    .heading-divider + .row {
        margin-top: 25px;
    }
}

@media (min-width: 1600px) {
    .heading-divider + *,
    .heading-divider + .row {
        margin-top: 35px;
    }
}















/*
*
* Form styles
* --------------------------------------------------
*/
.rd-mailform {
    position: relative;
    text-align: right; /* text-align: left;*/
}

@media (min-width: 768px) {
    html .rd-mailform-inline {
        position: relative;
    }

        html .rd-mailform-inline.rd-search .form-input#rd-search-aside {
            padding-left: 70px; /* padding-right: 70px;*/
        }

        html .rd-mailform-inline .form-input {
            padding-left: 220px;
        }

        html .rd-mailform-inline.rd-search html .rd-mailform-inline .form-input {
            padding-left: 80px;
        }

        html .rd-mailform-inline .form-input.form-input-sm {
            padding-left: 150px;
        }

        html .rd-mailform-inline .button {
            position: absolute;
            left: 0; /*right: 0;*/
            bottom: 0;
            height: 60px;
        }

            html .rd-mailform-inline .button.button-xs {
                height: 44px;
            }

            html .rd-mailform-inline .button.button-sm {
                padding-left: 15px;
                padding-right: 15px;
            }

        html .rd-mailform-inline .form-validation {
            top: 104%;
            bottom: auto;
            /*left: 0;
            right: auto;*/
            left: auto;
            right: 0;
        }

        html .rd-mailform-inline .form-label-outside + .form-input + .form-validation {
            top: 100%;
        }
}

.recaptcha {
    transform: scale(0.9);
    transform-origin: left center;
}

.form-input {
    display: block;
    width: 100%;
    /*height: 60px;*/
    padding: 7px 10px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #737273;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 9px !important; /*6px;*/
    -webkit-appearance: none;
}

    .form-input:focus {
        outline: 0;
        background-color: #59c1c110;
        border-color: #4b646d;
    }

    .form-input:-webkit-autofill ~ label,
    .form-input:-webkit-autofill ~ .form-validation {
        color: #000 !important;
    }

.form-input-sm {
    height: 44px;
}

.ie-11 .form-input-sm {
    line-height: 1;
}

textarea.form-input {
    height: 160px;
    /*min-height: 128px;*/
    max-height: 272px;
    resize: vertical;
}

.form-wrap {
    position: relative;
}

    .form-wrap + .form-wrap {
        margin-top: 13px;
    }

    * + .form-button,
    .form-wrap + .button {
        margin-top: 15px;
    }

@media (min-width: 1024px) {
    * + .form-button,
    .form-wrap + .button {
        margin-top: 30px;
    }
}

* + .form-button.form-button-captha {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    top: 30px;
    right: 15px; /*left: 15px;*/
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #737273;
    pointer-events: none;
    z-index: 9;
    transition: .3s;
    transform: translateY(-50%);
}

    .form-label.focus {
        opacity: 0;
    }

    .form-label.auto-fill {
        color: #737273;
    }

.form-label-sm {
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.form-label-outside.focus {
    opacity: 0;
}

@media (min-width: 50px) {
    .form-label-outside {
        position: static;
        margin-bottom: 10px;
    }

        .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
            opacity: 1;
            transform: none;
            color: #4b646d;
            font-size: 16px;
        }

            .form-label-outside.focus {
                opacity: 1;
            }

            .form-label-outside + .form-input + .form-validation {
                top: 36px;
            }
}

.form-validation {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 11px;
    line-height: 11px;
    color: #d9534f;
    margin-top: 3px;
    transition: .3s;
    z-index: 11;
}

.form-validation-left .form-validation {
    right: auto;
    top: 100%;
    left: 0;
}

#form-output-global {
    position: fixed;
    bottom: 0;
    visibility: hidden;
    transform: translateY(calc(100% + 30px));
    transition: .3s all ease;
    z-index: 9999999;
    margin: 15px;
}

    #form-output-global.active {
        transform: translateY(0);
        visibility: visible;
    }

@media (min-width: 768px) {
    #form-output-global {
        margin: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

    .form-output.active {
        opacity: 1;
        visibility: visible;
    }

    .form-output.error {
        color: #d9534f;
    }

    .form-output.success {
        color: #5cb85c;
    }

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    /*position: absolute;*/
    width: 17px;
    height: 17px;
    margin-left: 20px; /*margin-right: -20px;*/
    margin-top: 9px;
    outline: none;
    cursor: pointer;
}

.radio label {
    padding-right: 45px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #e3e3e3; /* #c8c8c8;*/
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

    .radio .radio-custom-dummy:after,
    .radio-inline .radio-custom-dummy:after,
    .checkbox .checkbox-custom-dummy:after,
    .checkbox-inline .checkbox-custom-dummy:after {
        position: absolute;
        opacity: 0;
    }

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    border-radius: 50%;
}

    .radio .radio-custom-dummy:after,
    .radio-inline .radio-custom-dummy:after {
        content: '';
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px;
        background: #1e878c; /*#005693;*/
        border-radius: 50%;
    }




.checkbox,
.checkbox-inline {
    /* padding-right: 20px;*/
}

    .checkbox .checkbox-custom-dummy,
    .checkbox-inline .checkbox-custom-dummy {
        pointer-events: none;
        border-radius: 3px;
        /* margin-right: 0;
        right: 0;*/
    }

        .checkbox .checkbox-custom-dummy:after,
        .checkbox-inline .checkbox-custom-dummy:after {
            /*  content: '\f222';
            font-family: FontAwesome;
            font-size: 20px;
            line-height: 10px;
            position: absolute;
            top: 0;
            left: 0;
            color: #005693;*/

            content: '';
            top: 4px;
            right: 4px;
            bottom: 4px;
            left: 4px;
            background: #1e878c; /*#005693;*/
            border-radius: 3px;
        }

.block-book-consultation {
    padding: 30px 20px;
}

    .block-book-consultation p + [class*='rd-mailform'] {
        margin-top: 30px;
    }

@media (min-width: 576px) {
    .block-book-consultation {
        padding: 30px;
    }
}

@media (min-width: 1600px) {
    .block-book-consultation {
        padding: 46px 41px 37px 44px;
    }
}

h5 + [class*='rd-mailform'] {
    margin-top: 20px;
}

p + [class*='rd-mailform'] {
    margin-top: 20px;
}

.form-wrap + [class*='group-'] {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    h5 + [class*='rd-mailform'] {
        margin-top: 35px;
    }

    .form-wrap + [class*='group-'] {
        margin-top: 30px;
    }
}

/*
*
* Icons
* --------------------------------------------------
*/
.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

    .icon:before {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

a.icon {
    transition: .3s ease-out all;
}

    a.icon:before {
        transition: 0s;
    }

.icon-hexagon {
    position: relative;
    display: inline-block;
    line-height: 0;
    font-size: 0;
}

    .icon-hexagon > .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.icon-default {
    color: #737273;
}

a.icon-default, a.icon-default:focus, a.icon-default:active {
    color: #737273;
}

    a.icon-default:hover {
        color: #792182;
    }

.icon-primary {
    color: #792182;
}

    .icon-primary.icon-hexagon {
        fill: #792182;
    }

        .icon-primary.icon-hexagon .icon {
            color: #005693;
        }

.icon-secondary {
    color: #59c1c1;
}

    .icon-secondary.icon-hexagon {
        fill: #59c1c1;
    }

        .icon-secondary.icon-hexagon .icon {
            color: #005693;
        }

.icon-gray-lighter {
    color: #c8c8c8;
}

.icon-circle {
    border-radius: 50%;
    text-align: center;
}

    .icon-circle.icon-default {
        background-color: #e3e3e3;
    }

    .icon-circle.icon-md {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

        .icon-circle.icon-md:before {
            line-height: inherit;
        }

    .icon-circle.icon-xl {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

        .icon-circle.icon-xl:before {
            line-height: inherit;
        }

    .icon-circle.icon-primary {
        color: #fff;
        background-color: #792182;
    }

a.icon-circle.icon-white, a.icon-circle.icon-white:focus, a.icon-circle.icon-white:active {
    color: #737273;
    background-color: #fff;
}

    a.icon-circle.icon-white:hover {
        color: #fff;
        background-color: #0b4576;
    }

a.icon-circle.icon-default, a.icon-circle.icon-default:focus, a.icon-circle.icon-default:active {
    color: #737273;
    background-color: #e3e3e3;
}

    a.icon-circle.icon-default:hover {
        color: #fff;
        background-color: #792182;
    }

.icon-gradient-block {
    max-width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .icon-gradient-block p {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .icon-gradient-block:hover .icon-gradient-item:before {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        opacity: 1;
    }

.icon-gradient-item {
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(135deg, #2488dd 0%, #792182 100%);
    background-image: -webkit-linear-gradient(135deg, #2488dd 0%, #792182 100%);
    background-image: -ms-linear-gradient(135deg, #2488dd 0%, #792182 100%);
}

    .icon-gradient-item:before {
        content: '';
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        top: -15px;
        bottom: -15px;
        left: -15px;
        right: -15px;
        background-color: #0b4576;
        opacity: 0;
        transition: .3s ease-out all;
    }

    .icon-gradient-item .icon, .icon-gradient-item .icon.mdi {
        color: #fff;
        font-size: 60px;
    }

        .icon-gradient-item .icon:before {
            line-height: inherit;
        }

@media (min-width: 1600px) {
    .icon-gradient-item {
        width: 162px;
        height: 162px;
        line-height: 162px;
    }

        .icon-gradient-item .icon {
            position: relative;
        }

            .icon-gradient-item .icon, .icon-gradient-item .icon.mdi {
                font-size: 70px;
            }
}

.icon-gradient-item + * {
    margin-top: 20px;
}

@media (min-width: 1600px) {
    .icon-gradient-item + * {
        margin-top: 35px;
    }
}

.icon-sm, .icon-sm.mdi {
    font-size: 20px;
}

.icon-md, .icon-md.mdi {
    font-size: 24px;
}

.icon-md-large, .icon-md-large.mdi {
    font-size: 26px;
}

.icon-lg, .icon-lg.mdi {
    font-size: 60px;
}

    .icon-lg.icon-hexagon svg {
        width: 80px;
        height: 95px;
    }

    .icon-lg.icon-hexagon .icon, .icon-lg.icon-hexagon .icon.mdi {
        font-size: 45px;
    }

.icon-xl, .icon-xl.mdi {
    font-size: 48px;
}

@media (min-width: 1024px) {
    .icon-block h4 {
        max-width: 250px;
    }
}

.icon-block .icon-hexagon.icon-secondary {
    transition: .3s ease-out all;
}

    .icon-block .icon-hexagon.icon-secondary .icon {
        transition: .3s ease-out all;
    }

.icon-block:hover .icon-hexagon.icon-secondary {
    fill: #792182;
}

    .icon-block:hover .icon-hexagon.icon-secondary .icon {
        color: #fff;
    }

.icon-bloc-minimal {
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.icon-xl + * {
    margin-top: 15px;
}

.icon-demo {
    display: table;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
}

    .icon-demo > * {
        padding: 20px;
    }

/*    .icon-demo:hover .icon-demo-left {
        color: #005693;
        background-color: #59c1c1;
    }*/

.icon-demo-left {
    /*    color: #fff;
    background-color: #792182;*/
    color: #4b646d;
    background-color: #59c1c1;
    transition: .3s ease-out all;
}

.icon-demo-right {
    background-color: #f9f9f9;
    text-align: right;
}

.icon-demo-title {
    max-width: 350px; /*250px;*/
    margin-left: auto;
    margin-right: auto;
}

.icon-demo-text {
    padding-right: 10px;
}

@media (min-width: 768px) {
    .icon-demo {
        text-align: left;
    }

        .icon-demo > * {
            display: table-cell;
            vertical-align: top;
            padding: 30px 27px;
        }

    .icon-demo-title {
        margin-right: 0;
    }
}

@media (min-width: 1600px) {
    .icon-xl, .icon-xl.mdi {
        font-size: 74px;
    }

    .icon-circle.icon-xl {
        width: 165px;
        height: 165px;
        line-height: 165px;
    }
}

@media (min-width: 1200px) {
    .icon-lg, .icon-lg.mdi {
        font-size: 60px;
    }

        .icon-lg.icon-hexagon svg {
            width: 120px;
            height: 135px;
        }

        .icon-lg.icon-hexagon .icon, .icon-lg.icon-hexagon .icon.mdi {
            font-size: 70px;
        }

            .icon-lg.icon-hexagon .icon.mdi-chart-bar {
                font-size: 66px;
            }

    .icon-demo .icon-lg {
        font-size: 70px;
    }

        .icon-demo .icon-lg.mdi-chart-bar, .icon-demo .icon-lg.mdi-share-variant {
            font-size: 66px;
        }

    .icon-xl + * {
        margin-top: 30px;
    }
}

/**
*
* Images
* =====================================================
*/
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-round {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

/**
*
* Links
* =====================================================
*/
a {
    transition: .25s ease-out all;
    outline: none !important;
}

    a, a:focus, a:active {
        color: #005693; /*#4b646d;*/
        text-decoration: none;
    }

        a:hover {
            color: #59c1c1;
            text-decoration: none;
            outline: none;
        }

        a[href*='callto'], a[href*='mailto'] {
            white-space: nowrap;
        }

.link-default, .link-default:focus, .link-default:active {
    color: #737273;
}

    .link-default:hover {
        color: #792182;
    }



.link-light2 {
    color: #59c1c1 !important;
}

    .link-light2:hover {
        color: #bdbdbd !important; /*#e3e3e3;*/
    }


.link-hover, .link-hover:focus, .link-hover:active {
    color: #0b4576;
}

    .link-hover:hover {
        color: #0b4576;
    }

.link-press, .link-press:focus, .link-press:active {
    color: #c8c8c8;
}

    .link-press:hover {
        color: #c8c8c8;
    }

.brand-link {
    opacity: .3;
    transition: .3s ease-out all;
}

    .brand-link:hover {
        opacity: .6;
    }

.image-link {
    display: inline-block;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
    .image-link {
        box-shadow: none;
    }

        .image-link:hover {
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
            transform: translate(0, -5px);
        }
}

@media (max-width: 991px) {
    .image-link-demo {
        display: block;
        padding: 30px 0;
        text-align: center;
    }

        .image-link-demo img {
            text-align: center;
            display: inline-block;
            max-height: 50vh;
            width: 80%;
            object-fit: cover;
            object-position: center top;
            box-shadow: 0 0 8px 0 rgba(110, 123, 157, 0.5);
        }
}

@media (min-width: 992px) {
    .image-link-demo {
        box-shadow: 0 0 8px 0 rgba(110, 123, 157, 0.5);
    }

    .image-link-demo-section:hover .image-link-demo:nth-child(1) {
        margin-top: -5px;
    }

    .image-link-demo-section:hover .image-link-demo:nth-child(2) {
        margin-top: -10px;
    }

    .image-link-demo-section:hover .image-link-demo:nth-child(3) {
        margin-top: -15px;
    }

    .image-link-demo-section:hover .image-link-demo:nth-child(4) {
        margin-top: -10px;
    }

    .image-link-demo-section:hover .image-link-demo:nth-child(5) {
        margin-top: -5px;
    }

    .image-link-demo-section:hover .image-link-demo:hover {
        margin-top: 0;
    }

    .image-link-demo-wrap {
        margin-top: 40px;
        position: relative;
        padding-top: 400px;
        overflow: hidden;
    }

    .image-link-demo-inner {
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .image-link-demo:first-child {
        position: absolute;
        top: 160px;
        left: 0;
    }

    .image-link-demo:nth-child(2) {
        position: absolute;
        top: 80px;
        left: calc(200px / 2);
    }

    .image-link-demo:nth-child(3) {
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .image-link-demo:nth-child(4) {
        position: absolute;
        z-index: 1;
        top: 80px;
        right: calc(200px / 2);
    }

    .image-link-demo:last-child {
        position: absolute;
        top: 160px;
        right: 0;
    }
}

@media (min-width: 1024px) {
    .image-link-demo-wrap {
        padding-top: 450px;
    }

    .image-link-demo:nth-child(2) {
        left: calc(300px / 2);
    }

    .image-link-demo:nth-child(4) {
        right: calc(300px / 2);
    }
}

@media (min-width: 1600px) {
    .image-link-demo-wrap {
        padding-top: 630px;
    }

    .image-link-demo:nth-child(2) {
        left: calc(620px / 2);
    }

    .image-link-demo:nth-child(4) {
        right: calc(620px / 2);
    }
}

.heading-link > a, .heading-link > a:focus, .heading-link > a:active {
    color: #792182;
}

    .heading-link > a:hover {
        color: inherit;
    }





/*
*
* Custom Tables
* --------------------------------------------------
*/
.table-custom-wrap {
    overflow-x: auto;
}

.table-custom {
    width: 100%;
    text-align: left;
}

    .table-custom tr:first-child td {
        font-weight: 700;
    }

    .table-custom th tbody, .table-custom td tbody {
        padding: 7px 18px;
    }

    .table-custom th:first-child, .table-custom td:first-child {
        width: 13%;
    }

    .table-custom th:nth-child(2), .table-custom td:nth-child(2) {
        width: 26%;
    }

@media (min-width: 992px) {
    .table-custom th:nth-child(n+2), .table-custom td:nth-child(n+2) {
        padding-right: 56px;
    }
}

.table-custom {
    text-align: left;
}

    .table-custom th {
        color: #005693;
        font-weight: 400;
    }

    .table-custom td {
        color: #737273;
    }

    .table-custom tbody tr {
        border: 1px solid #e3e3e3;
        border-left: none;
        border-right: none;
    }

        .table-custom tbody tr:first-child {
            border: 1px solid #e3e3e3;
        }

        .table-custom tbody tr td, .table-custom tbody tr th {
            border: none;
            vertical-align: middle;
            padding: 11px 23px;
        }

        .table-custom tbody tr th, .table-custom tbody tr td {
            padding: 4px 16px;
        }

@media (min-width: 992px) {
    .table-custom.table-fixed {
        table-layout: fixed;
    }
}

.table-custom.table-fixed th tbody, .table-custom.table-fixed td tbody {
    padding: 0;
}

@media (min-width: 992px) {
    .table-custom.table-fixed th, .table-custom.table-fixed td {
        padding: 11px 31px;
    }

        .table-custom.table-fixed th:nth-child(n+2), .table-custom.table-fixed td:nth-child(n+2) {
            padding-right: 0;
        }
}

.table-custom.table-hover-rows tbody tr:first-child, .table-custom.striped-table tbody tr:first-child, .table-custom.condensed-table tbody tr:first-child, .table-custom.bordered-table tbody tr:first-child {
    border: none;
    border-bottom: 1px solid #005693;
}

.table-custom.table-hover-rows tbody tr:nth-child(n+2):hover {
    background: #f9f9f9;
    cursor: pointer;
}

.table-custom.striped-table tbody tr:hover, .table-custom.condensed-table tbody tr:hover, .table-custom.bordered-table tbody tr:hover {
    background: none;
    cursor: auto;
}

.table-custom.striped-table tbody tr:nth-child(even), .table-custom.condensed-table tbody tr:nth-child(even), .table-custom.bordered-table tbody tr:nth-child(even) {
    background: rgba(31, 41, 50, 0.05);
}

@media (min-width: 992px) {
    .table-custom.condensed-table th, .table-custom.condensed-table td {
        padding: 9px 23px;
    }
}

.table-custom.bordered-table tbody tr {
    border: 1px solid #e3e3e3;
}

    .table-custom.bordered-table tbody tr td, .table-custom.bordered-table tbody tr th {
        border: 1px solid #e3e3e3;
    }

    .table-custom.bordered-table tbody tr th {
        border-bottom: none;
    }

    .table-custom.bordered-table tbody tr:nth-child(n+2) td {
        border-top: none;
    }

    .table-custom.bordered-table tbody tr:nth-child(even) {
        background: none;
    }

    .table-custom.bordered-table tbody tr th:first-child, .table-custom.bordered-table tbody tr td:first-child {
        width: 70px;
        text-align: center;
    }

@media (min-width: 992px) {
    .table-custom.bordered-table tbody th, .table-custom.bordered-table tbody td {
        padding: 12px 19px;
    }

        .table-custom.bordered-table tbody th:nth-child(n+2), .table-custom.bordered-table tbody td:nth-child(n+2) {
            padding-right: 30px;
        }
}

.table-custom.table-primary tbody tr {
    border-color: transparent;
}

    .table-custom.table-primary tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    .table-custom.table-primary tbody tr th {
        background: #792182;
        color: #fff;
        border-top-color: #792182;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .table-custom.table-primary tbody tr:first-child th:first-child {
        border-top-left-radius: 3px;
    }

    .table-custom.table-primary tbody tr:first-child th:last-child {
        border-top-right-radius: 3px;
    }

/*
*
* Lists
* --------------------------------------------------
*/
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}




ol {
    counter-reset: qa;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/*    ol li {
        counter-increment: qa;
        padding: 1em;
    }

        ol li .question, li .answer {
            display: block;
        }

        ol li .question {
            font-size: 1.4em;
        }

            ol li .question:before {
                content: counter(qa)". ";
            }*/



.list > li + li {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .hori-list-md {
        margin-top: 10px;
        margin-right: 27px;
    }
}

@media (min-width: 768px) {
    .hori-list-md, .hori-list-md:first-child, .hori-list-md:last-child {
        transform: translateY(-10px);
        margin-bottom: -10px;
        margin-right: -27px;
    }

        .hori-list-md > *,
        .hori-list-md > *:first-child,
        .hori-list-md > *:last-child, .hori-list-md:first-child > *,
        .hori-list-md:first-child > *:first-child,
        .hori-list-md:first-child > *:last-child, .hori-list-md:last-child > *,
        .hori-list-md:last-child > *:first-child,
        .hori-list-md:last-child > *:last-child {
            display: inline-block;
            margin-top: 10px;
            margin-right: 27px;
        }
}


.inline-list, .inline-list:first-child, .inline-list:last-child {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-right: -10px;
}

    .inline-list > *,
    .inline-list > *:first-child,
    .inline-list > *:last-child, .inline-list:first-child > *,
    .inline-list:first-child > *:first-child,
    .inline-list:first-child > *:last-child, .inline-list:last-child > *,
    .inline-list:last-child > *:first-child,
    .inline-list:last-child > *:last-child {
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
    }

.inline-list-md, .inline-list-md:first-child, .inline-list-md:last-child {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-right: -27px;
}

    .inline-list-md > *,
    .inline-list-md > *:first-child,
    .inline-list-md > *:last-child, .inline-list-md:first-child > *,
    .inline-list-md:first-child > *:first-child,
    .inline-list-md:first-child > *:last-child, .inline-list-md:last-child > *,
    .inline-list-md:last-child > *:first-child,
    .inline-list-md:last-child > *:last-child {
        display: inline-block;
        margin-top: 10px;
        margin-right: 27px;
    }

.inline-list-lg, .inline-list-lg:first-child, .inline-list-lg:last-child {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-right: -35px;
}

    .inline-list-lg > *,
    .inline-list-lg > *:first-child,
    .inline-list-lg > *:last-child, .inline-list-lg:first-child > *,
    .inline-list-lg:first-child > *:first-child,
    .inline-list-lg:first-child > *:last-child, .inline-list-lg:last-child > *,
    .inline-list-lg:last-child > *:first-child,
    .inline-list-lg:last-child > *:last-child {
        display: inline-block;
        margin-top: 10px;
        margin-right: 35px;
    }

@media (min-width: 1600px) {
    .inline-list-lg, .inline-list-lg:first-child, .inline-list-lg:last-child {
        transform: translateY(-10px);
        margin-bottom: -10px;
        margin-right: -50px;
    }

        .inline-list-lg > *,
        .inline-list-lg > *:first-child,
        .inline-list-lg > *:last-child, .inline-list-lg:first-child > *,
        .inline-list-lg:first-child > *:first-child,
        .inline-list-lg:first-child > *:last-child, .inline-list-lg:last-child > *,
        .inline-list-lg:last-child > *:first-child,
        .inline-list-lg:last-child > *:last-child {
            display: inline-block;
            margin-top: 10px;
            margin-right: 50px;
        }
}

.inline-list-xl, .inline-list-xl:first-child, .inline-list-xl:last-child {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-right: -35px;
}

    .inline-list-xl > *,
    .inline-list-xl > *:first-child,
    .inline-list-xl > *:last-child, .inline-list-xl:first-child > *,
    .inline-list-xl:first-child > *:first-child,
    .inline-list-xl:first-child > *:last-child, .inline-list-xl:last-child > *,
    .inline-list-xl:last-child > *:first-child,
    .inline-list-xl:last-child > *:last-child {
        display: inline-block;
        margin-top: 10px;
        margin-right: 35px;
    }

@media (min-width: 1600px) {
    .inline-list-xl, .inline-list-xl:first-child, .inline-list-xl:last-child {
        transform: translateY(-10px);
        margin-bottom: -10px;
        margin-right: -80px;
    }

        .inline-list-xl > *,
        .inline-list-xl > *:first-child,
        .inline-list-xl > *:last-child, .inline-list-xl:first-child > *,
        .inline-list-xl:first-child > *:first-child,
        .inline-list-xl:first-child > *:last-child, .inline-list-xl:last-child > *,
        .inline-list-xl:last-child > *:first-child,
        .inline-list-xl:last-child > *:last-child {
            display: inline-block;
            margin-top: 10px;
            margin-right: 80px;
        }
}

.inline-list-with-divider {
    margin-right: -20px;
}

    .inline-list-with-divider > li {
        display: inline-block;
        vertical-align: baseline;
        margin-right: 20px;
    }

* + [class*='inline-list'] {
    margin-top: 15px;
}

h1 + .inline-list-with-divider {
    margin-top: 20px;
}

dl {
    margin: 0;
}

.list-terms {
    margin-top: 35px;
}

    .list-terms dt {
        max-width: 768px;
    }

        .list-terms dt.heading-4 {
            font-weight: 400;
        }

    .list-terms dd {
        line-height: 1.5;
    }

    .list-terms dt + dd {
        margin-top: 20px;
    }

    .list-terms dd + dt {
        margin-top: 60px;
    }

    .list-terms + * {
        margin-top: 60px;
    }

.list-middle > li {
    vertical-align: middle;
}

@media (max-width: 575px) {
    .list-vertical {
        margin-right: -5px;
    }

        .list-vertical > li {
            display: inline-block;
            margin-right: 5px;
        }

            .list-vertical > li:empty {
                display: block;
            }
}

@media (min-width: 576px) {
    .list-vertical {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-vertical-wrap {
        display: flex;
        margin: 0 !important;
    }

    .list-vertical-wrap-right {
        justify-content: flex-end;
    }

    .list-vertical > li {
        margin: 15px 0;
    }

        .list-vertical > li a {
            -ms-writing-mode: tb-rl;
            -moz-writing-mode: tb-rl;
            -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
        }

    .list-vertical-left {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

        .list-vertical-left > li {
            width: 100%;
            text-align: right;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .list-vertical-right {
        flex-direction: column;
    }

        .list-vertical-right > li {
            width: 100%;
            text-align: right;
        }
}

.list-group-numbered li {
    margin-right: 18px;
}

.list-index {
    counter-reset: li;
}

    .list-index li .list-index-counter {
        margin-right: 18px;
    }

        .list-index li .list-index-counter:before {
            content: counter(li, decimal) ". ";
            counter-increment: li;
        }

.list-marked li {
    position: relative;
    padding-right: 36px;
}

    /*  .list-marked li:before {
        content: url(../img/check_mark_15x15.svg);
        position: absolute;
        right: 0;
        top: 3px;
        display: inline-block;
        font-family: 'Material Design Icons', sans-serif;
        font-size: 20px;
        color: #792182; 
        transform: translateY(-50%);
    }*/
    .list-marked li:before {
        content: '\f237';
        position: absolute;
        right: 0;
        display: inline-block;
        font-family: 'Material Design Icons', sans-serif;
        font-size: 20px;
        color: #4b646d; /*c8c8c8;*/
        top: 1px;
        /* top: 50%;
        transform: translateY(-50%);*/
    }


.list-inset-right {
    padding-right: 45px;
}

.address-info-wrap a, .address-info-wrap a:focus, .address-info-wrap a:active {
    color: #737273;
}

    .address-info-wrap a:hover {
        color: #792182;
    }

@media (min-width: 992px) {
    .address-info-wrap {
        padding-right: 35px;
    }

    h1 + .inline-list-with-divider {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    .inline-list-with-divider {
        margin-right: -15px;
    }

        .inline-list-with-divider > li {
            margin-right: 15px;
        }

            .inline-list-with-divider > li:after {
                vertical-align: middle;
                display: inline-block;
                content: '';
                width: 1px;
                height: 20px;
                margin-right: 15px;
                border-right: 1px solid rgba(255, 255, 255, 0.3);
            }

            .inline-list-with-divider > li:last-child:after {
                display: none;
            }
}

@media (min-width: 1600px) {
    .inline-list-with-divider {
        margin-right: -30px;
    }

        .inline-list-with-divider > li {
            margin-right: 30px;
        }

            .inline-list-with-divider > li:after {
                margin-right: 30px;
                height: 32px;
            }

    h1 + .inline-list-with-divider {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    * + [class*='inline-list'] {
        margin-top: 20px;
    }

    .address-info-wrap {
        padding-right: 55px;
    }

        .address-info-wrap .heading-divider + * {
            margin-top: 30px;
        }
}

/**
*
* Quote
* =====================================================
*/
.quote-demo .quote-demo-icon {
    margin-right: -13px;
    line-height: 25px;
    transform: scale(-1, -1);
}

.quote-demo-q > * {
    line-height: 1.36364;
    font-weight: 400;
    font-style: italic;
}

.quote-demo-cite:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
    border-top: 1px solid #a1a1a1;
}

* + .quote-demo-cite {
    margin-top: 15px;
}

* + .quote-demo {
    margin-top: 25px;
}

.quote-info-name {
    font-weight: 700;
    color: #792182;
}

.quote-info-cite {
    font-style: italic;
    color: rgba(65, 64, 66, 0.4);
}

.quote-info-name + .quote-info-cite {
    margin-top: 0;
}

* + .quote-info {
    margin-top: 15px;
}

.quote-minimal {
    background-color: #fff;
    text-align: right;
}

    .quote-minimal:hover .quote-minimal-icon {
        transform: scale(1, -1);
    }

.quote-minimal-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #792182;
    transform: scale(-1, -1);
    transition: .3s ease-out all;
}

    .quote-minimal-icon .icon, .quote-minimal-icon .icon.mdi {
        font-size: 36px;
        line-height: inherit;
        color: #fff;
    }

.quote-minimal-inner {
    max-width: 380px;
    padding: 5px 20px 35px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.quote-big {
    position: relative;
    max-width: 520px;
}

.quote-big-icon {
    height: 50px;
    width: 90px;
    margin-right: -30px;
}

    .quote-big-icon .icon {
        display: inline-block;
        font-size: 100px;
        transform: scale(-1, -1);
        color: #59c1c1;
    }

.quote-big-inner {
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.quote-big-text {
    color: #005693;
    font-style: italic;
}

.quote-mean {
    max-width: 556px;
    margin-left: auto;
    margin-right: auto;
}

    .quote-mean .quote-info {
        margin-bottom: -52px;
        max-width: 480px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

.quote-mean-body {
    background-color: #0b4576;
}

.quote-mean-img {
    border-radius: 50%;
    border: 6px solid #792182;
    box-shadow: 0 5px 5px 0 #dbe2e8;
}

    .quote-mean-img img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        object-position: center center;
    }

.quote-mean-body-inner {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.quote-mean-body {
    padding-top: 22px;
    padding-bottom: 30px;
    background-color: #0b4576;
    color: #fff;
}

.quote-mean-icon {
    text-align: right;
}

    .quote-mean-icon .icon {
        font-size: 50px;
        transform: scale3d(-1, -1, -1);
        will-change: transfrom;
    }

.quote-mean-text {
    font-style: italic;
}

@media (min-width: 576px) {
    .quote-mean-img img {
        width: 118px;
        height: 118px;
    }
}

@media (min-width: 1200px) {
    .quote-minimal * + p {
        margin-top: 25px;
    }

    .quote-mean-text {
        font-size: 22px;
        line-height: 1.36364;
    }

    .quote-big {
        max-width: 766px;
    }

        .quote-big .quote-info-name {
            font-size: 22px;
        }

    .quote-big-inner {
        margin-right: 70px;
    }

    .quote-big-text {
        font-size: 22px;
        line-height: 1.36364;
    }

    .quote-big-icon {
        height: 70px;
    }

        .quote-big-icon .icon {
            font-size: 150px;
        }

    .quote-mean .quote-info-name {
        font-size: 22px;
    }

    .quote-mean .quote-info {
        max-width: 510px;
        margin-bottom: -52px;
    }

    .quote-mean-icon {
        margin-right: -10px;
    }

    * + .quote-info {
        margin-top: 20px;
    }

    * + .quote-demo {
        margin-top: 35px;
    }

    * + .quote-demo-cite {
        margin-top: 20px;
    }
}

/**
*
* Team Components
* =====================================================
*/
.team-minimal {
    max-width: 530px;
    position: relative;
    padding-bottom: 50px;
}

    .team-minimal img {
        width: 150px;
    }

.team-minimal-link {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    padding: 7px;
    text-align: center;
    border-radius: 6px;
    border: 3px solid #792182;
}

    .team-minimal-link, .team-minimal-link:focus, .team-minimal-link:active {
        background-color: #792182;
        color: #fff;
        border-color: #792182;
    }

        .team-minimal-link .icon, .team-minimal-link:focus .icon, .team-minimal-link:active .icon {
            color: #fff;
        }

        .team-minimal-link:hover {
            color: #792182;
            background-color: transparent;
            border-color: #792182;
        }

            .team-minimal-link:hover .icon {
                color: #792182;
            }

.team-minimal-title a, .team-minimal-title a:focus, .team-minimal-title a:active {
    color: #792182;
}

    .team-minimal-title a:hover {
        color: #005693;
    }

.team-minimal-cite {
    color: #a1a1a1;
}

.team-minimal-title + .team-minimal-cite {
    margin-top: 12px;
}

.team-minimal-cite + .team-minimal-text {
    margin-top: 18px;
}

* + .team-minimal-link {
    margin-top: 10px;
}

.team-modern {
    position: relative;
    overflow: hidden;
}

    .team-modern:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        border-bottom: 6px solid #59c1c1;
        transition: .3s ease-out all;
    }

    .team-modern img {
        width: 100%;
    }

    .team-modern * + p {
        margin-top: 10px;
    }

    .team-modern:hover .team-modern-list > li {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

.team-modern-header {
    position: relative;
}

.team-modern-list {
    position: absolute;
    left: 25px;
    right: 0;
    bottom: 30px;
}

    .team-modern-list > li {
        transition: .3s ease-out all;
    }

    .team-modern-list a.icon-circle:hover {
        box-shadow: 0 0 10px 0 rgba(62, 66, 81, 0.15);
    }

.team-modern-inner {
    padding: 30px 25px;
    color: #fff;
    background-color: #0b4576;
}

.team-modern-title {
    color: #59c1c1;
}

    .team-modern-title a, .team-modern-title a:focus, .team-modern-title a:active {
        color: #59c1c1;
    }

        .team-modern-title a:hover {
            color: #fff;
        }

@media (max-width: 767px) {
    .team-classic {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.team-classic img {
    width: 100%;
    opacity: .6;
}

.team-classic a.icon-white, .team-classic a.icon-white:focus, .team-classic a.icon-white:active {
    color: #005693;
    background-color: #fff;
}

    .team-classic a.icon-white:hover {
        color: #fff;
        background-color: #0b4576;
    }

.team-classic-header {
    position: relative;
    background-color: #792182;
}

.team-classic-list {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
}

.team-classic-title {
    color: #792182;
}

    .team-classic-title a, .team-classic-title a:focus, .team-classic-title a:active {
        color: #792182;
    }

        .team-classic-title a:hover {
            color: #005693;
        }

.team-classic-cite {
    font-style: italic;
    color: #a1a1a1;
}

* + .team-classic-cite {
    margin-top: 12px;
}

* + .team-classic-title {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .team-minimal {
        padding-bottom: 0;
    }

    .team-minimal-link {
        position: static;
    }

    .desktop .team-modern:after {
        visibility: hidden;
        opacity: 0;
        width: 50%;
    }

    .desktop .team-modern:hover:after {
        content: '';
        width: 100%;
        visibility: visible;
        opacity: 1;
    }

    .desktop .team-modern-list > li {
        transform: translateY(10px);
        visibility: hidden;
        opacity: 0;
    }

        .desktop .team-modern-list > li:nth-child(1) {
            transition-delay: .1s;
        }

        .desktop .team-modern-list > li:nth-child(2) {
            transition-delay: .2s;
        }

        .desktop .team-modern-list > li:nth-child(3) {
            transition-delay: .3s;
        }

    .team-modern-inner {
        padding: 40px 36px;
    }

    .team-modern-list {
        left: 36px;
    }

    .desktop .team-classic img {
        opacity: 1;
    }

    .desktop .team-classic img {
        transition: .3s ease-out all;
    }

    .desktop .team-classic:hover img {
        opacity: .2;
    }

    .desktop .team-classic:hover .team-classic-list > li {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .desktop .team-classic-list > li {
        transform: translateY(10px);
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-out all;
    }

        .desktop .team-classic-list > li:nth-child(1) {
            transition-delay: .1s;
        }

        .desktop .team-classic-list > li:nth-child(2) {
            transition-delay: .2s;
        }

        .desktop .team-classic-list > li:nth-child(3) {
            transition-delay: .3s;
        }

    .team-classic-list {
        bottom: 50px;
    }

    * + .team-classic-title {
        margin-top: 25px;
    }
}

.team-member-content {
    padding-right: 20px;
}

@media (min-width: 1600px) {
    .team-member-content {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .team-member-content {
        padding-right: 80px;
    }
}

.team-member-cite {
    font-style: italic;
    color: #a1a1a1;
}

.team-member-contact > li + li {
    margin-top: 9px;
}

.team-member-contact a, .team-member-contact a:focus, .team-member-contact a:active {
    color: #a1a1a1;
}

    .team-member-contact a:hover {
        color: #792182;
    }

* + .team-member-contact {
    margin-top: 20px;
}

* + .team-member-cite {
    margin-top: 10px;
}

.project {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    text-align: center;
}

.project-inner {
    padding: 30px 20px;
    background-color: #fff;
}

.project-title {
    color: #792182;
}

    .project-title a, .project-title a:focus, .project-title a:active {
        color: inherit;
    }

        .project-title a:hover {
            color: #005693;
        }

@media (min-width: 1600px) {
    .project-title {
        padding: 0 35px;
    }

    * + .team-member-contact {
        margin-top: 45px;
    }
}

/*
*
* Main layout
* ==================================================
*/
.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh !important;
}

.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
    background-color: #792182;
}

.page-header-corporative {
    background-color: transparent;
}

.page-header-transparent {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.page-header-modern,
.page-header-creative {
    background-color: #393c3f;
}

.page-footer {
    position: relative;
    /*background-color: #2f4858;*/
}

    .page-footer .copyright {
        font-size: 14px;
    }

    .page-footer, .page-footer[class*='section-'] {
        padding-bottom: 30px;
    }

        .page-footer.bg-gray-darker .list-marked > li.active a {
            color: #792182;
        }

.page-footer-plugin .copyright {
    font-size: 14px;
}

.page-footer-plugin * + .copyright {
    margin-top: 45px;
}

@media (min-width: 1024px) and (max-width: 1599px) {
    .page-footer-plugin .rd-mailform-inline .button {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (min-width: 1600px) {
    .page-footer {
        position: relative;
    }

        .page-footer .rd-google-map-wrap {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 25.78125vw;
        }

            .page-footer .rd-google-map-wrap + .row {
                margin-top: 0;
            }

        .page-footer .rd-google-map {
            height: 100%;
        }

    .page-footer-plugin * + .copyright {
        margin-top: 75px;
    }
}

/*
*
* Posts
* --------------------------------------------------
*/
/*
*
* Thumbnails
* --------------------------------------------------
*/
.thumb {
    position: relative;
    display: inline-block;
}

    .thumb:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(70, 163, 242, 0.4);
        z-index: 1;
        content: '';
        will-change: opacity;
    }

    .thumb:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-family: FontAwesome;
        font-size: 34px;
        content: "\f065";
        z-index: 1;
        will-change: transform, opacity;
    }

    .thumb:before, .thumb:after {
        transition: .3s ease;
        opacity: 0;
    }

    .thumb:hover:before, .thumb:hover:after {
        opacity: 1;
    }

/*
*
* Tooltop Custom
*/
.tooltip-custom {
    color: #59c1c1;
}

.tooltip {
    font-size: 18px;
    line-height: 1.2;
}

    .tooltip .arrow:before {
        border-top-color: #792182 !important;
        border-bottom-color: #792182 !important;
    }

.tooltip-inner {
    background-color: #792182 !important;
}

.tooltip-custom[data-toggle='tooltip'] {
    color: #59c1c1;
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #005693;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

    .snackbars .icon-xxs {
        font-size: 18px;
    }

    .snackbars p span:last-child {
        padding-right: 14px;
    }

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

    .snackbars-right:hover {
        text-decoration: underline;
    }

@media (min-width: 576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px;
    }
}

/*
*
* Navigation
* --------------------------------------------------
*/
.navigation-pills li a {
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #792182;
    border-radius: 5px;
    font-size: 16px;
    transition: .2s;
}

    .navigation-pills li a.active, .navigation-pills li a:hover, .navigation-pills li a:focus {
        background-color: #792182;
        color: #fff;
    }

/*
*
* Page Loaders
* --------------------------------------------------
*/
.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999999;
    background: #ffffff;
    transition: .3s all ease;
}

    .page-loader.loaded {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .page-loader.ending {
        display: none;
    }

    .page-loader .page-loader-body {
        text-align: center;
    }

@-webkit-keyframes icon-gradient {
    0% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }

    50% {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        opacity: 1;
    }

    100% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }
}

@keyframes icon-gradient {
    0% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }

    50% {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        opacity: 1;
    }

    100% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }
}

.page-loader .icon-gradient-item:before {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: icon-gradient;
    animation-name: icon-gradient;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*
*
* Panels Custom
* --------------------------------------------------
*/
.panel {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.panel-custom.panel-custom-default {
    border-top: 1px solid #e3e3e3;
}

    .panel-custom.panel-custom-default:last-child {
        border-bottom: 1px solid #e3e3e3;
    }

.panel-custom .panel-custom-title {
    font-size: 18px;
    font-weight: 400;
    color: #792182;
}


.bg-primary {
    background-color: #792182 !important;
}

.bg-sub-1 {
    background-color: #005693 !important;
}

.bg-slider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (min-width: 768px) {
    .panel-custom .panel-custom-title {
        font-size: 22px;
    }
}

.panel-custom .panel-custom-title > a {
    display: block;
    position: relative;
    padding: 12px 50px 12px 15px;
    color: #792182;
    background: #fff;
    transition: .3s all ease;
}

    .panel-custom .panel-custom-title > a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        font: 400 28px/28px "Material Design Icons";
        color: #792182;
        transform: translateY(-50%) rotate(-180deg);
        transition: .3s all ease;
    }

    .panel-custom .panel-custom-title > a.collapsed {
        background: #fff;
    }

        .panel-custom .panel-custom-title > a.collapsed:before {
            content: '\f505';
        }

    .panel-custom .panel-custom-title > a:hover {
        text-decoration: none;
        background: #fff;
    }

@media (min-width: 768px) {
    .panel-custom .panel-custom-title > a {
        padding: 17px 80px 17px 30px;
    }

        .panel-custom .panel-custom-title > a:before {
            right: 31px;
        }
}

.panel-custom .panel-custom-collapse {
    background: #fff;
}

    .panel-custom .panel-custom-collapse .panel-custom-body {
        padding: 0 50px 12px 15px;
    }

@media (min-width: 768px) {
    .panel-custom .panel-custom-collapse .panel-custom-body {
        padding: 0 80px 17px 30px;
    }
}

h3 + .panel-custom-group-wrap {
    margin-top: 30px;
}

/*
*
* Pagination custom
* --------------------------------------------------
*/
.pagination-custom {
    font-size: 0;
    text-align: center;
}

    .pagination-custom > li a[aria-label='Previous'],
    .pagination-custom > li a[aria-label='Next'] {
        display: none;
    }

    .pagination-custom > li + li {
        margin-right: 10px;
    }

    .pagination-custom > li,
    .pagination-custom > li > a,
    .pagination-custom > li > span {
        display: inline-block;
    }

        .pagination-custom > li > a,
        .pagination-custom > li > span {
            padding: 15px 15px;
            font-size: 18px;
            line-height: 24px;
        }

        .pagination-custom > li > a,
        .pagination-custom > li > span {
            min-width: 60px;
            font-weight: 700;
            transition: .3s;
            text-align: center;
            background-color: transparent;
            color: #792182;
            border-radius: 6px;
            border: 3px solid #792182;
        }

        .pagination-custom > li:first-child a span, .pagination-custom > li:first-child span span,
        .pagination-custom > li:last-child a span,
        .pagination-custom > li:last-child span span {
            position: relative;
            font-size: 11px;
            line-height: 1;
        }

        .pagination-custom > li > a:hover, .pagination-custom > li > a:focus, .pagination-custom > li > a:active, .pagination-custom > li > a:active:focus,
        .pagination-custom > li > span:hover,
        .pagination-custom > li > span:focus,
        .pagination-custom > li > span:active,
        .pagination-custom > li > span:active:focus {
            color: #fff;
            background-color: #792182;
            border-color: #792182;
            box-shadow: none;
        }

    .pagination-custom > .active > a, .pagination-custom > .active > a:hover, .pagination-custom > .active > a:focus, .pagination-custom > .active > a:active, .pagination-custom > .active > a:active:focus,
    .pagination-custom > .active > span,
    .pagination-custom > .active > span:hover,
    .pagination-custom > .active > span:focus,
    .pagination-custom > .active > span:active,
    .pagination-custom > .active > span:active:focus {
        color: #fff;
        background-color: #792182;
        border-color: #792182;
        box-shadow: none;
    }

* + .pagination-wrap {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    * + .pagination-wrap {
        margin-top: 30px;
    }
}

@media (min-width: 1600px) {
    * + .pagination-wrap {
        margin-top: 60px;
    }
}

/*
*
* Helpers
* ==================================================
*/
/*
*
* Text Alignment
* --------------------------------------------------
*/



.fade-in {
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease; /* Smooth transition for opacity */
}

    .fade-in.show {
        opacity: 1; /* Fade in by changing opacity to 1 */
    }


.hidable {
    display: block;
}

    .hidable:empty {
        display: none !important;
    }

.align-items-center {
    align-items: center !important;
}


.flex-justify-center {
    justify-content: center !important;
}

.flex-justify-evenly {
    justify-content: space-evenly !important;
}

.flex-justify-around {
    justify-content: space-around !important;
}

.flex-justify-between {
    justify-content: space-between !important;
}

.flex-align-center {
    align-items: center !important;
}




.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-middle {
    vertical-align: middle;
}

@media (min-width: 576px) {
    html:not(.lt-ie10) .text-xs-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-xs-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-xs-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-xs-justify {
        text-align: justify;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .text-sm-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-sm-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-sm-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .text-md-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-md-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-md-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1024px) {
    html:not(.lt-ie10) .text-lg-left {
        text-align: left;
    }

    html:not(.lt-ie10) .text-lg-center {
        text-align: center;
    }

    html:not(.lt-ie10) .text-lg-right {
        text-align: right;
    }

    html:not(.lt-ie10) .text-lg-justify {
        text-align: justify;
    }
}

/*
*
* Text styling
* --------------------------------------------------
*/
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-sbold {
    font-weight: 600;
}

.text-bold, strong {
    font-weight: 700;
}

.text-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-dark-orange {
    color: #2B0F08 !important;
}


/*
*
* Visibility Responsive
* --------------------------------------------------
*/
.reveal-block {
    display: block !important;
}

.reveal-inline-block {
    display: inline-block !important;
}

.reveal-inline {
    display: inline !important;
}

.reveal-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.veil {
    display: none !important;
}

@media (min-width: 480px) {
    .reveal-xs-block {
        display: block !important;
    }

    .reveal-xs-inline-block {
        display: inline-block !important;
    }

    .reveal-xs-inline {
        display: inline !important;
    }

    .reveal-xs-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .reveal-sm-block {
        display: block !important;
    }

    .reveal-sm-inline-block {
        display: inline-block !important;
    }

    .reveal-sm-inline {
        display: inline !important;
    }

    .reveal-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .reveal-md-block {
        display: block !important;
    }

    .reveal-md-inline-block {
        display: inline-block !important;
    }

    .reveal-md-inline {
        display: inline !important;
    }

    .reveal-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-md {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .reveal-lg-block {
        display: block !important;
    }

    .reveal-lg-inline-block {
        display: inline-block !important;
    }

    .reveal-lg-inline {
        display: inline !important;
    }

    .reveal-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-lg {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .reveal-xl-block {
        display: block !important;
    }

    .reveal-xl-inline-block {
        display: inline-block !important;
    }

    .reveal-xl-inline {
        display: inline !important;
    }

    .reveal-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .veil-xl {
        display: none !important;
    }
}

/*
*
* Element groups
* --------------------------------------------------
*/
html .page .group-xs, html .page .group-xs:first-child, html .page .group-xs:last-child {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-right: -10px;
}

    html .page .group-xs > *,
    html .page .group-xs > *:first-child,
    html .page .group-xs > *:last-child, html .page .group-xs:first-child > *,
    html .page .group-xs:first-child > *:first-child,
    html .page .group-xs:first-child > *:last-child, html .page .group-xs:last-child > *,
    html .page .group-xs:last-child > *:first-child,
    html .page .group-xs:last-child > *:last-child {
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
    }

html .page .group, html .page .group:first-child, html .page .group:last-child {
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-right: -30px;
}

    html .page .group > *,
    html .page .group > *:first-child,
    html .page .group > *:last-child, html .page .group:first-child > *,
    html .page .group:first-child > *:first-child,
    html .page .group:first-child > *:last-child, html .page .group:last-child > *,
    html .page .group:last-child > *:first-child,
    html .page .group:last-child > *:last-child {
        display: inline-block;
        margin-top: 20px;
        margin-right: 30px;
    }

html .page .group-sm, html .page .group-sm:first-child, html .page .group-sm:last-child {
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-right: -12px;
}

    html .page .group-sm > *,
    html .page .group-sm > *:first-child,
    html .page .group-sm > *:last-child, html .page .group-sm:first-child > *,
    html .page .group-sm:first-child > *:first-child,
    html .page .group-sm:first-child > *:last-child, html .page .group-sm:last-child > *,
    html .page .group-sm:last-child > *:first-child,
    html .page .group-sm:last-child > *:last-child {
        display: inline-block;
        margin-top: 20px;
        margin-right: 12px;
    }

html .page .group-md, html .page .group-md:first-child, html .page .group-md:last-child {
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-right: -20px;
}

    html .page .group-md > *,
    html .page .group-md > *:first-child,
    html .page .group-md > *:last-child, html .page .group-md:first-child > *,
    html .page .group-md:first-child > *:first-child,
    html .page .group-md:first-child > *:last-child, html .page .group-md:last-child > *,
    html .page .group-md:last-child > *:first-child,
    html .page .group-md:last-child > *:last-child {
        display: inline-block;
        margin-top: 20px;
        margin-right: 20px;
    }

html .page .group-lg, html .page .group-lg:first-child, html .page .group-lg:last-child {
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-right: -30px;
}

    html .page .group-lg > *,
    html .page .group-lg > *:first-child,
    html .page .group-lg > *:last-child, html .page .group-lg:first-child > *,
    html .page .group-lg:first-child > *:first-child,
    html .page .group-lg:first-child > *:last-child, html .page .group-lg:last-child > *,
    html .page .group-lg:last-child > *:first-child,
    html .page .group-lg:last-child > *:last-child {
        display: inline-block;
        margin-top: 20px;
        margin-right: 30px;
    }

html .page .group-top > *, html .page .group-top > *:first-child {
    vertical-align: top;
}

html .page .group-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

html .page .group-bottom > *, html .page .group-bottom > *:first-child {
    vertical-align: bottom;
}

html .page h2 + .group-md {
    margin-top: 30px;
}

@media (min-width: 1600px) {
    html .page .group-md, html .page .group-md:first-child, html .page .group-md:last-child {
        transform: translateY(-18px);
        margin-bottom: -20px;
        margin-right: -40px;
    }

        html .page .group-md > *,
        html .page .group-md > *:first-child,
        html .page .group-md > *:last-child, html .page .group-md:first-child > *,
        html .page .group-md:first-child > *:first-child,
        html .page .group-md:first-child > *:last-child, html .page .group-md:last-child > *,
        html .page .group-md:last-child > *:first-child,
        html .page .group-md:last-child > *:last-child {
            display: inline-block;
            margin-top: 20px;
            margin-right: 40px;
        }

    html .page .group-lg, html .page .group-lg:first-child, html .page .group-lg:last-child {
        transform: translateY(-18px);
        margin-bottom: -20px;
        margin-right: -75px;
    }

        html .page .group-lg > *,
        html .page .group-lg > *:first-child,
        html .page .group-lg > *:last-child, html .page .group-lg:first-child > *,
        html .page .group-lg:first-child > *:first-child,
        html .page .group-lg:first-child > *:last-child, html .page .group-lg:last-child > *,
        html .page .group-lg:last-child > *:first-child,
        html .page .group-lg:last-child > *:last-child {
            display: inline-block;
            margin-top: 20px;
            margin-right: 75px;
        }

    html .page h2 + .group-md {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .group-example {
        display: flex;
        justify-content: center;
    }
}

/*
*
* Contexts
* --------------------------------------------------
*/
.context-dark, .bg-primary, .bg-sub-1, .bg-secondary-2, .gallery-item-content, .bg-gray-darker, .bg-image, .rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-fullwidth .rd-navbar-top-panel, .rd-navbar-fixed .rd-navbar-collapse, .swiper-slide {
    color: #eee; /*#c8c8c8;*/ /*-*/
}

    .context-dark h1, .bg-primary h1, .bg-sub-1 h1, .bg-secondary-2 h1, .gallery-item-content h1, .bg-gray-darker h1, .bg-image h1, .rd-navbar-static .rd-navbar-top-panel h1,
    .rd-navbar-fullwidth .rd-navbar-top-panel h1, .rd-navbar-fixed .rd-navbar-collapse h1, .swiper-slide h1, .context-dark h2, .bg-primary h2, .bg-sub-1 h2, .bg-secondary-2 h2, .gallery-item-content h2, .bg-gray-darker h2, .bg-image h2, .rd-navbar-static .rd-navbar-top-panel h2,
    .rd-navbar-fullwidth .rd-navbar-top-panel h2, .rd-navbar-fixed .rd-navbar-collapse h2, .swiper-slide h2, .context-dark h3, .bg-primary h3, .bg-sub-1 h3, .bg-secondary-2 h3, .gallery-item-content h3, .bg-gray-darker h3, .bg-image h3, .rd-navbar-static .rd-navbar-top-panel h3,
    .rd-navbar-fullwidth .rd-navbar-top-panel h3, .rd-navbar-fixed .rd-navbar-collapse h3, .swiper-slide h3, .context-dark h4, .bg-primary h4, .bg-sub-1 h4, .bg-secondary-2 h4, .gallery-item-content h4, .bg-gray-darker h4, .bg-image h4, .rd-navbar-static .rd-navbar-top-panel h4,
    .rd-navbar-fullwidth .rd-navbar-top-panel h4, .rd-navbar-fixed .rd-navbar-collapse h4, .swiper-slide h4, .context-dark h5, .bg-primary h5, .bg-sub-1 h5, .bg-secondary-2 h5, .gallery-item-content h5, .bg-gray-darker h5, .bg-image h5, .rd-navbar-static .rd-navbar-top-panel h5,
    .rd-navbar-fullwidth .rd-navbar-top-panel h5, .rd-navbar-fixed .rd-navbar-collapse h5, .swiper-slide h5, .context-dark h6, .bg-primary h6, .bg-sub-1 h6, .bg-secondary-2 h6, .gallery-item-content h6, .bg-gray-darker h6, .bg-image h6, .rd-navbar-static .rd-navbar-top-panel h6,
    .rd-navbar-fullwidth .rd-navbar-top-panel h6, .rd-navbar-fixed .rd-navbar-collapse h6, .swiper-slide h6, .context-dark [class*='heading-'], .bg-primary [class*='heading-'], .bg-sub-1 [class*='heading-'], .bg-secondary-2 [class*='heading-'], .gallery-item-content [class*='heading-'], .bg-gray-darker [class*='heading-'], .bg-image [class*='heading-'], .rd-navbar-static .rd-navbar-top-panel [class*='heading-'],
    .rd-navbar-fullwidth .rd-navbar-top-panel [class*='heading-'], .rd-navbar-fixed .rd-navbar-collapse [class*='heading-'], .swiper-slide [class*='heading-'] {
        color: #fff;
    }

    .context-dark a, .bg-primary a, .bg-sub-1 a, .bg-secondary-2 a, .gallery-item-content a, .bg-gray-darker a, .bg-image a, .rd-navbar-static .rd-navbar-top-panel a,
    .rd-navbar-fullwidth .rd-navbar-top-panel a, .rd-navbar-fixed .rd-navbar-collapse a, .swiper-slide a, .context-dark a:focus, .bg-primary a:focus, .bg-sub-1 a:focus, .bg-secondary-2 a:focus, .gallery-item-content a:focus, .bg-gray-darker a:focus, .bg-image a:focus, .rd-navbar-static .rd-navbar-top-panel a:focus,
    .rd-navbar-fullwidth .rd-navbar-top-panel a:focus, .rd-navbar-fixed .rd-navbar-collapse a:focus, .swiper-slide a:focus, .context-dark a:active, .bg-primary a:active, .bg-sub-1 a:active, .bg-secondary-2 a:active, .gallery-item-content a:active, .bg-gray-darker a:active, .bg-image a:active, .rd-navbar-static .rd-navbar-top-panel a:active,
    .rd-navbar-fullwidth .rd-navbar-top-panel a:active, .rd-navbar-fixed .rd-navbar-collapse a:active, .swiper-slide a:active {
        color: #59c1c1;
    }

        .context-dark a:hover, .bg-primary a:hover, .bg-sub-1 a:hover, .bg-secondary-2 a:hover, .gallery-item-content a:hover, .bg-gray-darker a:hover, .bg-image a:hover, .rd-navbar-static .rd-navbar-top-panel a:hover,
        .rd-navbar-fullwidth .rd-navbar-top-panel a:hover, .rd-navbar-fixed .rd-navbar-collapse a:hover, .swiper-slide a:hover {
            color: #792182;
        }

    .context-dark .contact-list, .bg-primary .contact-list, .bg-sub-1 .contact-list, .bg-secondary-2 .contact-list, .gallery-item-content .contact-list, .bg-gray-darker .contact-list, .bg-image .contact-list, .rd-navbar-static .rd-navbar-top-panel .contact-list,
    .rd-navbar-fullwidth .rd-navbar-top-panel .contact-list, .rd-navbar-fixed .rd-navbar-collapse .contact-list, .swiper-slide .contact-list {
        color: #c8c8c8;
    }

        .context-dark .contact-list a, .bg-primary .contact-list a, .bg-sub-1 .contact-list a, .bg-secondary-2 .contact-list a, .gallery-item-content .contact-list a, .bg-gray-darker .contact-list a, .bg-image .contact-list a, .rd-navbar-static .rd-navbar-top-panel .contact-list a,
        .rd-navbar-fullwidth .rd-navbar-top-panel .contact-list a, .rd-navbar-fixed .rd-navbar-collapse .contact-list a, .swiper-slide .contact-list a, .context-dark .contact-list a:focus, .bg-primary .contact-list a:focus, .bg-sub-1 .contact-list a:focus, .bg-secondary-2 .contact-list a:focus, .gallery-item-content .contact-list a:focus, .bg-gray-darker .contact-list a:focus, .bg-image .contact-list a:focus, .rd-navbar-static .rd-navbar-top-panel .contact-list a:focus,
        .rd-navbar-fullwidth .rd-navbar-top-panel .contact-list a:focus, .rd-navbar-fixed .rd-navbar-collapse .contact-list a:focus, .swiper-slide .contact-list a:focus, .context-dark .contact-list a:active, .bg-primary .contact-list a:active, .bg-sub-1 .contact-list a:active, .bg-secondary-2 .contact-list a:active, .gallery-item-content .contact-list a:active, .bg-gray-darker .contact-list a:active, .bg-image .contact-list a:active, .rd-navbar-static .rd-navbar-top-panel .contact-list a:active,
        .rd-navbar-fullwidth .rd-navbar-top-panel .contact-list a:active, .rd-navbar-fixed .rd-navbar-collapse .contact-list a:active, .swiper-slide .contact-list a:active {
            color: #c8c8c8;
        }

            .context-dark .contact-list a:hover, .bg-primary .contact-list a:hover, .bg-sub-1 .contact-list a:hover, .bg-secondary-2 .contact-list a:hover, .gallery-item-content .contact-list a:hover, .bg-gray-darker .contact-list a:hover, .bg-image .contact-list a:hover, .rd-navbar-static .rd-navbar-top-panel .contact-list a:hover,
            .rd-navbar-fullwidth .rd-navbar-top-panel .contact-list a:hover, .rd-navbar-fixed .rd-navbar-collapse .contact-list a:hover, .swiper-slide .contact-list a:hover {
                color: #59c1c1;
            }

    .context-dark .copyright, .bg-primary .copyright, .bg-sub-1 .copyright, .bg-secondary-2 .copyright, .gallery-item-content .copyright, .bg-gray-darker .copyright, .bg-image .copyright, .rd-navbar-static .rd-navbar-top-panel .copyright,
    .rd-navbar-fullwidth .rd-navbar-top-panel .copyright, .rd-navbar-fixed .rd-navbar-collapse .copyright, .swiper-slide .copyright {
        color: #c1c1c1; /*color: #737273;*/
    }

        .context-dark .copyright a, .bg-primary .copyright a, .bg-sub-1 .copyright a, .bg-secondary-2 .copyright a, .gallery-item-content .copyright a, .bg-gray-darker .copyright a, .bg-image .copyright a, .rd-navbar-static .rd-navbar-top-panel .copyright a,
        .rd-navbar-fullwidth .rd-navbar-top-panel .copyright a, .rd-navbar-fixed .rd-navbar-collapse .copyright a, .swiper-slide .copyright a, .context-dark .copyright a:focus, .bg-primary .copyright a:focus, .bg-sub-1 .copyright a:focus, .bg-secondary-2 .copyright a:focus, .gallery-item-content .copyright a:focus, .bg-gray-darker .copyright a:focus, .bg-image .copyright a:focus, .rd-navbar-static .rd-navbar-top-panel .copyright a:focus,
        .rd-navbar-fullwidth .rd-navbar-top-panel .copyright a:focus, .rd-navbar-fixed .rd-navbar-collapse .copyright a:focus, .swiper-slide .copyright a:focus, .context-dark .copyright a:active, .bg-primary .copyright a:active, .bg-sub-1 .copyright a:active, .bg-secondary-2 .copyright a:active, .gallery-item-content .copyright a:active, .bg-gray-darker .copyright a:active, .bg-image .copyright a:active, .rd-navbar-static .rd-navbar-top-panel .copyright a:active,
        .rd-navbar-fullwidth .rd-navbar-top-panel .copyright a:active, .rd-navbar-fixed .rd-navbar-collapse .copyright a:active, .swiper-slide .copyright a:active {
            color: #c1c1c1; /*#737273;*/
        }

            .context-dark .copyright a:hover, .bg-primary .copyright a:hover, .bg-sub-1 .copyright a:hover, .bg-secondary-2 .copyright a:hover, .gallery-item-content .copyright a:hover, .bg-gray-darker .copyright a:hover, .bg-image .copyright a:hover, .rd-navbar-static .rd-navbar-top-panel .copyright a:hover,
            .rd-navbar-fullwidth .rd-navbar-top-panel .copyright a:hover, .rd-navbar-fixed .rd-navbar-collapse .copyright a:hover, .swiper-slide .copyright a:hover {
                color: #59c1c1;
            }

    .context-dark .twitter-feed-minimal-content a, .bg-primary .twitter-feed-minimal-content a, .bg-sub-1 .twitter-feed-minimal-content a, .bg-secondary-2 .twitter-feed-minimal-content a, .gallery-item-content .twitter-feed-minimal-content a, .bg-gray-darker .twitter-feed-minimal-content a, .bg-image .twitter-feed-minimal-content a, .rd-navbar-static .rd-navbar-top-panel .twitter-feed-minimal-content a,
    .rd-navbar-fullwidth .rd-navbar-top-panel .twitter-feed-minimal-content a, .rd-navbar-fixed .rd-navbar-collapse .twitter-feed-minimal-content a, .swiper-slide .twitter-feed-minimal-content a, .context-dark .twitter-feed-minimal-content a:focus, .bg-primary .twitter-feed-minimal-content a:focus, .bg-sub-1 .twitter-feed-minimal-content a:focus, .bg-secondary-2 .twitter-feed-minimal-content a:focus, .gallery-item-content .twitter-feed-minimal-content a:focus, .bg-gray-darker .twitter-feed-minimal-content a:focus, .bg-image .twitter-feed-minimal-content a:focus, .rd-navbar-static .rd-navbar-top-panel .twitter-feed-minimal-content a:focus,
    .rd-navbar-fullwidth .rd-navbar-top-panel .twitter-feed-minimal-content a:focus, .rd-navbar-fixed .rd-navbar-collapse .twitter-feed-minimal-content a:focus, .swiper-slide .twitter-feed-minimal-content a:focus, .context-dark .twitter-feed-minimal-content a:active, .bg-primary .twitter-feed-minimal-content a:active, .bg-sub-1 .twitter-feed-minimal-content a:active, .bg-secondary-2 .twitter-feed-minimal-content a:active, .gallery-item-content .twitter-feed-minimal-content a:active, .bg-gray-darker .twitter-feed-minimal-content a:active, .bg-image .twitter-feed-minimal-content a:active, .rd-navbar-static .rd-navbar-top-panel .twitter-feed-minimal-content a:active,
    .rd-navbar-fullwidth .rd-navbar-top-panel .twitter-feed-minimal-content a:active, .rd-navbar-fixed .rd-navbar-collapse .twitter-feed-minimal-content a:active, .swiper-slide .twitter-feed-minimal-content a:active {
        color: #792182;
    }

        .context-dark .twitter-feed-minimal-content a:hover, .bg-primary .twitter-feed-minimal-content a:hover, .bg-sub-1 .twitter-feed-minimal-content a:hover, .bg-secondary-2 .twitter-feed-minimal-content a:hover, .gallery-item-content .twitter-feed-minimal-content a:hover, .bg-gray-darker .twitter-feed-minimal-content a:hover, .bg-image .twitter-feed-minimal-content a:hover, .rd-navbar-static .rd-navbar-top-panel .twitter-feed-minimal-content a:hover,
        .rd-navbar-fullwidth .rd-navbar-top-panel .twitter-feed-minimal-content a:hover, .rd-navbar-fixed .rd-navbar-collapse .twitter-feed-minimal-content a:hover, .swiper-slide .twitter-feed-minimal-content a:hover {
            color: #59c1c1;
        }

    .context-dark a.icon-default, .bg-primary a.icon-default, .bg-sub-1 a.icon-default, .bg-secondary-2 a.icon-default, .gallery-item-content a.icon-default, .bg-gray-darker a.icon-default, .bg-image a.icon-default, .rd-navbar-static .rd-navbar-top-panel a.icon-default,
    .rd-navbar-fullwidth .rd-navbar-top-panel a.icon-default, .rd-navbar-fixed .rd-navbar-collapse a.icon-default, .swiper-slide a.icon-default, .context-dark a.icon-default:focus, .bg-primary a.icon-default:focus, .bg-sub-1 a.icon-default:focus, .bg-secondary-2 a.icon-default:focus, .gallery-item-content a.icon-default:focus, .bg-gray-darker a.icon-default:focus, .bg-image a.icon-default:focus, .rd-navbar-static .rd-navbar-top-panel a.icon-default:focus,
    .rd-navbar-fullwidth .rd-navbar-top-panel a.icon-default:focus, .rd-navbar-fixed .rd-navbar-collapse a.icon-default:focus, .swiper-slide a.icon-default:focus, .context-dark a.icon-default:active, .bg-primary a.icon-default:active, .bg-sub-1 a.icon-default:active, .bg-secondary-2 a.icon-default:active, .gallery-item-content a.icon-default:active, .bg-gray-darker a.icon-default:active, .bg-image a.icon-default:active, .rd-navbar-static .rd-navbar-top-panel a.icon-default:active,
    .rd-navbar-fullwidth .rd-navbar-top-panel a.icon-default:active, .rd-navbar-fixed .rd-navbar-collapse a.icon-default:active, .swiper-slide a.icon-default:active {
        color: #737273;
    }

        .context-dark a.icon-default:hover, .bg-primary a.icon-default:hover, .bg-sub-1 a.icon-default:hover, .bg-secondary-2 a.icon-default:hover, .gallery-item-content a.icon-default:hover, .bg-gray-darker a.icon-default:hover, .bg-image a.icon-default:hover, .rd-navbar-static .rd-navbar-top-panel a.icon-default:hover,
        .rd-navbar-fullwidth .rd-navbar-top-panel a.icon-default:hover, .rd-navbar-fixed .rd-navbar-collapse a.icon-default:hover, .swiper-slide a.icon-default:hover {
            color: #fff;
        }

    .context-dark .time_circles > div > h4, .bg-primary .time_circles > div > h4, .bg-sub-1 .time_circles > div > h4, .bg-secondary-2 .time_circles > div > h4, .gallery-item-content .time_circles > div > h4, .bg-gray-darker .time_circles > div > h4, .bg-image .time_circles > div > h4, .rd-navbar-static .rd-navbar-top-panel .time_circles > div > h4,
    .rd-navbar-fullwidth .rd-navbar-top-panel .time_circles > div > h4, .rd-navbar-fixed .rd-navbar-collapse .time_circles > div > h4, .swiper-slide .time_circles > div > h4 {
        color: #fff;
    }

.context-light h1, .layout-panel-wrap h1, .context-light h2, .layout-panel-wrap h2, .context-light h3, .layout-panel-wrap h3, .context-light h4, .layout-panel-wrap h4, .context-light h5, .layout-panel-wrap h5, .context-light h6, .layout-panel-wrap h6, .context-light [class*='heading-'], .layout-panel-wrap [class*='heading-'] {
    color: #000;
}

/*
*
* Sections
* --------------------------------------------------
*/

.section-edge {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-md {
    padding-top: 55px;
    padding-bottom: 55px;
}

    .section-md.section-bottom {
        padding-bottom: 0;
    }

.section-lg {
    padding-top: 70px;
    padding-bottom: 70px;
}

    .section-lg .time_circles, .section-lg .time_circles:last-child {
        margin-bottom: 10px;
    }

    .section-lg.section-bottom {
        padding-bottom: 0;
    }

.section-xl {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1024px) {
    .section-lg {
        padding-top: 90px;
        padding-bottom: 90px;
    }

        .section-lg .time_circles, .section-lg .time_circles:last-child {
            margin-bottom: 20px;
        }

    .section-md {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section-xl {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (min-width: 1200px) {
    .section-md {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-lg {
        padding-top: 120px;
        padding-bottom: 120px;
    }

        .section-lg .time_circles, .section-lg .time_circles:last-child {
            margin-bottom: 30px;
        }

    .section-xl {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

.section-relative {
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .section-grid-demonstration [class^="col"] {
        padding: 5px;
    }
}

@media (min-width: 768px) {
    .section-grid-demonstration .container-fluid .grid-demonstration-item {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .section-grid-demonstration .grid-demonstration-item {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .section-grid-demonstration .grid-demonstration-item h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .section-grid-demonstration .grid-demonstration-item p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

.section-grid-demonstration .divider + .row {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .section-img-item img {
        min-height: 50vh;
        max-height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .section-img-item + .section-img-item {
        padding: 45px 15px;
    }

        .section-img-item + .section-img-item .section-img-item-content {
            margin-left: auto;
            margin-right: auto;
        }
}

@media (min-width: 992px) {
    .section-img {
        display: flex;
        justify-content: space-between;
    }

    .section-img-item {
        width: 50%;
    }

        .section-img-item > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

    .section-img-item-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px 30px;
    }

    .section-img-item-content-md {
        max-width: 630px;
    }

    .section-img-item-content-lg {
        max-width: 780px;
    }

    .section-img-left .section-img-item-content {
        margin-right: 35px;
        margin-left: auto;
    }

    .section-img-right {
        flex-direction: row-reverse;
    }

        .section-img-right .section-img-item-content {
            margin-left: 35px;
            margin-right: auto;
        }
}

.section-fh-wrap {
    display: flex;
    flex-direction: column;
}

.section-fh {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    min-height: 100vh;
}

.section-fh-header {
    padding: 25px 0;
}

.section-fh-inner {
    padding: 35px 0;
}

    .section-fh-inner.bg-primary {
        padding: 35px 0;
    }

.bg-primary + .section-fh-inner.bg-primary {
    padding: 35px 0;
}

.section-fh-footer {
    padding: 18px 0;
}

    .section-fh-footer .copyright {
        font-size: 14px;
    }

.bg-primary + .section-fh-footer.bg-primary {
    padding: 18px 0;
}

@media (min-width: 1024px) {
    .section-img-left .section-img-item-content {
        margin-left: 75px;
    }

    .section-img-right .section-img-item-content {
        margin-right: 75px;
    }
}

@media (min-width: 1600px) {
    .section-img-left .section-img-item-content {
        margin-left: 120px;
    }

    .section-img-right .section-img-item-content {
        margin-right: 120px;
    }

    .section-fh-header {
        padding: 56px 0;
    }

    .section-fh-inner {
        padding: 60px 0;
    }

        .section-fh-inner.bg-primary {
            padding: 60px 0;
        }

    .bg-primary + .section-fh-inner.bg-primary {
        padding: 60px 0;
    }

    .section-fh-footer {
        padding: 35px 0;
    }

    .bg-primary + .section-fh-footer.bg-primary {
        padding: 35px 0;
    }
}

@media (min-width: 1200px) {
    .section-img-left .section-img-item-content {
        margin-left: 150px;
    }

    .section-img-right .section-img-item-content {
        margin-right: 150px;
    }
}

/*
*
* Offsets
* --------------------------------------------------
*/
* + p {
    margin-top: 15px;
}

p + p {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    p + p {
        margin-top: 30px;
    }
}

h1 + h2 {
    margin-top: 32px;
}

h2 + h3 {
    margin-top: 32px;
}

h3 + h4 {
    margin-top: 32px;
}

h4 + h5 {
    margin-top: 40px;
}

h5 + h6 {
    margin-top: 40px;
}

* + h3 {
    margin-top: 25px;
}

h1 + h3 {
    margin-top: 25px;
}

h1 + h5 {
    margin-top: 25px;
}

h2 + h5 {
    margin-top: 14px;
}

h3 + h1 {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    * + h3 {
        margin-top: 40px;
    }

    h1 + h5 {
        margin-top: 30px;
    }

    h2 + h5 {
        margin-top: 35px;
    }
}

@media (min-width: 1600px) {
    * + h3 {
        margin-top: 80px;
    }

    h2 + h5 {
        margin-top: 45px;
    }

    h1 + h2 + h5 {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    * + h3 {
        margin-top: 120px;
    }
}

h1 + p {
    margin-top: 15px;
}

h2 + p {
    margin-top: 12px;
}

h3 + p {
    margin-top: 12px;
}

h4 + p {
    margin-top: 12px;
}

h5 + p {
    margin-top: 12px;
}

h6 + p {
    margin-top: 12px;
}

@media (min-width: 1200px) {
    h1 + p {
        margin-top: 40px;
    }

    h2 + p {
        margin-top: 35px;
    }

    h3 + p {
        margin-top: 25px;
    }

    h4 + p {
        margin-top: 25px;
    }

    h5 + p {
        margin-top: 15px;
    }

    h6 + p {
        margin-top: 20px;
    }
}

p + h2 {
    margin-top: 45px;
}

p + h3 {
    margin-top: 45px;
}

p + h4 {
    margin-top: 45px;
}

p + h5 {
    margin-top: 45px;
}

p + h6 {
    margin-top: 45px;
}

@media (min-width: 1200px) {
    p + h2 {
        margin-top: 90px;
    }

    p + h3 {
        margin-top: 90px;
    }

    p + h4 {
        margin-top: 90px;
    }

    p + h5 {
        margin-top: 90px;
    }

    p + h6 {
        margin-top: 90px;
    }
}

img + p {
    margin-top: 15px;
}

h3 + img {
    margin-top: 20px;
}

h3 + h1 + img {
    margin-top: 40px;
}

a + h4 {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    a + h4 {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    h3 + img {
        margin-top: 35px;
    }

    a + h4 {
        margin-top: 20px;
    }

    h3 + h1 + img {
        margin-top: 80px;
    }
}

.quote-demo + h5 {
    margin-top: 20px;
}

.brand-name + h1 {
    margin-top: 30px;
}

p + [class*='list-'] {
    margin-top: 10px;
}

/*[class*='list-'] + {
    margin-top: 10px;
}*/

h5 + .heading-divider {
    margin-top: 13px;
}

h2 + .p-group {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    .quote-demo + h5 {
        margin-top: 30px;
    }

    .brand-name + h1 {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .brand-name + h1 {
        margin-top: 70px;
    }

    h2 + .p-group {
        margin-top: 35px;
    }
}

* + .rd-mailform {
    margin-top: 30px;
}

.row + h3 {
    margin-top: 80px;
}

.container + .container {
    margin-top: 60px;
}

.row + .row {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .container + .container {
        margin-top: 120px;
    }

    .row + .row {
        margin-top: 120px;
    }
}

html .row {
    position: relative;
    transform: translateY(-30px);
    margin-bottom: -30px;
    pointer-events: none;
}

    html .row > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row > * {
        margin-top: 30px;
        pointer-events: auto;
    }

html .row-0 {
    position: relative;
    transform: translateY(0px);
    margin-bottom: 0px;
    pointer-events: none;
}

    html .row-0 > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row-0 > * {
        margin-top: 0px;
        pointer-events: auto;
    }

html .row-10 {
    position: relative;
    transform: translateY(-10px);
    margin-bottom: -10px;
    pointer-events: none;
}

    html .row-10 > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row-10 > * {
        margin-top: 10px;
        pointer-events: auto;
    }

html .row-15 {
    position: relative;
    transform: translateY(-15px);
    margin-bottom: -15px;
    pointer-events: none;
}

    html .row-15 > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row-15 > * {
        margin-top: 15px;
        pointer-events: auto;
    }

html .row-60 {
    position: relative;
    transform: translateY(-60px);
    margin-bottom: -60px;
    pointer-events: none;
}

    html .row-60 > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row-60 > * {
        margin-top: 60px;
        pointer-events: auto;
    }

html .row-30 {
    position: relative;
    transform: translateY(-30px);
    margin-bottom: -30px;
    pointer-events: none;
}

    html .row-30 > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row-30 > * {
        margin-top: 30px;
        pointer-events: auto;
    }

html .row-40 {
    position: relative;
    transform: translateY(-40px);
    margin-bottom: -40px;
    pointer-events: none;
}

    html .row-40 > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row-40 > * {
        margin-top: 40px;
        pointer-events: auto;
    }

html .row-60 {
    position: relative;
    transform: translateY(-60px);
    margin-bottom: -60px;
    pointer-events: none;
}

    html .row-60 > *:before {
        content: '';
        display: table;
        width: 0;
    }

    html .row-60 > * {
        margin-top: 60px;
        pointer-events: auto;
    }

@media (min-width: 992px) {
    html .row-md-30 {
        transform: translateY(-30px);
        margin-bottom: -30px;
    }

        html .row-md-30 > * {
            margin-top: 30px;
        }
}

@media (min-width: 1024px) {
    html .row-lg-40 {
        position: relative;
        transform: translateY(-40px);
        margin-bottom: -40px;
        pointer-events: none;
    }

        html .row-lg-40 > *:before {
            content: '';
            display: table;
            width: 0;
        }

        html .row-lg-40 > * {
            margin-top: 40px;
            pointer-events: auto;
        }

    html .row-lg-60 {
        transform: translateY(-60px);
        margin-bottom: -60px;
    }

        html .row-lg-60 > * {
            margin-top: 60px;
        }

    html .row-lg-70 {
        transform: translateY(-70px);
        margin-bottom: -70px;
    }

        html .row-lg-70 > * {
            margin-top: 70px;
        }
}

@media (min-width: 1600px) {
    html .row-xl-60 {
        transform: translateY(-60px);
        margin-bottom: -60px;
    }

        html .row-xl-60 > * {
            margin-top: 60px;
        }

    html .row-xl-80 {
        transform: translateY(-80px);
        margin-bottom: -80px;
    }

        html .row-xl-80 > * {
            margin-top: 80px;
        }

    html .row-xl-90 {
        transform: translateY(-90px);
        margin-bottom: -90px;
    }

        html .row-xl-90 > * {
            margin-top: 90px;
        }

    html .row-xl-120 {
        transform: translateY(-120px);
        margin-bottom: -120px;
    }

        html .row-xl-120 > * {
            margin-top: 120px;
        }
}

@media (min-width: 768px) {
    .inset-sm-right-15 {
        padding-right: 15px;
    }

    .inset-sm-right-30 {
        padding-right: 30px;
    }

    .inset-sm-right-60 {
        padding-right: 60px;
    }
}

@media (min-width: 1024px) {
    .inset-modern-left {
        margin-left: 60px;
    }

    .inset-modern-right {
        margin-right: 60px;
    }
}

@media (min-width: 1600px) {
    .inset-modern-left {
        margin-left: 90px;
    }

    .inset-xl-right-50 {
        padding-right: 50px;
    }

    .inset-xl-left-50 {
        padding-left: 50px;
    }

    .inset-modern-right {
        margin-right: 90px;
    }
}

@media (min-width: 1600px) {
    .inset-modern-left {
        margin-left: 150px;
    }

    .inset-modern-right {
        margin-right: 150px;
    }
}

/*
*
* Backgrounds
* ==================================================
*/
.bg-white {
    background-color: #fff;
}

    .bg-white + .bg-white {
        padding-top: 0;
    }

.bg-primary {
    background-color: #792182;
    color: #fff;
}

    .bg-primary + .bg-primary {
        padding-top: 0;
    }

    .bg-primary .counter-wrap .heading-1 {
        color: #fff;
    }

    .bg-primary.parallax-content {
        background-color: transparent !important;
    }

    .bg-primary .block-book-consultation {
        color: #737273;
        background-color: #fff;
    }

        .bg-primary .block-book-consultation > h4 {
            color: #005693;
        }

        .bg-primary .block-book-consultation .form-label {
            color: #a1a1a1;
        }

            .bg-primary .block-book-consultation .form-label.focus {
                color: #a1a1a1;
            }

        .bg-primary .block-book-consultation .button-primary, .bg-primary .block-book-consultation .button-primary:focus, .bg-primary .block-book-consultation .button-primary:active {
            color: #fff;
            background-color: #792182;
            border-color: #792182;
        }

            .bg-primary .block-book-consultation .button-primary:hover {
                color: #792182;
                background-color: transparent;
                border-color: #792182;
            }

    .bg-primary .quote-demo-q {
        color: #fff;
    }

        .bg-primary .quote-demo-q * {
            color: #fff;
        }

    .bg-primary.breadcrumb-wrapper .breadcrumb-custom > li {
        color: #fff;
    }

        .bg-primary.breadcrumb-wrapper .breadcrumb-custom > li > a, .bg-primary.breadcrumb-wrapper .breadcrumb-custom > li > a:focus, .bg-primary.breadcrumb-wrapper .breadcrumb-custom > li > a:active {
            color: #fff;
        }

            .bg-primary.breadcrumb-wrapper .breadcrumb-custom > li > a:hover {
                text-decoration: underline;
                color: #59c1c1;
            }

    .bg-primary .tabs-custom .nav-custom-tabs li a {
        color: #fff;
    }

    .bg-primary .contact-list a, .bg-primary .contact-list a:focus, .bg-primary .contact-list a:active {
        color: #fff;
    }

        .bg-primary .contact-list a:hover {
            color: #005693;
        }

    .bg-primary .copyright {
        color: #fff;
    }

        .bg-primary .copyright a, .bg-primary .copyright a:focus, .bg-primary .copyright a:active {
            color: #fff;
        }

            .bg-primary .copyright a:hover {
                color: #005693;
            }

    .bg-primary .progress-linear .progress-bar-linear {
        background-color: #0b4576;
    }

    .bg-primary a, .bg-primary a:focus, .bg-primary a:active {
        color: #792182; /*color: #fff;*/
    }

        .bg-primary a:hover {
            color: #59c1c1; /*color: #262526;*/
        }

    .bg-primary .table-custom td {
        color: #fff;
    }

    .bg-primary .table-custom.table-hover-rows tbody tr:nth-child(n + 2):hover {
        background-color: #005693;
    }

    .bg-primary .table-custom.table-primary tbody tr th {
        border-top-color: #fff;
    }

    .bg-primary .table-custom.table-primary tbody tr:nth-child(odd) {
        background-color: #005693;
    }

    .bg-primary > .button-primary, .bg-primary .button-primary:focus, .bg-primary .button-primary:active {
        color: #fff;
        background-color: #792182;
        border-color: #792182;
    }

    .bg-primary .button-primary:hover {
        color: #792182;
        background-color: transparent;
        border-color: #792182;
    }

    .bg-primary .button-primary-outline, .bg-primary .button-primary-outline:focus, .bg-primary .button-primary-outline:active {
        color: #fff;
        background-color: transparent;
        border-color: #792182;
    }

        .bg-primary .button-primary-outline:hover {
            color: #fff;
            background-color: #792182;
            border-color: #792182;
        }

    .bg-primary .button-primary-accent, .bg-primary .button-primary-accent:focus, .bg-primary .button-primary-accent:active {
        color: #fff;
        background-color: #005693;
        border-color: #005693;
    }

        .bg-primary .button-primary-accent:hover {
            color: #792182;
            background-color: #005693;
            border-color: #005693;
        }


    .bg-primary .button-primary-sub1, .bg-primary .button-primary-sub1:focus, .bg-primary .button-primary-sub1:active {
        color: #fff;
        background-color: #005693;
        border-color: #005693;
    }

        .bg-primary .button-primary-sub1:hover {
            color: #792182;
            background-color: #60747f;
            border-color: #60747f;
        }




    .bg-primary .button-secondary, .bg-primary .button-secondary:focus, .bg-primary .button-secondary:active {
        color: #fff; /*#005693;*/
        background-color: #59c1c1;
        border-color: #59c1c1;
    }

        .bg-primary .button-secondary:hover {
            color: #59c1c1; /*#005693;*/
            background-color: transparent;
            border-color: #59c1c1;
        }

    .bg-primary .icon-secondary {
        color: #005693;
    }

    .bg-primary a.icon-default, .bg-primary a.icon-default:focus, .bg-primary a.icon-default:active {
        color: #005693;
    }

        .bg-primary a.icon-default:hover {
            color: #fff;
        }

    .bg-primary a.icon-circle.icon-default:hover {
        color: #792182;
        background-color: #fff;
    }

    .bg-primary .rd-mailform-inline .button-primary, .bg-primary .rd-mailform-inline .button-primary:focus, .bg-primary .rd-mailform-inline .button-primary:active {
        color: #fff;
        background-color: #005693;
        border-color: #005693;
    }

        .bg-primary .rd-mailform-inline .button-primary:hover {
            color: #005693;
            background-color: #fff;
            border-color: #005693;
        }

    .bg-primary .rd-mailform-inline .button-secondary:hover {
        color: #005693;
        background-color: transparent;
        border-color: #005693;
    }

@media (min-width: 768px) {
    .bg-primary .rd-mailform-inline .form-validation {
        color: #ffffff;
    }
}

/***************** Background Sub *******************/

.bg-sub-1 {
    background-color: #005693;
    color: #fff;
}


    .bg-sub-1 > .button-primary, .bg-sub-1 .button-primary:focus, .bg-sub-1 .button-primary:active {
        color: #792182;
        background-color: #fff;
        border-color: #fff;
    }

    .bg-sub-1 .button-primary:hover {
        color: #792182;
        background-color: transparent;
        border-color: #792182;
    }

    .bg-sub-1 .button-primary-outline, .bg-sub-1 .button-primary-outline:focus, .bg-sub-1 .button-primary-outline:active {
        color: #fff;
        background-color: transparent;
        border-color: #792182;
    }

        .bg-sub-1 .button-primary-outline:hover {
            color: #fff;
            background-color: #792182;
            border-color: #792182;
        }

    .bg-sub-1 .button-primary-accent, .bg-sub-1 .button-primary-accent:focus, .bg-sub-1 .button-primary-accent:active {
        color: #fff;
        background-color: #005693;
        border-color: #005693;
    }

        .bg-sub-1 .button-primary-accent:hover {
            color: #792182;
            background-color: #005693;
            border-color: #005693;
        }

    .bg-sub-1 .button-secondary, .bg-sub-1 .button-secondary:focus, .bg-sub-1 .button-secondary:active {
        color: #fff; /*#005693;*/
        background-color: #792182;
        border-color: #59c1c1;
    }

        .bg-sub-1 .button-secondary:hover {
            color: #fff; /*#005693;*/
            background-color: transparent;
            border-color: #fff;
        }

    .bg-sub-1 .icon-secondary {
        color: #005693;
    }

    .bg-sub-1 a.icon-default, .bg-sub-1 a.icon-default:focus, .bg-sub-1 a.icon-default:active {
        color: #005693;
    }

        .bg-sub-1 a.icon-default:hover {
            color: #fff;
        }

    .bg-sub-1 a.icon-circle.icon-default:hover {
        color: #792182;
        background-color: #fff;
    }



/***************** End of Background Sub *******************/



.bg-secondary-2, .gallery-item-content {
    background-color: #59c1c1; /*#0b4576;*/ /*-*/
}

    .bg-secondary-2 + .bg-secondary-2, .gallery-item-content + .bg-secondary-2, .bg-secondary-2 + .gallery-item-content, .gallery-item-content + .gallery-item-content {
        padding-top: 0;
    }

    .bg-secondary-2 .counter-wrap .heading-1, .gallery-item-content .counter-wrap .heading-1 {
        color: #59c1c1;
    }

    .bg-secondary-2 .quote-mean-body, .gallery-item-content .quote-mean-body {
        color: #005693;
        background-color: #fff;
    }

    .bg-secondary-2 .quote-mean-img, .gallery-item-content .quote-mean-img {
        border-color: #fff;
    }

    .bg-secondary-2 .quote-mean-icon .icon, .gallery-item-content .quote-mean-icon .icon {
        color: #792182;
    }

    .bg-secondary-2 .quote-info-name, .gallery-item-content .quote-info-name {
        color: #fff;
    }

    .bg-secondary-2 .quote-info-cite, .gallery-item-content .quote-info-cite {
        color: rgba(246, 246, 246, 0.4);
    }

    .bg-secondary-2 .quote-mean-body, .gallery-item-content .quote-mean-body {
        background-color: #fff;
    }

    .bg-secondary-2 .button-secondary, .gallery-item-content .button-secondary, .bg-secondary-2 .button-secondary:focus, .gallery-item-content .button-secondary:focus, .bg-secondary-2 .button-secondary:active, .gallery-item-content .button-secondary:active {
        color: #005693;
        background-color: #59c1c1;
        border-color: #59c1c1;
    }

        .bg-secondary-2 .button-secondary:hover, .gallery-item-content .button-secondary:hover {
            color: #fff;
            background-color: transparent;
            border-color: #fff;
        }

.bg-gray-2 {
    background-color: #F7F3F2; /*FBEDEA#f9f9f9;#F7F3F2*/
}

    .bg-gray-2 + .bg-gray-2 {
        padding-top: 0;
    }

    .bg-gray-2 .block-career {
        background-color: #fff;
    }

    .bg-gray-2 .heading-divider:before {
        border-color: #e3e3e3;
    }

    .bg-gray-2 .blog-default-body {
        background-color: #fff;
    }

    .bg-gray-2 .form-input {
        background-color: #fff;
    }

    .bg-gray-2 .bloc-service-creative {
        background-color: #fff;
    }

.bg-gray-darker {
    background-color: #393D49; /*#221e1f; /*##2B0F08   262526;#393D49; 474747*/
}

    .bg-gray-darker + .bg-gray-darker {
        padding-top: 0;
    }

    .bg-gray-darker.page-footer-creative .rd-mailform[data-form-type='contact'] .form-input {
        background-color: transparent;
        border-color: #c8c8c8;
    }

    .bg-gray-darker.page-footer-creative .rd-mailform[data-form-type='contact'] .form-label.form-label-outside {
        color: #a1a1a1;
    }

    .bg-gray-darker .table-custom th,
    .bg-gray-darker .table-custom td {
        color: #fff;
    }

    .bg-gray-darker .table-custom.table-hover-rows tbody tr:nth-child(n+2):hover,
    .bg-gray-darker .table-custom.table-primary tbody tr:nth-child(odd) {
        background-color: #005693;
    }

    .bg-gray-darker .table-custom.bordered-table tbody tr,
    .bg-gray-darker .table-custom.bordered-table tbody tr th {
        border-color: #fff;
    }

    .bg-gray-darker .owl-carousel-minimal .owl-prev, .bg-gray-darker .owl-carousel-minimal .owl-prev:focus, .bg-gray-darker .owl-carousel-minimal .owl-prev:active, .bg-gray-darker .owl-carousel-minimal .owl-next, .bg-gray-darker .owl-carousel-minimal .owl-next:focus, .bg-gray-darker .owl-carousel-minimal .owl-next:active {
        color: #c8c8c8;
    }

        .bg-gray-darker .owl-carousel-minimal .owl-prev:hover, .bg-gray-darker .owl-carousel-minimal .owl-next:hover {
            color: #792182;
        }



.bg-image {
    background-size: cover;
    background-position: center center;
}

    .bg-image.breadcrumb-wrapper .breadcrumb-custom > li {
        color: #fff;
    }

        .bg-image.breadcrumb-wrapper .breadcrumb-custom > li > a, .bg-image.breadcrumb-wrapper .breadcrumb-custom > li > a:focus, .bg-image.breadcrumb-wrapper .breadcrumb-custom > li > a:active {
            color: #fff;
        }

            .bg-image.breadcrumb-wrapper .breadcrumb-custom > li > a:hover {
                text-decoration: underline;
                color: #0b4576;
            }

@media (max-width: 991px) {
    .bg-image-cover {
        position: relative;
        z-index: 1;
    }

        .bg-image-cover:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
            background-color: #792182;
        }

        .bg-image-cover[data-image-cover='0']:before {
            opacity: 0;
        }

        .bg-image-cover[data-image-cover='1']:before {
            opacity: 0.1;
        }

        .bg-image-cover[data-image-cover='2']:before {
            opacity: 0.2;
        }

        .bg-image-cover[data-image-cover='3']:before {
            opacity: 0.3;
        }

        .bg-image-cover[data-image-cover='4']:before {
            opacity: 0.4;
        }

        .bg-image-cover[data-image-cover='5']:before {
            opacity: 0.5;
        }

        .bg-image-cover[data-image-cover='6']:before {
            opacity: 0.6;
        }

        .bg-image-cover[data-image-cover='7']:before {
            opacity: 0.7;
        }

        .bg-image-cover[data-image-cover='8']:before {
            opacity: 0.8;
        }

        .bg-image-cover[data-image-cover='9']:before {
            opacity: 0.9;
        }

        .bg-image-cover[data-image-cover='10']:before {
            opacity: 1;
        }
}

@media (min-width: 992px) {
    html.desktop .bg-fixed {
        background-attachment: fixed;
    }
}

@media (min-width: 768px) {
    .bg-primary .tabs-custom.tabs-vertical .nav-custom-tabs li a:hover, .bg-primary .tabs-custom.tabs-vertical .nav-custom-tabs li.active a,
    .bg-primary .tabs-custom .nav-custom-tabs li.active:before,
    .bg-primary .tabs-custom.tabs-horizontal .nav-custom-tabs li a:hover, .bg-primary .tabs-custom.tabs-horizontal .nav-custom-tabs li.active a {
        color: #005693;
        border-color: #005693;
    }

    .bg-primary .form-label-outside, .bg-primary .form-label-outside.focus, .bg-primary .form-label-outside.auto-fill {
        color: #fff;
    }
}

/*
*
* Modules
* ==================================================
*/
/*
*
* Flex Grid system
* --------------------------------------------------
*/
@media (min-width: 1024px) {
    .container-fluid-inset-lg-50 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1600px) {
    .container-wide {
        max-width: 1570px;
    }
}

@media (min-width: 1200px) {
    .container-wide {
        max-width: 1140px; /* max-width: 1200px;*/
    }
}



@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}



html.lt-ie-10 * + .row,
* + .row {
    margin-top: 30px;
}

@media (min-width: 1024px) {
    html.lt-ie-10 * + .row,
    * + .row {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    html.lt-ie-10 * + .row,
    * + .row {
        margin-top: 50px;
    }
}

html.lt-ie-10 * + .row-sm,
* + .row-sm {
    margin-top: 35px;
}

html.lt-ie-10 * + .row-md,
* + .row-md {
    margin-top: 40px;
}

@media (min-width: 1600px) {
    html.lt-ie-10 * + .row-lg,
    * + .row-lg {
        margin-top: 65px;
    }
}

html.lt-ie-10 * + .row-xl,
* + .row-xl {
    margin-top: 50px;
}

@media (min-width: 1600px) {
    html.lt-ie-10 * + .row-xl,
    * + .row-xl {
        margin-top: 90px;
    }
}

.row-narrow > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

/*
*
* Responsive unit
* --------------------------------------------------
*/
.unit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.unit-body {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

@media (min-width: 0px) {
    .unit-xxs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xxs,
    .unit-xxs-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .unit-xxs > [class*='unit-']:first-child,
        .unit-xxs-vertical > [class*='unit-']:first-child {
            padding-top: 0;
        }

        .unit-xxs > .unit-left + .unit-right,
        .unit-xxs > .unit-left + .unit-body,
        .unit-xxs-vertical > .unit-left + .unit-right,
        .unit-xxs-vertical > .unit-left + .unit-body {
            padding-right: 0;
            padding-top: 20px;
        }

        .unit-xxs > .unit-body + .unit-right,
        .unit-xxs-vertical > .unit-body + .unit-right {
            padding-right: 0;
            padding-top: 20px;
        }

    .unit-xxs-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .unit-xxs-horizontal > .unit-left + .unit-right,
        .unit-xxs-horizontal > .unit-left + .unit-body {
            padding-top: 0;
            padding-right: 30px;
        }

        .unit-xxs-horizontal > .unit-body + .unit-right {
            padding-top: 0;
            padding-right: 30px;
        }

    .unit-xxs-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .unit-xxs-inverse, .unit-xxs-inverse.unit-xxs-vertical {
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .unit-xxs-inverse > [class*='unit-']:first-child, .unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:first-child {
                padding-top: 20px;
            }

            .unit-xxs-inverse > [class*='unit-']:last-child, .unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:last-child {
                padding-top: 0;
            }

            .unit-xxs-inverse.unit-xxs-horizontal {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:first-child {
                    padding-top: 0;
                    padding-right: 30px;
                }

                .unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:last-child {
                    padding-right: 0;
                }
}

@media (min-width: 480px) {
    .unit-xs-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xs,
    .unit-xs-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .unit-xs > [class*='unit-']:first-child,
        .unit-xs-vertical > [class*='unit-']:first-child {
            padding-top: 0;
        }

        .unit-xs > .unit-left + .unit-right,
        .unit-xs > .unit-left + .unit-body,
        .unit-xs-vertical > .unit-left + .unit-right,
        .unit-xs-vertical > .unit-left + .unit-body {
            padding-right: 0;
            padding-top: 20px;
        }

        .unit-xs > .unit-body + .unit-right,
        .unit-xs-vertical > .unit-body + .unit-right {
            padding-right: 0;
            padding-top: 20px;
        }

    .unit-xs-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .unit-xs-horizontal > .unit-left + .unit-right,
        .unit-xs-horizontal > .unit-left + .unit-body {
            padding-top: 0;
            padding-right: 30px;
        }

        .unit-xs-horizontal > .unit-body + .unit-right {
            padding-top: 0;
            padding-right: 30px;
        }

    .unit-xs-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .unit-xs-inverse, .unit-xs-inverse.unit-xs-vertical {
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .unit-xs-inverse > [class*='unit-']:first-child, .unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
                padding-top: 20px;
            }

            .unit-xs-inverse > [class*='unit-']:last-child, .unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
                padding-top: 0;
            }

            .unit-xs-inverse.unit-xs-horizontal {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
                    padding-top: 0;
                    padding-right: 30px;
                }

                .unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
                    padding-right: 0;
                }
}

@media (min-width: 768px) {
    .unit-sm-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-sm,
    .unit-sm-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .unit-sm > [class*='unit-']:first-child,
        .unit-sm-vertical > [class*='unit-']:first-child {
            padding-top: 0;
        }

        .unit-sm > .unit-left + .unit-right,
        .unit-sm > .unit-left + .unit-body,
        .unit-sm-vertical > .unit-left + .unit-right,
        .unit-sm-vertical > .unit-left + .unit-body {
            padding-right: 0;
            padding-top: 20px;
        }

        .unit-sm > .unit-body + .unit-right,
        .unit-sm-vertical > .unit-body + .unit-right {
            padding-right: 0;
            padding-top: 20px;
        }

    .unit-sm-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .unit-sm-horizontal > .unit-left + .unit-right,
        .unit-sm-horizontal > .unit-left + .unit-body {
            padding-top: 0;
            padding-right: 30px;
        }

        .unit-sm-horizontal > .unit-body + .unit-right {
            padding-top: 0;
            padding-right: 30px;
        }

    .unit-sm-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .unit-sm-inverse, .unit-sm-inverse.unit-sm-vertical {
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .unit-sm-inverse > [class*='unit-']:first-child, .unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
                padding-top: 20px;
            }

            .unit-sm-inverse > [class*='unit-']:last-child, .unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
                padding-top: 0;
            }

            .unit-sm-inverse.unit-sm-horizontal {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
                    padding-top: 0;
                    padding-right: 30px;
                }

                .unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
                    padding-right: 0;
                }
}

@media (min-width: 992px) {
    .unit-md-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-md,
    .unit-md-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .unit-md > [class*='unit-']:first-child,
        .unit-md-vertical > [class*='unit-']:first-child {
            padding-top: 0;
        }

        .unit-md > .unit-left + .unit-right,
        .unit-md > .unit-left + .unit-body,
        .unit-md-vertical > .unit-left + .unit-right,
        .unit-md-vertical > .unit-left + .unit-body {
            padding-right: 0;
            padding-top: 20px;
        }

        .unit-md > .unit-body + .unit-right,
        .unit-md-vertical > .unit-body + .unit-right {
            padding-right: 0;
            padding-top: 20px;
        }

    .unit-md-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .unit-md-horizontal > .unit-left + .unit-right,
        .unit-md-horizontal > .unit-left + .unit-body {
            padding-top: 0;
            padding-right: 30px;
        }

        .unit-md-horizontal > .unit-body + .unit-right {
            padding-top: 0;
            padding-right: 30px;
        }

    .unit-md-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .unit-md-inverse, .unit-md-inverse.unit-md-vertical {
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .unit-md-inverse > [class*='unit-']:first-child, .unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
                padding-top: 20px;
            }

            .unit-md-inverse > [class*='unit-']:last-child, .unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
                padding-top: 0;
            }

            .unit-md-inverse.unit-md-horizontal {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
                    padding-top: 0;
                    padding-right: 30px;
                }

                .unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
                    padding-right: 0;
                }
}

@media (min-width: 1024px) {
    .unit-lg-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-lg,
    .unit-lg-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .unit-lg > [class*='unit-']:first-child,
        .unit-lg-vertical > [class*='unit-']:first-child {
            padding-top: 0;
        }

        .unit-lg > .unit-left + .unit-right,
        .unit-lg > .unit-left + .unit-body,
        .unit-lg-vertical > .unit-left + .unit-right,
        .unit-lg-vertical > .unit-left + .unit-body {
            padding-right: 0;
            padding-top: 20px;
        }

        .unit-lg > .unit-body + .unit-right,
        .unit-lg-vertical > .unit-body + .unit-right {
            padding-right: 0;
            padding-top: 20px;
        }

    .unit-lg-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .unit-lg-horizontal > .unit-left + .unit-right,
        .unit-lg-horizontal > .unit-left + .unit-body {
            padding-top: 0;
            padding-right: 30px;
        }

        .unit-lg-horizontal > .unit-body + .unit-right {
            padding-top: 0;
            padding-right: 30px;
        }

    .unit-lg-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .unit-lg-inverse, .unit-lg-inverse.unit-lg-vertical {
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .unit-lg-inverse > [class*='unit-']:first-child, .unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
                padding-top: 20px;
            }

            .unit-lg-inverse > [class*='unit-']:last-child, .unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
                padding-top: 0;
            }

            .unit-lg-inverse.unit-lg-horizontal {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
                    padding-top: 0;
                    padding-right: 30px;
                }

                .unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
                    padding-right: 0;
                }
}

@media (min-width: 1600px) {
    .unit-xl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xl,
    .unit-xl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .unit-xl > [class*='unit-']:first-child,
        .unit-xl-vertical > [class*='unit-']:first-child {
            padding-top: 0;
        }

        .unit-xl > .unit-left + .unit-right,
        .unit-xl > .unit-left + .unit-body,
        .unit-xl-vertical > .unit-left + .unit-right,
        .unit-xl-vertical > .unit-left + .unit-body {
            padding-right: 0;
            padding-top: 20px;
        }

        .unit-xl > .unit-body + .unit-right,
        .unit-xl-vertical > .unit-body + .unit-right {
            padding-right: 0;
            padding-top: 20px;
        }

    .unit-xl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .unit-xl-horizontal > .unit-left + .unit-right,
        .unit-xl-horizontal > .unit-left + .unit-body {
            padding-top: 0;
            padding-right: 30px;
        }

        .unit-xl-horizontal > .unit-body + .unit-right {
            padding-top: 0;
            padding-right: 30px;
        }

    .unit-xl-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .unit-xl-inverse, .unit-xl-inverse.unit-xl-vertical {
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .unit-xl-inverse > [class*='unit-']:first-child, .unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
                padding-top: 20px;
            }

            .unit-xl-inverse > [class*='unit-']:last-child, .unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
                padding-top: 0;
            }

            .unit-xl-inverse.unit-xl-horizontal {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
                    padding-top: 0;
                    padding-right: 30px;
                }

                .unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
                    padding-right: 0;
                }
}

@media (min-width: 1200px) {
    .unit-xxl-middle {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .unit-xxl,
    .unit-xxl-vertical {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .unit-xxl > [class*='unit-']:first-child,
        .unit-xxl-vertical > [class*='unit-']:first-child {
            padding-top: 0;
        }

        .unit-xxl > .unit-left + .unit-right,
        .unit-xxl > .unit-left + .unit-body,
        .unit-xxl-vertical > .unit-left + .unit-right,
        .unit-xxl-vertical > .unit-left + .unit-body {
            padding-right: 0;
            padding-top: 20px;
        }

        .unit-xxl > .unit-body + .unit-right,
        .unit-xxl-vertical > .unit-body + .unit-right {
            padding-right: 0;
            padding-top: 20px;
        }

    .unit-xxl-horizontal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .unit-xxl-horizontal > .unit-left + .unit-right,
        .unit-xxl-horizontal > .unit-left + .unit-body {
            padding-top: 0;
            padding-right: 30px;
        }

        .unit-xxl-horizontal > .unit-body + .unit-right {
            padding-top: 0;
            padding-right: 30px;
        }

    .unit-xxl-inverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .unit-xxl-inverse, .unit-xxl-inverse.unit-xxl-vertical {
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .unit-xxl-inverse > [class*='unit-']:first-child, .unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:first-child {
                padding-top: 20px;
            }

            .unit-xxl-inverse > [class*='unit-']:last-child, .unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:last-child {
                padding-top: 0;
            }

            .unit-xxl-inverse.unit-xxl-horizontal {
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
                    padding-top: 0;
                    padding-right: 30px;
                }

                .unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
                    padding-right: 0;
                }
}

@media (min-width: 0px) {
    .unit-spacing-xxs.unit-xxs > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xxs > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xxs > .unit-left + .unit-body, .unit-spacing-xxs.unit-xxs-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xxs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xxs > .unit-body + .unit-right, .unit-spacing-xxs.unit-xxs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xxs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xxs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xxs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xxs-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xxs-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 480px) {
    .unit-spacing-xxs.unit-xs > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xs > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xs > .unit-left + .unit-body, .unit-spacing-xxs.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xs > .unit-body + .unit-right, .unit-spacing-xxs.unit-xs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xxs.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxs.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-sm > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-sm > .unit-left + .unit-body, .unit-spacing-xxs.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-sm-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-sm > .unit-body + .unit-right, .unit-spacing-xxs.unit-sm-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-sm-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-sm-horizontal > .unit-left + .unit-body {
        padding-right: 5px;
        padding-left: 0;
    }

    .unit-spacing-xxs.unit-sm-horizontal > .unit-body + .unit-right {
        padding-right: 5px;
        padding-left: 0;
    }

    .unit-spacing-xxs.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xxs.unit-md > [class*='unit-']:first-child, .unit-spacing-xxs.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-md > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-md > .unit-left + .unit-body, .unit-spacing-xxs.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-md-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-md > .unit-body + .unit-right, .unit-spacing-xxs.unit-md-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-md-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-md-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-md-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .unit-spacing-xxs.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxs.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-lg > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-lg > .unit-left + .unit-body, .unit-spacing-xxs.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-lg-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-lg > .unit-body + .unit-right, .unit-spacing-xxs.unit-lg-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-lg-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-lg-horizontal > .unit-left + .unit-body {
        padding-right: 5px;
        padding-left: 0;
    }

    .unit-spacing-xxs.unit-lg-horizontal > .unit-body + .unit-right {
        padding-right: 5px;
        padding-left: 0;
    }

    .unit-spacing-xxs.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 5px;
    }

    .unit-spacing-xxs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-xxs.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xl > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xl > .unit-left + .unit-body, .unit-spacing-xxs.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xl > .unit-body + .unit-right, .unit-spacing-xxs.unit-xl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xxs.unit-xxl > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xxl > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xxl > .unit-left + .unit-body, .unit-spacing-xxs.unit-xxl-vertical > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xxl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xxl > .unit-body + .unit-right, .unit-spacing-xxs.unit-xxl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xxl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxs.unit-xxl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xxl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xxl-inverse > [class*='unit-']:first-child, .unit-spacing-xxs.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 15px;
    }

    .unit-spacing-xxs.unit-xxl-inverse > [class*='unit-']:last-child, .unit-spacing-xxs.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxs.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 5px;
    }

    .unit-spacing-xxs.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 0px) {
    .unit-spacing-xs.unit-xxs > [class*='unit-']:first-child, .unit-spacing-xs.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xxs > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xxs > .unit-left + .unit-body, .unit-spacing-xs.unit-xxs-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xxs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xxs > .unit-body + .unit-right, .unit-spacing-xs.unit-xxs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xxs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xxs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xxs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xxs-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xxs-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 480px) {
    .unit-spacing-xs.unit-xs > [class*='unit-']:first-child, .unit-spacing-xs.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xs > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xs > .unit-left + .unit-body, .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xs > .unit-body + .unit-right, .unit-spacing-xs.unit-xs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xs.unit-sm > [class*='unit-']:first-child, .unit-spacing-xs.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-sm > .unit-left + .unit-right,
    .unit-spacing-xs.unit-sm > .unit-left + .unit-body, .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-sm > .unit-body + .unit-right, .unit-spacing-xs.unit-sm-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-right,
    .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-sm-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xs.unit-md > [class*='unit-']:first-child, .unit-spacing-xs.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-md > .unit-left + .unit-right,
    .unit-spacing-xs.unit-md > .unit-left + .unit-body, .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-md > .unit-body + .unit-right, .unit-spacing-xs.unit-md-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-right,
    .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-md-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .unit-spacing-xs.unit-lg > [class*='unit-']:first-child, .unit-spacing-xs.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-lg > .unit-left + .unit-right,
    .unit-spacing-xs.unit-lg > .unit-left + .unit-body, .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-lg > .unit-body + .unit-right, .unit-spacing-xs.unit-lg-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-right,
    .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-lg-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-xs.unit-xl > [class*='unit-']:first-child, .unit-spacing-xs.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xl > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xl > .unit-left + .unit-body, .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xl > .unit-body + .unit-right, .unit-spacing-xs.unit-xl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xs.unit-xxl > [class*='unit-']:first-child, .unit-spacing-xs.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xxl > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xxl > .unit-left + .unit-body, .unit-spacing-xs.unit-xxl-vertical > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xxl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xxl > .unit-body + .unit-right, .unit-spacing-xs.unit-xxl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xxl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xs.unit-xxl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xxl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xxl-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xs.unit-xxl-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xs.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 15px;
    }

    .unit-spacing-xs.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 0px) {
    .unit-spacing-xxl.unit-xxs > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxs > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxs > .unit-left + .unit-body, .unit-spacing-xxl.unit-xxs-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xxs > .unit-body + .unit-right, .unit-spacing-xxl.unit-xxs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xxs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xxs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xxs-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xxs-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 480px) {
    .unit-spacing-xxl.unit-xs > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xs > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xs > .unit-left + .unit-body, .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xs > .unit-body + .unit-right, .unit-spacing-xxl.unit-xs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .unit-spacing-xxl.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-sm > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-sm > .unit-left + .unit-body, .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-sm > .unit-body + .unit-right, .unit-spacing-xxl.unit-sm-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-sm-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .unit-spacing-xxl.unit-md > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-md > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-md > .unit-left + .unit-body, .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-md > .unit-body + .unit-right, .unit-spacing-xxl.unit-md-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-md-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .unit-spacing-xxl.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-lg > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-lg > .unit-left + .unit-body, .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-lg > .unit-body + .unit-right, .unit-spacing-xxl.unit-lg-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-lg-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    .unit-spacing-xxl.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xl > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .unit-spacing-xxl.unit-xxl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxl > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xxl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xxl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xxl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xxl-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 30px;
    }

    .unit-spacing-xxl.unit-xxl-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 35px;
    }

    .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (min-width: 0px) {
    .unit-spacing-xxl.unit-xxs > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxs > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxs > .unit-left + .unit-body, .unit-spacing-xxl.unit-xxs-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xxs > .unit-body + .unit-right, .unit-spacing-xxl.unit-xxs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xxs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xxs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xxs-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xxs-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xxs-inverse.unit-xxs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (min-width: 480px) {
    .unit-spacing-xxl.unit-xs > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xs > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xs > .unit-left + .unit-body, .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xs-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xs > .unit-body + .unit-right, .unit-spacing-xxl.unit-xs-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xs-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xs-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .unit-spacing-xxl.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-sm > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-sm > .unit-left + .unit-body, .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-sm > .unit-body + .unit-right, .unit-spacing-xxl.unit-sm-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-sm-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .unit-spacing-xxl.unit-md > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-md > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-md > .unit-left + .unit-body, .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-md > .unit-body + .unit-right, .unit-spacing-xxl.unit-md-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-md-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (min-width: 1024px) {
    .unit-spacing-xxl.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-lg > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-lg > .unit-left + .unit-body, .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-lg > .unit-body + .unit-right, .unit-spacing-xxl.unit-lg-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-lg-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (min-width: 1600px) {
    .unit-spacing-xxl.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xl > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .unit-spacing-xxl.unit-xxl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxl > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-body {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xxl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xxl-vertical > .unit-body + .unit-right {
        padding-right: 0;
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-right,
    .unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-body {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xxl-horizontal > .unit-body + .unit-right {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xxl-inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:first-child {
        padding-top: 20px;
    }

    .unit-spacing-xxl.unit-xxl-inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-vertical > [class*='unit-']:last-child {
        padding-top: 0;
    }

    .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-right: 90px;
    }

    .unit-spacing-xxl.unit-xxl-inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
        padding-right: 0;
    }
}

.unit-gel .mdi-map-marker {
    position: relative;
    top: 2px;
}

.unit-gel .mdi-phone {
    position: relative;
    top: 1.5px;
}

.unit-gel .mdi-email-outline {
    position: relative;
    top: 1.5px;
}

/*
*
* Plugins
* ==================================================
*/
/*
*
* Animate.css
* --------------------------------------------------
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

/*
*
* Isotope
* --------------------------------------------------
*/
@keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

[data-isotope-layout] {
    display: block;
    transition: .4s all ease;
    min-height: 160px;
    z-index: 0;
}

    [data-isotope-layout]:after {
        content: '';
        position: absolute;
        margin-top: 15px;
        width: 64px;
        height: 64px;
        top: 50%;
        left: 50%;
        background-image: url("../img/isotope-loader.png");
        background-position: -1152px 0;
        animation: 0.7s sprite-animation steps(18) infinite;
        transition: .4s all ease;
        transform: translate(-50%, -50%);
    }

    [data-isotope-layout].row {
        margin-bottom: -30px;
    }

        [data-isotope-layout].row > [class*="col-"] {
            margin-top: 25px;
        }

    [data-isotope-layout] .row-narrow {
        margin-bottom: -10px;
    }

        [data-isotope-layout] .row-narrow > [class*="col-"] {
            margin-top: 10px;
        }

    [data-isotope-layout].no-gutters {
        margin-bottom: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        line-height: 0 !important;
        font-size: 0 !important;
    }

        [data-isotope-layout].no-gutters > [class*="col-"] {
            margin-top: 0;
            padding: 0;
        }

            [data-isotope-layout].no-gutters > [class*="col-"] > * {
                font-size: 14px;
                font-weight: 400;
                line-height: 1.5;
            }

@media (min-width: 1024px) {
    [data-isotope-layout].no-gutters > [class*="col-"] > * {
        font-size: 15px;
    }
}

@media (min-width: 1600px) {
    [data-isotope-layout].no-gutters > [class*="col-"] > * {
        font-size: 18px;
    }
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    opacity: 0;
    will-change: transform;
    backface-visibility: hidden;
    transition: .1s opacity ease-in;
}

@media (max-width: 575px) {
    [data-isotope-layout] [class*="col-"] {
        max-width: 100%;
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .isotope-xl.row > [class*="col-"] .row {
        margin-bottom: -30px;
    }

        .isotope-xl.row > [class*="col-"] .row > [class*="col-"] {
            margin-top: 35px;
        }
}

@media (min-width: 1600px) {
    .isotope-xl.row > [class*="col-"] .row {
        margin-bottom: -30px;
    }

        .isotope-xl.row > [class*="col-"] .row > [class*="col-"] {
            margin-top: 66px;
        }
}

.isotope-filters {
    position: relative;
    display: block;
}

    .isotope-filters, .isotope-filters:last-child {
        margin-bottom: 30px;
    }

.isotope-filters-lg, .isotope-filters-lg:last-child {
    margin-bottom: 60px;
}

.isotope-filters-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 10px 0;
    z-index: 10;
    float: left;
    min-width: 130px;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    overflow: hidden;
}

    .isotope-filters-list > li {
        display: block;
    }

        .isotope-filters-list > li > a {
            display: block;
            position: relative;
            clear: both;
            color: #005693;
            white-space: nowrap;
            line-height: 1.3;
            padding: 7px 12px;
        }

            .isotope-filters-list > li > a.active, .isotope-filters-list > li > a:hover {
                background-color: #c8c8c8;
            }

    .isotope-filters-list.active {
        display: block;
        z-index: 13213131321;
    }

.isotope-filters-toggle.active:focus {
    outline: none;
}

.isotope-filters-title {
    display: none;
}

@media (min-width: 576px) {
    .isotope-filters-list {
        right: auto;
        left: 0;
    }
}

@media (min-width: 992px) {
    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list {
        position: static;
        display: block;
        float: none;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        border-bottom: 1px solid #e3e3e3;
        overflow: visible;
    }

        .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li,
        .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li {
            display: inline-block;
        }

            .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a,
            .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a {
                display: inline-block;
                padding: 0 5px 16px;
                color: #005693;
                transition: 0.3s all ease-in;
            }

                .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:after,
                .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:after {
                    content: '';
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    width: 0;
                    height: 1px;
                    background: #792182;
                    transition: .4s;
                }

                .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active, .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:hover,
                .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active,
                .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a:hover {
                    color: #792182;
                    background-color: transparent;
                }

                    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active:after,
                    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a.active:after {
                        left: 0;
                        width: 100%;
                    }

            .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li,
            .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li {
                margin-right: 23px;
            }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-toggle {
        display: none;
    }
}

@media (min-width: 1600px) {
    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li > a {
        font-size: 22px;
    }

    .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li,
    .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li {
        margin-right: 40px;
    }
}

@media (min-width: 1024px) {
    .isotope-filters.isotope-filters-vertical .isotope-filters-list {
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
        border-left: 1px solid #c8c8c8;
    }

        .isotope-filters.isotope-filters-vertical .isotope-filters-list > li {
            display: block;
            margin-top: 0;
            text-align: left;
        }

            .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a {
                padding: 0 25px;
            }

                .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a:after {
                    bottom: 50%;
                    left: -1px;
                    width: 1px;
                    height: 0;
                    background: #792182;
                }

                .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a.active:after {
                    bottom: 0;
                    width: 1px;
                    height: 100%;
                    left: -1px;
                }

            .isotope-filters.isotope-filters-vertical .isotope-filters-list > li + li {
                margin-right: 0;
                margin-top: 24px;
            }

    .isotope-filters.isotope-filters-vertical .isotope-filters-title {
        display: block;
    }
}


/* ***************** Inner Page Title ***************** */

.inner-pg-top-panel {
    position: relative;
    min-height: 8px; /* min-height: 30px;*/
    top: 0;
    z-index: 100;
    /*margin-bottom: 30px;*/
}


/*
*
* RD Navbar
* --------------------------------------------------
*/
@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.rd-navbar-wrap, .rd-navbar,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-sidebar .rd-navbar-sidebar-toggle, .rd-navbar-sidebar .rd-navbar-sidebar-inner, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

    .rd-navbar, .rd-navbar.rd-navbar--is-clone {
        display: none;
    }

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    display: none;
}

    .rd-navbar-collapse-toggle span {
        top: 50%;
        margin-top: -3px;
    }

        .rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
            position: absolute;
            width: 6px;
            height: 6px;
            line-height: 6px;
            text-align: center;
            background: #fff;
            left: 50%;
            margin-right: -3px;
            border-radius: 50%;
            transition: .3s all ease;
        }

            .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
                content: '';
            }

            .rd-navbar-collapse-toggle span:before {
                bottom: 100%;
                margin-bottom: 3px;
            }

            .rd-navbar-collapse-toggle span:after {
                top: 100%;
                margin-top: 3px;
            }

    .rd-navbar-collapse-toggle.active span {
        transform: scale(0.7);
    }

        .rd-navbar-collapse-toggle.active span:before {
            transform: translateY(18px);
        }

        .rd-navbar-collapse-toggle.active span:after {
            transform: translateY(-18px);
        }

.rd-navbar--is-stuck {
    box-shadow: 0 0 8px 0 rgba(110, 123, 157, 0.5);
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
    display: none;
}

/*
* Navbar components
*/
.rd-navbar {
    display: none;
    background: #005693;
}

.rd-navbar-transparent {
    background: transparent;
}

.rd-navbar-wrap-transparent {
    position: fixed;
}

.rd-navbar-modern,
.rd-navbar-creative {
    background-color: #393c3f;
    background-image: url('../img/nav_bg.png');
}

.parallax-container .rd-navbar-corporative {
    /*background-color: transparent;*/ /*SLP*/
    background-image: url('../img/bg_top_header.png');
    background-size: cover;
    background-color: transparent;
}

.rd-navbar-toggle,
.rd-navbar-sidebar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border: none;
    display: none;
}

    .rd-navbar-toggle span,
    .rd-navbar-sidebar-toggle span {
        position: relative;
        display: block;
        margin: auto;
        transition: .3s all ease;
    }

        .rd-navbar-toggle span:after, .rd-navbar-toggle span:before,
        .rd-navbar-sidebar-toggle span:after,
        .rd-navbar-sidebar-toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -8px;
            transition: .3s all ease;
        }

        .rd-navbar-toggle span:after,
        .rd-navbar-sidebar-toggle span:after {
            top: 8px;
        }

        .rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span,
        .rd-navbar-sidebar-toggle span:after,
        .rd-navbar-sidebar-toggle span:before,
        .rd-navbar-sidebar-toggle span {
            width: 24px;
            height: 4px;
            background-color: #59c1c1;
            backface-visibility: hidden;
            border-radius: 2px;
        }

    .rd-navbar-toggle span,
    .rd-navbar-sidebar-toggle span {
        /* transform: rotate(360deg);*/
    }

        .rd-navbar-toggle span:before, .rd-navbar-toggle span:after,
        .rd-navbar-sidebar-toggle span:before,
        .rd-navbar-sidebar-toggle span:after {
            transform-origin: 1.71429px center;
        }

    .rd-navbar-toggle.active span,
    .rd-navbar-sidebar-toggle.active span {
        transform: rotate(180deg);
    }

        .rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after,
        .rd-navbar-sidebar-toggle.active span:before,
        .rd-navbar-sidebar-toggle.active span:after {
            top: 0;
            width: 15px;
        }

        .rd-navbar-toggle.active span:before,
        .rd-navbar-sidebar-toggle.active span:before {
            -webkit-transform: rotate3d(0, 0, 1, -40deg);
            transform: rotate3d(0, 0, 1, -40deg);
        }

        .rd-navbar-toggle.active span:after,
        .rd-navbar-sidebar-toggle.active span:after {
            -webkit-transform: rotate3d(0, 0, 1, 40deg);
            transform: rotate3d(0, 0, 1, 40deg);
        }

    .rd-navbar-toggle:focus,
    .rd-navbar-sidebar-toggle:focus {
        outline: none;
    }

.rd-navbar-brand a {
    display: inline-block;
}

.rd-navbar-dropdown {
    display: none;
}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar-static .rd-navbar-nav > li,
.rd-navbar-fullwidth .rd-navbar-nav > li {
    display: inline-block;
    transition: .25s;
}

    .rd-navbar-static .rd-navbar-nav > li > a,
    .rd-navbar-fullwidth .rd-navbar-nav > li > a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1.2;
        /* letter-spacing: .02em;*/
        font-weight: 700;
        transition: .25s;
        /* text-transform: initial;*/ /* uppercase*/
    }

        .rd-navbar-static .rd-navbar-nav > li > a:hover,
        .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
            color: #4b646d;
        }

    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
    .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        font-family: "Material Design Icons";
        font-size: 22px;
        cursor: pointer;
        color: #fff;
        transition: .3s ease-out all;
    }

        .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
        .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
            color: #4b646d;
        }

        .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
        .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before {
            content: '\f236';
        }

    .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li.opened > a,
    .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
    .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a {
        color: #4b646d;
        background: transparent;
    }

    .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
    .rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
    .rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
        color: #4b646d;
    }

    .rd-navbar-static .rd-navbar-nav > li.active > a,
    .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
        color: #4b646d;
        /* background: transparent;*/ /*-*/
    }

    .rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
    .rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle {
        color: #4b646d;
    }

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a:hover,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav > li > a:hover {
    color: #59c1c1;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.focus > a, .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.active > a, .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav > li.opened > a {
    color: #59c1c1;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-transparent .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
    color: #59c1c1;
}




.rd-navbar-static .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-inner {
    position: relative;
    max-width: 100%; /*1200px;*/ /*-*/
    padding-left: 55px;
    padding-right: 55px;
    /*margin-left: auto;
    margin-right: auto;*/
    height: 130px; /*90px; 100px;*/ /*-*/
}


.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-fullwidth .rd-navbar-top-panel {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #1c1c1b; /*#1c1c1b;#005693; /*#333;#474747#262526;#212121   */
    transition: .3s ease-out all;
}

.rd-navbar-static .rd-navbar-top-panel-inner,
.rd-navbar-fullwidth .rd-navbar-top-panel-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* max-width: 1200px;*/ /*-*/
    max-width: 100%;
    padding-left: 55px;
    padding-right: 55px;
    /*    margin-left: auto;
    margin-right: auto;*/
}

@media (min-width: 1024px) {
    .rd-navbar-static .rd-navbar-top-panel-inner,
    .rd-navbar-fullwidth .rd-navbar-top-panel-inner {
        flex-direction: row;
        justify-content: end; /*space-between;*/
        align-items: center;
    }

        .rd-navbar-static .rd-navbar-top-panel-inner > *,
        .rd-navbar-fullwidth .rd-navbar-top-panel-inner > * {
            margin-top: 0;
        }
}

.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-static .rd-navbar-top-panel a,
.rd-navbar-fullwidth .rd-navbar-top-panel,
.rd-navbar-fullwidth .rd-navbar-top-panel a {
    color: #fff;
}

.rd-navbar-buttons {
    font-size: 14px !important;
}



.rd-navbar-static .rd-navbar-search,
.rd-navbar-fullwidth .rd-navbar-search {
    position: relative;
    display: inline-flex;
    margin-right: 30px;
}

@media (min-width: 1600px) {
    .rd-navbar-static .rd-navbar-search,
    .rd-navbar-fullwidth .rd-navbar-search {
        margin-right: 50px;
    }
}

.rd-navbar-static .rd-navbar-search.active .rd-search,
.rd-navbar-fullwidth .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle {
    display: inline-flex;
    color: #fff;
}

    .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle:hover,
    .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle:hover {
        color: #005693;
    }

    .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span,
    .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span {
        display: inline-block;
        position: relative;
        width: 32px;
        height: 32px;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        background: none;
        border: none;
        outline: none;
        padding: 0;
    }

        .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:before, .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:after,
        .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span,
        .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:before,
        .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:after {
            transition: .3s transform ease-in-out, .3s opacity ease-in-out;
        }

            .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:before, .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:after,
            .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:before,
            .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:after {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:before,
            .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:before {
                content: "";
                transform: rotate(0deg) scale(1);
                opacity: 1;
                visibility: visible;
                font-family: "Material Design Icons";
            }

            .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:after,
            .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:after {
                content: "";
                transform: rotate(-90deg) scale(0.4);
                opacity: 0;
                visibility: hidden;
                font-family: "Material Design Icons";
            }

    .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle.active span:before,
    .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle.active span:before {
        opacity: 0;
        visibility: hidden;
        transform: rotate(90deg) scale(0.4);
    }

    .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle.active span:after,
    .rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle.active span:after {
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }

.rd-navbar-static .rd-navbar-search .form-wrap,
.rd-navbar-fullwidth .rd-navbar-search .form-wrap {
    margin-bottom: 0;
}

.rd-navbar-static .rd-navbar-search .form-input,
.rd-navbar-fullwidth .rd-navbar-search .form-input {
    padding-right: 50px;
    border: 1px solid #c8c8c8;
}

.rd-navbar-static .rd-navbar-search .rd-search,
.rd-navbar-fullwidth .rd-navbar-search .rd-search {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 370px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 2;
}

.rd-navbar-static .rd-navbar-search .rd-search-form-submit,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    color: #c8c8c8;
    transition: .3s ease-out all;
    cursor: pointer;
}

    .rd-navbar-static .rd-navbar-search .rd-search-form-submit:hover,
    .rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit:hover {
        color: #005693;
    }

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    width: 250px; /*width: 340px;*/
    background: #fff;
    z-index: 5;
}

    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-open-left,
    .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-open-left {
        left: auto;
        right: 0;
    }

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-megamenu {
    z-index: 15;
}

    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown,
    .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
        left: 100%;
        top: 0;
        margin-top: -8px;
        margin-right: 8px;
        z-index: 2;
        transform: translate(30px, 0);
    }

    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown > li.focus > .rd-navbar-dropdown,
    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown,
    .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown > li.focus > .rd-navbar-dropdown,
    .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu {
    position: absolute;
    display: block;
    margin-top: 20px;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    text-align: right;
    box-shadow: 0 0 8px 0 rgba(110, 123, 157, 0.5);
}

    .rd-navbar-static .rd-navbar-dropdown li > a,
    .rd-navbar-static .rd-navbar-megamenu li > a,
    .rd-navbar-fullwidth .rd-navbar-dropdown li > a,
    .rd-navbar-fullwidth .rd-navbar-megamenu li > a {
        display: flex;
        transition: .15s ease-in-out;
        padding: 11px 23px;
    }

        .rd-navbar-static .rd-navbar-dropdown li > a:before,
        .rd-navbar-static .rd-navbar-megamenu li > a:before,
        .rd-navbar-fullwidth .rd-navbar-dropdown li > a:before,
        .rd-navbar-fullwidth .rd-navbar-megamenu li > a:before {
            display: block;
            content: '\f237';
            font-family: "Material Design Icons";
            margin-right: -10px;
            transition: opacity .15s ease-in-out, .15s margin ease-in-out;
            opacity: 0;
        }

        .rd-navbar-static .rd-navbar-dropdown li.focus > a:before,
        .rd-navbar-static .rd-navbar-dropdown li.opened > a:before,
        .rd-navbar-static .rd-navbar-dropdown li > a:hover:before,
        .rd-navbar-static .rd-navbar-megamenu li.focus > a:before,
        .rd-navbar-static .rd-navbar-megamenu li.opened > a:before,
        .rd-navbar-static .rd-navbar-megamenu li > a:hover:before,
        .rd-navbar-fullwidth .rd-navbar-dropdown li.focus > a:before,
        .rd-navbar-fullwidth .rd-navbar-dropdown li.opened > a:before,
        .rd-navbar-fullwidth .rd-navbar-dropdown li > a:hover:before,
        .rd-navbar-fullwidth .rd-navbar-megamenu li.focus > a:before,
        .rd-navbar-fullwidth .rd-navbar-megamenu li.opened > a:before,
        .rd-navbar-fullwidth .rd-navbar-megamenu li > a:hover:before {
            margin-left: 16px;
            opacity: 1;
            margin-right: 0;
        }

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-dropdown {
    width: 340px;
    background: #fff;
}

    .rd-navbar-static .rd-navbar-dropdown > li > a,
    .rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
        display: flex;
        padding: 11px 23px;
        color: #4b646d;
        background: #fff;
    }

        .rd-navbar-static .rd-navbar-dropdown > li > a:hover,
        .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover {
            color: #005693;
            background: #59c1c1;
        }

    .rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.opened > a,
    .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a,
    .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a {
        color: #4b646d;
        background: #59c1c1;
    }

.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-megamenu {
    right: 0;
    display: flex;
    width: 768px;
    padding: 0;
    background: #fff;
}

@media (min-width: 1024px) {
    .rd-navbar-static .rd-navbar-megamenu,
    .rd-navbar-fullwidth .rd-navbar-megamenu {
        width: 962px;
    }
}

.rd-navbar-static .rd-navbar-megamenu > li,
.rd-navbar-fullwidth .rd-navbar-megamenu > li {
    flex-grow: 1;
    flex-basis: 100%;
}

    .rd-navbar-static .rd-navbar-megamenu > li > ul a,
    .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a {
        color: #000;
        background: transparent;
    }

        .rd-navbar-static .rd-navbar-megamenu > li > ul a:hover,
        .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a:hover {
            color: #000;
            background: #59c1c1;
        }

    .rd-navbar-static .rd-navbar-megamenu > li + li,
    .rd-navbar-fullwidth .rd-navbar-megamenu > li + li {
        padding-right: 0;
    }

.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-clone {
    display: block;
    transform: translateY(-100%);
}

    .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck,
    .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
        transform: translateY(0%);
    }

.rd-navbar-static,
.rd-navbar-fullwidth {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1024;
}

    .rd-navbar-static.rd-navbar--is-stuck.rd-navbar-transparent, .rd-navbar-static.rd-navbar--is-clone.rd-navbar-transparent,
    .rd-navbar-fullwidth.rd-navbar--is-stuck.rd-navbar-transparent,
    .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar-transparent {
        background-color: #005693; /*#262526;*/
    }

    .rd-navbar-static.rd-navbar--is-stuck.rd-navbar-modern .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone.rd-navbar-modern .rd-navbar-top-panel,
    .rd-navbar-fullwidth.rd-navbar--is-stuck.rd-navbar-modern .rd-navbar-top-panel,
    .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar-modern .rd-navbar-top-panel {
        margin-top: -64px;
    }

@media (min-width: 1024px) {
    .rd-navbar-static.rd-navbar--is-stuck.rd-navbar-modern .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone.rd-navbar-modern .rd-navbar-top-panel,
    .rd-navbar-fullwidth.rd-navbar--is-stuck.rd-navbar-modern .rd-navbar-top-panel,
    .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar-modern .rd-navbar-top-panel {
        margin-top: -30px;
    }
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-top-panel,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-top-panel,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-top-panel {
    opacity: 0;
    padding: 0;
    margin-top: -30px;
}

@media (min-width: 1024px) {
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-top-panel,
    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-top-panel,
    .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-top-panel {
        margin-top: -30px;
    }
}

.rd-navbar-static .rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar--has-megamenu,
.rd-navbar-fullwidth .rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar--has-megamenu {
    position: relative;
}

.rd-navbar-static.rd-navbar-modern .contact-list .unit-left, .rd-navbar-static.rd-navbar-modern .contact-list .unit-body, .rd-navbar-static.rd-navbar-creative .contact-list .unit-left, .rd-navbar-static.rd-navbar-creative .contact-list .unit-body,
.rd-navbar-fullwidth.rd-navbar-modern .contact-list .unit-left,
.rd-navbar-fullwidth.rd-navbar-modern .contact-list .unit-body,
.rd-navbar-fullwidth.rd-navbar-creative .contact-list .unit-left,
.rd-navbar-fullwidth.rd-navbar-creative .contact-list .unit-body {
    display: flex;
    align-items: center;
    height: 24px;
}

.rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li > a,
.rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li > a,
.rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li > a,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li > a,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    color: #792182; /*#005693;*/ /*-*/
}

    .rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li > a:hover,
    .rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover, .rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li > a:hover,
    .rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
    .rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li > a:hover,
    .rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
    .rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li > a:hover,
    .rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
        color: #006838; /*#792182;*/ /*-*/
    }

.rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li.active > a,
.rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li.focus > a,
.rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li.opened > a,
.rd-navbar-static.rd-navbar-modern .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li.active > a,
.rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li.focus > a,
.rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li.opened > a,
.rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
    color: #006838;
}

.rd-navbar-static.rd-navbar-modern .rd-navbar-search .rd-navbar-search-toggle, .rd-navbar-static.rd-navbar-creative .rd-navbar-search .rd-navbar-search-toggle,
.rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-search .rd-navbar-search-toggle,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-search .rd-navbar-search-toggle {
    color: #4b646d; /*#005693;*/
}

    .rd-navbar-static.rd-navbar-modern .rd-navbar-search .rd-navbar-search-toggle:hover, .rd-navbar-static.rd-navbar-creative .rd-navbar-search .rd-navbar-search-toggle:hover,
    .rd-navbar-fullwidth.rd-navbar-modern .rd-navbar-search .rd-navbar-search-toggle:hover,
    .rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-search .rd-navbar-search-toggle:hover {
        color: #59c1c1;
    }

.parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    color: #4b646d; /*#fff;*/
}

    .parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li > a:hover,
    .parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover, .parallax-container
    .rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li > a:hover,
    .parallax-container
    .rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
        color: #59c1c1; /*#792182; #59c1c1;*/
    }

.parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li.active > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle, .parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li.focus > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li.opened > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li.active > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li.focus > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li.opened > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
    color: #59c1c1;
}

.parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-search .rd-navbar-search-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-search .rd-navbar-search-toggle {
    color: #fff;
}

    .parallax-container .rd-navbar-static.rd-navbar-corporative .rd-navbar-search .rd-navbar-search-toggle:hover, .parallax-container
    .rd-navbar-fullwidth.rd-navbar-corporative .rd-navbar-search .rd-navbar-search-toggle:hover {
        color: #59c1c1;
    }

.rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck {
    background-image: url(../img/bg_nav.png);
    background-position-y: center; /* top;*/
    background-size: cover;
    background-color: #fff;
    /*background-color: #e6c9d1;*/
}

.parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
    color: #4b646d; /*#fff;*/
}

    .parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > a:hover,
    .parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover, .parallax-container
    .rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > a:hover,
    .parallax-container
    .rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
        color: #59c1c1; /*#262526;*/
    }

.parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.active > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle, .parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.focus > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.opened > a,
.parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.active > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.focus > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.opened > a,
.parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
    color: #59c1c1; /*#262526;*/ /*-*/
}

.parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-search .rd-navbar-search-toggle, .parallax-container
.rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-search .rd-navbar-search-toggle {
    color: #fff;
}

    .parallax-container .rd-navbar-static.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-search .rd-navbar-search-toggle:hover, .parallax-container
    .rd-navbar-fullwidth.rd-navbar-corporative.rd-navbar--is-stuck .rd-navbar-search .rd-navbar-search-toggle:hover {
        color: #59c1c1; /*#262526;*/ /*-*/
    }

.rd-navbar-static.rd-navbar-creative .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li > a,
.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-nav > li > a {
    text-transform: none;
}

.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-sidebar .rd-navbar-sidebar-inner {
    width: 270px;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    background: #792182;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25);
    z-index: 998;
}


@media (min-width: 975px) {
    .rd-navbar-nav-wrap { /*rd-navbar-nav-wrap {*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding-right: 3em;
        width: 100%;
    }
}

.rd-navbar-fixed .rd-navbar-nav-wrap:before, .rd-navbar-fixed .rd-navbar-nav-wrap:after,
.rd-navbar-sidebar .rd-navbar-sidebar-inner:before,
.rd-navbar-sidebar .rd-navbar-sidebar-inner:after {
    content: '';
    display: block;
    height: 100px; /*height: 56px;*/ /*-*/
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar,
.rd-navbar-sidebar .rd-navbar-sidebar-inner::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb,
.rd-navbar-sidebar .rd-navbar-sidebar-inner::-webkit-scrollbar-thumb {
    background: #a5d2f9;
    border: none;
    border-radius: 0;
    opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track,
.rd-navbar-sidebar .rd-navbar-sidebar-inner::-webkit-scrollbar-track {
    background: #792182;
    border: none;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown > li > a {
    padding-right: 20px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown ul > li > a {
    padding-right: 25px;
}

/*
* Static Layout
*/
.rd-navbar-static {
    display: block;
}

    .rd-navbar-static .rd-navbar-inner {
        display: flex;
        align-items: center; /*-*/
        justify-content: space-between; /*space-between;*/
        padding-top: 0; /*20px;*/ /*-*/
        /* padding-bottom: 10px;*/
        transition: .3s ease-out all;
    }

    .rd-navbar-static .rd-navbar-aside-right {
        display: flex;
        align-items: center;
        width: 75%;
    }

@media (min-width: 567px) {
}


.rd-navbar-static .rd-navbar-top-panel {
    text-align: left;
    font-size: 1rem;
}
/*.rd-navbar-static .rd-navbar-nav:first-child {*/
/*margin-left: 30px;*/ /*-*/
/*margin-right: 40px;
    }*/

.rd-navbar-static .rd-navbar-nav > li + li {
    /*margin-left: 30px;*/ /*-*/
    margin-right: 30px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner {
    padding-top: 10px;
    /* padding-bottom: 10px;*/
}

@media (min-width: 1024px) {
    .rd-navbar-static.rd-navbar-creative .rd-navbar-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .rd-navbar-static.rd-navbar-creative .rd-navbar-inner > * {
            margin-top: 0;
        }
}

@media (min-width: 1600px) {
    .rd-navbar-static .rd-navbar-nav > li + li {
        /* margin-left: 60px;*/ /*-*/
        margin-right: 40px;
    }

    .rd-navbar-static.rd-navbar-creative .rd-navbar-nav > li + li {
        /* margin-left: 52px;*/ /*-*/
        margin-right: 52px;
    }
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
    display: block;
}

    .rd-navbar-fullwidth .rd-navbar-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .rd-navbar-fullwidth .rd-navbar-aside-right {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .rd-navbar-fullwidth .rd-navbar-nav > li + li {
        margin-right: 20px;
    }

    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-aside-right, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-aside-right {
        margin-top: 0;
    }

    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-panel {
        display: none;
    }

/*
* Fixed Layout
*/
.rd-navbar-fixed {
    display: block;
}

    .rd-navbar-fixed .rd-navbar-toggle {
        display: inline-block;
    }

    .rd-navbar-fixed .rd-navbar-brand {
        position: relative;
        margin-right: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right; /*left;*/ /*-*/
        font-size: 22px;
        line-height: 46px;
    }

        .rd-navbar-fixed .rd-navbar-brand img {
            /* max-width: 140px;
            min-width: 100px;
            height: auto;

            max-width: 120px;
            min-width: 80px;
            height: auto;*/
            max-width: 70px;
            min-width: 40px;
            height: auto;
        }

    .rd-navbar-fixed .rd-navbar-panel {
        display: flex;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        padding: 4px;
        height: 85px; /*56px;*/
        color: #000;
        z-index: 1024;
    }

        .rd-navbar-fixed .rd-navbar-panel:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.15);
            background: #cdecec; /*#e6c9d1;*/ /*#792182;*/
            background-image: url(../img/bg_nav_sm.png);
            background-position-y: top;
            background-size: cover;
        }

        .rd-navbar-fixed .rd-navbar-panel > * {
            z-index: 1;
        }

    .rd-navbar-fixed .rd-navbar-search {
        position: fixed;
        right: 15px;
        top: 4px;
        display: inline-flex;
        z-index: 1000;
    }

        .rd-navbar-fixed .rd-navbar-search .rd-search {
            position: absolute;
            right: 4px;
            top: calc(100% + 12px);
            width: 240px;
            opacity: 0;
            visibility: hidden;
            transition: .3s;
            transform: translateX(-10px);
        }

        .rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
            display: none;
        }

        .rd-navbar-fixed .rd-navbar-search .form-input {
            padding-right: 50px;
        }

        .rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 50px;
            padding: 0;
            border: none;
            background-color: transparent;
            color: #000;
        }

            .rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
                color: #792182;
            }

        .rd-navbar-fixed .rd-navbar-search.active .rd-search {
            opacity: 1;
            visibility: visible;
            transform: none;
        }

    .rd-navbar-fixed .rd-navbar-search-toggle {
        display: inline-flex;
        color: #fff;
    }

        .rd-navbar-fixed .rd-navbar-search-toggle:hover {
            color: #005693;
        }

        .rd-navbar-fixed .rd-navbar-search-toggle span {
            display: inline-block;
            position: relative;
            width: 48px;
            height: 48px;
            font-size: 26px;
            line-height: 48px;
            text-align: center;
            cursor: pointer;
            background: none;
            border: none;
            outline: none;
            padding: 0;
        }

            .rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
                transition: .3s transform ease-in-out, .3s opacity ease-in-out;
            }

                .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                }

                .rd-navbar-fixed .rd-navbar-search-toggle span:before {
                    content: "";
                    transform: rotate(0deg) scale(1);
                    opacity: 1;
                    visibility: visible;
                    font-family: "Material Design Icons";
                }

                .rd-navbar-fixed .rd-navbar-search-toggle span:after {
                    content: "";
                    transform: rotate(-90deg) scale(0.4);
                    opacity: 0;
                    visibility: hidden;
                    font-family: "Material Design Icons";
                }

        .rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
            opacity: 0;
            visibility: hidden;
            transform: rotate(90deg) scale(0.4);
        }

        .rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
            transform: rotate(0deg) scale(1);
            opacity: 1;
            visibility: visible;
        }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        position: fixed;
        right: 0;
        bottom: 0;
        top: 0;
        color: #fff;
        background: #792182;
        transform: translateX(120%);
    }

        .rd-navbar-fixed .rd-navbar-nav-wrap.active {
            transform: translateX(0);
        }

    .rd-navbar-fixed .rd-navbar-nav {
        display: block;
        font-size: 16px;
        line-height: 26px;
        text-align: right;
    }

        .rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
            content: '';
            display: block;
            height: 8px;
        }

        .rd-navbar-fixed .rd-navbar-nav li > a {
            display: block;
            padding: 11px 56px 11px 16px;
            color: #fff;
        }

            .rd-navbar-fixed .rd-navbar-nav li > a:first-letter {
                /* text-transform: uppercase;*/ /*-*/
            }

        .rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
            background: #fff;
            color: #005693;
        }

        .rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
            color: #005693;
        }

            .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:after {
                transform: rotate(180deg);
            }

        .rd-navbar-fixed .rd-navbar-nav li + li {
            margin-top: 4px;
        }

        .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle {
            cursor: pointer;
            color: #fff;
        }

            .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
                content: '\f236';
                position: absolute;
                top: 22px;
                left: 0;
                margin-top: -22px;
                width: 65px;
                height: 48px;
                font: 400 28px "Material Design Icons";
                line-height: 48px;
                text-align: center;
                transition: 0.3s transform ease;
                z-index: 2;
            }

    .rd-navbar-fixed .rd-navbar-dropdown,
    .rd-navbar-fixed .rd-navbar-megamenu {
        display: none;
        margin-top: 4px;
        padding-right: 60px; /*-*/
    }

    .rd-navbar-fixed .rd-navbar-submenu {
        position: relative;
    }

        .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
            padding-right: 30px;
        }

        .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
        .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
            padding-right: 48px;
        }

        .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
        .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
            display: block;
        }

    .rd-navbar-fixed .rd-navbar-collapse {
        position: fixed;
        right: 4px;
        top: 64px;
        transform: translateX(-10px);
        padding: 20px 20px;
        width: 290px;
        border-radius: 3px;
        background-color: #005693;
        box-shadow: 0 0 8px 0 rgba(110, 123, 157, 0.5);
        text-align: left;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        transition: .3s;
    }

        .rd-navbar-fixed .rd-navbar-collapse.active {
            transform: none;
            opacity: 1;
            visibility: visible;
        }

    .rd-navbar-fixed .rd-navbar-collapse-toggle {
        position: fixed;
        right: 4px;
        top: 4px;
        display: inline-block;
        z-index: 1000;
    }

    .rd-navbar-fixed .rd-navbar-collapse,
    .rd-navbar-fixed .rd-navbar-collapse a {
        color: #000;
    }

        .rd-navbar-fixed .rd-navbar-collapse a:hover {
            text-decoration: underline;
        }

    .rd-navbar-fixed.active .rd-navbar-nav {
        transform: translateX(0);
    }

    .rd-navbar-fixed.rd-navbar--is-clone {
        display: none;
    }

    .rd-navbar-fixed .rd-navbar-fixed--visible {
        display: block;
    }

    .rd-navbar-fixed .rd-navbar-fixed--hidden {
        display: none;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav-wrap,
    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-panel:before, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav-wrap,
    .rd-navbar-fixed.rd-navbar-modern .rd-navbar-panel:before {
        background-color: #fff;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-toggle span, .rd-navbar-fixed.rd-navbar-creative .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar-creative .rd-navbar-toggle span:after,
    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-collapse-toggle span,
    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-collapse-toggle span:before,
    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-collapse-toggle span:after, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-toggle span, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-toggle span:after,
    .rd-navbar-fixed.rd-navbar-modern .rd-navbar-collapse-toggle span,
    .rd-navbar-fixed.rd-navbar-modern .rd-navbar-collapse-toggle span:before,
    .rd-navbar-fixed.rd-navbar-modern .rd-navbar-collapse-toggle span:after {
        background-color: #005693;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li a, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li a {
        color: #005693;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li .rd-navbar-submenu-toggle {
        color: #005693;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li:hover > a, .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li.active > a, .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li.opened > a, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li:hover > a, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li.active > a, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li.opened > a {
        background: #792182;
        color: #fff;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar-creative .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
        color: #fff;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-search, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-search {
        right: 50px;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-search-toggle, .rd-navbar-fixed.rd-navbar-modern .rd-navbar-search-toggle {
        color: #005693;
    }

    .rd-navbar-fixed.rd-navbar-creative .rd-navbar-collapse {
        background-color: #fff;
    }

html.rd-navbar-fixed-linked .page {
    padding-top: 55px;
}

/*
* Sidebar Layout
*/
.rd-navbar-sidebar {
    display: block;
}

    .rd-navbar-sidebar .rd-navbar-sidebar-toggle {
        position: fixed;
        top: 8px;
        left: 8px;
        display: block;
        z-index: 999;
    }

    .rd-navbar-sidebar .rd-navbar-sidebar-inner {
        position: fixed;
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        transform: translateX(-100%);
        box-shadow: none;
    }

        .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-top-panel {
            order: 1;
            padding: 0 20px;
            text-align: left;
        }

        .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-brand {
            margin-bottom: 30px;
        }

        .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search {
            display: inline-flex;
            margin-top: 10px;
            padding: 0 10px;
        }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search {
                position: relative;
            }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .form-input {
                padding-right: 50px;
            }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search-form-submit {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                width: 50px;
                padding: 0;
                border: none;
                background-color: transparent;
                color: #000;
            }

                .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search-form-submit:hover {
                    color: #792182;
                }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search-results-live {
                display: none;
            }

        .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav {
            display: block;
            font-size: 16px;
            line-height: 26px;
            text-align: left;
        }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav:before, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav:after {
                content: '';
                display: block;
                height: 8px;
            }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li > a {
                display: block;
                padding: 11px 56px 11px 16px;
                color: #fff;
            }

                .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li > a:first-letter {
                    text-transform: uppercase;
                }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li:hover > a, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.active > a, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.opened > a {
                background: #fff;
                color: #005693;
            }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
                color: #005693;
            }

                .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:after {
                    transform: rotate(180deg);
                }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li + li {
                margin-top: 4px;
            }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav .rd-navbar-submenu-toggle {
                cursor: pointer;
                color: #fff;
            }

                .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav .rd-navbar-submenu-toggle::after {
                    content: '\f236';
                    position: absolute;
                    top: 22px;
                    right: 0;
                    margin-top: -22px;
                    width: 65px;
                    height: 48px;
                    font: 400 28px "Material Design Icons";
                    line-height: 48px;
                    text-align: center;
                    transition: 0.3s transform ease;
                    z-index: 2;
                }

        .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-dropdown,
        .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-megamenu {
            display: none;
            margin-top: 4px;
        }

        .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu {
            position: relative;
        }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu .rd-navbar-dropdown > li > a {
                padding-right: 30px;
            }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu .rd-navbar-dropdown li li > a,
            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
                padding-right: 48px;
            }

            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu.opened > .rd-navbar-dropdown,
            .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu.opened > .rd-navbar-megamenu {
                display: block;
            }

ul ul,
ul ol,
ol ul,
ol ol {
    padding-right: 0;
}

.rd-navbar-static.rd-navbar-modern .mdi-phone {
    position: relative;
    top: 1px;
}

/*
*
* Material Parallax
* --------------------------------------------------
*/
.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

    .material-parallax img {
        /* display: none;*/
        position: absolute;
        left: 50%;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: 120%;
        max-width: none;
        transform: translate3d(0, 0, 0);
        transform: translateX(-50%);
    }


.mobile .material-parallax,
.tablet .material-parallax {
    position: absolute;
}


@media (max-width: 768px) {

    .material-parallax img {
        /* display: none;*/
        position: absolute;
        left: 50%;
        bottom: 0;
        /*    min-width: 100%;*/
        max-height: 100%;
        max-width: none;
        transform: translate3d(0, 0, 0);
        transform: translateX(-50%);
    }
}
/*
*
* RD Google Map
* --------------------------------------------------
*/
.gm-style-pbt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212121;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    max-width: 300px;
}

.rd-google-map__model {
    color: #000;
    height: 200px;
}

    .rd-google-map__model img {
        max-width: none !important;
    }

@media (min-width: 576px) {
    .rd-google-map__model {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .rd-google-map__model {
        height: 480px;
    }
}

.map_locations {
    display: none;
}

/*
*
* Search Results
* --------------------------------------------------
*/
.search_list {
    text-align: left;
    font-size: 18px;
    list-style-type: none;
    counter-reset: li;
    overflow: hidden;
}

    .search_list li + li {
        margin-top: 25px;
    }

    .search_list h5 + * {
        margin-top: 8px;
    }

    .search_list p + p {
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .search_list li:only-child::before {
        display: none;
    }

    .search_list .result-item + .result-item {
        margin-top: 40px;
    }

.result-item {
    position: relative;
    padding-right: 25px;
}

    .result-item:before {
        position: absolute;
        left: 0;
        content: counter(li, decimal) ". ";
        counter-increment: li;
        color: #a1a1a1;
        font-size: inherit;
        font-weight: 400;
        line-height: inherit;
    }

@media (min-width: 992px) {
    .result-item:before {
        top: 1px;
    }
}

.result-item .search_title {
    font-weight: 400;
}

    .result-item .search_title a, .result-item .search_title a:focus, .result-item .search_title a:active {
        color: #792182;
    }

        .result-item .search_title a:hover {
            color: #005693;
        }

div:not(.rd-navbar-search) .result-item {
    padding-right: 35px;
}

.match {
    font-size: 16px;
    /*text-transform: uppercase;
        letter-spacing: 0.08em;*/
    color: #792182;
}

    .match em {
        font-style: normal;
    }

.search {
    background: #792182;
    color: #fff;
}

#rd-search-results-live {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    text-align: left;
}

    #rd-search-results-live #search-results {
        background: #fff;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
        padding: 20px;
        opacity: 0;
        border-radius: 8px;
        visibility: hidden;
        transition: 0.35s ease-in;
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }

        #rd-search-results-live #search-results.active {
            visibility: visible;
            opacity: 1;
        }

        #rd-search-results-live #search-results .search_title {
            font-size: 18px;
        }

        #rd-search-results-live #search-results p.match {
            display: none;
        }

        #rd-search-results-live #search-results .result-item + .result-item {
            margin-top: 20px;
        }

        #rd-search-results-live #search-results .search_all {
            margin-top: 20px;
            text-align: center;
        }

            #rd-search-results-live #search-results .search_all a {
                display: block;
                padding: 2px 4px;
                background-color: #f2f2f2;
                text-align: center;
            }

                #rd-search-results-live #search-results .search_all a:hover {
                    text-decoration: underline;
                }

        #rd-search-results-live #search-results a.search_submit {
            border-radius: 8px;
            padding: 10px 24px;
            display: inline-block;
            border: 2px solid;
        }

            #rd-search-results-live #search-results a.search_submit, #rd-search-results-live #search-results a.search_submit:focus, #rd-search-results-live #search-results a.search_submit:active {
                color: #fff;
                background-color: #792182;
                border-color: #792182;
                text-decoration: none;
            }

                #rd-search-results-live #search-results a.search_submit:hover {
                    color: #792182;
                    background-color: transparent;
                    border-color: #792182;
                    text-decoration: none;
                }

        #rd-search-results-live #search-results .search_list {
            margin-top: 10px;
            padding-right: 0;
            padding-bottom: 10px;
            font-size: 16px;
        }

* + .rd-search-results {
    margin-top: 30px;
}

@media (min-width: 1024px) {
    * + .rd-search-results {
        margin-top: 60px;
    }
}

/*
*
* ToTop
* --------------------------------------------------
*/
.ui-to-top {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 36px !important; /*line-height: 46px;*/
    color: #FFF;
    background: #cae5e4; /*#e6c9d1;#e6c9d1;*/
    color: #4b646d; /*#792182;*/
    border-radius: 50%;
    position: fixed;
    left: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .45s all ease-in-out;
    transform: translateY(100px);
    opacity: .6;
}

    .ui-to-top:hover {
        color: #fff;
        background: #59c1c1; /*#168bef;*/
        text-decoration: none;
    }

    .ui-to-top:focus {
        color: #fff;
    }

    .ui-to-top.active {
        transform: translateY(0);
    }

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        left: 40px;
        bottom: 40px;
    }
}

/*
*
* Tabs
* --------------------------------------------------
*/
.tabs-custom .nav-custom > li, .tabs-custom .nav-custom > li > a {
    position: relative;
}

.tabs-custom .nav-custom-tabs {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}

    .tabs-custom .nav-custom-tabs li {
        display: inline-block;
    }

        .tabs-custom .nav-custom-tabs li a {
            display: block;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 10px;
        }

            .tabs-custom .nav-custom-tabs li a.active:before {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                border-bottom: 1px solid #792182;
            }

        .tabs-custom .nav-custom-tabs li li a.active,
        .tabs-custom .nav-custom-tabs li li a:hover {
            color: #792182;
        }

@media (min-width: 768px) {
    .tabs-custom .nav-custom-tabs li + li {
        margin-top: 0;
        margin-right: 0;
    }
}

.tabs-custom .nav-custom-tabs li {
    padding-right: 3px;
}

    .tabs-custom .nav-custom-tabs li a {
        position: relative;
        color: #005693;
        text-align: center;
        vertical-align: middle;
        transition: .3s all ease;
    }

        .tabs-custom .nav-custom-tabs li a:hover,
        .tabs-custom .nav-custom-tabs li a.active {
            color: #792182;
        }

@media (min-width: 768px) {
    .tabs-custom .nav-custom-tabs li {
        padding-right: 15px;
    }

        .tabs-custom .nav-custom-tabs li a {
            font-size: 22px;
        }
}

.tab-content {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .tab-content {
        padding-top: 23px;
    }
}

@media (min-width: 768px) {
    .tabs-custom.tabs-horizontal .nav-custom-tabs {
        position: relative;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .tabs-custom.tabs-horizontal .nav-custom-tabs li {
            padding-right: 35px;
        }

            .tabs-custom.tabs-horizontal .nav-custom-tabs li a {
                padding-bottom: 15px !important;
            }

            .tabs-custom.tabs-horizontal .nav-custom-tabs li + li {
                margin-right: 20px;
            }

            .tabs-custom.tabs-horizontal .nav-custom-tabs li a {
                padding: 0;
                border: none;
                background-color: transparent;
            }

                .tabs-custom.tabs-horizontal .nav-custom-tabs li a:hover,
                .tabs-custom.tabs-horizontal .nav-custom-tabs li a.active {
                    color: #792182;
                }

                    .tabs-custom.tabs-horizontal .nav-custom-tabs li a:hover:before,
                    .tabs-custom.tabs-horizontal .nav-custom-tabs li a.active:before {
                        opacity: 1;
                    }

    .tabs-custom.tabs-horizontal .nav-custom-tabs-inline {
        display: inline-flex;
    }

        .tabs-custom.tabs-horizontal .nav-custom-tabs-inline li {
            padding-right: 0;
        }

            .tabs-custom.tabs-horizontal .nav-custom-tabs-inline li + li {
                margin-right: 60px;
            }
}

@media (min-width: 768px) {
    .tabs-custom.tabs-vertical {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .tabs-custom.tabs-vertical .nav-custom-tabs {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -ms-flex-negative: 0;
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
            max-width: 50%;
            border-bottom: none;
        }

            .tabs-custom.tabs-vertical .nav-custom-tabs li {
                padding-right: 0;
            }

                .tabs-custom.tabs-vertical .nav-custom-tabs li:before {
                    display: none;
                }

        .tabs-custom.tabs-vertical .tab-content {
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .tabs-custom.tabs-vertical .nav-custom-tabs {
            text-align: right;
            border-right: 1px solid #f2f2f2;
        }

            .tabs-custom.tabs-vertical .nav-custom-tabs li + li {
                margin-top: 12px;
            }

            .tabs-custom.tabs-vertical .nav-custom-tabs li a {
                display: inline-block;
                padding: 0 28px 0 0;
                border: 0;
                background: transparent;
            }

                .tabs-custom.tabs-vertical .nav-custom-tabs li a:before {
                    display: none;
                }

                .tabs-custom.tabs-vertical .nav-custom-tabs li a:after {
                    position: absolute;
                    top: 50%;
                    right: 0;
                    height: 0;
                    width: 1px;
                    background: #792182;
                    content: '';
                    transform: translateY(-50%);
                    transition: .3s all ease;
                }

                .tabs-custom.tabs-vertical .nav-custom-tabs li a:hover,
                .tabs-custom.tabs-vertical .nav-custom-tabs li a.active {
                    color: #792182;
                }

                    .tabs-custom.tabs-vertical .nav-custom-tabs li a:hover:after,
                    .tabs-custom.tabs-vertical .nav-custom-tabs li a.active:after {
                        height: 100%;
                    }

        .tabs-custom.tabs-vertical .tab-content {
            padding: 0 0 0 33px;
        }
}

@media (min-width: 1024px) {
    .tabs-custom.tabs-vertical .nav-custom-tabs {
        min-width: 195px;
    }
}

.page .tabs-custom-wrap + .row {
    margin-top: 0;
}

.page .tabs-custom-wrap + .row-xl {
    margin-top: 10px;
}

/*
*
* Photoswipe
* --------------------------------------------------
*/
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 999999;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

    .pswp * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pswp img {
        max-width: none;
    }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

    .pswp__item .video-warp,
    .pswp__item .post-video-warp {
        position: absolute;
        top: 50%;
        width: 600px;
        max-width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

    .pswp__error-msg a {
        color: #CCC;
        text-decoration: underline;
    }

[data-photo-swipe] [data-inner-html] iframe {
    pointer-events: none;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .pswp__button:focus,
    .pswp__button:hover {
        opacity: 1;
    }

    .pswp__button:active {
        outline: none;
        opacity: 0.9;
    }

    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/photoswipe-controls.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/photoswipe-controls.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

    .pswp__button--arrow--left:before,
    .pswp__button--arrow--right:before {
        content: '';
        top: 35px;
        background-color: rgba(0, 0, 0, 0.3);
        height: 30px;
        width: 32px;
        position: absolute;
    }

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

    .pswp__share-tooltip a {
        display: block;
        padding: 8px 12px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
    }

        .pswp__share-tooltip a:hover {
            text-decoration: none;
            color: #000;
        }

        .pswp__share-tooltip a:first-child {
            /* round corners on the first/last list item */
            border-radius: 2px 2px 0 0;
        }

        .pswp__share-tooltip a:last-child {
            border-radius: 0 0 2px 2px;
            display: none;
            pointer-events: none;
        }

.pswp__share-modal--fade-in {
    opacity: 1;
}

    .pswp__share-modal--fade-in .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

    a.pswp__share--facebook:hover:before {
        border-bottom-color: #3E5C9A;
    }

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

    .pswp__caption small {
        font-size: 11px;
        color: #BBB;
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
    visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - https://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

    .pswp__preloader--active .pswp__preloader__icn {
        /* We use .gif in browsers that don't support CSS animation */
        background: url(../img/preloader.gif) 0 0 no-repeat;
    }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: clockwise 500ms linear infinite;
        animation: clockwise 500ms linear infinite;
    }

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
        animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    }

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

/*
*
* Progress Bars
* --------------------------------------------------
*/
.progress-linear {
    position: relative;
    text-align: left;
}

    .progress-linear .progress-header {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #005693;
    }

        .progress-linear .progress-header + * {
            margin-top: 11px;
        }

        .progress-linear .progress-header > * + * {
            margin-right: 15px;
        }

    .progress-linear .progress-bar-linear-wrap, .progress-linear .progress-bar-linear {
        height: 100%;
        border-radius: 6px;
    }

    .progress-linear .progress-bar-linear-wrap {
        background: #f1f1f1;
        height: 13px;
    }

    .progress-linear .progress-bar-linear {
        background-color: #792182;
        width: 0;
        transition: .5s all ease-in-out;
    }

    .progress-linear .progress-value:after {
        content: "%";
    }

.bg-primary .progress-linear .progress-header {
    color: #fff;
}

.progress-linear + .progress-linear {
    margin-top: 15px;
}

.progress-bar-block {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

    .progress-bar-block + h2 {
        margin-top: 35px;
    }

@media (min-width: 768px) {
    .progress-linear + .progress-linear {
        margin-top: 26px;
    }
}

@media (min-width: 1024px) {
    .progress-bar-block + h2 {
        margin-top: 45px;
    }
}

@media (min-width: 1600px) {
    .progress-bar-block + h2 {
        margin-top: 60px;
    }
}

/*
*
* Counter
* --------------------------------------------------
*/
.counter-wrap {
    padding-left: 5px;
    padding-right: 5px;
}

    .counter-wrap .heading-1 {
        color: #792182;
    }

    .counter-wrap .heading-5 {
        font-weight: 400;
    }

    .counter-wrap > * + * {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    .counter-wrap > * + * {
        margin-top: 20px;
    }
}

.counter-wrap .counter-plus:after {
    content: '+';
}

.counter-wrap-range.no-gutters > .no-gutters-item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

    .counter-wrap-range.no-gutters > .no-gutters-item + .no-gutters-item:last-child {
        padding-bottom: 30px;
    }

@media (min-width: 576px) {
    .counter-wrap-range.no-gutters > .no-gutters-item {
        padding-top: 55px;
    }

        .counter-wrap-range.no-gutters > .no-gutters-item + .no-gutters-item {
            border-left: 1px solid rgba(255, 255, 255, 0.3);
        }

            .counter-wrap-range.no-gutters > .no-gutters-item + .no-gutters-item:last-child {
                padding-bottom: 55px;
            }
}

@media (min-width: 768px) {
    .counter-wrap-range.no-gutters > .no-gutters-item {
        padding-top: 55px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .counter-wrap-range.no-gutters > .no-gutters-item {
        padding-top: 90px;
    }

        .counter-wrap-range.no-gutters > .no-gutters-item + .no-gutters-item:last-child {
            padding-bottom: 95px;
        }
}

/*
*
* Circle Progress Bars
* --------------------------------------------------
*/
.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .progress-bar-circle canvas {
        vertical-align: middle;
    }

    .progress-bar-circle span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
        color: #005693;
        transform: translate(-50%, -50%);
    }

.progress-bar-circle-title, .progress-bar-circle-title.heading-5 {
    font-weight: 400;
    color: #737273;
}

* + .progress-bar-circle-title {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    * + .progress-bar-circle-title {
        margin-top: 30px;
    }
}

/*
*
* Time Circles
* --------------------------------------------------
*/
/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

    .time_circles, .time_circles:last-child {
        margin-bottom: 30px;
    }

.DateCountdown {
    margin: 0 auto;
    max-width: 820px;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
    top: 50% !important;
    transform: translateY(-63%) !important;
    -webkit-transform: translateY(-63%) !important;
}

@media (min-width: 1024px) {
    #DateCountdown {
        width: 100%;
    }
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px !important;
    font-weight: 400;
    top: 16vw;
    color: #737273;
}

    .time_circles > div > h4 + * {
        margin-top: 0;
    }

@media (min-width: 576px) {
    .time_circles > div > h4 {
        top: 78px;
    }
}

@media (min-width: 768px) {
    .time_circles > div > h4 {
        top: 88px;
        font-size: 22px !important;
    }
}

@media (min-width: 992px) {
    .time_circles > div > h4 {
        top: 110px;
    }
}

@media (min-width: 1600px) {
    .time_circles > div > h4 {
        top: 122px;
    }
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    font-size: 22px;
    text-align: center;
    color: #005693;
    font-weight: 400;
}

@media (min-width: 768px) {
    .time_circles > div > span {
        font-size: 24px !important;
    }
}

@media (min-width: 1600px) {
    .time_circles > div > span {
        font-size: 36px !important;
    }
}

/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto;
    }

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    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-custom > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

    .mCS-dir-rtl-custom > .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-custom > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl-custom > .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: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 16px;
    height: 100%;
    margin: 0 auto;
    border-radius: 0;
}

.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: 16px;
        height: 100%;
        margin: 0 auto;
        border-radius: 0;
        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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.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-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl-custom > .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-custom > .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;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.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 .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f2f3f8;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #d1d4e6;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    /* 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;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

    .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;
}

/*
*
* Swiper
* --------------------------------------------------
*/
.swiper-container {
    height: calc(100vh - 119px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        color: #792182;
    }

@media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 30px;
}

    .swiper-button-prev:before {
        font-family: FontAwesome;
        content: "\f060";
    }

.swiper-button-next {
    right: 30px;
}

    .swiper-button-next:before {
        font-family: FontAwesome;
        content: "\f061";
    }

.swiper-slider.swiper-container-rtl .swiper-button-prev:before {
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next:before {
    content: "\f060";
}

.swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.6);
        transition: .2s;
    }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
            background: white;
        }

    .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
    }

.swiper-pagination-black .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
}

    .swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: black;
    }

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-slide {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
}

    .swiper-slide-caption p {
        display: none;
    }

@media (min-width: 768px) {
    .swiper-slide-caption p {
        display: block;
    }
}

/**
*
* Twitter
* =====================================================
*/
.twitter-feed-minimal .twitter-icon,
.twitter-feed-minimal time {
    display: inline-block;
    vertical-align: middle;
}

.twitter-feed-minimal time {
    margin-right: 15px;
    font-style: italic;
}

.c3 svg {
    padding-right: 4px;
    width: 100%;
    font: 10px sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.c3 path, .c3 line {
    fill: none;
    stroke: #9f9f9f;
}

.c3 text {
    fill: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
    shape-rendering: crispEdges;
}

.c3-chart-arc path {
    stroke: #ffffff;
}

.c3-chart-arc text {
    fill: #ffffff;
    font-size: 13px;
}

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
    stroke: #eaebee;
}

.c3-grid text {
    fill: #aaaaaa;
}

.c3-xgrid,
.c3-ygrid {
    stroke-dasharray: 0 0;
}

/*-- Text on Chart --*/
.c3-text.c3-empty {
    fill: #808080;
    font-size: 2em;
}

/*-- Line --*/
.c3-line {
    stroke-width: 3px;
}

/*-- Point --*/
.c3-circle._expanded_ {
    stroke-width: 2px;
    stroke: white;
}

.c3-selected-circle {
    fill: white;
    stroke-width: 2px;
}

/*-- Bar --*/
.c3-bar {
    stroke-width: 0;
}

    .c3-bar._expanded_ {
        fill-opacity: 0.75;
    }

/*-- Focus --*/
.c3-target.c3-focused {
    opacity: 1;
}

    .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
        stroke-width: 2px;
    }

.c3-target.c3-defocused {
    opacity: 0.3 !important;
}

/*-- Region --*/
.c3-region {
    fill: steelblue;
    fill-opacity: .1;
}

/*-- Brush --*/
.c3-brush .extent {
    fill-opacity: .1;
    fill: #000000;
}

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
    font-size: 12px;
}

.c3-legend-item-hidden {
    opacity: 0.15;
}

.c3-legend-background {
    opacity: 0.75;
    fill: white;
    stroke: lightgray;
    stroke-width: 1;
}

/*-- Title --*/
.c3-title {
    font: 14px sans-serif;
}

/*-- Tooltip --*/
.c3-tooltip-container {
    z-index: 10;
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    -webkit-box-shadow: 7px 7px 12px -9px #777777;
    -moz-box-shadow: 7px 7px 12px -9px #777777;
    box-shadow: 7px 7px 12px -9px #777777;
    opacity: 0.9;
}

    .c3-tooltip tr {
        border: 1px solid #cccccc;
    }

    .c3-tooltip th {
        background-color: #aaaaaa;
        font-size: 14px;
        padding: 2px 5px;
        text-align: left;
        color: #ffffff;
    }

    .c3-tooltip td {
        font-size: 13px;
        padding: 3px 6px;
        background-color: #ffffff;
        color: #000;
        border-left: 1px dotted #999999;
    }

        .c3-tooltip td > span {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 6px;
        }

        .c3-tooltip td.value {
            text-align: right;
        }

/*-- Area --*/
.c3-area {
    stroke-width: 0;
    opacity: 0.2;
}

/*-- Arc --*/
.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000000;
    font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777777;
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777777;
}

.c3-chart-arc .c3-gauge-value {
    fill: #000000;
}

.c3 .domain {
    stroke: #c8c8c8;
}

.d3-chart .tick line {
    display: none;
}

.d3-chart .c3-tooltip-container {
    border-radius: 5px;
}

.d3-chart .c3-tooltip {
    opacity: 1;
    color: #fff;
    background: #792182;
}

    .d3-chart .c3-tooltip tr th {
        padding: 8px 10px;
        color: #fff;
        background: #59c1c1;
    }

    .d3-chart .c3-tooltip tr td {
        padding: 5px 10px;
        color: #737273;
        background: #fff;
    }

    .d3-chart .c3-tooltip .value {
        border-left: 1px solid #c8c8c8;
    }

#line-chart .c3-tooltip-container {
    border-radius: 9px;
    overflow: hidden;
}

    #line-chart .c3-tooltip-container tr {
        border: 0;
    }

    #line-chart .c3-tooltip-container .name {
        border-left: 0;
    }

    #line-chart .c3-tooltip-container table {
        border: 0 solid transparent;
        border-radius: 9px;
    }

#line-chart .c3-axis-y-label {
    transform: translateY(-10px);
}

#line-chart .c3-axis-y .tick text {
    transform: translate(2px, 0);
}

#line-chart .c3-axis-x {
    text-align: left;
}

    #line-chart .c3-axis-x text {
        transform: translate(-2px, 0);
        text-anchor: start !important;
    }

#line-chart .c3-legend-item {
    display: none !important;
    transform: translate(0, 15px);
}

    #line-chart .c3-legend-item text {
        font-size: 16px;
        color: #005693;
    }

.d3-chart-wrap {
    width: 100%;
    max-width: 460px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.ie-11 .d3-chart-wrap {
    overflow: visible !important;
}

    .ie-11 .d3-chart-wrap * {
        overflow: visible !important;
    }

        .ie-11 .d3-chart-wrap * * {
            overflow: visible !important;
        }

    .ie-11 .d3-chart-wrap .c3 svg {
        padding: 0;
    }

    .ie-11 .d3-chart-wrap .c3.text {
        font-size: 11px;
    }

    .ie-11 .d3-chart-wrap .d3-chart {
        overflow: visible !important;
    }

.d3-chart-wrap > .d3-chart {
    min-width: 400px;
}

@media (min-width: 1600px) {
    .d3-chart-wrap > .d3-chart {
        min-width: 460px;
    }
}

@media (min-width: 992px) {
    .d3-chart-wrap {
        margin-right: auto;
        margin-left: 0;
    }
}

.d3-chart-legend {
    text-align: center;
}

    .d3-chart-legend, .d3-chart-legend:first-child, .d3-chart-legend:last-child {
        transform: translateY(-5px);
        margin-bottom: -5px;
        margin-left: -65px;
    }

        .d3-chart-legend > *,
        .d3-chart-legend > *:first-child,
        .d3-chart-legend > *:last-child, .d3-chart-legend:first-child > *,
        .d3-chart-legend:first-child > *:first-child,
        .d3-chart-legend:first-child > *:last-child, .d3-chart-legend:last-child > *,
        .d3-chart-legend:last-child > *:first-child,
        .d3-chart-legend:last-child > *:last-child {
            display: inline-block;
            margin-top: 5px;
            margin-left: 65px;
        }

        .d3-chart-legend span {
            position: relative;
            display: inline-block;
            font-size: 16px;
            color: #737273;
            cursor: pointer;
        }

            .d3-chart-legend span::before {
                content: '';
                display: inline-block;
                height: 3px;
                width: 30px;
                margin-right: 6px;
                vertical-align: middle;
            }

            .d3-chart-legend span:nth-child(1)::before {
                background: #792182;
            }

            .d3-chart-legend span:nth-child(2)::before {
                background: #c64b4b;
            }

@media (min-width: 1600px) {
    .d3-chart-legend span {
        font-size: 18px;
    }
}

* + .d3-chart-legend {
    margin-top: 15px;
}

@media (min-width: 1600px) {
    * + .d3-chart-legend {
        margin-top: 25px;
    }
}

.d3-chart-list h1.pcrofit, .d3-chart-list h2.pcrofit, .d3-chart-list h3.pcrofit, .d3-chart-list h4.pcrofit, .d3-chart-list h5.pcrofit, .d3-chart-list h6.pcrofit, .d3-chart-list [class*='heading-'].pcrofit {
    color: #792182;
}

.d3-chart-list h1.expenses, .d3-chart-list h2.expenses, .d3-chart-list h3.expenses, .d3-chart-list h4.expenses, .d3-chart-list h5.expenses, .d3-chart-list h6.expenses, .d3-chart-list [class*='heading-'].expenses {
    color: #c64b4b;
}

.d3-chart-list h1 + p, .d3-chart-list h2 + p, .d3-chart-list h3 + p, .d3-chart-list h4 + p, .d3-chart-list h5 + p, .d3-chart-list h6 + p, .d3-chart-list [class*='heading-'] + p {
    margin-top: 5px;
}

.d3-chart-additional-data {
    max-width: 555px;
}

* + .d3-chart-list {
    margin-top: 15px;
}

.d3-chart-list + * {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    * + .d3-chart-list {
        margin-top: 30px;
    }

    .d3-chart-list + * {
        margin-top: 30px;
    }

    .d3-chart-additional-data * + .button {
        margin-top: 40px;
    }
}

/*rtl:begin:ignore*/
/*
*
* Owl Carousel
* --------------------------------------------------
*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

@media(min-width: 768px) {
    .owl-carousel .owl-item {
        /* margin-left: 20px;*/
    }
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-right: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:before {
        content: '\f144';
    }

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
    display: none;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 20%;
    transform: translateY(-20%);
  
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    font-size: 46px;
    line-height: 50px;

    color: #005693;
    width: 30px;
    height: 50px;
    background-color: #59c1c1;
    opacity: .7;
    border-radius: 3px;
}

@media (min-width:768px) {
    .owl-prev, .owl-next {
        /*top: 50%;
        transform: translateY(-50%);*/
    }
}



.owl-prev {
    left: 70px; /*70px;*/
    top: 50%;
    transform: translateY(-50%);
    background: none;
}

    .owl-prev:before {
        content: '\f104';
    }

    .owl-prev:hover, .owl-next:hover {
        color: #59c1c1;
    }

.owl-next {
    right: 70px; /*70px;*/
    top: 50%;
    transform: translateY(-50%);
    background: none;
}

    .owl-next:before {
        content: '\f105';
    }


@media (max-width:767px) {
    .owl-prev {
        left: 0; /*70px;*/
        top: 50%;
        transform: translateY(-50%);
        background: none;
    }

    .owl-next {
        right: 0; /*70px;*/
        top: 50%;
        transform: translateY(-50%);
        background: none;
    }
}

/*
 * Owl Pagination
 */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background-color: rgba(200, 200, 200, 0.4);
    transform: scale(0.6);
    transition: .2s;
}

    .owl-dot:hover, .owl-dot:focus {
        background-color: #59c1c1;
    }

    .owl-dot.active {
        background-color: #59c1c1;
        transform: scale(1);
    }

.owl-carousel.owl-carousel-light-dots .owl-dot {
    border-color: #fff;
}

    .owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
        background-color: #fff;
    }

    .owl-carousel.owl-carousel-light-dots .owl-dot.active {
        background-color: #fff;
    }

.owl-carousel-primary .owl-dot {
    background-color: rgba(70, 163, 242, 0.4);
}

    .owl-carousel-primary .owl-dot:hover,
    .owl-carousel-primary .owl-dot.active {
        background-color: #792182;
    }

.owl-carousel-white .owl-dot {
    background-color: rgba(255, 255, 255, 0.4);
}

    .owl-carousel-white .owl-dot:hover,
    .owl-carousel-white .owl-dot.active {
        background-color: #fff;
    }

.owl-carousel-minimal .owl-prev, .owl-carousel-minimal .owl-next {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    transform: translate(0, 0);
    transition: .3s ease-out all;
}

    .owl-carousel-minimal .owl-prev:before, .owl-carousel-minimal .owl-next:before {
        font-family: 'Material Design Icons';
        font-size: 24px;
        line-height: 1;
    }

    .owl-carousel-minimal .owl-prev:before {
        content: '\f14a';
    }

.owl-carousel-minimal .owl-next {
    margin-right: 5px;
}

    .owl-carousel-minimal .owl-next:before {
        content: '\f14f';
    }

.owl-carousel-xs .owl-dots {
    margin-top: 50px;
    text-align: left;
}

.owl-carousel .quote-big {
    margin-right: 12px;
}

* + .owl-carousel {
    margin-top: 40px;
}

* + .owl-carousel-xs {
    margin-top: 20px;
}


/*@media (max-width: 768px) {
    .owl-next {
        top: 90% !important;
    }

    .owl-prev {
        top: 90% !important;
    }
}*/

@media (min-width: 1024px) {
    .owl-dots {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .owl-dots {
        margin-top: 50px;
    }

    * + .owl-carousel {
        margin-top: 50px;
    }

    * + .owl-carousel-xs {
        margin-top: 0;
    }

    * + .owl-carousel-xl {
        margin-top: 50px;
    }
}

@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    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;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #cacaca;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #FFF;
    }

.lg-actions .lg-next {
    right: 20px;
}

    .lg-actions .lg-next:before {
        content: "\e095";
    }

.lg-actions .lg-prev {
    left: 20px;
}

    .lg-actions .lg-prev:after {
        content: "\e094";
    }

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    display: flex;
    flex-direction: row-reverse;
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

    .lg-toolbar .lg-icon {
        color: #cacaca;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 47px;
        line-height: 27px;
        padding: 10px 0;
        text-align: center;
        width: 50px;
        text-decoration: none !important;
        outline: medium none;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .lg-toolbar .lg-icon:hover {
            color: #FFF;
        }

    .lg-toolbar .lg-close:after {
        content: "\e070";
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2";
    }

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180;
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0;
    }

#lg-counter {
    color: #cacaca;
    display: inline-block;
    font-size: 16px;
    padding-right: 20px;
    padding-top: 12px;
    vertical-align: middle;
    margin-right: auto;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 0px solid #FFF;
    margin-bottom: 5px;
    transform: scale(0.9);
    border-radius: 2px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    transform: scale(1);
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #cacaca;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

    .lg-outer .lg-toogle-thumb:after {
        content: "\e1ff";
    }

    .lg-outer .lg-toogle-thumb:hover {
        color: #FFF;
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-right: -42px;
        margin-top: -30px;
        z-index: 1180;
        cursor: pointer;
    }

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-right: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

    .lg-progress-bar .lg-progress {
        background-color: #792182;
        height: 5px;
        width: 0;
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%;
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 575px) {
    #lg-zoom-in {
        display: none;
    }
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

    #lg-actual-size:after {
        content: "\e033";
    }

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 575px) {
    #lg-zoom-out {
        display: none;
    }
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px;
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible;
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 2px white inset;
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-right: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%;
    }

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

    .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
        box-shadow: 0 0 0 8px white inset;
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-right: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid transparent;
        border-bottom-color: #FFF;
        right: 16px;
        top: -16px;
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0px;
    }

    .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
        color: #333;
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 4px 12px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0, 0, 0, 0.07);
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -3px;
        vertical-align: middle;
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 20px;
        height: auto;
        line-height: 1;
        margin-right: 8px;
        padding: 0;
        vertical-align: middle;
        width: auto;
    }

.lg-outer #lg-share {
    position: relative;
}

    .lg-outer #lg-share:after {
        content: "\e80d";
    }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

    .lg-outer #lg-share-facebook .lg-icon:after {
        content: "\e901";
    }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

    .lg-outer #lg-share-twitter .lg-icon:after {
        content: "\e904";
    }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

    .lg-outer #lg-share-googleplus .lg-icon:after {
        content: "\e902";
    }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

    .lg-outer #lg-share-pinterest .lg-icon:after {
        content: "\e903";
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
    will-change: left, opacity;
}

.lg-css3.lg-zoom-in .lg-item {
    opacity: 0;
}

    .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }

    .lg-css3.lg-zoom-in .lg-item.lg-next-slide {
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }

    .lg-css3.lg-zoom-in .lg-item.lg-current {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-zoom-out .lg-item {
    opacity: 0;
}

    .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    .lg-css3.lg-zoom-out .lg-item.lg-next-slide {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    .lg-css3.lg-zoom-out .lg-item.lg-current {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-zoom-out-in .lg-item {
    opacity: 0;
}

    .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }

    .lg-css3.lg-zoom-out-in .lg-item.lg-current {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-zoom-in-out .lg-item {
    opacity: 0;
}

    .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
    }

    .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    .lg-css3.lg-zoom-in-out .lg-item.lg-current {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-soft-zoom .lg-item {
    opacity: 0;
}

    .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }

    .lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .lg-css3.lg-soft-zoom .lg-item.lg-current {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-slide-circular .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide-circular .lg-item.lg-next-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide-circular .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-slide-circular-up .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    }

    .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    }

    .lg-css3.lg-slide-circular-up .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-slide-circular-down .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    }

    .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    }

    .lg-css3.lg-slide-circular-down .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-slide-circular-vertical .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
        transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    }

    .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
        transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    }

    .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-slide-circular-vertical-left .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
        transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    }

    .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
        transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    }

    .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-slide-circular-vertical-down .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
        transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    }

    .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
        -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
        transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    }

    .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    }

.lg-css3.lg-slide-vertical .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .lg-css3.lg-slide-vertical .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-vertical-growth .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
        -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
        -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
        -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
        -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
        transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    }

    .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
        -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
        -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
        -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
        -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
        transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    }

    .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-only .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
        -moz-transform: skew(60deg, 0deg);
        -o-transform: skew(60deg, 0deg);
        -ms-transform: skew(60deg, 0deg);
        -webkit-transform: skew(60deg, 0deg);
        transform: skew(60deg, 0deg);
    }

    .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
        -moz-transform: skew(60deg, 0deg);
        -o-transform: skew(60deg, 0deg);
        -ms-transform: skew(60deg, 0deg);
        -webkit-transform: skew(60deg, 0deg);
        transform: skew(60deg, 0deg);
    }

    .lg-css3.lg-slide-skew-only .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-only-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
        -moz-transform: skew(-60deg, 0deg);
        -o-transform: skew(-60deg, 0deg);
        -ms-transform: skew(-60deg, 0deg);
        -webkit-transform: skew(-60deg, 0deg);
        transform: skew(-60deg, 0deg);
    }

    .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
        -moz-transform: skew(-60deg, 0deg);
        -o-transform: skew(-60deg, 0deg);
        -ms-transform: skew(-60deg, 0deg);
        -webkit-transform: skew(-60deg, 0deg);
        transform: skew(-60deg, 0deg);
    }

    .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-only-y .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
        -moz-transform: skew(0deg, 60deg);
        -o-transform: skew(0deg, 60deg);
        -ms-transform: skew(0deg, 60deg);
        -webkit-transform: skew(0deg, 60deg);
        transform: skew(0deg, 60deg);
    }

    .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
        -moz-transform: skew(0deg, 60deg);
        -o-transform: skew(0deg, 60deg);
        -ms-transform: skew(0deg, 60deg);
        -webkit-transform: skew(0deg, 60deg);
        transform: skew(0deg, 60deg);
    }

    .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
        -moz-transform: skew(0deg, -60deg);
        -o-transform: skew(0deg, -60deg);
        -ms-transform: skew(0deg, -60deg);
        -webkit-transform: skew(0deg, -60deg);
        transform: skew(0deg, -60deg);
    }

    .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
        -moz-transform: skew(0deg, -60deg);
        -o-transform: skew(0deg, -60deg);
        -ms-transform: skew(0deg, -60deg);
        -webkit-transform: skew(0deg, -60deg);
        transform: skew(0deg, -60deg);
    }

    .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
        -moz-transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
        -o-transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
        -ms-transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
        -webkit-transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
        transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew .lg-item.lg-next-slide {
        -moz-transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
        -o-transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
        -ms-transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
        -webkit-transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
        transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
        -moz-transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
        -o-transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
        -ms-transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
        -webkit-transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
        transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
        -moz-transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
        -o-transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
        -ms-transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
        -webkit-transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
        transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-cross .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
        -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
        -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
        -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
        -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
        transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
        -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
        -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
        -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
        -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
        transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-cross-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
        -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
        -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
        -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
        -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
        transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
        -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
        -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
        -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
        -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
        transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    }

    .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-ver .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
        -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
        -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
        -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
        -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
        transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
        -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
        -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
        -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
        -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
        transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-ver-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
        -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
        -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
        -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
        -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
        transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
        -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
        -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
        -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
        -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
        transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-ver-cross .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
        -moz-transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
        -o-transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
        -ms-transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
        -webkit-transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
        transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
        -moz-transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
        -o-transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
        -ms-transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
        -webkit-transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
        transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
        -moz-transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
        -o-transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
        -ms-transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
        -webkit-transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
        transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
        -moz-transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
        -o-transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
        -ms-transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
        -webkit-transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
        transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
    }

    .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
        -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
        opacity: 1;
    }

    .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-lollipop .lg-item {
    opacity: 0;
}

    .lg-css3.lg-lollipop .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-lollipop .lg-item.lg-next-slide {
        -moz-transform: translate3d(0, 0, 0) scale(0.5);
        -o-transform: translate3d(0, 0, 0) scale(0.5);
        -ms-transform: translate3d(0, 0, 0) scale(0.5);
        -webkit-transform: translate3d(0, 0, 0) scale(0.5);
        transform: translate3d(0, 0, 0) scale(0.5);
    }

    .lg-css3.lg-lollipop .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-lollipop-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
        -moz-transform: translate3d(0, 0, 0) scale(0.5);
        -o-transform: translate3d(0, 0, 0) scale(0.5);
        -ms-transform: translate3d(0, 0, 0) scale(0.5);
        -webkit-transform: translate3d(0, 0, 0) scale(0.5);
        transform: translate3d(0, 0, 0) scale(0.5);
    }

    .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-lollipop-rev .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-rotate .lg-item {
    opacity: 0;
}

    .lg-css3.lg-rotate .lg-item.lg-prev-slide {
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    .lg-css3.lg-rotate .lg-item.lg-next-slide {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .lg-css3.lg-rotate .lg-item.lg-current {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    .lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-rotate-rev .lg-item {
    opacity: 0;
}

    .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    .lg-css3.lg-rotate-rev .lg-item.lg-current {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-tube .lg-item {
    opacity: 0;
}

    .lg-css3.lg-tube .lg-item.lg-prev-slide {
        -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
        -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
        -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
        -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
        transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-tube .lg-item.lg-next-slide {
        -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
        -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
        -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
        -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
        transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    }

    .lg-css3.lg-tube .lg-item.lg-current {
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-video .lg-backdrop.in {
    opacity: .8;
}

.lg-video .lg-video .lg-toolbar {
    background-color: transparent;
}

    .lg-video .lg-video .lg-toolbar #lg-counter {
        display: none;
    }

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    direction: ltr;
}

    .lg-outer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lg-outer.lg-visible {
        opacity: 1;
    }

        .lg-outer.lg-visible.lg-video .lg-item.lg-current {
            background-color: rgba(38, 37, 38, 0.1) !important;
        }

        .lg-outer.lg-visible.lg-video #lg-dropdown-overlay {
            opacity: .6 !important;
        }

    .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .lg-outer .lg-item {
        background: url("../img/loading.gif") no-repeat scroll center center transparent;
        display: none !important;
    }

    .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important;
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important;
    }

    .lg-outer .lg-item, .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none;
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1160;
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1;
    }

    .lg-outer .lg-empty-html {
        display: none;
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none;
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-backdrop.in {
        opacity: 1;
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        -webkit-transition: opacity 0.1s ease 0s;
        -moz-transition: opacity 0.1s ease 0s;
        -o-transition: opacity 0.1s ease 0s;
        transition: opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-item iframe {
    background-color: #fff;
}

.lightgallery-album li:not(:first-child) {
    display: none;
}

[data-lightgallery='item'] {
    cursor: pointer;
}

.lg-skin-light.lg-backdrop {
    background-color: #f1f1f1;
}

.lg-skin-light.lg-outer .lg-sub-html {
    background-color: rgba(224, 223, 223, 0.95);
    color: #2b2b2b;
}

.lg-skin-light.lg-outer .lg-progress-bar .lg-progress {
    background-color: #ffffff;
}

.lg-skin-light.lg-outer .lg-img-wrap {
    padding-bottom: 110px;
    padding-top: 58px;
}

.lg-skin-light.lg-outer .lg-actions .lg-next, .lg-skin-light.lg-outer .lg-actions .lg-prev {
    background-color: rgba(43, 43, 43, 0.55);
    border-radius: 2px;
    color: #e0e0e0;
}

    .lg-skin-light.lg-outer .lg-actions .lg-next:hover, .lg-skin-light.lg-outer .lg-actions .lg-prev:hover {
        background-color: rgba(43, 43, 43, 0.75);
    }

.lg-skin-light.lg-outer #lg-counter,
.lg-skin-light.lg-outer .lg-toolbar .lg-icon,
.lg-skin-light.lg-outer.lg-dropdown-active #lg-share {
    color: #353535;
}

.lg-skin-light.lg-outer .lg-outer .lg-thumb-outer {
    background-color: rgba(247, 247, 247, 0.9);
}

.lg-skin-light.lg-outer .lg-toolbar .lg-icon:hover,
.lg-skin-light.lg-outer .lg-toogle-thumb:hover {
    color: #555555;
}

.lg-skin-light.lg-outer .lg-toogle-thumb {
    color: #353535;
}

.lg-skin-light.lg-outer .lg-thumb-outer,
.lg-skin-light.lg-outer .lg-toogle-thumb {
    background-color: rgba(224, 223, 223, 0.95);
}

.lg-skin-light.lg-outer .lg-toolbar {
    background-color: rgba(224, 223, 223, 0.95);
}

.lg-skin-1.lg-outer .lg-toogle-thumb,
.lg-skin-1.lg-outer #lg-actual-size,
.lg-skin-1.lg-outer #lg-download,
.lg-skin-1.lg-outer #lg-counter,
.lg-skin-1.lg-outer .lg-autoplay-button {
    display: none;
}

.lg-skin-1.lg-outer .lg-thumb-outer {
    transform: translate3d(0, 75%, 0);
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

    .lg-skin-1.lg-outer .lg-thumb-outer:hover {
        transform: translate3d(0, 0, 0);
    }

.lg-skin-1.lg-outer .lg-thumb-item {
    border-radius: 0;
    opacity: .5;
    transform: none;
}

    .lg-skin-1.lg-outer .lg-thumb-item.active,
    .lg-skin-1.lg-outer .lg-thumb-item:hover {
        transform: none;
        opacity: .9;
    }

.lg-skin-1.lg-outer .lg-thumb-outer {
    background-color: transparent;
}

.lg-skin-1.lg-outer .lg-object.lg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}

.gallery-item-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item-wrap-custom {
    border-radius: 0;
}

.gallery-item-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 2;
    display: block;
    pointer-events: none;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(227, 227, 227, 0.29) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(227, 227, 227, 0.29) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gallery-item-wrap:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.gallery-item-wrap h5 + p {
    margin-top: 2px;
}

.gallery-item img {
    width: 100%;
}

.gallery-item-content {
    position: relative;
    z-index: 10;
    padding: 20px 25px;
    color: #fff;
    background-color: #0b4576;
}

@media (min-width: 1600px) {
    .gallery-item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        transform: translateY(50px);
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-out all;
    }

    .gallery-item-wrap:hover .gallery-item-content {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.video-item {
    position: relative;
}

    .video-item .icon, .video-item .icon.mdi {
        font-size: 110px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease-out all;
    }

    .video-item:hover .icon {
        color: #59c1c1;
    }

/**
* Thumb Default
*/
.thumb-wrap {
    max-width: 414px;
}

.thumb-default {
    position: relative;
    padding-bottom: 68%;
}

    .thumb-default a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .thumb-default img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

.thumb-default-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 185, 54, 0.25);
    transition: .3s ease-out all;
}

    .thumb-default-overlay:before {
        content: '\f504';
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 36px;
        color: #fff;
        font-family: 'Material Design Icons';
        transform: translate(-50%, -50%);
    }

@media (min-width: 768px) {
    .desktop .thumb-default-overlay {
        visibility: hidden;
        opacity: 0;
        background-color: rgba(255, 185, 54, 0.7);
    }

    .desktop .thumb-default:hover .thumb-default-overlay {
        visibility: visible;
        opacity: 1;
    }
}

.ie-10 .thumb-default,
.ie-11 .thumb-default {
    overflow: hidden;
}

    .ie-10 .thumb-default img,
    .ie-11 .thumb-default img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        max-width: 135%;
        max-height: 135%;
        min-height: 101%;
        min-width: 101%;
    }

body.lg-on .rd-navbar-static,
body.lg-on .rd-navbar-fullwidth {
    z-index: 100;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/*
*
* Layout panel
* --------------------------------------------------
*/
.layout-panel-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 1100;
}

    .layout-panel-wrap.active .layout-panel {
        transform: translateX(0);
    }

    .layout-panel-wrap.active .layout-panel-inner:after {
        box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
    }

    .layout-panel-wrap .layout-panel-toggle,
    .layout-panel-wrap .layout-panel-inner > * {
        pointer-events: auto;
    }

.layout-panel {
    width: auto;
    transform: translateX(280px);
    transition: .55s all ease;
}

.layout-panel-content {
    position: relative;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-right: 20px;
}

    .layout-panel-content .mCSB_outside + .mCSB_scrollTools {
        right: 0;
    }

    .layout-panel-content .mCSB_scrollTools {
        width: 20px;
        pointer-events: auto;
    }

        .layout-panel-content .mCSB_scrollTools .mCSB_dragger {
            width: auto;
        }

    .layout-panel-content .mCSB_draggerContainer {
        padding: 2px;
        background: #a5d2f9;
    }

    .layout-panel-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .layout-panel-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: #fff;
        border-radius: 2px;
    }

    .layout-panel-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .layout-panel-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
        background-color: #fff;
    }

.layout-panel-inner {
    position: relative;
    height: auto;
    min-height: 101vh;
    max-width: 260px;
    padding: 20px 0 20px;
    background: #fff;
    margin-right: auto;
    text-align: center;
}

    .layout-panel-inner:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: -3px 0px 50px -2px transparent;
        z-index: -10;
        transition: .33s all ease;
    }

.mobile.rd-navbar-fixed-linked .layout-panel-inner, .tablet.rd-navbar-fixed-linked .layout-panel-inner {
    padding-bottom: 90px;
}

.layout-panel-header {
    padding: 0 12px;
}

    .layout-panel-header .button {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .layout-panel-header * + .layout-panel-element,
    .layout-panel-header * + .layout-panel-title {
        margin-top: 22px;
    }

@media (min-width: 768px) {
    .layout-panel-header * + .layout-panel-element,
    .layout-panel-header * + .layout-panel-title {
        margin-top: 30px;
    }
}

.layout-panel .isotope-filters {
    padding: 0 5px;
}

    .layout-panel .isotope-filters ul {
        position: relative;
        overflow: hidden;
    }

        .layout-panel .isotope-filters ul::after {
            content: '';
            position: absolute;
            left: -100px;
            bottom: 0;
            right: -100px;
            border-bottom: 1px solid #d0d0d0;
        }

        .layout-panel .isotope-filters ul li {
            display: inline-block;
            padding-left: 7px;
            padding-right: 7px;
            font: 400 12px/18px "Lato", Helvetica, Arial, sans-serif;
            color: #005693;
        }

@media (min-width: 768px) {
    .layout-panel .isotope-filters ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.layout-panel .isotope-filters ul li a {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-bottom: 14px;
    text-align: right;
}

    .layout-panel .isotope-filters ul li a::after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: #005693;
        transition: .34s;
        transform: translate(0, 8px);
        opacity: 0;
    }

    .layout-panel .isotope-filters ul li a, .layout-panel .isotope-filters ul li a:active, .layout-panel .isotope-filters ul li a:focus {
        color: inherit;
    }

        .layout-panel .isotope-filters ul li a.active, .layout-panel .isotope-filters ul li a:hover {
            color: #792182;
        }

            .layout-panel .isotope-filters ul li a.active:after {
                transform: translate(0, 0);
                opacity: 1;
            }

.layout-panel .isotope {
    margin-top: 0;
}

.layout-panel * + .isotope {
    margin-top: 20px;
}

.layout-panel * + .isotope-filters {
    margin-top: 25px;
}

.layout-panel-toggle {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    position: fixed;
    top: 20vh;
    right: 280px;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #000;
    text-align: center;
    box-shadow: -5px 1px 10px 0 rgba(0, 0, 0, 0.05);
    border-right: 0;
    transition: .55s all ease;
}

    .layout-panel-toggle:active {
        cursor: wait;
    }

    .layout-panel-toggle::before, .layout-panel-toggle::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Material Design Icons';
        font-size: 16px;
        transition: .33s;
    }

    .layout-panel-toggle::before {
        content: '\f582';
        opacity: 1;
    }

    .layout-panel-toggle::after {
        content: '\f24c';
        opacity: 0;
    }

    .layout-panel-toggle.active::before {
        opacity: 0;
    }

    .layout-panel-toggle.active::after {
        opacity: 1;
    }

.layout-panel-main {
    position: relative;
    z-index: 10;
    padding-left: 4px;
    padding-right: 5px;
}

    .layout-panel-main .isotope {
        position: relative;
        margin-bottom: -10px;
        transform: translateY(-10px);
    }

    .layout-panel-main .isotope-item {
        margin-top: 10px;
        padding: 0 5px;
    }

        .layout-panel-main .isotope-item:before {
            content: '';
            display: block;
        }

    .layout-panel-main .isotope {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        position: static !important;
    }

    .layout-panel-main .isotope-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

* + .layout-panel-main {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .layout-panel-toggle {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }

        .layout-panel-toggle::before, .layout-panel-toggle::after {
            font-size: 22px;
        }
}

@media (min-width: 768px) {
    .layout-panel-wrap {
        width: 730px;
    }

        .layout-panel-wrap.active .layout-panel {
            transform: translateX(0);
        }

        .layout-panel-wrap .layout-panel {
            transform: translateX(350px);
        }

        .layout-panel-wrap .layout-panel-inner {
            max-width: 330px;
        }

        .layout-panel-wrap .layout-panel-toggle {
            right: 350px;
        }

    .ie-10 .layout-panel,
    .ie-11 .layout-panel {
        transform: translateX(350px);
    }

    .ie-10 .layout-panel-toggle,
    .ie-11 .layout-panel-toggle {
        right: 20px;
    }

    .ie-10 .layout-panel-wrap.active,
    .ie-11 .layout-panel-wrap.active {
        right: 20px;
    }

        .ie-10 .layout-panel-wrap.active .layout-panel-toggle,
        .ie-11 .layout-panel-wrap.active .layout-panel-toggle {
            right: 370px;
        }
}

.thumbnail-small {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 5px 0;
    border: 1px solid #d0d0d0;
    transition: .5s;
    color: #005693;
    background-color: transparent;
}

    .thumbnail-small:hover {
        background: #792182;
        color: #fff;
    }

.thumbnail-small-image {
    position: relative;
}

    .thumbnail-small-image img {
        width: 100%;
        height: auto;
    }

.thumbnail-small-hover-image {
    display: none;
}

    .thumbnail-small-hover-image img {
        width: 100%;
        height: auto;
    }

.thumbnail-small-caption {
    position: relative;
    padding: 10px 8px;
}

.thumbnail-small-header {
    position: relative;
    z-index: 1;
    font: 300 12px/18px "Lato", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .desktop .thumbnail-small-image {
        transition: .25s all ease;
    }

    .desktop .thumbnail-small-hover-image {
        display: block;
        position: absolute;
        left: -10px;
        top: 50%;
        z-index: 11;
        transform: translate(-120%, -60%);
        transition: .33s all ease;
        width: 342px;
        height: 252px;
        background: #fff;
        box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
        opacity: 0;
        pointer-events: none;
    }

        .desktop .thumbnail-small-hover-image img {
            position: relative;
            max-width: 100%;
            max-height: 100%;
            border: 7px solid #fff;
        }

        .desktop .thumbnail-small-hover-image:before {
            content: '';
            position: absolute;
            top: 50%;
            z-index: -1000;
            transform: translateY(-50%) rotate(45deg);
            right: -11px;
            width: 24px;
            height: 24px;
            background: #fff;
            box-shadow: -3px 0px 45px -2px rgba(0, 0, 0, 0.13);
        }

    .desktop .thumbnail-small:hover .thumbnail-small-caption:after {
        bottom: 0;
        opacity: 1;
    }

    .desktop .thumbnail-small:hover .thumbnail-small-header {
        color: #fff;
    }

    .desktop .thumbnail-small:hover .thumbnail-small-image:after {
        opacity: 0;
    }

    .desktop .thumbnail-small:hover .thumbnail-small-hover-image {
        z-index: 12;
        opacity: 1;
        transform: translate(-100%, -60%);
    }
}

/*
*
* Main Styles
* ==================================================
*/


.mark {
    color: #fff;
    background-color: #792182;
}

.block-line-limit {
    position: relative;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .block-line-limit:after {
        position: absolute;
        padding: .1em .3em;
        right: 0;
        bottom: 0;
        content: 'click to see more text';
        color: #fff;
        background-color: #792182;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-out all;
    }

    .block-line-limit:hover:after {
        visibility: visible;
        opacity: 1;
    }

    .block-line-limit.open {
        display: block !important;
        height: auto !important;
        -webkit-line-clamp: none !important;
    }

        .block-line-limit.open:before, .block-line-limit.open:after {
            display: none;
        }

.mobile .block-line-limit:before,
.tablet .block-line-limit:before {
    display: none;
}

.mobile .block-line-limit:after,
.tablet .block-line-limit:after {
    visibility: visible;
    opacity: 1;
}
