/* Position */
.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-static {
    position: static !important;
}

.hidden {
    display: none !important;
}

/* Pull */
.pull-none {
    float: none !important;
}

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

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

@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-right {
        float: right;
    }
}
/* Inverted */
.inverted {
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px;
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px;
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px;
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

/* Cursor */
.cur-pointer {
    cursor: pointer;
}

/* Font Size */
.text-xs {
    font-size: 16px;
    font-size: 1rem;
}

.text-sm {
    font-size: 20.8px;
    font-size: 1.3rem;
}

.text-md {
    font-size: 25.6px;
    font-size: 1.6rem;
}

.text-lg {
    font-size: 30.4px;
    font-size: 1.9rem;
}

.text-xl {
    font-size: 35.2px;
    font-size: 2.2rem;
}

.text-1 {
    font-size: .8em !important;
}

.text-2 {
    font-size: .9em !important;
}

.text-3 {
    font-size: 1em !important;
}

.text-4 {
    font-size: 1.1em !important;
}

.text-5 {
    font-size: 1.50em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.text-7 {
    font-size: 2em !important;
}

.text-8 {
    font-size: 2.30em !important;
}

.text-9 {
    font-size: 2.50em !important;
}

.text-10 {
    font-size: 2.75em !important;
}

/* Line Height */
.line-height-xs {
    line-height: 16px !important;
}

.line-height-sm {
    line-height: 20px !important;
}

.line-height-md {
    line-height: 24px !important;
}

.line-height-lg {
    line-height: 28px !important;
}

.line-height-xl {
    line-height: 32px !important;
}

/* Outline */
.outline-none {
    outline: 0 !important;
}

/* Text Decoration */
.text-decoration-none {
    text-decoration: none !important;
}

/* Text Transform */
.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

/* States */
.text-muted {
    color: #999 !important;
}

html.dark .text-muted {
    color: #505461 !important;
}

/* Colors */
.text-dark {
    color: #171717 !important;
}

.text-light {
    color: #FFF !important;
}

/* Weights */
.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold, b, strong {
    font-weight: 700 !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

/* Borders */
.no-borders {
    border: none !important;
}

.rounded {
    border-radius: 5px !important;
}

.b-thin {
    border-width: 3px !important;
}

.b-normal {
    border-width: 5px !important;
}

.b-thick {
    border-width: 7px !important;
}

/* General Helpers */
.ib {
    display: inline-block;
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-normal {
    white-space: normal;
}

/* Cards */
.card.card-admin {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.card.card-admin + .card.card-admin {
    margin-top: 35.2px;
    margin-top: 2.2rem;
}

.card.card-admin {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.card-admin .card-header {
    background: #f6f6f6;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 1px solid #DADADA;
    padding: 18px;
    position: relative;
}

.card-admin .card-header.bg-white {
    background: #fff;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-header.bg-primary {
    background: #CCC;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-header.bg-success {
    background: #47a447;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-header.bg-warning {
    background: #ed9c28;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-header.bg-danger {
    background: #d2322d;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-header.bg-info {
    background: #5bc0de;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-header.bg-dark {
    background: #171717;
    color: #FFF;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-header.bg-white {
    background: #fff;
    border-bottom: 0 none;
    border-right: 0 none;
}

.card-admin .card-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}

.card-admin .card-actions a,
.card-admin .card-actions .card-action {
    background-color: transparent;
    border-radius: 2px;
    color: #B4B4B4;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.card-admin .card-actions a:hover,
.card-admin .card-actions .card-action:hover {
    background-color: #eeeeee;
    color: #B4B4B4;
    text-decoration: none;
}

.card-admin .card-actions a, .card-admin .card-actions a:focus, .card-admin .card-actions a:hover, .card-admin .card-actions a:active, .card-admin .card-actions a:visited,
.card-admin .card-actions .card-action,
.card-admin .card-actions .card-action:focus,
.card-admin .card-actions .card-action:hover,
.card-admin .card-actions .card-action:active,
.card-admin .card-actions .card-action:visited {
    outline: none !important;
    text-decoration: none !important;
}

.card-admin .card-title {
    color: #33353F;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
    margin: 0;
}

.card-admin .card-subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}

.card-admin .card-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.card-admin .card-body-nopadding {
    padding: 0;
}

.card-admin .card-header + .card-body {
    border-radius: 0 0 5px 5px;
}

.card-admin .card-footer {
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
    background: #FFF;
}

.card-admin .card-footer::after {
    clear: both;
    content: "";
    display: block;
}

.card-admin .card-footer .pager {
    margin: 0;
    padding: 5px 0;
}

.card-admin .card-footer .pager::after {
    clear: both;
    content: "";
    display: block;
}

.card-admin .card-footer-btn-group {
    display: table;
    width: 100%;
    padding: 0;
    border-radius: 0 0 5px 5px !important;
    overflow: hidden;
}

.card-admin .card-footer-btn-group a {
    background-color: #f5f5f5;
    display: table-cell;
    border-left: 1px solid #ddd;
    padding: 10px 15px;
    text-decoration: none;
}

.card-admin .card-footer-btn-group a:hover {
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.card-admin .card-footer-btn-group a:first-child {
    border-left: none;
}

.card-admin .card-body.bg-primary {
    background: #CCC;
    color: #FFF;
}

.card-admin .card-body.bg-success {
    background: #47a447;
    color: #FFF;
}

.card-admin .card-body.bg-warning {
    background: #ed9c28;
    color: #FFF;
}

.card-admin .card-body.bg-danger {
    background: #d2322d;
    color: #FFF;
}

.card-admin .card-body.bg-info {
    background: #5bc0de;
    color: #FFF;
}

.card-admin .card-body.bg-dark {
    background: #171717;
    color: #FFF;
}

.card-featured.card-admin {
    border-top: 3px solid #33353F;
}

.card-featured.card-admin .card-header {
    border-radius: 0;
}

.card-featured-top {
    border-top: 3px solid #CCC;
}

.card-featured-right {
    border-right: 3px solid #CCC;
}

.card-featured-bottom {
    border-bottom: 3px solid #CCC;
}

.card-featured-left {
    border-left: 3px solid #CCC;
}

.card-featured-primary {
    border-color: #CCC;
}

.card-featured-primary .card-title {
    color: #CCC;
}

.card-featured-success {
    border-color: #47a447;
}

.card-featured-success .card-title {
    color: #47a447;
}

.card-featured-warning {
    border-color: #ed9c28;
}

.card-featured-warning .card-title {
    color: #ed9c28;
}

.card-featured-danger {
    border-color: #d2322d;
}

.card-featured-danger .card-title {
    color: #d2322d;
}

.card-featured-info {
    border-color: #5bc0de;
}

.card-featured-info .card-title {
    color: #5bc0de;
}

.card-featured-dark {
    border-color: #171717;
}

.card-featured-dark .card-title {
    color: #171717;
}

.card-highlight.card-admin .card-header {
    background-color: #CCC;
    border-color: #CCC;
    color: #fff;
}

.card-highlight.card-admin .card-title {
    color: #fff;
}

.card-highlight.card-admin .card-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.card-highlight.card-admin .card-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.card-highlight.card-admin .card-body {
    background-color: #CCC;
    color: #fff;
}

.card-admin .card-highlight-title .card-header {
    background-color: #2BAAB1;
}

.card-admin .card-highlight-title .card-title {
    color: #fff;
}

.card-admin .card-highlight-title .card-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.card-admin .card-highlight-title .card-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.card-admin .card-header-icon {
    margin: 0 auto;
    font-size: 44.8px;
    font-size: 2.8rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 55px;
}

.card-admin .card-header-icon.bg-primary {
    background: #CCC;
    color: #FFF;
}

.card-admin .card-header-icon.bg-success {
    background: #47a447;
    color: #FFF;
}

.card-admin .card-header-icon.bg-warning {
    background: #ed9c28;
    color: #FFF;
}

.card-admin .card-header-icon.bg-danger {
    background: #d2322d;
    color: #FFF;
}

.card-admin .card-header-icon.bg-info {
    background: #5bc0de;
    color: #FFF;
}

.card-admin .card-header-icon.bg-dark {
    background: #171717;
    color: #FFF;
}

.card-admin .card-header-profile-picture img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50px;
}

.card-admin .card-icon {
    color: #fff;
    font-size: 42px;
    float: left;
}

.card-admin .card-icon ~ .card-title, .card-admin .card-icon ~ .card-subtitle {
    margin-left: 64px;
}

/* Dark - Cards */
html.dark .card-admin .card-header {
    background: #282d36;
    border-bottom-color: #1d2127;
}

html.dark .card-admin .card-actions a:hover {
    background-color: #242830;
}

html.dark .card-admin .card-body {
    background: #2e353e;
}

html.dark .card-admin .card-footer {
    background: #242830;
    border-top-color: #191c21;
}

html .card-primary .card-header {
    background: #CCC;
}

html .card-primary .card-subtitle {
    opacity: 0.8;
    color: #FFF;
}

html .card-primary .card-title {
    color: #FFF;
}

html .card-primary .card-actions a {
    background-color: transparent !important;
    color: #FFF;
}

html .card-success .card-header {
    background: #47a447;
}

html .card-success .card-subtitle {
    opacity: 0.8;
    color: #FFF;
}

html .card-success .card-title {
    color: #FFF;
}

html .card-success .card-actions a {
    background-color: transparent !important;
    color: #FFF;
}

html .card-warning .card-header {
    background: #ed9c28;
}

html .card-warning .card-subtitle {
    opacity: 0.8;
    color: #FFF;
}

html .card-warning .card-title {
    color: #FFF;
}

html .card-warning .card-actions a {
    background-color: transparent !important;
    color: #FFF;
}

html .card-danger .card-header {
    background: #d2322d;
}

html .card-danger .card-subtitle {
    opacity: 0.8;
    color: #FFF;
}

html .card-danger .card-title {
    color: #FFF;
}

html .card-danger .card-actions a {
    background-color: transparent !important;
    color: #FFF;
}

html .card-info .card-header {
    background: #5bc0de;
}

html .card-info .card-subtitle {
    opacity: 0.8;
    color: #FFF;
}

html .card-info .card-title {
    color: #FFF;
}

html .card-info .card-actions a {
    background-color: transparent !important;
    color: #FFF;
}

html .card-dark .card-header {
    background: #171717;
}

html .card-dark .card-subtitle {
    opacity: 0.8;
    color: #FFF;
}

html .card-dark .card-title {
    color: #FFF;
}

html .card-dark .card-actions a {
    background-color: transparent !important;
    color: #FFF;
}

html .card-transparent.card-admin > .card-header {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

html .card-transparent.card-admin > .card-header .card-actions {
    right: 0;
}

html .card-transparent.card-admin > .card-header + .card-body {
    border-radius: 5px;
}

html .card-transparent.card-admin > .card-body {
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html .card.card-admin .card-header-transparent {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

html .card.card-admin .card-header-transparent .card-actions {
    right: 0;
}

html .card.card-admin .card-header-transparent + .card-body {
    border-radius: 5px;
}

.card-horizontal.card-admin {
    display: table;
    width: 100%;
}

.card-horizontal.card-admin .card-header,
.card-horizontal.card-admin .card-body,
.card-horizontal.card-admin .card-footer {
    display: table-cell;
    vertical-align: middle;
}

.card-horizontal.card-admin .card-header {
    border-radius: 5px 0 0 5px !important;
}

.card-horizontal.card-admin .card-header + .card-body {
    border-radius: 0 5px 5px 0 !important;
}

.card-horizontal.card-admin .card-footer {
    border-radius: 0 5px 5px 0 !important;
    margin-top: 0;
}

.card-admin .card-action-toggle,
.card-admin .card-action-dismiss {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card-admin .card-action-toggle:before {
    content: "\f0d7";
}

.card-collapsed .card-admin .card-action-toggle:before {
    content: "\f0d8";
}

.card-admin .card-action-dismiss:before {
    content: "\f00d";
}

.card-collapsed .card-body,
.card-collapsed .card-footer {
    display: none;
}

html .card-primary .card-actions a,
html .card-primary .card-title {
    color: #FFF;
}

html .card-secondary .card-actions a,
html .card-secondary .card-title {
    color: #FFF;
}

html .card-tertiary .card-actions a,
html .card-tertiary .card-title {
    color: #FFF;
}

html .card-quaternary .card-actions a,
html .card-quaternary .card-title {
    color: #FFF;
}

html .card-success .card-actions a,
html .card-success .card-title {
    color: #FFF;
}

html .card-warning .card-actions a,
html .card-warning .card-title {
    color: #FFF;
}

html .card-danger .card-actions a,
html .card-danger .card-title {
    color: #FFF;
}

html .card-info .card-actions a,
html .card-info .card-title {
    color: #FFF;
}

html .card-dark .card-actions a,
html .card-dark .card-title {
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    .card-admin .card-actions {
        float: none;
        margin-bottom: 15px;
        position: static;
        text-align: right;
    }

    .card-admin .card-actions a {
        vertical-align: top;
    }
}

@media (min-width: 576px) {
    .card-group .card.card-admin + .card.card-admin {
        border-left: 1px solid #DDD;
    }
}
/* Charts */
.chart {
    width: 100%;
}

.chart.chart-xs {
    height: 150px;
}

.chart.chart-sm {
    height: 184px;
}

.chart.chart-md {
    height: 350px;
}

.chart.chart-lg {
    height: 500px;
}

#flotTip {
    padding: 4px 8px;
    background-color: #000;
    z-index: 100;
    color: #FFF;
    opacity: .7;
    font-size: 11px;
    border-radius: 5px;
}

.jqstooltip {
    min-width: 30px;
    min-height: 25px;
    border: 0 !important;
    height: auto !important;
    width: auto !important;
}

.circular-bar {
    margin: 25px 0;
}

.circular-bar .circular-bar-chart {
    position: relative;
}

.circular-bar strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    width: 80%;
    left: 10%;
    text-align: center;
}

.circular-bar label {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
    text-align: center;
}

.circular-bar.circular-bar-xs {
    width: 50px;
}

.circular-bar.circular-bar-xs strong {
    display: none;
}

.circular-bar.circular-bar-xs label {
    font-size: 11px;
    left: 0;
    text-align: center;
    top: 28%;
    width: 100%;
}

.gauge-chart {
    margin: 25px 0;
}

.gauge-chart strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.gauge-chart label {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.small-chart-wrapper {
    display: inline-block;
    margin: 10px 15px;
    width: 100%;
}

.small-chart-wrapper .small-chart {
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    min-width: 80px;
}

.small-chart-wrapper .small-chart-info {
    display: inline-block;
    padding: 0 0 0 10px;
}

.small-chart-wrapper .small-chart-info label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0;
    padding: 0;
    margin: 0;
    line-height: 15px;
}

.small-chart-wrapper .small-chart-info strong {
    display: block;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 15px;
}

.small-chart-wrapper + .small-chart-wrapper {
    margin-left: 25px;
}

@media only screen and (max-width: 767px) {
    .small-chart-wrapper {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    .small-chart-wrapper .small-chart {
        width: 100%;
        text-align: center;
    }

    .small-chart-wrapper .small-chart-info {
        padding-left: 0;
    }
}

.liquid-meter {
    position: relative;
    max-height: 200px;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50%;
}

.liquid-meter meter {
    display: none;
}

.liquid-meter.liquid-meter-loaded {
    width: auto;
    padding-bottom: 0;
}

.liquid-meter.liquid-meter-loaded:before {
    display: none;
}

.liquid-meter-wrapper.liquid-meter-xs .liquid-meter {
    max-height: 120px;
    max-width: 120px;
}

.liquid-meter-wrapper.liquid-meter-sm .liquid-meter {
    max-height: 150px;
    max-width: 150px;
}

.liquid-meter-wrapper.liquid-meter-md .liquid-meter {
    max-height: 200px;
    max-width: 200px;
}

.liquid-meter-wrapper.liquid-meter-lg .liquid-meter {
    max-height: 230px;
    max-width: 230px;
}

.liquid-meter-wrapper .liquid-meter-selector {
    margin-top: 3px;
}

.liquid-meter-wrapper .liquid-meter-selector a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    color: #9b9b9b;
    border-right: 1px solid #e4e4e4;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
    color: #CCC;
}

.liquid-meter-wrapper .liquid-meter-selector a:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.chart-data-selector {
    visibility: hidden;
    max-height: 255px;
    padding: 6px;
}

.chart-data-selector h2 {
    color: #33353F;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: -1px;
}

.chart-data-selector h2 .multiselect {
    background: #f6f6f6;
    border: 0 none;
    font-size: 18px;
    font-weight: 600;
    margin: -4px 0 0 4px !important;
    padding: 3px 12px 3px 8px;
}

.chart-data-selector h2 .multiselect:hover, .chart-data-selector h2 .multiselect:focus, .chart-data-selector h2 .multiselect:active {
    text-decoration: none;
}

.chart-data-selector h2 .multiselect-container {
    margin: 0 0 0 4px;
    min-width: 120%;
}

.chart-data-selector .chart-data-selector-items {
    position: relative;
    overflow: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-active {
    visibility: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-hidden {
    visibility: hidden;
}

.chart-data-selector.ready {
    max-height: none;
    visibility: visible;
}

.chart-data-selector.ready .chart-active {
    visibility: visible;
    position: relative;
    z-index: 2;
}

.chart-data-selector.ready .chart-hidden {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: -9999px;
}

.ct-chart .ct-label,
.ct-chart .ct-label.ct-horizontal,
.ct-chart .ct-label.ct-vertical {
    font-size: 12px;
    font-size: 0.75rem;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
    stroke: #CCC;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
    fill: #CCC;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
    stroke: #a6a6a6;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
    fill: #a6a6a6;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice.ct-donut {
    stroke: #E36159;
}

.ct-chart .ct-series.ct-series-c .ct-area,
.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut) {
    fill: #E36159;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice.ct-donut {
    stroke: #cd2c23;
}

.ct-chart .ct-series.ct-series-d .ct-area,
.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut) {
    fill: #cd2c23;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
    stroke: #2BAAB1;
}

.ct-chart .ct-series.ct-series-e .ct-area,
.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut) {
    fill: #2BAAB1;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
    stroke: #1c6f73;
}

.ct-chart .ct-series.ct-series-f .ct-area,
.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut) {
    fill: #1c6f73;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
    stroke: #734BA9;
}

.ct-chart .ct-series.ct-series-g .ct-area,
.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut) {
    fill: #734BA9;
}

.ct-chart .ct-series.ct-series-h .ct-bar,
.ct-chart .ct-series.ct-series-h .ct-line,
.ct-chart .ct-series.ct-series-h .ct-point,
.ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
    stroke: #4f3374;
}

.ct-chart .ct-series.ct-series-h .ct-area,
.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut) {
    fill: #4f3374;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
    stroke: #a6a6a6;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
    fill: #a6a6a6;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
    stroke: #f2f2f2;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
    fill: #f2f2f2;
}

.ct-chart .ct-series.ct-series-k .ct-bar,
.ct-chart .ct-series.ct-series-k .ct-line,
.ct-chart .ct-series.ct-series-k .ct-point,
.ct-chart .ct-series.ct-series-k .ct-slice.ct-donut {
    stroke: #ee9f9a;
}

.ct-chart .ct-series.ct-series-k .ct-area,
.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut) {
    fill: #ee9f9a;
}

.ct-chart .ct-series.ct-series-l .ct-bar,
.ct-chart .ct-series.ct-series-l .ct-line,
.ct-chart .ct-series.ct-series-l .ct-point,
.ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
    stroke: #53ced5;
}

.ct-chart .ct-series.ct-series-l .ct-area,
.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut) {
    fill: #53ced5;
}

.ct-chart .ct-series.ct-series-m .ct-bar,
.ct-chart .ct-series.ct-series-m .ct-line,
.ct-chart .ct-series.ct-series-m .ct-point,
.ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
    stroke: #9b7cc5;
}

.ct-chart .ct-series.ct-series-m .ct-area,
.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut) {
    fill: #9b7cc5;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
    stroke: #737373;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
    fill: #737373;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
    stroke: white;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
    fill: white;
}

.ct-chart .tooltip {
    opacity: 1;
    position: absolute;
    display: inline-block;
    min-width: 115px;
    padding: 8px;
    background: #CCC;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
    z-index: 1;
}

.ct-chart .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #CCC;
}

html.dark .chart-data-selector h2 .multiselect {
    background-color: #282d36;
}

/* CodeMirror */
html.dark .CodeMirror pre {
    background: transparent;
    border: none;
}

/* Data Tables */
.dataTables_wrapper {
    position: relative;
    padding: 0;
    margin: 0;
}

.dataTables_wrapper .DTTT_container {
    margin-bottom: 5px;
}

.dataTables_wrapper .DTTT_container .btn-group {
    display: inline-block !important;
}

.dataTables_wrapper .DTTT_container .btn {
    margin-left: 5px;
}

.dataTables_wrapper .datatables-header {
    margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
    font-weight: normal;
    margin: 0;
}

.dataTables_wrapper table thead th {
    padding-right: 21px !important;
}

.dataTables_wrapper table.dataTable {
    border-collapse: collapse !important;
    margin: 0 !important;
    width: 100% !important;
}

.dataTables_wrapper div.dataTables_info {
    font-size: 11.2px;
    font-size: 0.7rem;
}

.dataTables_wrapper .pagination {
    margin-top: 20px !important;
}

.dataTables_wrapper .select2-container {
    display: inline-block;
    margin-right: 10px;
    width: 75px;
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .dataTables_length {
        margin-bottom: 15px;
    }

    .dataTables_wrapper .dataTables_length label {
        float: none;
        width: 100%;
    }
}
/* Filter */
.dataTables_wrapper .dataTables_filter label {
    width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .dataTables_filter label {
        width: 100% !important;
    }
}
/* Empty Row */
.dataTables_wrapper .dataTables_empty {
    padding: 50px 0;
    text-align: center;
}

.dataTables_processing {
    background: #CCC;
    border-radius: 100px;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 50%;
    margin-left: -36px;
    padding: 5px 10px;
    position: absolute;
    top: 3px;
}

@media only screen and (max-width: 991px) {
    .dataTables_processing {
        left: auto;
        margin-left: 0;
        right: 0;
    }
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .card {
    background: #FFF !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
    display: none !important;
}

.DTTT_Print .DTTT_print_info {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    left: 0;
    height: 100px;
    line-height: 100px;
    position: fixed;
    font-size: 14px;
    text-align: center;
    top: 0;
    width: 100%;
}

/* Dark Fixes */
html.dark div.DTTT_container .btn {
    color: #EEE !important;
}

/* Datepicker - Base */
.datepicker {
    padding: 10px;
    margin: 0 auto;
    line-height: 1.1em;
}

.datepicker.datepicker-inline {
    line-height: 1.7em;
    width: 100%;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td {
    border-radius: 0;
}

.datepicker table thead tr th {
    cursor: pointer;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: normal;
}

.datepicker table thead tr th.prev {
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.datepicker table thead tr th.next {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.datepicker table thead tr th:hover {
    color: #FFF;
}

.datepicker table td {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
}

.datepicker table td.day {
    -webkit-transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
    transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
    cursor: pointer;
}

/* Datepicker - Skin Default */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
    background: #CCC;
    color: #FFF;
}

.datepicker table tbody tr td span.old,
.datepicker table tbody tr td span.new {
    color: #CCC;
}

.datepicker table tbody tr td span.old:hover,
.datepicker table tbody tr td span.new:hover {
    color: #FFF;
}

.datepicker table tbody tr td.day:hover {
    background: #CCC;
    color: #FFF;
}

.datepicker table tbody tr td.day.active {
    background: #b3b3b3;
    color: #FFF;
}

.datepicker table tbody tr td.day.new {
    color: #777;
}

.datepicker table tbody tr td.day.new:hover {
    color: #FFF;
}

/* Datepicker - Skin Dark */
html:not(.sidebar-light) .datepicker.datepicker-dark {
    background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.datepicker-switch {
    color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
    color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new {
    color: #444;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old:hover,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new:hover {
    color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
    color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
    background: #CCC;
    color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
    background: #b3b3b3;
    color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
    color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new:hover {
    color: #FFF;
}

/* Datepicker - Skin Primary */
.datepicker.datepicker-primary {
    min-width: 255px;
}

.datepicker.datepicker-primary.datepicker-inline {
    background: #fff;
    border: 1px solid #eee;
}

.datepicker.datepicker-primary table thead tr:first-child {
    background-color: #CCC;
    color: #FFF;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
    background-color: #b3b3b3;
}

.datepicker.datepicker-primary table thead tr:first-child th:first-child {
    border-radius: 4px 0 0 0;
}

.datepicker.datepicker-primary table thead tr:first-child th:last-child {
    border-radius: 0 4px 0 0;
}

.datepicker.datepicker-primary table thead tr:last-child {
    background-color: #d9d9d9;
    color: #FFF;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
    background-color: #CCC;
}

.datepicker.datepicker-primary table thead tr th {
    border-radius: 0;
}

html.dark .input-daterange .input-group-addon {
    text-shadow: none;
}

html.dark .datepicker-dropdown {
    color: #EEE;
    background-color: #282d36;
}

html.dark .datepicker-dropdown:after {
    border-bottom-color: #282d36;
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
    border-top-color: rgba(0, 0, 0, 0.2);
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
    border-top-color: #282d36;
}

html.dark .datepicker.datepicker-primary {
    border-color: #282d36;
    background: #282d36;
}

/* Dropzone */
.dropzone {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    min-height: 122px;
    padding: 23px;
}

.dropzone .dz-default span {
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2);
}

.dropzone:hover .dz-default span {
    color: rgba(0, 0, 0, 0.3);
}

html.dark .dropzone .dz-default span {
    color: rgba(255, 255, 255, 0.2);
}

html.dark .dropzone:hover .dz-default span {
    color: rgba(255, 255, 255, 0.3);
}

/* File Upload */
.fileupload .uneditable-input .fa, .fileupload .uneditable-input .fab, .fileupload .uneditable-input .fal, .fileupload .uneditable-input .far, .fileupload .uneditable-input .fas {
    position: absolute;
    top: 12px;
    left: 26px;
}

.fileupload .uneditable-input .fileupload-preview {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0 0 0 17px;
    text-overflow: ellipsis;
    width: 100%;
}

.fileupload .btn {
    border-radius: 0;
}

@media only screen and (max-width: 479px) {
    .fileupload .uneditable-input {
        width: 170px;
    }
}
/* Forms */
form label {
    font-weight: normal;
}

textarea {
    resize: vertical;
}

select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
}

.label {
    font-weight: normal;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.form-control:not(.form-control-lg) {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1.85;
    min-height: 38.4px;
    min-height: 2.4rem;
}

.form-control.form-control-focused {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

.form-control:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

.form-control.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px;
    font-size: 0.75rem;
}

/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bdbdbd;
}

.multiselect-container {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.multiselect-container > li > a > label {
    padding: 5px 20px 5px 12px;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.multiselect-container > li > a > label input {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.multiselect-container > li.active > a > label {
    color: #FFF;
}

.multiselect-container > li.multiselect-group label {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 5px 20px 5px 12px;
}

.multiselect-container .input-group input {
    max-width: 78%;
}

html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36;
    color: #EEE;
}

html.dark .form-control[disabled],
html.dark .form-control[readonly],
html.dark fieldset[disabled] .form-control {
    background-color: #21262d;
}

/* Form - Bootstrap Override */
.btn-lg,
.btn-group-lg > .btn {
    line-height: 1.334;
}

.input-group-btn .btn {
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
}

select.form-control-sm, select.form-control-lg {
    line-height: 1;
    height: auto !important;
}

.bootstrap-timepicker-widget input {
    border: 0;
}

.bootstrap-timepicker-widget table td input {
    width: 40px;
}

.fileupload .btn {
    line-height: 20px;
    margin-left: -5px;
}

/* Form - Custom Fields */
.required {
    display: inline-block;
    color: #d2322d;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: -0.2em;
}

label.error {
    color: #B94A48;
    margin-top: 2px;
}

/* Form - Group Override */
.form-group:after {
    clear: both;
    display: block;
    content: '';
}

.form-group:last-child, .form-group:last-of-type {
    margin-bottom: 0;
}

/* Form - Bordered */
.form-bordered .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-bordered .form-group:last-child, .form-bordered .form-group:last-of-type {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/* Dark - Form - Bordered */
html.dark .form-bordered .form-group {
    border-bottom: 1px solid #242830;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* Form - Vertical Group / Stacked */
.form-group-vertical {
    position: relative;
    white-space: nowrap;
}

.form-group-vertical .form-control {
    border-radius: 0;
    margin-top: -1px;
    z-index: 1;
}

.form-group-vertical .form-control:first-child, .form-group-vertical .form-control:first-of-type {
    border-radius: 4px 4px 0 0;
}

.form-group-vertical .form-control:last-child, .form-group-vertical .form-control:last-of-type {
    border-radius: 0 0 4px 4px;
}

.form-group-vertical .form-control:focus {
    position: relative;
    z-index: 2;
}

.form-group-vertical .input-group {
    margin-top: -1px;
}

.form-group-vertical .input-group .form-control {
    margin-top: 0;
}

.form-group-vertical .input-group:first-child .form-control, .form-group-vertical .input-group:first-of-type .form-control {
    border-radius: 0 4px 0 0;
}

.form-group-vertical .input-group:last-child .form-control, .form-group-vertical .input-group:last-of-type .form-control {
    border-radius: 0 0 4px 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .form-control, .form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
    border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:last-child .form-control, .form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
    border-radius: 0 0 4px 4px;
}

/* Form - Input Override */
.form-control-lg {
    border-radius: 4px;
}

/* Form - Round Input */
input.input-rounded {
    border-radius: 500px;
}

.input-group-rounded input.form-control {
    border-radius: 500px;
}

.input-group-rounded input.form-control:first-child, .input-group-rounded input.form-control:last-child {
    border-radius: 500px;
}

/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.5;
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.checkbox-custom label + label.error {
    display: block;
}

html.dark .checkbox-custom label:before {
    background: #282d36;
    border-color: #21262d;
}

html.dark .checkbox-custom input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-custom input[type="checkbox"]:disabled + label:before {
    background: #242830;
    border-color: #242830;
}

html.dark .checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
    background: #CCC;
    border-color: #bfbfbf;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
    color: #CCC;
}

html.dark .checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
    background: #47a447;
    border-color: #3f923f;
}

html.dark .checkbox-text-success input[type="checkbox"]:checked + label:after,
.checkbox-text-success input[type="checkbox"]:checked + label:after {
    color: #47a447;
}

html.dark .checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
    background: #ed9c28;
    border-color: #e89113;
}

html.dark .checkbox-text-warning input[type="checkbox"]:checked + label:after,
.checkbox-text-warning input[type="checkbox"]:checked + label:after {
    color: #ed9c28;
}

html.dark .checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
    background: #d2322d;
    border-color: #bd2d29;
}

html.dark .checkbox-text-danger input[type="checkbox"]:checked + label:after,
.checkbox-text-danger input[type="checkbox"]:checked + label:after {
    color: #d2322d;
}

html.dark .checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
    background: #5bc0de;
    border-color: #46b8da;
}

html.dark .checkbox-text-info input[type="checkbox"]:checked + label:after,
.checkbox-text-info input[type="checkbox"]:checked + label:after {
    color: #5bc0de;
}

html.dark .checkbox-dark input[type="checkbox"]:checked + label:after,
.checkbox-dark input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
    background: #171717;
    border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type="checkbox"]:checked + label:after,
.checkbox-text-dark input[type="checkbox"]:checked + label:after {
    color: #171717;
}

/* Form - Custom Radio */
.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}

.radio-custom.radio-inline {
    display: inline-block;
    vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}

.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 10px;
    height: 10px;
    background-color: #444;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 1px #444;
    box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
    color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
    background-color: #eee;
}

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

.radio-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.radio-custom label + label.error {
    display: block;
}

html.dark .radio-custom label:before {
    background: #282d36;
    border-color: #21262d;
}

html.dark .radio-custom input[type="radio"]:checked + label:after {
    background-color: #fff;
}

html.dark .radio-custom input[type="radio"]:disabled + label:before {
    background: #242830;
    border-color: #242830;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
    background: #CCC;
    -webkit-box-shadow: 0px 0px 1px #CCC;
    box-shadow: 0px 0px 1px #CCC;
}

html.dark .radio-success input[type="radio"]:checked + label:after,
.radio-success input[type="radio"]:checked + label:after {
    background: #47a447;
    -webkit-box-shadow: 0px 0px 1px #47a447;
    box-shadow: 0px 0px 1px #47a447;
}

html.dark .radio-warning input[type="radio"]:checked + label:after,
.radio-warning input[type="radio"]:checked + label:after {
    background: #ed9c28;
    -webkit-box-shadow: 0px 0px 1px #ed9c28;
    box-shadow: 0px 0px 1px #ed9c28;
}

html.dark .radio-danger input[type="radio"]:checked + label:after,
.radio-danger input[type="radio"]:checked + label:after {
    background: #d2322d;
    -webkit-box-shadow: 0px 0px 1px #d2322d;
    box-shadow: 0px 0px 1px #d2322d;
}

html.dark .radio-info input[type="radio"]:checked + label:after,
.radio-info input[type="radio"]:checked + label:after {
    background: #5bc0de;
    -webkit-box-shadow: 0px 0px 1px #5bc0de;
    box-shadow: 0px 0px 1px #5bc0de;
}

html.dark .radio-dark input[type="radio"]:checked + label:after,
.radio-dark input[type="radio"]:checked + label:after {
    background: #171717;
    -webkit-box-shadow: 0px 0px 1px #171717;
    box-shadow: 0px 0px 1px #171717;
}

/* State */
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .radio-inline,
.has-primary .checkbox-inline,
.has-primary.radio label,
.has-primary.checkbox label,
.has-primary.radio-inline label,
.has-primary.checkbox-inline label {
    color: #CCC;
}

.has-primary .form-control {
    border-color: #CCC !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #47a447;
}

.has-success .form-control {
    border-color: #47a447 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #ed9c28;
}

.has-warning .form-control {
    border-color: #ed9c28 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-danger .help-block,
.has-danger .control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
    color: #d2322d;
}

.has-danger .form-control {
    border-color: #d2322d !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
    color: #5bc0de;
}

.has-info .form-control {
    border-color: #5bc0de !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-dark .help-block,
.has-dark .control-label,
.has-dark .radio,
.has-dark .checkbox,
.has-dark .radio-inline,
.has-dark .checkbox-inline,
.has-dark.radio label,
.has-dark.checkbox label,
.has-dark.radio-inline label,
.has-dark.checkbox-inline label {
    color: #171717;
}

.has-dark .form-control {
    border-color: #171717 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

/* Form - Error Container */
.validation-message ul {
    display: none;
    list-style: none;
    margin: -20px -20px 30px -20px;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #FFCBCB;
    background: #FFEFEF;
}

.validation-message ul label.error {
    display: block;
    padding-left: 22px;
    position: relative;
}

.validation-message ul label.error:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00d';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #D9534F;
    display: inline-block;
}

.select2-drop-mask {
    z-index: 10010;
}

.select2-drop {
    z-index: 10011;
}

.select2-search {
    z-index: 10012;
}

.select2-container--bootstrap.select2-container--open {
    z-index: 10013;
}

.select2-container--bootstrap .select2-selection--single {
    height: 38.5px;
    line-height: 1.7;
    padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--multiple {
    height: 38.5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    line-height: 1.8;
}

@media (max-width: 991px) {
    .select2-container--bootstrap {
        width: auto !important;
    }
}

.input-group-select-append .btn-group > .btn:first-child {
    border-radius: 0 0.25rem 0.25rem 0;
}

.bootstrap-tagsinput {
    padding: 7px 6px 6.2px;
}

.spinner-buttons.btn-group-vertical .btn {
    height: 21px !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
    height: 20px !important;
}

.bootstrap-maxlength {
    z-index: 999999 !important;
}

html.dark .fileupload .uneditable-input {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .fileupload-new .input-append .btn-file {
    border-color: #21262d;
}

/* Form Group Invisible */
.form-group-invisible {
    position: relative;
}

.form-group-invisible.focus .control-label-invisible {
    color: #0088cc;
}

.form-group-invisible .control-label-invisible {
    bottom: 0;
    display: block;
    float: none;
    left: 0;
    line-height: 64px;
    margin: 0;
    padding-left: 50px;
    position: absolute;
    right: 0;
    top: -15px;
    -webkit-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
    width: auto;
}

.form-group-invisible .form-control-invisible, .form-group-invisible .form-control-invisible:focus, .form-group-invisible .form-control-invisible:active, .form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
    background: transparent !important;
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .form-group-invisible {
        padding-top: 30px;
    }

    .form-group-invisible .control-label-invisible {
        padding-left: 27px;
    }
}
/* Forms Validations */
label.valid {
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}

/* Spinner */
.spinner-buttons.btn-group-vertical .btn i {
    position: relative;
    top: -6px;
}

/* File Upload */
.fileupload .uneditable-input {
    height: 37px;
}

/* Input Group */
.input-group .btn, .input-group .btn.active, .input-group .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* IOs Switch */
.switch {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 0;
}

.switch .ios-switch {
    height: 35px;
    width: 65px;
}

.switch .ios-switch .handle {
    height: 31px;
    width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
    background: #CCC;
}

.switch.switch-success .ios-switch .on-background {
    background: #47a447;
}

.switch.switch-warning .ios-switch .on-background {
    background: #ed9c28;
}

.switch.switch-danger .ios-switch .on-background {
    background: #d2322d;
}

.switch.switch-info .ios-switch .on-background {
    background: #5bc0de;
}

.switch.switch-dark .ios-switch .on-background {
    background: #171717;
}

.switch.switch-lg .ios-switch {
    height: 45px;
    width: 75px;
}

.switch.switch-lg .ios-switch .handle {
    height: 41px;
    width: 41px;
}

.switch.switch-sm .ios-switch {
    height: 25px;
    width: 55px;
}

.switch.switch-sm .ios-switch .handle {
    height: 21px;
    width: 21px;
}

.ios-switch {
    height: 45px;
    width: 75px;
    position: relative;
    background-color: #E5E5E5;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ios-switch .background-fill {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.ios-switch .on-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00e459), to(#00e158));
    background-image: linear-gradient(#00e459, #00e158);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: .3s 0.2s;
    transition: .3s 0.2s;
}

.ios-switch .state-background {
    border-radius: 100px;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FDFDFD));
    background-image: linear-gradient(#ffffff, #FDFDFD);
    border: 2px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s;
}

.ios-switch .handle {
    width: 41px;
    height: 41px;
    background-color: white;
    top: 2px;
    left: 2px;
    position: absolute;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 3;
    -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33), -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ios-switch.off .handle {
    -webkit-animation: expand-off .3s 0.2s;
    animation: expand-off .3s 0.2s;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
    -webkit-transition: .3s 0s;
    transition: .3s 0s;
}

.ios-switch.off .state-background {
    -webkit-transition: .4s 0.25s;
    transition: .4s 0.25s;
}

.ios-switch.on .handle {
    -webkit-animation: expand-on .3s 0.2s;
    animation: expand-on .3s 0.2s;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
    -webkit-transform: scale(0);
    transform: scale(0);
}

@-webkit-keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@-webkit-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}

@keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}
/* Markdown */
.md-editor {
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.md-editor > .md-header {
    border-radius: 4px 4px 0 0;
    padding: 10px 10px 4px;
}

.md-editor > .md-preview,
.md-editor > textarea {
    background: #FFF;
    border-bottom: none;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    outline: none;
    width: 100% !important;
}

.md-editor .btn-group {
    margin-bottom: 6px;
    margin-right: 6px;
}

html.dark .md-editor {
    border-color: #282d36;
}

html.dark .md-editor > .md-header,
html.dark .md-editor .md-footer {
    background: #242830;
}

html.dark .md-editor > .md-preview,
html.dark .md-editor > textarea {
    background: #282d36;
}

html.dark .md-editor > textarea {
    color: #EEE;
    border-color: #1d2127;
}

/* Max Length */
@media only screen and (max-width: 767px) {
    .bootstrap-maxlength.bottom-left {
        margin-left: 40px;
    }
}
/* Modals */
.modal {
    z-index: 1100;
}

.mfp-bg {
    z-index: 10000;
}

.mfp-wrap {
    z-index: 10001;
}

.mfp-wrap .mfp-content {
    z-index: 10001;
}

.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

.modal-block.modal-block-xs {
    max-width: 200px;
}

.modal-block.modal-block-sm {
    max-width: 400px;
}

.modal-block.modal-block-md {
    max-width: 600px;
}

.modal-block.modal-block-lg {
    max-width: 900px;
}

.modal-block.modal-block-full {
    max-width: 98%;
}

.modal-block.modal-header-color .card-header h2 {
    color: #FFF;
}

.modal-block.modal-full-color {
    color: #FFF;
}

.modal-block.modal-full-color .card-header {
    border: 0;
}

.modal-block.modal-full-color .card-header h2 {
    color: #FFF;
}

.modal-block.modal-full-color .card-footer {
    border: 0;
}

.modal-block.modal-full-color .card-body {
    background-color: transparent;
}

.modal-block.modal-full-color .fa, .modal-block.modal-full-color .fab, .modal-block.modal-full-color .fal, .modal-block.modal-full-color .far, .modal-block.modal-full-color .fas {
    color: #FFF !important;
}

.modal-block.modal-full-color p {
    color: #FFF;
}

/* Modal Wrapper */
.modal-wrapper {
    position: relative;
    padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
    float: left;
    width: 20%;
    text-align: center;
}

.modal-icon .fa, .modal-icon .fab, .modal-icon .fal, .modal-icon .far, .modal-icon .fas {
    font-size: 52px;
    position: relative;
    top: -10px;
    color: #CCC;
}

.modal-icon.center {
    float: none;
    width: auto;
    padding-top: 20px;
}

.modal-icon.center + .modal-text {
    float: none;
    width: auto;
}

.modal-icon + .modal-text {
    float: left;
    width: 80%;
}

/* Modal Text */
.modal-text {
    padding: 0 5px;
}

.modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
    padding: 0;
    margin: -7px 0 4px 0;
}

.modal-block-primary .fa, .modal-block-primary .fab, .modal-block-primary .fal, .modal-block-primary .far, .modal-block-primary .fas {
    color: #CCC;
}

.modal-block-primary.modal-header-color .card-header {
    background-color: #CCC;
}

.modal-block-primary.modal-full-color .card {
    background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .card-header {
    background-color: #CCC;
}

.modal-block-primary.modal-full-color .card-footer {
    background-color: #e0e0e0;
}

.modal-block-success .fa, .modal-block-success .fab, .modal-block-success .fal, .modal-block-success .far, .modal-block-success .fas {
    color: #47a447;
}

.modal-block-success.modal-header-color .card-header {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .card {
    background-color: #5cb85c;
}

.modal-block-success.modal-full-color .card-header {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .card-footer {
    background-color: #5cb85c;
}

.modal-block-warning .fa, .modal-block-warning .fab, .modal-block-warning .fal, .modal-block-warning .far, .modal-block-warning .fas {
    color: #ed9c28;
}

.modal-block-warning.modal-header-color .card-header {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card {
    background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .card-header {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card-footer {
    background-color: #f0ad4e;
}

.modal-block-danger .fa, .modal-block-danger .fab, .modal-block-danger .fal, .modal-block-danger .far, .modal-block-danger .fas {
    color: #d2322d;
}

.modal-block-danger.modal-header-color .card-header {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card {
    background-color: #d9534f;
}

.modal-block-danger.modal-full-color .card-header {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card-footer {
    background-color: #d9534f;
}

.modal-block-info .fa, .modal-block-info .fab, .modal-block-info .fal, .modal-block-info .far, .modal-block-info .fas {
    color: #5bc0de;
}

.modal-block-info.modal-header-color .card-header {
    background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card {
    background-color: #7dcde5;
}

.modal-block-info.modal-full-color .card-header {
    background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card-footer {
    background-color: #7dcde5;
}

.modal-block-dark .fa, .modal-block-dark .fab, .modal-block-dark .fal, .modal-block-dark .far, .modal-block-dark .fas {
    color: #171717;
}

.modal-block-dark.modal-header-color .card-header {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .card {
    background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .card-header {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .card-footer {
    background-color: #2b2b2b;
}

html.dark .modal-content {
    background-color: #1d2127;
}

html.dark .modal-header,
html.dark .modal-footer {
    border-color: #282d36;
}

/* Multiselect */
html.dark .multiselect-container {
    background-color: #282d36;
}

html.dark .multiselect-container > li > a {
    color: #EEE;
}

html.dark .multiselect-container > li > a:hover, html.dark .multiselect-container > li > a:focus {
    background-color: #1d2127;
    color: #FFF;
}

/* Select 2 */
html.dark .select2-container--bootstrap .select2-selection,
html.dark .select2-container--bootstrap .select2-dropdown,
html.dark .select2-container--bootstrap .select2-choices .select2-search-field input,
html.dark .select2-container--bootstrap .select2-choice,
html.dark .select2-container--bootstrap .select2-choices {
    color: #EEE;
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #EEE;
}

html.dark .select2-container--bootstrap .select2-results__option[aria-selected="true"],
html.dark .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    color: #EEE;
    background-color: #2e353e;
    border-color: #2e353e;
}

/*	Slider - */
.ui-slider.ui-widget-content {
    background: #ebebeb;
    border: none;
}

/*	Sliders - Horizontal */
.ui-slider-horizontal {
    height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

/*	Sliders - Vertical */
.ui-slider-vertical {
    display: inline-block;
    width: 6px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -7px;
}

/*	Sliders - UI Handle */
.ui-slider .ui-slider-handle {
    background: #d9d9d9;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.ui-slider .ui-slider-handle:hover {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

/*	Sliders - UI Handle (Fix Windows Mobile Devices) */
.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/*	Sliders - Range */
.ui-slider .ui-slider-range {
    background: #d9d9d9;
}

/*	Sliders - Contextual */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
    background: #CCC;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(50%, #CCC), to(#b3b3b3));
    background-image: linear-gradient(#e6e6e6 0, #CCC 50%, #b3b3b3 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e6e6e6), color-stop(50%, #CCC), to(#b3b3b3));
    background-image: linear-gradient(to right, #e6e6e6 0, #CCC 50%, #b3b3b3 100%);
}

.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
    background: #47a447;
}

.slider-gradient.slider-success .ui-slider-range,
.slider-gradient.slider-success .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63bb63), color-stop(50%, #47a447), to(#388038));
    background-image: linear-gradient(#63bb63 0, #47a447 50%, #388038 100%);
}

.slider-gradient.ui-slider-vertical.slider-success .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-success .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #63bb63), color-stop(50%, #47a447), to(#388038));
    background-image: linear-gradient(to right, #63bb63 0, #47a447 50%, #388038 100%);
}

.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
    background: #ed9c28;
}

.slider-gradient.slider-warning .ui-slider-range,
.slider-gradient.slider-warning .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1b257), color-stop(50%, #ed9c28), to(#d18211));
    background-image: linear-gradient(#f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-warning .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f1b257), color-stop(50%, #ed9c28), to(#d18211));
    background-image: linear-gradient(to right, #f1b257 0, #ed9c28 50%, #d18211 100%);
}

.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
    background: #d2322d;
}

.slider-gradient.slider-danger .ui-slider-range,
.slider-gradient.slider-danger .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #db5b57), color-stop(50%, #d2322d), to(#a82824));
    background-image: linear-gradient(#db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-danger .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #db5b57), color-stop(50%, #d2322d), to(#a82824));
    background-image: linear-gradient(to right, #db5b57 0, #d2322d 50%, #a82824 100%);
}

.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
    background: #5bc0de;
}

.slider-gradient.slider-info .ui-slider-range,
.slider-gradient.slider-info .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85d0e7), color-stop(50%, #5bc0de), to(#31b0d5));
    background-image: linear-gradient(#85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

.slider-gradient.ui-slider-vertical.slider-info .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-info .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #85d0e7), color-stop(50%, #5bc0de), to(#31b0d5));
    background-image: linear-gradient(to right, #85d0e7 0, #5bc0de 50%, #31b0d5 100%);
}

.slider-dark .ui-slider-range,
.slider-dark .ui-slider-handle {
    background: #171717;
}

.slider-gradient.slider-dark .ui-slider-range,
.slider-gradient.slider-dark .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313131), color-stop(50%, #171717), to(black));
    background-image: linear-gradient(#313131 0, #171717 50%, black 100%);
}

.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-dark .ui-slider-handle {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #313131), color-stop(50%, #171717), to(black));
    background-image: linear-gradient(to right, #313131 0, #171717 50%, black 100%);
}

html.dark .ui-slider.ui-widget-content {
    background: #21262d;
}

/* Spinners */
.spinner-buttons.btn-group-vertical .btn {
    height: 18px;
    margin: 0 0 0 -1px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
    line-height: 14px;
}

.spinner-buttons.btn-group-vertical .btn i {
    margin-top: -2px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
    border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px !important;
    margin-top: -1px;
    height: 17px;
}

/* Summernote */
.note-editor {
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.note-editor, .note-editor.note-frame {
    border: 1px solid #ddd;
    margin-top: 0 !important;
}

.note-editor.active {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.note-editor .note-title {
    padding-top: 0 !important;
}

.note-editor .btn-light {
    border-color: #CCC !important;
}

.note-editor .note-toolbar {
    background-color: #f5f5f5;
    border-bottom: 1px dashed #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 4px 4px 0 0;
    padding: 3px 10px 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.note-editor .note-toolbar i {
    margin: 0;
}

.note-editor .note-toolbar i:before {
    margin: 0;
}

.note-editor .note-toolbar .btn-group {
    float: none !important;
}

.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.note-editor .note-toolbar .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .note-toolbar .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .note-editor .note-toolbar {
        text-align: center;
    }
}

.note-editor .note-editable {
    clear: both;
    background: #FFF;
    border: none;
    border-radius: 0 0 4px 4px;
    font-family: Arial, Helvetica, Sans-serif;
}

.note-editor .note-statusbar {
    background: #FFF;
    border-radius: 0 0 4px 4px;
}

.note-editor .note-statusbar .note-resizebar {
    border-color: #DDD;
    display: block;
}

html.dark .note-editor {
    border-color: #282d36;
    color: #EEE;
}

html.dark .note-editor .note-toolbar,
html.dark .note-editor .note-statusbar {
    background: #242830;
    border-color: #1d2127;
}

html.dark .note-editor .note-editable {
    background: #282d36;
    border-color: #1d2127;
}

html.dark .note-editor .note-statusbar .note-resizebar {
    border-color: #1d2127;
}

html.dark .note-editor .note-statusbar .note-resizebar .note-icon-bar {
    border-color: #444;
}

html.dark .note-editor .note-editing-area .note-editable {
    color: #EEE;
}

html.dark .note-editor .caret {
    border-color: #FFF transparent transparent;
}

/* Tables - Basic */
.table {
    width: 100%;
}

.table .table {
    background: transparent;
}

/* Tables - Responsive */
.table-responsive > .table-bordered {
    border: 1px solid #dee2e6;
}

/* Bootstrap uses important, we need to force it here */
.table.mb-0 {
    margin-bottom: 0 !important;
}

/* In case you dont want a border in some row */
.table .b-top-0 td {
    border-top: none;
}

/* Tables - Actions */
.table .actions,
.table .actions-hover {
    vertical-align: middle;
}

.table .actions a,
.table .actions-hover a {
    display: inline-block;
    margin-right: 5px;
    color: #666;
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
    margin-right: 0;
}

.table .actions a:hover,
.table .actions-hover a:hover {
    color: #333;
}

.table .actions-hover a {
    opacity: 0;
}

.table tr:hover .actions-hover a {
    opacity: 1;
}

.table .actions-fade a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
    .table.table-no-more,
    .table.table-no-more thead,
    .table.table-no-more tbody,
    .table.table-no-more tr,
    .table.table-no-more th,
    .table.table-no-more td {
        display: block;
    }

    .table.table-no-more thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }

    .table.table-no-more tr {
        border-bottom: 1px solid #DDD;
    }

    .table.table-no-more td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
        white-space: normal;
    }

    .table.table-no-more td:before {
        content: attr(data-title);
        font-weight: bold;
        left: 6px;
        padding-right: 10px;
        position: absolute;
        text-align: left;
        top: 8px;
        white-space: nowrap;
        width: 45%;
    }

    .table.table-no-more.table-bordered td {
        border-bottom: 1px solid #dedede;
    }

    .table.table-no-more.table-sm td:before {
        top: 5px;
    }
}
/* Dark - Tables */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
    border-color: #262b33;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #282d36;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
    background-color: #272c34;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
    color: #808697;
}

@media screen and (max-width: 991px) {
    html.dark .table-responsive {
        border-color: #262b33;
    }
}

@media only screen and (max-width: 991px) {
    html.dark .table.table-no-more tr,
    html.dark .table.table-no-more.table-bordered td {
        border-bottom-color: #262b33;
    }
}
/* Tables - States */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    color: #FFF;
    background-color: #CCC !important;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    color: #FFF;
    background-color: #47a447 !important;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    color: #FFF;
    background-color: #ed9c28 !important;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    color: #FFF;
    background-color: #d2322d !important;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    color: #FFF;
    background-color: #5bc0de !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    color: #FFF;
    background-color: #171717 !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    background-color: #4a4a4a;
    color: #FFF;
}

/* Tags Input */
.bootstrap-tagsinput {
    width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.bootstrap-tagsinput .badge {
    border: 0;
}

html.dark .bootstrap-tagsinput {
    background: #282d36;
    border-color: #282d36;
}

/* Timepicker */
html.dark .bootstrap-timepicker-widget {
    background-color: #282d36;
}

html.dark .bootstrap-timepicker-widget:before {
    border-bottom-color: #1d2127;
}

html.dark .bootstrap-timepicker-widget:after {
    border-bottom-color: #282d36;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    border-top-color: #1d2127;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    border-top-color: #282d36;
}

html.dark .bootstrap-timepicker-widget table td a {
    color: #FFF;
}

html.dark .bootstrap-timepicker-widget table td a:hover {
    border-color: #282d36;
}

html.dark .bootstrap-timepicker-widget table td input {
    background-color: #21262d;
    border-color: #282d36;
    color: #EEE;
}

/* Pagination */
.pagination > li a {
    color: #CCC;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pagination > li a:hover, .pagination > li a:focus {
    color: #d9d9d9;
}

.pagination > li.active a, .pagination > li.active a:hover, .pagination > li.active a:focus,
.pagination > li.active span,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
    background-color: #CCC;
    border-color: #CCC;
}

.pagination > li.active a {
    background-color: #CCC;
}

/* Pager */
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.pager .disabled > a:hover, .pager .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

/* Wizard */
.card-body .wizard-tabs {
    margin: -15px -15px 15px;
}

.card-body-nopadding .wizard-tabs {
    margin: 0;
}

.wizard-tabs ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wizard-tabs ul > li {
    display: table-cell;
    border-bottom: 1px solid #EEE;
}

.wizard-tabs ul > li.active {
    border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a, .wizard-tabs ul > li.active > a:hover, .wizard-tabs ul > li.active > a:focus {
    background: #FFF;
    color: #555;
}

.wizard-tabs ul > li.active > a:after {
    border-left-color: #FFF;
}

.wizard-tabs ul > li.active .badge {
    background-color: #CCC;
}

.wizard-tabs ul > li.disabled > a, .wizard-tabs ul > li.disabled > a:hover, .wizard-tabs ul > li.disabled > a:focus {
    color: #CCC;
}

.wizard-tabs ul > li.disabled .badge {
    background-color: #CCC;
}

.wizard-tabs ul > li > a {
    position: relative;
    display: block;
    padding: 5px;
    font-size: 13.6px;
    font-size: 0.85rem;
    text-decoration: none;
    color: #555;
}

.wizard-tabs ul > li > a .badge {
    border-radius: 100%;
    color: #FFF;
    background: #CCC;
    padding: 6.4px 8.8px;
    padding: 0.4rem 0.55rem;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.wizard-tabs ul > li > a, .wizard-tabs ul > li > a:hover {
    background: #F4F4F4;
    color: #555;
}

.wizard-tabs ul > li > a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wizard-tabs ul > li > a:active, .wizard-tabs ul > li > a:focus {
    border-bottom: 0;
}

.wizard-tabs ul > li > a:before, .wizard-tabs ul > li > a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
    border: 17px solid transparent;
    border-right: 0;
    border-left: 10px solid transparent;
    width: 0;
    height: 0;
}

.wizard-tabs ul > li > a:before {
    z-index: 1;
    right: -11px;
    border-left-color: #E0E0E0;
}

.wizard-tabs ul > li > a:after {
    z-index: 2;
    border-left-color: #F4F4F4;
}

.wizard-tabs ul > li:last-child > a:before, .wizard-tabs ul > li:last-child > a:after {
    display: none;
}

html.dark .wizard-tabs ul > li {
    border-color: #282d36;
}

html.dark .wizard-tabs ul > li.active {
    border-color: #2e353e;
}

html.dark .wizard-tabs ul > li.active a, html.dark .wizard-tabs ul > li.active a:hover, html.dark .wizard-tabs ul > li.active a:active {
    background: #2e353e;
    color: #EEE;
}

html.dark .wizard-tabs ul > li.active a:before {
    border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li.active a:after {
    border-left-color: #2e353e;
}

html.dark .wizard-tabs ul > li a, html.dark .wizard-tabs ul > li a:hover {
    background: #282d36;
    color: #EEE;
}

html.dark .wizard-tabs ul > li a:before {
    border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li a:after {
    border-left-color: #282d36;
}

html .wizard-progress,
html.dark .wizard-progress {
    margin: 0 15px;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
    height: 2px;
    margin: 0 38px;
    position: relative;
    top: 15px;
    background: #CCC;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
    height: 100%;
    width: 0;
    background: #CCC;
    -webkit-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
    display: inline-block;
    width: 100%;
    font-size: 0;
    text-align: justify;
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
    display: inline-block;
    width: 100%;
    content: '.';
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    max-width: 100px;
}

html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
    position: relative;
    display: block;
    padding: 25px 8px 0;
    font-size: 11px;
    color: #33333F;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: #CCC;
    color: #FFF;
    line-height: 26px;
    text-align: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    font-size: 13px;
    text-indent: -1px;
    border: 2px solid #CCC;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
    background: #CCC;
    color: #FFF;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
    background: #FFF;
    color: #CCC;
    border-color: #CCC;
}

html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
    color: #FFF;
}

html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
    margin: 0 auto 30px;
    width: 80%;
}

html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
    margin: 0 52px;
    height: 4px;
    top: 34px;
}

html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
    padding-top: 30px;
}

html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
    max-width: 135px;
}

html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
    padding-top: 40px;
    font-size: 14px;
}

html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 60px;
    line-height: 52px;
    font-size: 22px;
    border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
    color: #808697;
}

html.dark .wizard-progress.wizard-progress ul li a span {
    background: #242830;
    border-color: #242830;
}

html.dark .wizard-progress .wizard-steps li.active a span {
    background: #242830;
}

html.dark .wizard-progress .steps-progress {
    background: #242830;
}

@media only screen and (max-width: 991px) {
    html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
        width: auto;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    html .wizard-progress .steps-progress, html.dark .wizard-progress .steps-progress {
        display: none;
    }

    html .wizard-progress .wizard-steps, html.dark .wizard-progress .wizard-steps {
        display: block;
        font-size: 0;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        width: 100%;
    }

    html .wizard-progress .wizard-steps li, html.dark .wizard-progress .wizard-steps li {
        -webkit-transition: margin .5s linear;
        transition: margin .5s linear;
        display: inline-block;
        float: none;
        position: relative;
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    html .wizard-progress .wizard-steps li a, html.dark .wizard-progress .wizard-steps li a {
        position: relative;
        z-index: 2;
    }

    html .wizard-progress .wizard-steps li:before, html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:after {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        top: 0;
        width: 50%;
    }

    html .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:before {
        background: #CCC;
        left: 0;
    }

    html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:after {
        background: #CCC;
        right: 0;
    }

    html .wizard-progress .wizard-steps li.active, html.dark .wizard-progress .wizard-steps li.active {
        margin-left: 0;
    }

    html .wizard-progress .wizard-steps li.completed, html.dark .wizard-progress .wizard-steps li.completed {
        margin-left: -100%;
    }

    html .wizard-progress .wizard-steps li.completed:after, html.dark .wizard-progress .wizard-steps li.completed:after {
        background: #CCC;
    }

    html .wizard-progress .wizard-steps li.completed.active, html.dark .wizard-progress .wizard-steps li.completed.active {
        margin-left: 0;
    }

    html .wizard-progress .wizard-steps li:first-child:before, html.dark .wizard-progress .wizard-steps li:first-child:before {
        display: none;
    }

    html .wizard-progress .wizard-steps li:last-child:after, html.dark .wizard-progress .wizard-steps li:last-child:after {
        display: none;
    }

    html .wizard-progress.wizard-progress-lg .wizard-steps li, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
        min-width: 0;
        max-width: none;
    }

    html .wizard-progress.wizard-progress-lg .wizard-steps li:before, html .wizard-progress.wizard-progress-lg .wizard-steps li:after, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
        height: 4px;
    }
}

.form-wizard {
    margin-bottom: 20px;
}

.form-wizard .tabs {
    margin-bottom: 0;
}

.form-wizard .tab-content {
    background: #FFF;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
    cursor: pointer;
}

.form-wizard ul.pager .disabled a {
    cursor: not-allowed;
}

.form-wizard ul.pager .next.disabled {
    display: none;
}

html.dark .form-wizard .pager li > a,
html.dark .form-wizard .pager li > a:hover,
html.dark .form-wizard .pager li > a:focus,
html.dark .form-wizard .pager li > span {
    background: #2e353e;
    border-color: #282d36;
    color: #EEE;
}

html.dark .form-wizard .pager .disabled > a, html.dark .form-wizard .pager .disabled > a:hover, html.dark .form-wizard .pager .disabled > a:focus, html.dark .form-wizard .pager .disabled > span {
    background: #282d36;
    border-color: #282d36;
    color: #EEE;
}

a {
    color: #B11D27;
}

a:hover {
    color: #e35938;
}

a:focus {
    color: #e35938;
}

a:active {
    color: #cc3e1d;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
    color: #B11D27 !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
    border-color: #B11D27;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary,
html .text-secondary {
    color: #eeab26 !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
    border-color: #eeab26;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary,
html .text-tertiary {
    color: #eaeff3 !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
    border-color: #eaeff3;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary,
html .text-quaternary {
    color: #080808 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
    border-color: #080808;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
    color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
    border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
    color: #ffffff !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
    border-color: #ffffff;
}

html .background-color-primary {
    background-color: #B11D27 !important;
}

html .background-color-secondary {
    background-color: #eeab26 !important;
}

html .background-color-tertiary {
    background-color: #eaeff3 !important;
}

html .background-color-quaternary {
    background-color: #080808 !important;
}

html .background-color-dark {
    background-color: #2e353e !important;
}

html .background-color-light {
    background-color: #ffffff !important;
}

.alternative-font {
    color: #B11D27;
}

html .blockquote-primary {
    border-color: #B11D27 !important;
}

html .blockquote-secondary {
    border-color: #eeab26 !important;
}

html .blockquote-tertiary {
    border-color: #eaeff3 !important;
}

html .blockquote-quaternary {
    border-color: #080808 !important;
}

html .blockquote-dark {
    border-color: #2e353e !important;
}

html .blockquote-light {
    border-color: #ffffff !important;
}

p.drop-caps:first-letter {
    color: #B11D27;
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #B11D27;
}

.nav-pills > li.active > a,
.nav-pills .nav-link.active {
    background-color: #B11D27;
}

.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
    background-color: #B11D27;
}

.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
    border-bottom-color: #B11D27;
}

html .nav-pills-primary a {
    color: #B11D27;
}

html .nav-pills-primary a:hover {
    color: #e35938;
}

html .nav-pills-primary a:focus {
    color: #e35938;
}

html .nav-pills-primary a:active {
    color: #cc3e1d;
}

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
    background-color: #B11D27;
}

html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
    background-color: #B11D27;
}

html .nav-pills-secondary a {
    color: #eeab26;
}

html .nav-pills-secondary a:hover {
    color: #f0b43e;
}

html .nav-pills-secondary a:focus {
    color: #f0b43e;
}

html .nav-pills-secondary a:active {
    color: #e8a112;
}

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
    background-color: #eeab26;
}

html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
    background-color: #eeab26;
}

html .nav-pills-tertiary a {
    color: #eaeff3;
}

html .nav-pills-tertiary a:hover {
    color: #fafbfc;
}

html .nav-pills-tertiary a:focus {
    color: #fafbfc;
}

html .nav-pills-tertiary a:active {
    color: #dae3ea;
}

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
    background-color: #eaeff3;
}

html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
    background-color: #eaeff3;
}

html .nav-pills-quaternary a {
    color: #080808;
}

html .nav-pills-quaternary a:hover {
    color: #151515;
}

html .nav-pills-quaternary a:focus {
    color: #151515;
}

html .nav-pills-quaternary a:active {
    color: #000000;
}

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
    background-color: #080808;
}

html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
    background-color: #080808;
}

html .nav-pills-dark a {
    color: #2e353e;
}

html .nav-pills-dark a:hover {
    color: #39424d;
}

html .nav-pills-dark a:focus {
    color: #39424d;
}

html .nav-pills-dark a:active {
    color: #23282f;
}

html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
    background-color: #2e353e;
}

html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
    background-color: #2e353e;
}

html .nav-pills-light a {
    color: #ffffff;
}

html .nav-pills-light a:hover {
    color: #ffffff;
}

html .nav-pills-light a:focus {
    color: #ffffff;
}

html .nav-pills-light a:active {
    color: #f2f2f2;
}

html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
    background-color: #ffffff;
}

html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
    background-color: #ffffff;
}

.sort-source-wrapper .nav > li.active > a {
    color: #B11D27;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
    color: #B11D27;
}

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #B11D27;
}

html .badge-primary {
    background-color: #B11D27;
}

html .badge-secondary {
    background-color: #eeab26;
}

html .badge-tertiary {
    background-color: #eaeff3;
}

html .badge-quaternary {
    background-color: #080808;
}

html .badge-dark {
    background-color: #2e353e;
}

html .badge-light {
    background-color: #ffffff;
}

.btn-link {
    color: #B11D27;
}

.btn-link:hover {
    color: #e35938;
}

.btn-link:active {
    color: #cc3e1d;
}

html .btn-primary {
    background-color: #B11D27;
    border-color: #B11D27 #B11D27 #b63719;
    color: #ffffff;
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #e56244;
    border-color: #e66b4f #e66b4f #B11D27;
    color: #ffffff;
}

html .btn-primary:focus,
html .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
    box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
}

html .btn-primary.disabled,
html .btn-primary:disabled {
    background-color: #B11D27;
    border-color: #B11D27 #B11D27 #b63719;
}

html .btn-primary:active,
html .btn-primary.active,
.show > html .btn-primary.dropdown-toggle {
    background-color: #c13a1b !important;
    background-image: none !important;
    border-color: #b63719 #b63719 #892913 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
}

html .btn-primary-scale-2 {
    background-color: #b63719;
    border-color: #b63719 #b63719 #892913;
    color: #ffffff;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
    background-color: #d7411e;
    border-color: #B11D27 #B11D27 #b63719;
    color: #ffffff;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(182, 55, 25, 0.5);
    box-shadow: 0 0 0 3px rgba(182, 55, 25, 0.5);
}

html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
    background-color: #b63719;
    border-color: #b63719 #b63719 #892913;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active,
.show > html .btn-primary-scale-2.dropdown-toggle {
    background-color: #942d15 !important;
    background-image: none !important;
    border-color: #892913 #892913 #5c1c0d !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 55, 25, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(182, 55, 25, 0.5) !important;
}

html .btn-secondary {
    background-color: #eeab26;
    border-color: #eeab26 #eeab26 #d19010;
    color: #777777;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
    background-color: #f1b949;
    border-color: #f2bd55 #f2bd55 #eeab26;
    color: #777777;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(238, 171, 38, 0.5);
    box-shadow: 0 0 0 3px rgba(238, 171, 38, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
    background-color: #eeab26;
    border-color: #eeab26 #eeab26 #d19010;
}

html .btn-secondary:active,
html .btn-secondary.active,
.show > html .btn-secondary.dropdown-toggle {
    background-color: #dc9811 !important;
    background-image: none !important;
    border-color: #d19010 #d19010 #a1700d !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 171, 38, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 171, 38, 0.5) !important;
}

html .btn-secondary-scale-2 {
    background-color: #d19010;
    border-color: #d19010 #d19010 #a1700d;
    color: #777777;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
    background-color: #eda61a;
    border-color: #eeab26 #eeab26 #d19010;
    color: #777777;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(209, 144, 16, 0.5);
    box-shadow: 0 0 0 3px rgba(209, 144, 16, 0.5);
}

html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
    background-color: #d19010;
    border-color: #d19010 #d19010 #a1700d;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active,
.show > html .btn-secondary-scale-2.dropdown-toggle {
    background-color: #ad780e !important;
    background-image: none !important;
    border-color: #a1700d #a1700d #724f09 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 144, 16, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(209, 144, 16, 0.5) !important;
}

html .btn-tertiary {
    background-color: #eaeff3;
    border-color: #eaeff3 #eaeff3 #cad6e0;
    color: #777777;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #eaeff3;
    color: #777777;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 239, 243, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 239, 243, 0.5);
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
    background-color: #eaeff3;
    border-color: #eaeff3 #eaeff3 #cad6e0;
}

html .btn-tertiary:active,
html .btn-tertiary.active,
.show > html .btn-tertiary.dropdown-toggle {
    background-color: #d2dce5 !important;
    background-image: none !important;
    border-color: #cad6e0 #cad6e0 #a9bece !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 239, 243, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(234, 239, 243, 0.5) !important;
}

html .btn-tertiary-scale-2 {
    background-color: #cad6e0;
    border-color: #cad6e0 #cad6e0 #a9bece;
    color: #777777;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
    background-color: #e2e9ee;
    border-color: #eaeff3 #eaeff3 #cad6e0;
    color: #777777;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(202, 214, 224, 0.5);
    box-shadow: 0 0 0 3px rgba(202, 214, 224, 0.5);
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
    background-color: #cad6e0;
    border-color: #cad6e0 #cad6e0 #a9bece;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active,
.show > html .btn-tertiary-scale-2.dropdown-toggle {
    background-color: #b1c4d3 !important;
    background-image: none !important;
    border-color: #a9bece #a9bece #89a5bb !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 214, 224, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(202, 214, 224, 0.5) !important;
}

html .btn-quaternary {
    background-color: #080808;
    border-color: #080808 #080808 #000000;
    color: #ffffff;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
    background-color: #1b1b1b;
    border-color: #222222 #222222 #080808;
    color: #ffffff;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(8, 8, 8, 0.5);
    box-shadow: 0 0 0 3px rgba(8, 8, 8, 0.5);
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
    background-color: #080808;
    border-color: #080808 #080808 #000000;
}

html .btn-quaternary:active,
html .btn-quaternary.active,
.show > html .btn-quaternary.dropdown-toggle {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 #000000 #000000 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(8, 8, 8, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(8, 8, 8, 0.5) !important;
}

html .btn-quaternary-scale-2 {
    background-color: #000000;
    border-color: #000000 #000000 #000000;
    color: #ffffff;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
    background-color: #131313;
    border-color: #1a1a1a #1a1a1a #000000;
    color: #ffffff;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
    background-color: #000000;
    border-color: #000000 #000000 #000000;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active,
.show > html .btn-quaternary-scale-2.dropdown-toggle {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 #000000 #000000 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

html .btn-dark {
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
    color: #ffffff;
}

html .btn-dark:hover,
html .btn-dark.hover {
    background-color: #3e4854;
    border-color: #444e5b #444e5b #2e353e;
    color: #ffffff;
}

html .btn-dark:focus,
html .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
    box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}

html .btn-dark.disabled,
html .btn-dark:disabled {
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:active,
html .btn-dark.active,
.show > html .btn-dark.dropdown-toggle {
    background-color: #1e2228 !important;
    background-image: none !important;
    border-color: #181c21 #181c21 #030303 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

html .btn-dark-scale-2 {
    background-color: #181c21;
    border-color: #181c21 #181c21 #030303;
    color: #ffffff;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
    background-color: #292f37;
    border-color: #2e353e #2e353e #181c21;
    color: #ffffff;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
    box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
    background-color: #181c21;
    border-color: #181c21 #181c21 #030303;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active,
.show > html .btn-dark-scale-2.dropdown-toggle {
    background-color: #08090b !important;
    background-image: none !important;
    border-color: #030303 #030303 #000000 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
}

html .btn-light {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #e6e6e6;
    color: #777777;
}

html .btn-light:hover,
html .btn-light.hover {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #ffffff;
    color: #777777;
}

html .btn-light:focus,
html .btn-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

html .btn-light.disabled,
html .btn-light:disabled {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #e6e6e6;
}

html .btn-light:active,
html .btn-light.active,
.show > html .btn-light.dropdown-toggle {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #cccccc !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

html .btn-light-scale-2 {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
    color: #777777;
}

html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
    background-color: #f9f9f9;
    border-color: #ffffff #ffffff #e6e6e6;
    color: #777777;
}

html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
    box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2.active,
.show > html .btn-light-scale-2.dropdown-toggle {
    background-color: #d2d2d2 !important;
    background-image: none !important;
    border-color: #cccccc #cccccc #b3b3b3 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
}

html .btn-outline.btn-primary {
    color: #B11D27;
    background-color: transparent;
    background-image: none;
    border-color: #B11D27;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
    color: #ffffff;
    background-color: #B11D27;
    border-color: #B11D27;
}

html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
    box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
}

html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
    color: #B11D27;
    background-color: transparent;
}

html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active,
.show > html .btn-outline.btn-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #B11D27 !important;
    border-color: #B11D27 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
}

html .btn-outline.btn-secondary {
    color: #eeab26;
    background-color: transparent;
    background-image: none;
    border-color: #eeab26;
}

html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
    color: #777777;
    background-color: #eeab26;
    border-color: #eeab26;
}

html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(238, 171, 38, 0.5);
    box-shadow: 0 0 0 3px rgba(238, 171, 38, 0.5);
}

html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
    color: #eeab26;
    background-color: transparent;
}

html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active,
.show > html .btn-outline.btn-secondary.dropdown-toggle {
    color: #777777 !important;
    background-color: #eeab26 !important;
    border-color: #eeab26 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 171, 38, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 171, 38, 0.5) !important;
}

html .btn-outline.btn-tertiary {
    color: #eaeff3;
    background-color: transparent;
    background-image: none;
    border-color: #eaeff3;
}

html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
    color: #777777;
    background-color: #eaeff3;
    border-color: #eaeff3;
}

html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 239, 243, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 239, 243, 0.5);
}

html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
    color: #eaeff3;
    background-color: transparent;
}

html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active,
.show > html .btn-outline.btn-tertiary.dropdown-toggle {
    color: #777777 !important;
    background-color: #eaeff3 !important;
    border-color: #eaeff3 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 239, 243, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(234, 239, 243, 0.5) !important;
}

html .btn-outline.btn-quaternary {
    color: #080808;
    background-color: transparent;
    background-image: none;
    border-color: #080808;
}

html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
    color: #ffffff;
    background-color: #080808;
    border-color: #080808;
}

html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(8, 8, 8, 0.5);
    box-shadow: 0 0 0 3px rgba(8, 8, 8, 0.5);
}

html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
    color: #080808;
    background-color: transparent;
}

html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active,
.show > html .btn-outline.btn-quaternary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #080808 !important;
    border-color: #080808 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(8, 8, 8, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(8, 8, 8, 0.5) !important;
}

html .btn-outline.btn-dark {
    color: #2e353e;
    background-color: transparent;
    background-image: none;
    border-color: #2e353e;
}

html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
    color: #ffffff;
    background-color: #2e353e;
    border-color: #2e353e;
}

html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
    box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}

html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
    color: #2e353e;
    background-color: transparent;
}

html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active,
.show > html .btn-outline.btn-dark.dropdown-toggle {
    color: #ffffff !important;
    background-color: #2e353e !important;
    border-color: #2e353e !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

html .btn-outline.btn-light {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}

html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
    color: #777777;
    background-color: #ffffff;
    border-color: #ffffff;
}

html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
    color: #ffffff;
    background-color: transparent;
}

html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active,
.show > html .btn-outline.btn-light.dropdown-toggle {
    color: #777777 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #B11D27;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
    background-color: #B11D27 !important;
    border-color: #B11D27;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
    color: #B11D27;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
    background-color: #B11D27;
    border-color: #B11D27;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
    background-color: #B11D27;
    border-color: #B11D27 #B11D27 #b63719;
    color: #ffffff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
    background-color: #e56244;
    border-color: #e66b4f #e66b4f #B11D27;
    color: #ffffff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
    box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
    background-color: #B11D27;
    border-color: #B11D27 #B11D27 #b63719;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle {
    background-color: #c13a1b !important;
    background-image: none !important;
    border-color: #b63719 #b63719 #892913 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
}

html .alert-primary {
    background-color: #B11D27;
    border-color: #d5411e;
    color: #ffffff;
}

html .alert-primary .alert-link {
    color: #ffffff;
}

html .alert-secondary {
    background-color: #eeab26;
    border-color: #eda618;
    color: #777777;
}

html .alert-secondary .alert-link {
    color: #777777;
}

html .alert-tertiary {
    background-color: #eaeff3;
    border-color: #e0e8ed;
    color: #777777;
}

html .alert-tertiary .alert-link {
    color: #777777;
}

html .alert-quaternary {
    background-color: #080808;
    border-color: #000000;
    color: #ffffff;
}

html .alert-quaternary .alert-link {
    color: #ffffff;
}

html .alert-dark {
    background-color: #2e353e;
    border-color: #272d35;
    color: #ffffff;
}

html .alert-dark .alert-link {
    color: #ffffff;
}

html .alert-light {
    background-color: #ffffff;
    border-color: #f7f7f7;
    color: #777777;
}

html .alert-light .alert-link {
    color: #777777;
}

html .progress-bar-primary {
    background-color: #B11D27;
}

html .progress-bar-secondary {
    background-color: #eeab26;
}

html .progress-bar-tertiary {
    background-color: #eaeff3;
}

html .progress-bar-quaternary {
    background-color: #080808;
}

html .progress-bar-dark {
    background-color: #2e353e;
}

html .progress-bar-light {
    background-color: #ffffff;
}

html section.section-primary {
    background-color: #B11D27 !important;
    border-color: #cc3e1d !important;
}

html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
    color: #ffffff;
}

html section.section-primary p {
    color: #e6e6e6;
}

html section.section-primary-scale-2 {
    background-color: #b63719 !important;
    border-color: #9f3016 !important;
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #b63719;
}

html section.section-secondary {
    background-color: #eeab26 !important;
    border-color: #e8a112 !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
    color: #777777;
}

html section.section-secondary p {
    color: #5e5e5e;
}

html section.section-secondary-scale-2 {
    background-color: #d19010 !important;
    border-color: #b9800e !important;
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #d19010;
}

html section.section-tertiary {
    background-color: #eaeff3 !important;
    border-color: #dae3ea !important;
}

html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
    color: #777777;
}

html section.section-tertiary p {
    color: #5e5e5e;
}

html section.section-tertiary-scale-2 {
    background-color: #cad6e0 !important;
    border-color: #b9cad7 !important;
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #cad6e0;
}

html section.section-quaternary {
    background-color: #080808 !important;
    border-color: #000000 !important;
}

html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
    color: #ffffff;
}

html section.section-quaternary p {
    color: #e6e6e6;
}

html section.section-quaternary-scale-2 {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #000000;
}

html section.section-dark {
    background-color: #2e353e !important;
    border-color: #23282f !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
    color: #ffffff;
}

html section.section-dark p {
    color: #e6e6e6;
}

html section.section-dark-scale-2 {
    background-color: #181c21 !important;
    border-color: #0d0f12 !important;
}

html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #181c21;
}

html section.section-light {
    background-color: #ffffff !important;
    border-color: #f2f2f2 !important;
}

html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
    color: #777777;
}

html section.section-light p {
    color: #5e5e5e;
}

html section.section-light-scale-2 {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}

html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #e6e6e6;
}

html section.section-default-scale-1 {
    background-color: #dbdbdb !important;
    border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
    background-color: #c1c1c1 !important;
    border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
    background-color: #a8a8a8 !important;
    border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
    background-color: #8e8e8e !important;
    border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
    background-color: #757575 !important;
    border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
    background-color: #5b5b5b !important;
    border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
    background-color: #424242 !important;
    border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
    background-color: #282828 !important;
    border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
    background-color: #0f0f0f !important;
    border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
    background-color: #333a44 !important;
    border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
    background-color: #495362 !important;
    border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
    background-color: #5e6b7f !important;
    border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
    background-color: #77849a !important;
    border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
    background-color: #949faf !important;
    border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
    background-color: #b1b9c5 !important;
    border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
    background-color: #ced3db !important;
    border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
    background-color: #ebeef1 !important;
    border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
    background-color: #ffffff !important;
    border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
    border-bottom-color: #B11D27;
}

section.page-header.custom-product {
    background-color: #cc3e1d;
    border-top-color: #d9421e;
}

html .page-header-color.page-header-primary {
    background-color: #B11D27;
    border-bottom-color: #B11D27;
    color: #ffffff;
}

html .page-header-color.page-header-primary h1 {
    color: #ffffff;
}

html .page-header-color.page-header-primary h1 span {
    color: #ffffff;
}

html .page-header-color.page-header-primary a {
    color: #ffffff;
}

html .page-header-color.page-header-primary .breadcrumb > .active {
    color: #ffffff;
}

html .page-header-color.page-header-secondary {
    background-color: #eeab26;
    border-bottom-color: #eeab26;
    color: #777777;
}

html .page-header-color.page-header-secondary h1 {
    color: #777777;
}

html .page-header-color.page-header-secondary h1 span {
    color: #777777;
}

html .page-header-color.page-header-secondary a {
    color: #777777;
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
    color: #777777;
}

html .page-header-color.page-header-tertiary {
    background-color: #eaeff3;
    border-bottom-color: #eaeff3;
    color: #777777;
}

html .page-header-color.page-header-tertiary h1 {
    color: #777777;
}

html .page-header-color.page-header-tertiary h1 span {
    color: #777777;
}

html .page-header-color.page-header-tertiary a {
    color: #777777;
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
    color: #777777;
}

html .page-header-color.page-header-quaternary {
    background-color: #080808;
    border-bottom-color: #080808;
    color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 {
    color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 span {
    color: #ffffff;
}

html .page-header-color.page-header-quaternary a {
    color: #ffffff;
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
    color: #ffffff;
}

html .page-header-color.page-header-dark {
    background-color: #2e353e;
    border-bottom-color: #2e353e;
    color: #ffffff;
}

html .page-header-color.page-header-dark h1 {
    color: #ffffff;
}

html .page-header-color.page-header-dark h1 span {
    color: #ffffff;
}

html .page-header-color.page-header-dark a {
    color: #ffffff;
}

html .page-header-color.page-header-dark .breadcrumb > .active {
    color: #ffffff;
}

html .page-header-color.page-header-light {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #777777;
}

html .page-header-color.page-header-light h1 {
    color: #777777;
}

html .page-header-color.page-header-light h1 span {
    color: #777777;
}

html .page-header-color.page-header-light a {
    color: #777777;
}

html .page-header-color.page-header-light .breadcrumb > .active {
    color: #777777;
}

html .toggle-primary .toggle label {
    color: #B11D27;
    border-left-color: #B11D27;
    border-right-color: #B11D27;
}

html .toggle-primary .toggle.active > label {
    background-color: #B11D27;
    border-color: #B11D27;
    color: #ffffff;
}

html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #B11D27;
}

html .toggle-secondary .toggle label {
    color: #eeab26;
    border-left-color: #eeab26;
    border-right-color: #eeab26;
}

html .toggle-secondary .toggle.active > label {
    background-color: #eeab26;
    border-color: #eeab26;
    color: #777777;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
    background-color: #eeab26;
}

html .toggle-tertiary .toggle label {
    color: #eaeff3;
    border-left-color: #eaeff3;
    border-right-color: #eaeff3;
}

html .toggle-tertiary .toggle.active > label {
    background-color: #eaeff3;
    border-color: #eaeff3;
    color: #777777;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
    background-color: #eaeff3;
}

html .toggle-quaternary .toggle label {
    color: #080808;
    border-left-color: #080808;
    border-right-color: #080808;
}

html .toggle-quaternary .toggle.active > label {
    background-color: #080808;
    border-color: #080808;
    color: #ffffff;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
    background-color: #080808;
}

html .toggle-dark .toggle label {
    color: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #ffffff;
}

html .toggle-dark.toggle-simple .toggle > label:after {
    background-color: #2e353e;
}

html .toggle-light .toggle label {
    color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}

html .toggle-light .toggle.active > label {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #777777;
}

html .toggle-light.toggle-simple .toggle > label:after {
    background-color: #ffffff;
}

.thumb-info .thumb-info-type {
    background-color: #B11D27;
}

.thumb-info .thumb-info-action-icon {
    background-color: #B11D27;
}

.thumb-info-social-icons a {
    background-color: #B11D27;
}

.thumbnail .zoom {
    background-color: #B11D27;
}

.img-thumbnail .zoom {
    background-color: #B11D27;
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #B11D27;
}

html .thumb-info .thumb-info-action-icon-primary i {
    color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #eeab26;
}

html .thumb-info .thumb-info-action-icon-secondary i {
    color: #777777;
}

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #eaeff3;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
    color: #777777;
}

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #080808;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
    color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #2e353e;
}

html .thumb-info .thumb-info-action-icon-dark i {
    color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light {
    background-color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light i {
    color: #777777;
}

.thumb-info-ribbon {
    background: #B11D27;
}

.thumb-info-ribbon:before {
    border-right-color: #9f3016;
    border-left-color: #9f3016;
}

.inverted {
    background-color: #B11D27;
}

html .inverted-primary {
    background-color: #B11D27;
}

html .inverted-secondary {
    background-color: #eeab26;
}

html .inverted-tertiary {
    background-color: #eaeff3;
}

html .inverted-quaternary {
    background-color: #080808;
}

html .inverted-dark {
    background-color: #2e353e;
}

html .inverted-light {
    background-color: #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #c73c1c;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"] {
    color: #B11D27;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
    color: #B11D27;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #B11D27;
    border-color: #B11D27 #B11D27 #b63719;
    color: #ffffff;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #e56244;
    border-color: #e66b4f #e66b4f #B11D27;
    color: #ffffff;
}

.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
    background-color: #c13a1b;
    background-image: none;
    border-color: #b63719 #b63719 #892913;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
    color: #B11D27;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover {
    color: #B11D27;
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus {
    border-top-color: #B11D27;
}

html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
    border-top-color: #B11D27;
    color: #B11D27;
}

html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
    border-top-color: #B11D27;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
    border-bottom-color: #B11D27;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
    border-left-color: #B11D27;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
    border-right-color: #B11D27;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
    border-top-color: #B11D27;
    color: #B11D27;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    color: #B11D27;
}

html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #B11D27;
}

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #B11D27;
    color: #B11D27;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #B11D27;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #B11D27;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #B11D27;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #B11D27;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #B11D27;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #B11D27;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    color: #eeab26;
}

html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #eeab26;
}

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #eeab26;
    color: #eeab26;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #eeab26;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #eeab26;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #eeab26;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #eeab26;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #eeab26;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #eeab26;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
    color: #eaeff3;
}

html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #eaeff3;
}

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #eaeff3;
    color: #eaeff3;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #eaeff3;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #eaeff3;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #eaeff3;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #eaeff3;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #eaeff3;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #eaeff3;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
    color: #080808;
}

html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #080808;
}

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #080808;
    color: #080808;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #080808;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #080808;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #080808;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #080808;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #080808;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #080808;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    color: #2e353e;
}

html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #2e353e;
    color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
    color: #ffffff;
}

html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #ffffff;
}

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #ffffff;
    color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #ffffff;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
    border-right-color: #B11D27;
    border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
    border-right-color: transparent;
    border-left-color: #B11D27;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: #B11D27;
    border-color: #B11D27;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #B11D27;
}

.list.list-ordened li:before {
    color: #B11D27;
    border-color: #B11D27;
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #B11D27;
}

html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .fas:first-child,
html .list-primary.list-icons li a:first-child > .fas:first-child,
html .list-primary.list-icons li > .far:first-child,
html .list-primary.list-icons li a:first-child > .far:first-child,
html .list-primary.list-icons li > .fal:first-child,
html .list-primary.list-icons li a:first-child > .fal:first-child,
html .list-primary.list-icons li > .fab:first-child,
html .list-primary.list-icons li a:first-child > .fab:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
    color: #B11D27;
    border-color: #B11D27;
}

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #B11D27;
    color: #ffffff;
}

html .list-primary.list-ordened li:before {
    color: #B11D27;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #B11D27;
    color: #ffffff;
}

html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .fas:first-child,
html .list-secondary.list-icons li a:first-child > .fas:first-child,
html .list-secondary.list-icons li > .far:first-child,
html .list-secondary.list-icons li a:first-child > .far:first-child,
html .list-secondary.list-icons li > .fal:first-child,
html .list-secondary.list-icons li a:first-child > .fal:first-child,
html .list-secondary.list-icons li > .fab:first-child,
html .list-secondary.list-icons li a:first-child > .fab:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
    color: #eeab26;
    border-color: #eeab26;
}

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #eeab26;
    color: #777777;
}

html .list-secondary.list-ordened li:before {
    color: #eeab26;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #eeab26;
    color: #777777;
}

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .fas:first-child,
html .list-tertiary.list-icons li a:first-child > .fas:first-child,
html .list-tertiary.list-icons li > .far:first-child,
html .list-tertiary.list-icons li a:first-child > .far:first-child,
html .list-tertiary.list-icons li > .fal:first-child,
html .list-tertiary.list-icons li a:first-child > .fal:first-child,
html .list-tertiary.list-icons li > .fab:first-child,
html .list-tertiary.list-icons li a:first-child > .fab:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
    color: #eaeff3;
    border-color: #eaeff3;
}

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #eaeff3;
    color: #777777;
}

html .list-tertiary.list-ordened li:before {
    color: #eaeff3;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #eaeff3;
    color: #777777;
}

html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .fas:first-child,
html .list-quaternary.list-icons li a:first-child > .fas:first-child,
html .list-quaternary.list-icons li > .far:first-child,
html .list-quaternary.list-icons li a:first-child > .far:first-child,
html .list-quaternary.list-icons li > .fal:first-child,
html .list-quaternary.list-icons li a:first-child > .fal:first-child,
html .list-quaternary.list-icons li > .fab:first-child,
html .list-quaternary.list-icons li a:first-child > .fab:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
    color: #080808;
    border-color: #080808;
}

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #080808;
    color: #ffffff;
}

html .list-quaternary.list-ordened li:before {
    color: #080808;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #080808;
    color: #ffffff;
}

html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .fas:first-child,
html .list-dark.list-icons li a:first-child > .fas:first-child,
html .list-dark.list-icons li > .far:first-child,
html .list-dark.list-icons li a:first-child > .far:first-child,
html .list-dark.list-icons li > .fal:first-child,
html .list-dark.list-icons li a:first-child > .fal:first-child,
html .list-dark.list-icons li > .fab:first-child,
html .list-dark.list-icons li a:first-child > .fab:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
    color: #2e353e;
    border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #2e353e;
    color: #ffffff;
}

html .list-dark.list-ordened li:before {
    color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #2e353e;
    color: #ffffff;
}

html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .fas:first-child,
html .list-light.list-icons li a:first-child > .fas:first-child,
html .list-light.list-icons li > .far:first-child,
html .list-light.list-icons li a:first-child > .far:first-child,
html .list-light.list-icons li > .fal:first-child,
html .list-light.list-icons li a:first-child > .fal:first-child,
html .list-light.list-icons li > .fab:first-child,
html .list-light.list-icons li a:first-child > .fab:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
    color: #ffffff;
    border-color: #ffffff;
}

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #ffffff;
    color: #777777;
}

html .list-light.list-ordened li:before {
    color: #ffffff;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #ffffff;
    color: #777777;
}

.parallax blockquote i.fa-quote-left {
    color: #B11D27;
}

section.video blockquote i.fa-quote-left {
    color: #B11D27;
}

.accordion .card-header a {
    color: #B11D27;
}

html .accordion.accordion-primary .card-header {
    background-color: #B11D27 !important;
}

html .accordion.accordion-primary .card-header a {
    color: #ffffff;
}

html .accordion.accordion-secondary .card-header {
    background-color: #eeab26 !important;
}

html .accordion.accordion-secondary .card-header a {
    color: #777777;
}

html .accordion.accordion-tertiary .card-header {
    background-color: #eaeff3 !important;
}

html .accordion.accordion-tertiary .card-header a {
    color: #777777;
}

html .accordion.accordion-quaternary .card-header {
    background-color: #080808 !important;
}

html .accordion.accordion-quaternary .card-header a {
    color: #ffffff;
}

html .accordion.accordion-dark .card-header {
    background-color: #2e353e !important;
}

html .accordion.accordion-dark .card-header a {
    color: #ffffff;
}

html .accordion.accordion-light .card-header {
    background-color: #ffffff !important;
}

html .accordion.accordion-light .card-header a {
    color: #777777;
}

html .divider.divider-primary .fa,
html .divider.divider-primary .fas,
html .divider.divider-primary .far,
html .divider.divider-primary .fal,
html .divider.divider-primary .fab,
html .divider.divider-primary .icons {
    color: #B11D27;
}

html .divider.divider-primary.divider-small hr {
    background: #B11D27;
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .fas,
html .divider.divider-secondary .far,
html .divider.divider-secondary .fal,
html .divider.divider-secondary .fab,
html .divider.divider-secondary .icons {
    color: #eeab26;
}

html .divider.divider-secondary.divider-small hr {
    background: #eeab26;
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .fas,
html .divider.divider-tertiary .far,
html .divider.divider-tertiary .fal,
html .divider.divider-tertiary .fab,
html .divider.divider-tertiary .icons {
    color: #eaeff3;
}

html .divider.divider-tertiary.divider-small hr {
    background: #eaeff3;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .fas,
html .divider.divider-quaternary .far,
html .divider.divider-quaternary .fal,
html .divider.divider-quaternary .fab,
html .divider.divider-quaternary .icons {
    color: #080808;
}

html .divider.divider-quaternary.divider-small hr {
    background: #080808;
}

html .divider.divider-dark .fa,
html .divider.divider-dark .fas,
html .divider.divider-dark .far,
html .divider.divider-dark .fal,
html .divider.divider-dark .fab,
html .divider.divider-dark .icons {
    color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
    background: #2e353e;
}

html .divider.divider-light .fa,
html .divider.divider-light .fas,
html .divider.divider-light .far,
html .divider.divider-light .fal,
html .divider.divider-light .fab,
html .divider.divider-light .icons {
    color: #ffffff;
}

html .divider.divider-light.divider-small hr {
    background: #ffffff;
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .fas,
html .divider.divider-style-2.divider-primary .far,
html .divider.divider-style-2.divider-primary .fal,
html .divider.divider-style-2.divider-primary .fab,
html .divider.divider-style-2.divider-primary .icons {
    background: #B11D27;
    color: #ffffff;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .fas,
html .divider.divider-style-2.divider-secondary .far,
html .divider.divider-style-2.divider-secondary .fal,
html .divider.divider-style-2.divider-secondary .fab,
html .divider.divider-style-2.divider-secondary .icons {
    background: #eeab26;
    color: #777777;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .fas,
html .divider.divider-style-2.divider-tertiary .far,
html .divider.divider-style-2.divider-tertiary .fal,
html .divider.divider-style-2.divider-tertiary .fab,
html .divider.divider-style-2.divider-tertiary .icons {
    background: #eaeff3;
    color: #777777;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .fas,
html .divider.divider-style-2.divider-quaternary .far,
html .divider.divider-style-2.divider-quaternary .fal,
html .divider.divider-style-2.divider-quaternary .fab,
html .divider.divider-style-2.divider-quaternary .icons {
    background: #080808;
    color: #ffffff;
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .fas,
html .divider.divider-style-2.divider-dark .far,
html .divider.divider-style-2.divider-dark .fal,
html .divider.divider-style-2.divider-dark .fab,
html .divider.divider-style-2.divider-dark .icons {
    background: #2e353e;
    color: #ffffff;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .fas,
html .divider.divider-style-2.divider-light .far,
html .divider.divider-style-2.divider-light .fal,
html .divider.divider-style-2.divider-light .fab,
html .divider.divider-style-2.divider-light .icons {
    background: #ffffff;
    color: #777777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .fas,
html .divider.divider-style-3.divider-primary .far,
html .divider.divider-style-3.divider-primary .fal,
html .divider.divider-style-3.divider-primary .fab,
html .divider.divider-style-3.divider-primary .icons {
    border-color: #B11D27;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .fas,
html .divider.divider-style-3.divider-secondary .far,
html .divider.divider-style-3.divider-secondary .fal,
html .divider.divider-style-3.divider-secondary .fab,
html .divider.divider-style-3.divider-secondary .icons {
    border-color: #eeab26;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .fas,
html .divider.divider-style-3.divider-tertiary .far,
html .divider.divider-style-3.divider-tertiary .fal,
html .divider.divider-style-3.divider-tertiary .fab,
html .divider.divider-style-3.divider-tertiary .icons {
    border-color: #eaeff3;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .fas,
html .divider.divider-style-3.divider-quaternary .far,
html .divider.divider-style-3.divider-quaternary .fal,
html .divider.divider-style-3.divider-quaternary .fab,
html .divider.divider-style-3.divider-quaternary .icons {
    border-color: #080808;
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .fas,
html .divider.divider-style-3.divider-dark .far,
html .divider.divider-style-3.divider-dark .fal,
html .divider.divider-style-3.divider-dark .fab,
html .divider.divider-style-3.divider-dark .icons {
    border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .fas,
html .divider.divider-style-3.divider-light .far,
html .divider.divider-style-3.divider-light .fal,
html .divider.divider-style-3.divider-light .fab,
html .divider.divider-style-3.divider-light .icons {
    border-color: #ffffff;
}

#header .tip {
    background: #B11D27;
    color: #ffffff;
}

#header .tip:before {
    border-right-color: #B11D27;
    border-left-color: transparent;
}

html #header .tip-primary {
    background: #B11D27 !important;
    color: #ffffff !important;
}

html #header .tip-primary:before {
    border-right-color: #B11D27 !important;
}

html #header .tip-secondary {
    background: #eeab26 !important;
    color: #777777 !important;
}

html #header .tip-secondary:before {
    border-right-color: #eeab26 !important;
}

html #header .tip-tertiary {
    background: #eaeff3 !important;
    color: #777777 !important;
}

html #header .tip-tertiary:before {
    border-right-color: #eaeff3 !important;
}

html #header .tip-quaternary {
    background: #080808 !important;
    color: #ffffff !important;
}

html #header .tip-quaternary:before {
    border-right-color: #080808 !important;
}

html #header .tip-dark {
    background: #2e353e !important;
    color: #ffffff !important;
}

html #header .tip-dark:before {
    border-right-color: #2e353e !important;
}

html #header .tip-light {
    background: #ffffff !important;
    color: #777777 !important;
}

html #header .tip-light:before {
    border-right-color: #ffffff !important;
}

html[dir="rtl"] #header .tip:before {
    border-left-color: #B11D27;
}

html[dir="rtl"] #header .tip.skin:before {
    border-left-color: #B11D27;
}

html[dir="rtl"] #header .tip-primary:before {
    border-left-color: #B11D27 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-secondary:before {
    border-left-color: #eeab26 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-tertiary:before {
    border-left-color: #eaeff3 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-quaternary:before {
    border-left-color: #080808 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-dark:before {
    border-left-color: #2e353e !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-light:before {
    border-left-color: #ffffff !important;
    border-right-color: transparent !important;
}

#header .header-btn-collapse-nav {
    background: #B11D27;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #B11D27;
    }

    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    #header .header-nav-main nav > ul > li > a.active {
        background: #B11D27;
    }

    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #B11D27;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #B11D27;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #B11D27;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #B11D27;
    }

    #header .header-nav-main nav > ul > li .dropdown-menu {
        border-top-color: #B11D27;
    }

    #header .header-nav-main nav > ul > li .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
        border-color: transparent #B11D27 transparent transparent !important;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #B11D27;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
        color: #B11D27;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a.active {
        color: #B11D27;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
    #header .header-nav.header-nav-stripe nav > ul > li.open > a {
        background-color: #B11D27;
    }

    #header .header-nav.header-nav-top-line nav > ul li > a.active {
        color: #B11D27;
    }

    #header .header-nav.header-nav-top-line nav > ul li > a.active:before {
        background: #B11D27;
    }

    #header .header-nav.header-nav-top-line nav > ul li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    #header .header-nav.header-nav-top-line nav > ul li:hover > a {
        color: #B11D27;
    }

    #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
        background: #B11D27;
    }

    #header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active {
        color: #B11D27;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
        color: #B11D27;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-left-color: #B11D27;
    }

    html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
        border-color: transparent transparent transparent #B11D27;
    }

    html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
    html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
        border-color: transparent transparent transparent #ffffff;
    }

    html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-right-color: #B11D27;
    }

    html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
        border-color: transparent #B11D27 transparent transparent;
    }

    html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
    html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
        border-color: transparent #ffffff transparent transparent;
    }
}

@media (min-width: 992px) {
    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #B11D27;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        background: #B11D27;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #B11D27;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        background: #B11D27;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        border-top-color: #B11D27;
        background-color: #B11D27;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #ffffff;
        border-bottom-color: #e35938;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
        background: #e35938;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        border-bottom-color: #B11D27;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
        color: #ffffff;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #eeab26 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #eeab26 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #eeab26;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background: #eeab26;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #eeab26;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        background: #eeab26;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
        border-color: #eeab26 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        border-top-color: #eeab26;
        background-color: #eeab26;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #777777;
        border-bottom-color: #f0b43e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
        background: #f0b43e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        border-bottom-color: #eeab26;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
        color: #777777;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #eaeff3 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #eaeff3 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #eaeff3;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        background: #eaeff3;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
        color: #eaeff3;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
        background: #eaeff3;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
        border-color: #eaeff3 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        border-top-color: #eaeff3;
        background-color: #eaeff3;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
        color: #777777;
        border-bottom-color: #fafbfc;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
        background: #fafbfc;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        border-bottom-color: #eaeff3;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
        color: #777777;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #080808 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #080808 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #080808;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        background: #080808;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
        color: #080808;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
        background: #080808;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
        border-color: #080808 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        border-top-color: #080808;
        background-color: #080808;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
        color: #ffffff;
        border-bottom-color: #151515;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
        background: #151515;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        border-bottom-color: #080808;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
        color: #ffffff;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #2e353e transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #2e353e transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
        background: #2e353e;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        background: #2e353e;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
        color: #2e353e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        background: #2e353e;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
        border-color: #2e353e transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
        border-top-color: #2e353e;
        background-color: #2e353e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #ffffff;
        border-bottom-color: #39424d;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
        background: #39424d;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        border-bottom-color: #2e353e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
        color: #ffffff;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #ffffff transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #ffffff transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
        background: #ffffff;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        background: #ffffff;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        background: #ffffff;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
        border-color: #ffffff transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
        border-top-color: #ffffff;
        background-color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777777;
        border-bottom-color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
        background: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        border-bottom-color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
        color: #777777;
        opacity: 0.70;
    }

    html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent #B11D27 transparent transparent;
    }
}

@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li > a {
        color: #B11D27;
    }

    #header .header-nav-main nav > ul > li > a:active {
        color: #B11D27;
    }

    #header .header-nav-main nav > ul > li > a.active {
        background: #B11D27;
    }

    #header .header-nav-main nav > ul > li > a.active:focus,
    #header .header-nav-main nav > ul > li > a.active:hover {
        background: #B11D27;
    }
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #B11D27;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #B11D27;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #eeab26;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #eeab26;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #eaeff3;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #eaeff3;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
        color: #080808;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #080808;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
        color: #2e353e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
        background: #2e353e;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
        background: #ffffff;
        color: #777777;
    }
}

html #header .header-top.header-top-primary {
    background: #B11D27;
    border-top-color: #cc3e1d;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
    background: #e35938;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
    background: #e35938;
}

html #header .header-top.header-top-primary .dropdown-menu {
    background: #e35938;
    border-color: #e35938;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
    background: #e66b4f !important;
}

html #header .header-top.header-top-secondary {
    background: #eeab26;
    border-top-color: #e8a112;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
    background: #f0b43e;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
    background: #f0b43e;
}

html #header .header-top.header-top-secondary .dropdown-menu {
    background: #f0b43e;
    border-color: #f0b43e;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
    background: #f2bd55 !important;
}

html #header .header-top.header-top-tertiary {
    background: #eaeff3;
    border-top-color: #dae3ea;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
    background: #fafbfc;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
    background: #fafbfc;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
    background: #fafbfc;
    border-color: #fafbfc;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
    background: #ffffff !important;
}

html #header .header-top.header-top-quaternary {
    background: #080808;
    border-top-color: #000000;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
    background: #151515;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
    background: #151515;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
    background: #151515;
    border-color: #151515;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
    background: #222222 !important;
}

html #header .header-top.header-top-dark {
    background: #2e353e;
    border-top-color: #23282f;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
    background: #39424d;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
    background: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu {
    background: #39424d;
    border-color: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
    background: #444e5b !important;
}

html #header .header-top.header-top-light {
    background: #ffffff;
    border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
    background: #ffffff;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
    background: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu {
    background: #ffffff;
    border-color: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
    background: #ffffff !important;
}

@media (min-width: 992px) {
    html #header .header-nav-bar-primary {
        background: #B11D27 !important;
        color: #ffffff !important;
    }

    html #header .header-nav-bar-secondary {
        background: #eeab26 !important;
        color: #777777 !important;
    }

    html #header .header-nav-bar-tertiary {
        background: #eaeff3 !important;
        color: #777777 !important;
    }

    html #header .header-nav-bar-quaternary {
        background: #080808 !important;
        color: #ffffff !important;
    }

    html #header .header-nav-bar-dark {
        background: #2e353e !important;
        color: #ffffff !important;
    }

    html #header .header-nav-bar-light {
        background: #ffffff !important;
        color: #777777 !important;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
        color: #B11D27;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #B11D27;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active {
        color: #B11D27;
    }

    html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
        color: #B11D27;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
        color: #B11D27;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #B11D27 transparent transparent transparent;
    }
}

.testimonial blockquote {
    background: #e35938;
}

.testimonial .testimonial-arrow-down {
    border-top-color: #e35938;
}

html .testimonial-primary blockquote {
    background: #e35938;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #e35938;
}

html .testimonial-secondary blockquote {
    background: #f0b43e;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #f0b43e;
}

html .testimonial-tertiary blockquote {
    background: #fafbfc;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #fafbfc;
}

html .testimonial-quaternary blockquote {
    background: #151515;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #151515;
}

html .testimonial-dark blockquote {
    background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #39424d;
}

html .testimonial-light blockquote {
    background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #ffffff;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .fas,
.circular-bar.only-icon .far,
.circular-bar.only-icon .fal,
.circular-bar.only-icon .fab,
.circular-bar.only-icon .icons {
    color: #B11D27;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .fas,
html .counters .counter-primary .far,
html .counters .counter-primary .fal,
html .counters .counter-primary .fab,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
    color: #B11D27;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .fas,
html .counters .counter-secondary .far,
html .counters .counter-secondary .fal,
html .counters .counter-secondary .fab,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
    color: #eeab26;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .fas,
html .counters .counter-tertiary .far,
html .counters .counter-tertiary .fal,
html .counters .counter-tertiary .fab,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
    color: #eaeff3;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .fas,
html .counters .counter-quaternary .far,
html .counters .counter-quaternary .fal,
html .counters .counter-quaternary .fab,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
    color: #080808;
}

html .counters .counter-dark .fa,
html .counters .counter-dark .fas,
html .counters .counter-dark .far,
html .counters .counter-dark .fal,
html .counters .counter-dark .fab,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
    color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light .fas,
html .counters .counter-light .far,
html .counters .counter-light .fal,
html .counters .counter-light .fab,
html .counters .counter-light .icons,
html .counters .counter-light strong {
    color: #ffffff;
}

.icon-featured {
    background-color: #B11D27;
}

.featured-box-primary .icon-featured {
    background-color: #B11D27;
}

.featured-box-primary .icon-featured:after {
    border-color: #B11D27;
}

.featured-box-primary h4 {
    color: #B11D27;
}

.featured-box-primary .box-content {
    border-top-color: #B11D27;
}

html .featured-box-primary .icon-featured {
    background-color: #B11D27;
}

html .featured-box-primary h4 {
    color: #B11D27;
}

html .featured-box-primary .box-content {
    border-top-color: #B11D27;
}

html .featured-box-secondary .icon-featured {
    background-color: #eeab26;
}

html .featured-box-secondary h4 {
    color: #eeab26;
}

html .featured-box-secondary .box-content {
    border-top-color: #eeab26;
}

html .featured-box-tertiary .icon-featured {
    background-color: #eaeff3;
}

html .featured-box-tertiary h4 {
    color: #eaeff3;
}

html .featured-box-tertiary .box-content {
    border-top-color: #eaeff3;
}

html .featured-box-quaternary .icon-featured {
    background-color: #080808;
}

html .featured-box-quaternary h4 {
    color: #080808;
}

html .featured-box-quaternary .box-content {
    border-top-color: #080808;
}

html .featured-box-dark .icon-featured {
    background-color: #2e353e;
}

html .featured-box-dark h4 {
    color: #2e353e;
}

html .featured-box-dark .box-content {
    border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
    background-color: #ffffff;
}

html .featured-box-light h4 {
    color: #ffffff;
}

html .featured-box-light .box-content {
    border-top-color: #ffffff;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #B11D27;
    color: #B11D27;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #eeab26;
    color: #eeab26;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #eaeff3;
    color: #eaeff3;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #080808;
    color: #080808;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #ffffff;
    color: #ffffff;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #B11D27;
    color: #B11D27;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #eeab26;
    color: #eeab26;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #eaeff3;
    color: #eaeff3;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #080808;
    color: #080808;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #ffffff;
    color: #ffffff;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #B11D27;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #eeab26;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #eaeff3;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #080808;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #ffffff;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #B11D27;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #eeab26;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #eaeff3;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #080808;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #ffffff;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #B11D27;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #eeab26;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #eaeff3;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #080808;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #ffffff;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #B11D27;
    box-shadow: 0 0 0 3px #B11D27;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #eeab26;
    box-shadow: 0 0 0 3px #eeab26;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #eaeff3;
    box-shadow: 0 0 0 3px #eaeff3;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #080808;
    box-shadow: 0 0 0 3px #080808;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #2e353e;
    box-shadow: 0 0 0 3px #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #ffffff;
    box-shadow: 0 0 0 3px #ffffff;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 10px #B11D27;
    box-shadow: 0 0 0 10px #B11D27;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #B11D27 !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 10px #eeab26;
    box-shadow: 0 0 0 10px #eeab26;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #eeab26 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 10px #eaeff3;
    box-shadow: 0 0 0 10px #eaeff3;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #eaeff3 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 10px #080808;
    box-shadow: 0 0 0 10px #080808;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #080808 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    -webkit-box-shadow: 0 0 0 10px #2e353e;
    box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #ffffff !important;
}

.feature-box .feature-box-icon {
    background-color: #B11D27;
}

html .feature-box-primary .feature-box-icon {
    background-color: #B11D27;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #eeab26;
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #eaeff3;
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #080808;
}

html .feature-box-dark .feature-box-icon {
    background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
    background-color: #ffffff;
}

.feature-box.feature-box-style-2 .feature-box-icon .fa,
.feature-box.feature-box-style-2 .feature-box-icon .fas,
.feature-box.feature-box-style-2 .feature-box-icon .far,
.feature-box.feature-box-style-2 .feature-box-icon .fal,
.feature-box.feature-box-style-2 .feature-box-icon .fab,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
    color: #eeab26;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
    color: #eaeff3;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
    color: #080808;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-2 .feature-box-icon .far,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
    color: #ffffff;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #B11D27;
}

.feature-box.feature-box-style-3 .feature-box-icon .fa,
.feature-box.feature-box-style-3 .feature-box-icon .fas,
.feature-box.feature-box-style-3 .feature-box-icon .far,
.feature-box.feature-box-style-3 .feature-box-icon .fal,
.feature-box.feature-box-style-3 .feature-box-icon .fab,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #B11D27;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #eeab26;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
    color: #eeab26;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #eaeff3;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
    color: #eaeff3;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #080808;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
    color: #080808;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #2e353e;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #ffffff;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-3 .feature-box-icon .far,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
    color: #ffffff;
}

.feature-box.feature-box-style-4 .feature-box-icon .fa,
.feature-box.feature-box-style-4 .feature-box-icon .fas,
.feature-box.feature-box-style-4 .feature-box-icon .far,
.feature-box.feature-box-style-4 .feature-box-icon .fal,
.feature-box.feature-box-style-4 .feature-box-icon .fab,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
    color: #eeab26;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
    color: #eaeff3;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
    color: #080808;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-4 .feature-box-icon .far,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
    color: #ffffff;
}

.feature-box.feature-box-style-5 .feature-box-icon .fa,
.feature-box.feature-box-style-5 .feature-box-icon .fas,
.feature-box.feature-box-style-5 .feature-box-icon .far,
.feature-box.feature-box-style-5 .feature-box-icon .fal,
.feature-box.feature-box-style-5 .feature-box-icon .fab,
.feature-box.feature-box-style-5 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
    color: #eeab26;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
    color: #eaeff3;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
    color: #080808;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-5 .feature-box-icon .far,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
    color: #ffffff;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
    color: #B11D27;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
    color: #eeab26;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
    color: #eaeff3;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
    color: #080808;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-6 .feature-box-icon .far,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
    color: #ffffff;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
    background-color: #b63719;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #cc3e1d;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #B11D27;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #e35938;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #e66b4f;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #e97e65;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #B11D27;
    color: #ffffff;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #eeab26;
    color: #777777;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #eaeff3;
    color: #777777;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #080808;
    color: #ffffff;
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #2e353e;
    color: #ffffff;
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #ffffff;
    color: #777777;
}

.pricing-table .most-popular {
    border-color: #B11D27;
}

.pricing-table .most-popular h3 {
    background-color: #B11D27;
}

.pricing-table.princig-table-flat .plan h3 {
    background-color: #B11D27;
}

.pricing-table.princig-table-flat .plan h3 span {
    background: #B11D27;
}

html .call-to-action.featured.featured-primary {
    border-top-color: #B11D27;
}

html .call-to-action.call-to-action-primary {
    background: #B11D27;
}

html .call-to-action.with-full-borders-primary {
    border-color: #B11D27;
}

html .call-to-action.call-to-action-primary {
    background: #B11D27;
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
    color: #ffffff;
}

html .call-to-action.featured.featured-secondary {
    border-top-color: #eeab26;
}

html .call-to-action.call-to-action-secondary {
    background: #eeab26;
}

html .call-to-action.with-full-borders-secondary {
    border-color: #eeab26;
}

html .call-to-action.call-to-action-secondary {
    background: #eeab26;
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
    color: #777777;
}

html .call-to-action.featured.featured-tertiary {
    border-top-color: #eaeff3;
}

html .call-to-action.call-to-action-tertiary {
    background: #eaeff3;
}

html .call-to-action.with-full-borders-tertiary {
    border-color: #eaeff3;
}

html .call-to-action.call-to-action-tertiary {
    background: #eaeff3;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
    color: #777777;
}

html .call-to-action.featured.featured-quaternary {
    border-top-color: #080808;
}

html .call-to-action.call-to-action-quaternary {
    background: #080808;
}

html .call-to-action.with-full-borders-quaternary {
    border-color: #080808;
}

html .call-to-action.call-to-action-quaternary {
    background: #080808;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
    color: #ffffff;
}

html .call-to-action.featured.featured-dark {
    border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

html .call-to-action.with-full-borders-dark {
    border-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
    color: #ffffff;
}

html .call-to-action.featured.featured-light {
    border-top-color: #ffffff;
}

html .call-to-action.call-to-action-light {
    background: #ffffff;
}

html .call-to-action.with-full-borders-light {
    border-color: #ffffff;
}

html .call-to-action.call-to-action-light {
    background: #ffffff;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
    color: #777777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: #B11D27;
    -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #B11D27;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #B11D27;
}

ul.history li .featured-box .box-content {
    border-top-color: #B11D27;
}

.recent-posts .date .month,
article.post .post-date .month {
    background-color: #B11D27;
}

.recent-posts .date .day,
article.post .post-date .day {
    color: #B11D27;
}

.slider .tp-bannertimer {
    background-color: #B11D27;
}

.home-concept strong {
    color: #B11D27;
}

html .home-intro-primary {
    background: #B11D27;
}

html .home-intro-secondary {
    background: #eeab26;
}

html .home-intro-tertiary {
    background: #eaeff3;
}

html .home-intro-quaternary {
    background: #080808;
}

html .home-intro-dark {
    background: #2e353e;
}

html .home-intro-light {
    background: #ffffff;
}

.home-intro p em {
    color: #e66b4f;
}

.hover-effect-1:hover a {
    color: #B11D27 !important;
}

html .slider-container .tp-caption-overlay-primary {
    background: #B11D27;
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(224, 70, 34, 0.4);
}

html .slider-container .tp-caption-overlay-secondary {
    background: #eeab26;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(238, 171, 38, 0.4);
}

html .slider-container .tp-caption-overlay-tertiary {
    background: #eaeff3;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(234, 239, 243, 0.4);
}

html .slider-container .tp-caption-overlay-quaternary {
    background: #080808;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(8, 8, 8, 0.4);
}

html .slider-container .tp-caption-overlay-dark {
    background: #2e353e;
}

html .slider-container .tp-caption-overlay-opacity-dark {
    background: rgba(46, 53, 62, 0.4);
}

html .slider-container .tp-caption-overlay-light {
    background: #ffffff;
}

html .slider-container .tp-caption-overlay-opacity-light {
    background: rgba(255, 255, 255, 0.4);
}

.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #B11D27;
    border-color: #B11D27 #B11D27 #b63719;
    color: #ffffff;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
    background-color: #e56244;
    border-color: #e66b4f #e66b4f #B11D27;
    color: #ffffff;
}

.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
    box-shadow: 0 0 0 3px rgba(224, 70, 34, 0.5);
}

.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
    background-color: #B11D27;
    border-color: #B11D27 #B11D27 #b63719;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active,
.show > .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.show > .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
    background-color: #c13a1b !important;
    background-image: none !important;
    border-color: #b63719 #b63719 #892913 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 70, 34, 0.5) !important;
}

.shop .products .product .onsale {
    background-color: #B11D27;
    border-bottom-color: #be3a1b;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
    color: #B11D27;
}

#footer .footer-ribbon {
    background: #B11D27;
}

#footer .footer-ribbon:before {
    border-right-color: #9f3016;
    border-left-color: #9f3016;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
    color: #B11D27;
}

#footer.color {
    background: #B11D27;
    border-top-color: #B11D27;
}

#footer.color .footer-ribbon {
    background: #b63719;
}

#footer.color .footer-ribbon:before {
    border-right-color: #722310;
}

#footer.color .footer-copyright {
    background: #cc3e1d;
    border-top-color: #cc3e1d;
}

html #footer.color-primary {
    background: #B11D27;
    border-top-color: #B11D27;
}

html #footer.color-primary .footer-ribbon {
    background: #b63719;
}

html #footer.color-primary .footer-ribbon:before {
    border-right-color: #722310;
}

html #footer.color-primary .footer-copyright {
    background: #cc3e1d;
    border-top-color: #cc3e1d;
}

html #footer.color-secondary {
    background: #eeab26;
    border-top-color: #eeab26;
}

html #footer.color-secondary .footer-ribbon {
    background: #d19010;
}

html #footer.color-secondary .footer-ribbon:before {
    border-right-color: #8a5f0b;
}

html #footer.color-secondary .footer-copyright {
    background: #e8a112;
    border-top-color: #e8a112;
}

html #footer.color-tertiary {
    background: #eaeff3;
    border-top-color: #eaeff3;
}

html #footer.color-tertiary .footer-ribbon {
    background: #cad6e0;
}

html #footer.color-tertiary .footer-ribbon:before {
    border-right-color: #99b1c5;
}

html #footer.color-tertiary .footer-copyright {
    background: #dae3ea;
    border-top-color: #dae3ea;
}

html #footer.color-quaternary {
    background: #080808;
    border-top-color: #080808;
}

html #footer.color-quaternary .footer-ribbon {
    background: #000000;
}

html #footer.color-quaternary .footer-ribbon:before {
    border-right-color: #000000;
}

html #footer.color-quaternary .footer-copyright {
    background: #000000;
    border-top-color: #000000;
}

html #footer.color-dark {
    background: #2e353e;
    border-top-color: #2e353e;
}

html #footer.color-dark .footer-ribbon {
    background: #181c21;
}

html #footer.color-dark .footer-ribbon:before {
    border-right-color: #000000;
}

html #footer.color-dark .footer-copyright {
    background: #23282f;
    border-top-color: #23282f;
}

html #footer.color-light {
    background: #ffffff;
    border-top-color: #ffffff;
}

html #footer.color-light .footer-ribbon {
    background: #e6e6e6;
}

html #footer.color-light .footer-ribbon:before {
    border-right-color: #bfbfbf;
}

html #footer.color-light .footer-copyright {
    background: #f2f2f2;
    border-top-color: #f2f2f2;
}

.sample-icon-list .sample-icon a:hover {
    background-color: #B11D27;
}

html.boxed .body {
    border-top-color: #B11D27;
}

.rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.form-control-sm,
.form-control-sm .form-control,
.form-control-lg,
.form-control-lg .form-control,
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.invalid-tooltip,
.btn,
.btn-group-4 > .btn,
.btn-sm,
.btn-group-2 > .btn,
.btn-xs,
.btn-group-1 > .btn,
.btn-lg,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.dropdown-menu,
.input-group-4 > .form-control,
.input-group-4 > .input-group-addon,
.input-group-4 > .input-group-btn > .btn,
.input-group-2 > .form-control,
.input-group-2 > .input-group-addon,
.input-group-2 > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.form-control-sm,
.input-group-addon.form-control-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.card,
.accordion .card,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown.open > a,
#header .header-nav-main nav > ul > li.dropdown:hover > a,
#header .header-nav-top .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.accordion .card-header,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-pills .nav-link,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.nav-pills .nav-link,
.navbar-toggler,
.card,
.card-header:first-child,
.card-footer:last-child,
.card-img,
.badge,
.badge-pill,
.jumbotron,
.alert,
.progress,
.modal-content,
.tooltip-inner,
.popover,
.rounded,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav button[class*="owl-"],
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"],
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav button.owl-prev,
.owl-carousel.big-nav .owl-nav button.owl-prev,
.owl-carousel.full-width .owl-nav button.owl-next,
.owl-carousel.big-nav .owl-nav button.owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
    border-radius: 0;
}

@media (min-width: 992px) {
    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
    #header.flat-menu nav ul.nav-main li a,
    html.boxed #header.flat-menu .header-top {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a,
    .nav-tabs-justified > li > a,
    .navbar {
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    .tabs .nav.nav-tabs.nav-justified li:first-child a,
    .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0;
    }
}

.section-custom-construction .container:after {
    background: #B11D27 !important;
}

.section-custom-construction-2:after {
    background: #B11D27 !important;
}
@media (min-width: 992px) {
    #header.header-narrow .header-nav.header-nav-stripe {
        position: relative;
        z-index: 3;
    }
    #header.header-narrow .header-logo .logo-default {
        margin: -37px -70px -102px 0;
        position: relative;
        z-index: 2;
        opacity: 1;
    }
    #header.header-narrow .header-logo .logo-small {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(87px, 0, 0);
        transform: translate3d(87px, 0, 0);
        position: absolute;
        z-index: 1;
        opacity: 0;
        left: 0;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a {
        margin: 0;
        min-height: 90px !important;
    }

    .sticky-header-active #header.header-narrow .header-logo .logo-small {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        z-index: 3;
        margin: 22px 12px 12px 0;
    }
    .sticky-header-active #header.header-narrow .header-logo .logo-default {
        opacity: 0;
        top: -90px;
    }
}
@media (max-width: 991px) {
    .logo-default {
        display: none !important;
    }

    .logo-small {
        display: block;
    }

    #header .header-logo {
        width: auto !important;
        height: auto !important;
    }
}
@media (min-width: 992px) {
    html #header.header-semi-transparent-light .header-body {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    html #header.header-semi-transparent-light .header-body:before {
        background: #fff none repeat scroll 0 0;
        opacity: 1;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
        color: #5e7279;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a.dropdown-toggle:after {
        border-color: #5e7279 transparent transparent transparent;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active):hover > a {
        color: #FFF;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active):hover > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }
    html.sticky-header-active #header.header-semi-transparent-light .header-body {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    html.ie9 #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown .dropdown-menu, html.ie9 #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown:hover .dropdown-menu, html.ie9 #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu, html.ie9 #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown:hover .dropdown-menu {
        margin-top: -2px;
    }
}
.social-icons li {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.social-icons li a {
    background: transparent;
}

.feature-box.custom-feature-box .feature-box-icon {
    top: 20px;
}

.tp-caption-custom-stripe {
    color: #FFF !important;
}

.tparrows {
    background: transparent;
    margin-top: 40px;
}
.tparrows:hover {
    background: transparent;
}
.tparrows:before {
    position: relative;
    z-index: 1;
}
.tparrows:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #000 none repeat scroll 0 0;
    opacity: 0.2;
    height: 40px;
    margin: -40px 0 0;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px;
    content: "";
    display: block;
    z-index: 0;
}
.tparrows:hover:after {
    opacity: 1;
}

@media (min-width: 1199px) {
    html[dir="rtl"] .home-concept-construction {
        background: none;
    }

    .home-concept-construction {
        background: transparent url(../img/home-concept-small.png) no-repeat center 63%;
    }
}
.diamonds {
    font-size: 0;
    margin: 40px auto 85px;
    position: relative;
    text-align: center;
    padding: 50px 0 0 57px;
}
.diamonds > li {
    display: inline-block;
    font-size: 18px;
    margin-right: 135px;
}
.diamonds .diamond {
    background: #f4f4f4;
    display: block;
    height: 255px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 255px;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.diamonds .diamond:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 100;
}
.diamonds .diamond:hover:after {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.diamonds .diamond:hover .content:after {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.diamonds .content {
    display: table-cell;
    height: 255px;
    padding: 0 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    vertical-align: middle;
    width: 255px;
    position: relative;
}
.diamonds .content:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    content: "\e091";
    font-family: "simple-line-icons";
    font-size: 28px;
    left: 27%;
    margin: -6px -12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 1000;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.diamonds .content img {
    max-width: 375px;
    margin-left: -50%;
}
.diamonds .diamond-sm .content:after {
    left: 24%;
    top: 48%;
}

@media (min-width: 1199px) {
    .diamonds > li:nth-child(3) {
        margin-right: 0;
    }
    .diamonds > li:nth-child(4) {
        right: 132px;
        top: 9px;
        position: absolute;
    }
    .diamonds > li:nth-child(5) {
        margin-left: 527px;
        margin-top: -70px;
    }
    .diamonds > li:nth-child(6) {
        position: absolute;
        margin: -6px 0 0 -27px;
        right: -32px;
    }
    .diamonds > li:nth-child(7) {
        position: absolute;
        margin: 97px 0 0 -133px;
        right: 73px;
    }
    .diamonds .diamond-sm {
        height: 128px;
        width: 128px;
    }
    .diamonds .diamond-sm .content {
        height: 128px;
        width: 128px;
    }
    .diamonds .diamond-sm .content img {
        max-width: 195px;
    }

    .row-diamonds-description {
        margin-top: -150px;
    }
}
@media (max-width: 1198px) {
    .diamonds {
        text-align: center;
        width: 748px;
        margin: 0 auto;
        padding: 75px 0 75px 75px;
    }
    .diamonds::after {
        clear: both;
        content: "";
        display: block;
    }
    .diamonds > li {
        margin: 0;
        position: static;
        float: left;
    }
    .diamonds > li:nth-child(2n+2) {
        margin-bottom: -50px;
        margin-left: 55px;
        margin-top: 200px;
    }
    .diamonds > li:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 748px) {
    .diamonds {
        margin: 0 auto;
        padding: 25px 0 0 0;
        text-align: center;
        width: 445px;
    }
    .diamonds > li {
        float: none !important;
        clear: both !important;
        margin: 45px 0 115px 95px !important;
        display: block;
    }
}
@media (max-width: 575px) {
    .diamonds-wrapper {
        min-height: 2650px;
    }
    .diamonds-wrapper .diamonds {
        margin: 0 auto;
        padding: 25px 0 0;
        text-align: center;
        width: 445px;
        position: absolute;
        left: 50%;
        margin-left: -222px;
    }
    .diamonds-wrapper .diamonds > li {
        text-align: center;
    }
}
.section-custom-construction {
    overflow: hidden;
}
.section-custom-construction .container {
    position: relative;
}
.section-custom-construction .container:after {
    background: #000 none repeat scroll 0 0;
    bottom: -220px;
    content: "";
    height: 200px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 200px;
    z-index: 1;
}
.section-custom-construction .container:before {
    background: #000 none repeat scroll 0 0;
    bottom: -235px;
    content: "";
    height: 200px;
    position: absolute;
    right: 75px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 200px;
    z-index: 2;
}

@media (min-width: 992px) {
    .section-custom-construction-2 {
        overflow: hidden;
        position: relative;
        padding-bottom: 80px;
    }
    .section-custom-construction-2:after {
        background: #000 none repeat scroll 0 0;
        bottom: -140px;
        content: "";
        height: 200px;
        left: 25px;
        position: absolute;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        width: 200px;
        z-index: 1;
    }
}
.testimonial.testimonial-with-quotes blockquote p {
    font-size: 20px;
}

@media (max-width: 991px) {
    section.section.section-background {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}
.project-detail-construction .list-project-details {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}
.project-detail-construction .list-project-details li {
    padding: 0 0 15px 0;
}
.project-detail-construction .list-project-details li label {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}
.project-detail-construction .list-project-details li p {
    padding: 0;
    margin: 0;
    color: #111;
}
.project-detail-construction .progress-bars-project-detail {
    margin: 30px 0;
}
.project-detail-construction .progress-bars-project-detail .progress.progress-sm {
    margin-bottom: 32px;
}
.project-detail-construction .progress-bars-project-detail .progress-label span {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

#footer {
    background: #E9EFF2 url(../img/demos/construction/footer-construction.jpg) no-repeat 50% 50%;
    border-top: 0;
    padding: 60px 0 30px;
    min-height: 400px;
    overflow: hidden;
}
#footer h1, #footer h2, #footer h3, #footer h4 {
    color: #333;
}
#footer .list-footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .list-footer-nav a {
    font-size: 14px;
    color: #777;
    text-decoration: none;
}
#footer .list-footer-nav a:hover {
    color: #B11D27;
}
#footer .schnellanfrage form {
    max-width: 100%;
    margin: 27px 0 12px;
}
#footer .schnellanfrage form textarea {
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 12px;
    margin-bottom: 7px;
}
#footer .schnellanfrage form input.form-control {
    height: 45px;
    padding: 12px;
    margin-bottom: 7px;
}
#footer .schnellanfrage form .btn {
    height: 45px;
    width: 99px;
}
#footer .fa, #footer .fas, #footer .far, #footer .fal, #footer .fab {
    display: inline-block;
    padding-right: 2px;
    position: relative;
    top: 1px;
    color: #B11D27;
}
#footer .footer-copyright {
    background: transparent;
    margin: -10px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #FFF;
}
#footer .footer-copyright p {
    color: #ababab;
}

@media (min-width: 992px) {
    #footer {
        margin-top: 0;
    }
    #footer .logo {
        margin-top: 75px;
    }
    #footer:after {
        background: #B11D27 none repeat scroll 0 0;
        bottom: -233px;
        content: "";
        height: 400px;
        position: absolute;
        right: -177px;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        width: 400px;
        z-index: 1;
    }
}
/* Add here all your CSS customizations */

.mt-7{
    margin-top: 7rem !important;
}

.header-contacts-info{
    font-size:19px;
    z-index:1090;
}

.spacing-30{
    display:block;
    height:30px;
}

@media (max-width: 767px) {
    .spacing-sm-down{
        margin-bottom: 1.5rem !important
    }
}

@media (max-width: 991px) {
    .spacing-md-down{
        margin-bottom: 1.5rem !important
    }
}

.footer-kontakt-wrapper{
    padding-left:40px;
}

.header-contacts-info span{
    line-height:44px;
}

#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle::after {
    margin-left: .500em;
}

.footer-kontakt li{
    color: #777;
    line-height: 24px;
}

.footer-kontakt li .footer-kontakt-daten{
    font-size:15px;
    display: block;
    padding-left: 10px;
}

.footer-copyright a{
    color:#ababab !important;
}
.footer-copyright a:hover{
    color:#999999 !important;
    text-decoration:none;
}

.footer-copyright .row > div{
    margin:0 !important;
}
.reload_captcha {
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
}
.captcha {
    background: none;
    text-align:left;
    overflow: inherit;
    max-width:auto !important;
    margin-bottom:15px;
    height: auto !important;
}
.captcha input {
    padding: 5px !important;
    height: 40px !important;
    margin: 0 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    width: 100%;
}
#formFooter .row > div {
    margin-bottom: 0 !important;
}
#formFooter label {
    line-height: 46px;
}
#formFooter details a {
    color:#B11D27;
}
.agb p{
    margin: 0 0 35px 0;
}

.agb .heading{
    margin-top: 60px;
}

.datenschutz h3, .nutzungsbedingungen h3, .impressum h3{
    text-transform:none;
}

.datenschutz .heading, .nutzungsbedingungen .heading, .impressum .heading{
    margin-top: 63px !important;
}
#googlemaps iframe{
    width:100%;
}
.kontakt .captcha{
    border: none;
    padding: 0;
}
.kontakt .captcha img{
    vertical-align: top;
}
.slider-umzugsanfrage{
    padding-top: 115px;
    background-color: #eaeff3 !important;
}
.slider-umzugsanfrage .top-label, .slider-umzugsanfrage .main-label, .slider-umzugsanfrage .bottom-label {
    color:#fff !important;
}
.slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    pointer-events: none;

    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.5);
}

.umzugsanfrage #formAnfrage, .besichtigung #formBesichtigung, .packmaterial #formPackmaterial{
    margin-top: 63px;
}

.umzugsanfrage .heading-middle-border-center h3, .besichtigung .heading-middle-border-center h3, .packmaterial .heading-middle-border-center h3{
    text-transform:none;
}
.umzugsanfrage .call-to-action.call-to-action-in-footer{
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.besichtigung .call-to-action.call-to-action-in-footer{
    padding-top: 55px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 50px !important;
}
.packmaterial .call-to-action.call-to-action-in-footer{
    padding-top: 55px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 50px !important;
}
.startseite .call-to-action.call-to-action-in-footer{
    padding-top: 130px;
    padding-bottom: 99px;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.startseite .call-to-action.call-to-action-in-footer::before {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #FFF;
    height: 40px;
    width: 40px;
    top: 0px;
    left: 50%;
    margin-left: -40px;
}
.umzugsanfrage .call-to-action.call-to-action-in-footer .checkbox-custom{
    margin-bottom: 30px;
}
.umzugsanfrage .call-to-action, .besichtigung .call-to-action, .packmaterial .call-to-action{
    text-align:center;
}
.umzugsanfrage .umzugsanfrage_captcha, .besichtigung .umzugsanfrage_captcha, .packmaterial .umzugsanfrage_captcha{
    display:inline-block;
}
.umzugsanfrage .captcha_image, .umzugsanfrage .reload_captcha, .umzugsanfrage .captcha_code,
.besichtigung .captcha_image, .besichtigung .reload_captcha, .besichtigung .captcha_code,
.packmaterial .captcha_image, .packmaterial .reload_captcha, .packmaterial .captcha_code{
    float: left;
}
.umzugsanfrage .reload_captcha, .besichtigung .reload_captcha, .packmaterial .reload_captcha{
    margin-left:5px;
    line-height: 36px;
}
.umzugsanfrage .captcha_code, .besichtigung .captcha_code, .packmaterial .captcha_code{
    width: 150px;
    margin-left: 10px;
}

html .divider.divider-tertiary .fas {
    color: #2baab1 !important;
}
.umzugsanfrage .section-with-divider .form-group, .besichtigung .section-with-divider .form-group, .packmaterial .section-with-divider .form-group{
    padding: 0 10px;
}
.umzugsanfrage .section-with-divider h3, .besichtigung .section-with-divider h3, .packmaterial .section-with-divider h3{
    padding: 0 10px;
    text-transform:none;
    text-align:center;
}
.switch.switch-green .ios-switch .on-background {
    background: #2baab1;
}
.leistungen .list-tertiary.list-icons li > .fas:first-child{
    color: #2baab1;
    border-color: #2baab1;
}
.leistungen .list-quaternary.list-icons li > .fas:first-child{
    color: #3c85cf;
    border-color: #3c85cf;
}
.leistungen .list-lila.list-icons li > .fas:first-child{
    color: #785194;
    border-color: #785194;
}
.packmaterial .pricing-table [class*="col-lg-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.packmaterial .pricing-table h3 {
    background-color: #eee;
    border-radius: unset;
    font-size: 1.3em;
    font-weight: normal;
    margin: -20px -20px 85px -20px;
    padding: 20px;
}

.packmaterial .pricing-table h3 span {
    background: none;
    border: none;
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    display: block;
    font: bold 25px / 92px Georgia, Serif;
    height: 100px;
    margin: 10px auto -45px;
    width: 150px;
}
.packmaterial .pricing-table .plan {
    padding-bottom:10px;
}
.packmaterial .pricing-table .plan img {
    max-width:150px;
}
.packmaterial .pricing-table .control-label {
    line-height: 37px;
    margin: 0;
}
.packmaterial .pricing-table .btn {
    margin-top: 0px;
}
.packmaterial .pricing-table .spinner-input {
    max-width: 63px;
}

/*  Unternehmen */
.custom-cloud.left-pos {
    left: 0;
}
.custom-cloud {
    position: absolute;
    top: 50%;
    width: auto;
    height: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@-webkit-keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -50%, 0) rotate(45deg);
        transform: translate3d(-100%, -50%, 0) rotate(45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
}
@keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -50%, 0) rotate(45deg);
        transform: translate3d(-100%, -50%, 0) rotate(45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
}
.customFadeInLeft {
    -webkit-animation-name: customFadeInLeft;
    animation-name: customFadeInLeft;
}

@-webkit-keyframes customFadeInLeftNoRotate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -50%, 0);
        transform: translate3d(-100%, -50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes customFadeInLeftNoRotate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -50%, 0);
        transform: translate3d(-100%, -50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
.customFadeInLeftNoRotate {
    -webkit-animation-name: customFadeInLeftNoRotate;
    animation-name: customFadeInLeftNoRotate;
}

@-webkit-keyframes customFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -50%, 0) rotate(45deg);
        transform: translate3d(100%, -50%, 0) rotate(45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
}

@keyframes customFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -50%, 0) rotate(45deg);
        transform: translate3d(100%, -50%, 0) rotate(45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
}
.customFadeInRight {
    -webkit-animation-name: customFadeInRight;
    animation-name: customFadeInRight;
}

@-webkit-keyframes customFadeInRightNoRotate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -50%, 0);
        transform: translate3d(100%, -50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes customFadeInRightNoRotate {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -50%, 0);
        transform: translate3d(100%, -50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
.customFadeInRightNoRotate {
    -webkit-animation-name: customFadeInRightNoRotate;
    animation-name: customFadeInRightNoRotate;
}
html .background-color-light {
    background-color: #ffffff !important;
}
.custom-section-padding-1 {
    padding: 70px 0 160px !important;
}
.custom-position-relative {
    position: relative;
}
.custom-big-square.left-pos {
    left: -150px;
}
.custom-big-square.right-pos {
    right: -150px;
}
.custom-big-square {
    position: absolute;
    width: 312px;
    height: 312px;
    top: 43%;
    border: 10px solid #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.custom-box-shadow {
    -webkit-box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
    box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
}
.custom-small-square.left-pos {
    left: 3vw;
    top: 45%;
}
.custom-small-square.right-pos {
    right: 3vw;
    top: 66%;
}
.custom-small-square {
    position: absolute;
    width: 192px;
    height: 192px;
    top: 50%;
    border: 10px solid #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.custom-box-shadow {
    -webkit-box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
    box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
}
.custom-cloud.right-pos {
    right: 0;
}

.startseite .thumb-info {
    border-radius: 4px !important;
}
.startseite .slider-container.light .main-label, .startseite .slider-container.light .top-label, .startseite .slider-container.light .bottom-label {
    color: #fff;
}
.startseite .featured-box-tertiary .box-content {
    border-top-color: #2baab1;
}
.startseite .featured-box-tertiary .icon-featured {
    background-color: #2baab1;
}
.startseite .featured-box-tertiary h4 {
    color: #2baab1;
}
.startseite .btn-tertiary {
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388;
    color: #ffffff;
}
.startseite .featured-box, .startseite .featured-box .box-content {
    border-radius: 8px;
}
.startseite .featured-box .btn{
    color: #fff;
}

.startseite .featured-box .btn-tertiary:hover{
    background-color: #34c6ce;
    border-color: #3fc9d0 #3fc9d0 #2baab1;
    color: #ffffff;
}

.intro p {
    max-width:770px;
}

.intro hr.pattern {
    margin:70px 0 100px;
}
.packmaterial_leihgebuehr{
    text-transform: none;
    font-size: 17px;
    color: #808080;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-LightItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Shadows Into';
    src: url('/fonts/ShadowsIntoLight.woff2') format('woff2'),
    url('/fonts/ShadowsIntoLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Italic.woff2') format('woff2'),
    url('/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
    url('/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Light.woff2') format('woff2'),
    url('/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	6.2.1
*/
html {
    direction: ltr;
    overflow-x: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    background-color: #FFF;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

body a {
    outline: none !important;
}

.body {
    background-color: #FFF;
}

html.safari .body {
    overflow-x: hidden;
}

li {
    line-height: 24px;
}

/* Responsive */
@media (max-width: 575px) {
    body {
        font-size: 13px;
    }
}
/* Header */
#header {
    position: relative;
    z-index: 1030;
}

#header .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}

#header .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}

@media (max-width: 991px) {
    #header .header-container:not(.container) .header-nav-main {
        padding: 0 0.75rem;
    }
}

#header .container {
    position: relative;
}

@media (max-width: 767px) {
    #header .container {
        width: 100%;
    }
}

#header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%;
}

#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#header .header-column .header-extra-info li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 25px;
}

#header .header-column .header-extra-info li .feature-box p {
    margin: 0;
}

#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: -4px;
    font-size: 80%;
}

#header.header-no-min-height .header-body {
    min-height: 0 !important;
}

#header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed;
    min-height: 51px;
    z-index: 4;
}

#header .header-top::after {
    clear: both;
    content: "";
    display: block;
}

#header .header-top p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

#header .header-top p .fa, #header .header-top p .fas, #header .header-top p .far, #header .header-top p .fal, #header .header-top p .fab, #header .header-top p .icons {
    position: relative;
    top: 1px;
}

#header .header-top .header-search {
    margin-left: 10px;
    margin-right: 0;
}

#header .header-top .header-nav-top {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
}

#header .header-top.header-top-no-min-height {
    min-height: 0;
}

#header .header-top.header-top-colored {
    border-top: 5px solid #CCC;
    border-bottom: 0;
    color: #FFF;
}

#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
    color: #FFF;
}

#header .header-top.header-top-colored .form-control {
    border: 0;
}

#header .header-top.header-top-style-2 {
    background: #f6f6f6;
}

#header .header-top.header-top-style-4 {
    background: #E4E6ED;
    border-bottom: 0;
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0;
}

#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 70px;
}

#header .header-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #999;
    font-size: 0.9em;
    padding: 6px 10px;
    display: inline-block;
}

#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .fas, #header .header-nav-top .nav > li > a .far, #header .header-nav-top .nav > li > a .fal, #header .header-nav-top .nav > li > a .fab, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .fas, #header .header-nav-top .nav > li > span .far, #header .header-nav-top .nav > li > span .fal, #header .header-nav-top .nav > li > span .fab, #header .header-nav-top .nav > li > span .icons {
    margin-right: 3px;
}

#header .header-nav-top .nav > li > a {
    text-decoration: none;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
    background: #EEE;
}

#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
    background: #EEE;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
    border-radius: 4px 4px 0 0;
}

#header .header-nav-top .dropdown .dropdown-item {
    font-size: 0.8em;
}

#header .header-nav-top .dropdown-menu {
    border-color: #EEE;
    margin-top: -2px;
    border-radius: 4px 0 4px 4px;
    padding: 0;
}

#header .header-nav-top .dropdown-menu a {
    color: #999;
    padding: 6px 12px;
    font-size: 0.9em;
}

#header .header-nav-top .flag {
    margin-right: 2px;
    position: relative;
    top: -1px;
}

#header .header-search {
    margin-left: 16px;
    margin-left: 1rem;
}

#header .header-search .form-control {
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 170px;
}

#header .header-search .btn-light {
    background: transparent;
    border: 0 none;
    color: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

#header .header-search .btn-light:hover {
    color: #000;
}

#header .header-social-icons {
    margin-left: 16px;
    margin-left: 1rem;
}

#header .header-btn-collapse-nav {
    background: #CCC;
    color: #FFF;
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
}

#header.header-narrow .header-body {
    min-height: 0;
}

#header.header-narrow .header-logo {
    margin-top: 0;
    margin-bottom: 0;
}

#header.header-narrow .header-nav {
    padding-top: 0;
    padding-bottom: 0;
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

@media (max-width: 767px) {
    #header.has-nav-bar .header-search {
        display: block !important;
        visibility: hidden;
    }
}

html:not(.boxed) #header.header-full-width .header-container {
    width: 100%;
    max-width: none;
}

html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute;
}

html #header.header-transparent .header-body {
    position: relative;
    top: 0;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html #header.header-transparent .header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

html.sticky-header-enabled #header.header-transparent:not(.header-transparent-not-fixed) .header-body {
    position: fixed;
}

html.sticky-header-active #header.header-transparent .header-body {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html.sticky-header-active #header.header-transparent .header-body:before {
    opacity: 1;
}

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
    min-height: 0 !important;
    width: 100%;
    position: absolute;
}

html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
    position: relative;
    top: 0;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-bottom: 0;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

html.sticky-header-enabled #header.header-semi-transparent .header-body {
    position: fixed;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
    opacity: 0.8;
}

html #header.header-semi-transparent-light .header-body:before {
    opacity: 0.1;
    background: #FFF;
}

html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
    position: fixed;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
    border-bottom: 1px solid #f1f1f1;
    opacity: 0.9;
}

html #header.header-transparent-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #e9e9e9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
    background: transparent !important;
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent-light .header-nav-main:after {
    background: transparent !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
    #header .header-nav-main nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    #header .header-nav-main nav > ul > li {
        margin-left: 2px;
    }

    #header .header-nav-main nav > ul > li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        color: #CCC;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        padding: 0.5rem 0.9rem;
        text-transform: uppercase;
    }

    #header .header-nav-main nav > ul > li > a:active {
        background-color: transparent;
        text-decoration: none;
        color: #CCC;
    }

    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
        display: none;
    }

    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
        border-width: .24rem;
        margin-left: .255em;
        margin-right: 0;
    }

    #header .header-nav-main nav > ul > li > a.active {
        background: #CCC;
        color: #FFF;
    }

    #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
        background: #CCC;
        color: #FFF;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 4px 4px;
        border: 0;
        border-top: 3px solid #CCC;
        -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: 0;
        min-width: 200px;
        padding: 5px;
        text-align: left;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f4f4f4;
        color: #777;
        font-size: 0.8em;
        font-weight: 400;
        padding: 6px 20px 6px 8px;
        position: relative;
        text-transform: none;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
        background-color: #f8f9fa;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
        display: none;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #CCC;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: " ";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        left: 100%;
        display: block;
        margin-top: -8px;
        margin-left: -1px;
        border-radius: 4px;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        top: 0;
        opacity: 1;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
        border-color: transparent #CCC transparent transparent;
        border-width: 4px 4px 4px 4px;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
        left: auto;
        right: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
        border-radius: 4px 4px 0 0;
        position: relative;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        border-bottom: 5px solid #CCC;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega {
        position: static;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 4px;
        left: 15px;
        right: 15px;
        width: auto;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 1.6rem;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
        color: #333333;
        display: block;
        font-size: 0.9em;
        font-weight: 600;
        margin-top: 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
        margin-top: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        border: 0 none;
        border-radius: 4px;
        color: #777;
        display: block;
        font-size: 0.8em;
        font-weight: normal;
        margin: 0 0 3px -8px;
        padding: 3px 8px;
        text-shadow: none;
        text-transform: none;
        text-decoration: none;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
        background: #f4f4f4;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
        padding: 0.5rem 0.8rem;
    }

    #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle:after {
        display: none;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li > a {
        border-radius: 0 !important;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
        border-radius: 0;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        border-radius: 0;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 0;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        border-radius: 0;
    }

    #header .header-nav-main.header-nav-main-dark nav > ul > li > a {
        color: #444;
    }

    #header .header-nav-main a > .thumb-info-preview {
        position: absolute;
        display: block;
        left: 100%;
        opacity: 0;
        border: 0;
        padding-left: 10px;
        background: transparent;
        overflow: visible;
        margin-top: 15px;
        top: -10000px;
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
        background: #FFF;
        display: block;
        border-radius: 4px;
        border: 0;
        -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 190px;
    }

    #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
        -webkit-transition: all 6s linear 0s;
        transition: all 6s linear 0s;
        width: 182px;
        height: 136px;
        min-height: 0;
    }

    #header .header-nav-main a:hover > .thumb-info-preview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
        opacity: 1;
        margin-top: -5px;
    }

    #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        right: 100%;
        left: auto;
        padding-left: 0;
        margin-right: 10px;
    }

    #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    #header .header-nav.header-nav-stripe {
        padding: 0;
    }

    #header .header-nav.header-nav-stripe .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-top: -1px;
        min-height: 0;
    }

    #header .header-nav.header-nav-stripe nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #header .header-nav.header-nav-stripe nav > ul > li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a {
        background: transparent;
        padding: 0 .9rem;
        margin: 1px 0 0;
        height: 100%;
        color: #444;
        min-height: 90px;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent transparent;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a.active {
        color: #CCC;
        background: transparent;
    }

    #header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
    }

    #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active {
        color: #FFF;
        padding-bottom: 0;
    }

    #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
        content: none;
    }

    #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
        top: 100%;
        left: 0;
        margin-top: 1px;
    }

    #header .header-nav.header-nav-stripe.header-nav-main-dark nav > ul > li:hover > a {
        color: #FFF !important;
    }

    #header .header-nav.header-nav-top-line {
        padding: 0;
    }

    #header .header-nav.header-nav-top-line .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 0;
        margin-top: 0;
    }

    #header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
        position: relative;
        background: transparent !important;
        color: #444;
        padding: 0 .9rem;
        margin: 1px 0 0;
        min-height: 70px;
        height: 100%;
    }

    #header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        background: #CCC;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0;
        opacity: 0;
    }

    #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-top-line nav > ul > li.open > a:before {
        opacity: 1;
    }

    #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent transparent;
    }

    #header .header-nav.header-nav-top-line nav > ul > li > a.active {
        color: #CCC;
        background: transparent;
    }

    #header .header-nav.header-nav-top-line nav > ul > li > a.active:before {
        opacity: 1;
    }

    #header .header-nav.header-nav-top-line nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
    }

    #header .header-nav.header-nav-top-line nav > ul > li.dropdown > a:before {
        border-bottom: 0;
    }

    #header .header-nav.header-nav-top-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-top-line nav > ul > li.dropdown:hover > .dropdown-menu {
        margin-top: 0;
    }

    #header .header-nav.header-nav-dark-dropdown {
        padding: 0;
    }

    #header .header-nav.header-nav-dark-dropdown .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 0;
        margin-top: 0;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
        background: transparent !important;
        color: #444;
        margin: 1px 0 0;
        min-height: 70px;
        height: 100%;
        padding: 0 .9rem;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent transparent;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active {
        color: #CCC;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active.dropdown-toggle:after {
        color: #CCC;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a:before {
        border-bottom: 0;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
        border-bottom-color: #2a2a2a;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
        background: #1e1e1e;
        margin-top: 0;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
        color: #969696;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
        background: #282828;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
        color: #ababab;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
        background: #282828;
    }

    #header .header-nav-main {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
    }

    #header .header-nav-bar {
        background: #F4F4F4;
        z-index: 1;
    }
}
/* Header Narrow */
@media (min-width: 992px) {
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a {
        min-height: 70px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-light nav > ul > li > a {
        color: #FFF;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #CCC;
        background: #FFF;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
        background: #FFF;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
        border-top-color: #FFF;
        -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        border-top-color: #FFF;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
        background: #FFF;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #FFF;
    }

    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
        background: #f5f5f5;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }

    #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-top-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dark-dropdown .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
        opacity: 0;
    }

    #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }

    #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu .dropdown-submenu.dropdown-reverse > .dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0;
    }

    #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
    #header .header-nav-main {
        position: absolute;
        background: transparent;
        width: 100%;
        top: 100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #FFF;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #header .header-nav-main nav {
        max-height: 50vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
    }

    #header .header-nav-main nav.collapsing {
        overflow-y: hidden;
    }

    #header .header-nav-main nav::-webkit-scrollbar {
        width: 5px;
    }

    #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: rgba(204, 204, 204, 0.5);
    }

    #header .header-nav-main nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.8rem 0;
    }

    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #header .header-nav-main nav > ul li a {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: 4px;
        text-align: left;
    }

    #header .header-nav-main nav > ul li a .fa-caret-down {
        line-height: 35px;
        min-height: 38px;
        min-width: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 0;
    }

    #header .header-nav-main nav > ul li a.dropdown-toggle:after {
        content: none;
    }

    #header .header-nav-main nav > ul li a:active {
        background-color: #f8f9fa;
        color: inherit;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 13px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        clear: both;
        display: none;
        float: none;
        position: static;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
        display: block;
        margin-left: 20px;
    }

    #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
        display: block;
        margin-left: 20px;
    }

    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
        margin-top: 10px;
        display: block;
        text-align: left;
    }

    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none;
    }

    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        display: block;
        text-decoration: none;
    }

    #header .header-nav-main nav > ul li:last-child {
        border-bottom: 0;
    }

    #header .header-nav-main nav > ul > li > a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: #CCC;
    }

    #header .header-nav-main nav > ul > li > a:active {
        color: #CCC;
    }

    #header .header-nav-main nav > ul > li > a.active {
        color: #FFF;
        background: #CCC;
    }

    #header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
        color: #FFF;
        background: #CCC;
    }

    #header .header-nav-main nav .not-included {
        margin: 0;
    }

    #header .header-nav-main a > .thumb-info-preview {
        display: none !important;
    }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    #header.header-transparent .header-nav-main:before, #header.header-semi-transparent .header-nav-main:before, #header.header-semi-transparent-light .header-nav-main:before {
        width: calc(100% - 30px);
        border-radius: 4px;
    }

    #header.header-transparent .header-nav-main nav, #header.header-semi-transparent .header-nav-main nav, #header.header-semi-transparent-light .header-nav-main nav {
        padding: 0 30px;
    }

    #header.header-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent-light .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: transparent;
    }

    #header.header-transparent .header-body:before {
        border-bottom: none !important;
    }

    #header.header-semi-transparent-light .header-body:before {
        border-bottom: none !important;
    }

    #header .header-nav.header-nav-stripe {
        min-height: 90px;
    }

    #header .header-nav.header-nav-top-line {
        min-height: 70px;
    }

    #header .header-nav.header-nav-dark-dropdown {
        min-height: 70px;
    }
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a {
        color: #FFF;
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active {
        color: #CCC;
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active {
        color: #FFF;
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li > a {
        color: #FFF;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
        color: #CCC;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active {
        color: #FFF;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a {
        color: #FFF;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
        color: #CCC;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #CCC transparent transparent transparent;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active {
        color: #FFF;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }
}
/* Responsive */
@media (min-width: 992px) {
    #header .header-body {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    #header .header-logo img {
        z-index: 1;
    }

    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header.header-narrow .header-nav.header-nav-stripe {
        min-height: 70px;
    }
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin label {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #777;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
    padding: 0;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
    margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
    margin-bottom: 10px;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
    text-align: center;
    display: block;
    font-size: 14.4px;
    font-size: 0.9rem;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form p {
    font-size: 14.4px;
    font-size: 0.9rem;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
    max-width: 55px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
    display: block;
    padding-top: 7px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
    display: block;
    font-size: 12px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
    margin: 0 0 0 25px;
    text-align: left;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
        margin-right: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
        display: none;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
        display: block !important;
        margin: 0 !important;
        padding: 0 10px 0 10px;
        width: 100%;
        right: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 5px;
        padding-bottom: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
        display: none;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
        margin: 15px 0 !important;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
        margin: 15px 0 0 0 !important;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
        line-height: 35px;
    }
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
    width: 100%;
    margin-top: 0;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
    float: right;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
    text-decoration: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
    margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
    width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
    text-align: right;
    width: 80px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
    clear: both;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
        margin: 15px 0;
        padding: 0 15px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    html.side-header .main .container, html.side-header #footer .container {
        padding: 0 35px;
        width: auto !important;
        max-width: 1210px;
    }

    html.side-header body > .body {
        margin: 0 0 0 255px;
        width: auto;
        overflow-x: hidden;
        overflow-y: visible;
    }

    html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
        width: 100% !important;
        left: auto !important;
    }

    html.side-header #header {
        background: #FFF;
        position: fixed;
        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
        top: 0;
        left: 0;
        width: 255px;
        height: 100%;
    }

    html.side-header #header .header-body {
        border-top: 0;
    }

    html.side-header #header .header-container {
        width: 100%;
    }

    html.side-header #header .header-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    html.side-header #header .header-search {
        width: 100%;
        margin: 0.7rem 0;
    }

    html.side-header #header .header-nav-top .nav > li > a, html.side-header #header .header-nav-top .nav > li > span {
        display: block;
    }

    html.side-header #header .header-logo {
        margin: 2rem 0;
    }

    html.side-header #header .header-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    html.side-header #header .header-nav-main,
    html.side-header #header .header-nav-main nav,
    html.side-header #header .header-nav-main .nav {
        width: 100%;
    }

    html.side-header #header .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        content: "";
        border-color: transparent transparent transparent #CCC;
        position: absolute;
        right: 15px;
        top: 50%;
        border-top: .3em solid;
        border-bottom: .3em solid transparent;
        border-left: .3em solid transparent;
        border-right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: 3px;
        left: 100%;
        border-top: 0;
        border-left: 5px solid #CCC;
        margin-left: -5px;
    }

    html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
        margin-top: -5px;
        border-top: 0;
    }

    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
        padding-bottom: 0.5rem;
    }

    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a:before, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        content: none;
    }

    html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
        position: relative;
    }

    html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
        min-width: 720px;
    }

    html.side-header #header .header-nav-main nav > ul > li {
        margin-top: 1px;
    }

    html.side-header #header .header-nav-main nav > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li a {
        padding-right: 8px;
        padding-left: 20px;
    }

    html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li.dropdown-submenu > a:after {
        border-width: 4px 4px 4px 0;
    }

    html.side-header #header .header-social-icons {
        margin: 2rem 0 !important;
    }

    html.side-header-right body > .body {
        margin: 0 255px 0 0;
    }

    html.side-header-right #header {
        left: auto;
        right: 0;
    }

    html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
        padding-right: 0px;
        padding-left: 30px;
    }

    html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        left: 15px;
        right: auto;
        border-right: .3em solid transparent;
        border-left: 0;
    }

    html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        right: 100%;
        left: auto;
        border-right: 5px solid #CCC;
        border-left: 0;
        margin-left: 0;
        margin-right: -5px;
        border-radius: 4px 0 0 4px;
    }

    html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a {
        padding-left: 25px;
    }

    html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        left: 10px;
        right: initial;
    }

    html.ie.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        left: 10px;
        right: initial;
        width: 0;
    }

    html.side-header-semi-transparent body > .body {
        margin: 0;
    }

    html.side-header-semi-transparent #header {
        background: rgba(0, 0, 0, 0.3);
    }

    html.side-header-semi-transparent #header .header-body {
        background: transparent !important;
    }
}

@media (max-height: 768px) {
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        bottom: 0;
        top: auto;
    }
}

html[dir="rtl"] #header .header-search .btn-light {
    right: -35px;
}

html.safari #header.header-transparent .header-body, html.safari #header.header-semi-transparent .header-body, html.safari #header.header-semi-transparent-light .header-body {
    overflow: visible !important;
}

html.safari.sticky-header-active #header .header-body {
    overflow: visible !important;
}

html.ie #header .header-column .header-extra-info .feature-box .feature-box-info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

/* Page Header */
.page-header {
    background-color: #171717;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

.page-header .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.page-header h1 {
    border-bottom: 5px solid #CCC;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 32px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}

.page-header h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}

.page-header-no-title-border h1 {
    border: 0;
}

/* Page Header - Color */
.page-header-color {
    background-color: #F7F7F7;
    border-bottom: 5px solid #F4F4F4;
    border-top: none;
}

.page-header-color h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em;
    padding: 0;
    margin: 0;
}

.page-header-color h1 span {
    opacity: 0.65;
}

.page-header-color .breadcrumb {
    text-align: right;
    float: right;
}

@media (max-width: 991px) {
    .page-header-color .breadcrumb {
        padding: 18px 0px 0;
        text-align: left;
        float: none;
    }
}

.page-header-color .breadcrumb > .active {
    opacity: 0.65;
}

/* Page Header - More Padding */
.page-header-more-padding {
    padding: 35px 0;
}

/* Page Header - Light */
.page-header-light {
    background-color: #F7F7F7;
    border-bottom: 5px solid #F4F4F4;
    border-top: none;
}

.page-header-light h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em;
}

.page-header-light .breadcrumb {
    text-align: right;
    float: right;
}

@media (max-width: 991px) {
    .page-header-light .breadcrumb {
        padding: 18px 0px 0;
        text-align: left;
        float: none;
    }
}

/* Page Header - Reverse */
.page-header-reverse {
    text-align: right;
}

.page-header-reverse .breadcrumb {
    text-align: left;
}

@media (max-width: 991px) {
    .page-header-reverse .breadcrumb {
        text-align: right;
    }
}

/* Page Header - Parallax */
.page-header.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px;
}

.page-header-center {
    text-align: center;
}

.page-header-center .breadcrumb {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0;
}

/* Page Header Custom Background */
.page-header-custom-background {
    padding: 45px 0;
    background-repeat: repeat;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
}

.page-header-custom-background h1 {
    color: #FFF;
    border: 0;
}

.page-header-custom-background h1 span {
    color: #FFF;
    opacity: 0.7;
}

.page-header-custom-background .breadcrumb {
    text-align: right;
    float: right;
}

@media (max-width: 991px) {
    .page-header-custom-background .breadcrumb {
        padding: 18px 0px 0;
        text-align: left;
        float: none;
    }
}

.page-header-custom-background .breadcrumb li.active {
    color: #FFF;
    opacity: 0.7;
}

.page-header-custom-background .breadcrumb a {
    color: #FFF;
}

/* Page Header Custom - Create your Own */
.page-header.custom-product {
    background-image: url(../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
    padding: 0;
    overflow: hidden;
}

.page-header.custom-product .row {
    position: relative;
}

.page-header.custom-product p.lead {
    color: #E8E8E8;
}

.page-header.custom-product h1 {
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 30px;
    border: 0;
}

/* Responsive */
@media (min-width: 992px) {
    .page-header-more-padding .breadcrumb-valign-mid,
    .page-header-custom-background .breadcrumb-valign-mid,
    .page-header-float-breadcrumb .breadcrumb-valign-mid {
        text-align: right;
    }

    .page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
    .page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
    .page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .page-header .breadcrumb {
        float: none !important;
        position: static !important;
    }

    .page-header .breadcrumb-valign-mid {
        margin-top: 15px;
    }

    .page-header-reverse .breadcrumb-valign-mid {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .page-header h1 {
        font-size: 26px;
        line-height: 26px;
    }
}
/* Parallax */
.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both;
}

.parallax blockquote {
    border: 0;
    padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px;
}

.parallax blockquote p {
    font-size: 24px;
    line-height: 30px;
}

.parallax blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px;
}

.parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}

/* Section Featured */
section.section {
    background: none;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}

section.section.section-height-1 {
    padding: 12.307px 0;
    padding: 0.7692307692rem 0;
}

section.section.section-height-2 {
    padding: 36.923px 0;
    padding: 2.3076923077rem 0;
}

section.section.section-height-3 {
    padding: 73.846px 0;
    padding: 4.6153846154rem 0;
}

section.section.section-height-4 {
    padding: 110.769px 0;
    padding: 6.9230769231rem 0;
}

section.section.section-height-5 {
    padding: 147.692px 0;
    padding: 9.2307692308rem 0;
}

section.section.section-no-background {
    background: transparent;
    border-top-color: transparent;
}

section.section.section-center {
    text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
    color: #FFF;
}

section.section.section-text-light p {
    color: #e6e6e6;
}

section.section.section-background {
    background-repeat: repeat;
    border: 0;
}

section.section.section-overlay {
    position: relative;
}

section.section.section-overlay:before {
    content: "";
    display: block;
    background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

section.section.section-overlay-opacity {
    position: relative;
}

section.section.section-overlay-opacity:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
    background: rgba(0, 0, 0, 0.1);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
    background: rgba(0, 0, 0, 0.2);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
    background: rgba(0, 0, 0, 0.3);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
    background: rgba(0, 0, 0, 0.4);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
    background: rgba(0, 0, 0, 0.5);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
    background: rgba(0, 0, 0, 0.6);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
    background: rgba(0, 0, 0, 0.7);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
    background: rgba(0, 0, 0, 0.8);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
    background: rgba(0, 0, 0, 0.9);
}

section.section.section-overlay-opacity-light:before {
    background: rgba(255, 255, 255, 0.5);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
    background: rgba(255, 255, 255, 0.1);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
    background: rgba(255, 255, 255, 0.2);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
    background: rgba(255, 255, 255, 0.3);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
    background: rgba(255, 255, 255, 0.4);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
    background: rgba(255, 255, 255, 0.5);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
    background: rgba(255, 255, 255, 0.6);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
    background: rgba(255, 255, 255, 0.7);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
    background: rgba(255, 255, 255, 0.8);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
    background: rgba(255, 255, 255, 0.9);
}

section.section.section-default-scale-lighten {
    background-color: #fcfcfc !important;
    border-top-color: #fcfcfc !important;
}

section.section.section-video {
    background: none !important;
    border: 0;
}

section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0;
}

section.section.section-parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}

section.section.section-no-border {
    border: 0;
}

section.section.section-with-divider {
    margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
    margin: -56px 0 44px;
}

section.section.section-footer {
    margin-bottom: -50px;
}

section.section.section-with-mockup {
    margin-top: 120px;
}

section.section.section-front {
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .container-fluid > .row > .p-0 section.section {
        margin-bottom: 0;
        margin-top: 0;
    }

    .container-fluid > .row > .p-0:first-child section.section {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .container-fluid > .row > .p-0:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0;
    }
}
/* Sidebar */
aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
    padding: 8px 0 8px 18px;
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #171717;
    height: 500px;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

.slider-container .tparrows {
    border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
    display: none;
}

.slider-container .top-label {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
}

.slider-container .main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
    color: #FFF;
    font-size: 52px;
    line-height: 52px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.slider-container .blackboard-text {
    color: #BAB9BE;
    font-size: 46px;
    line-height: 46px;
    font-family: "Shadows Into Light", cursive;
    text-transform: uppercase;
}

.slider-container .btn.btn-lg.btn-slider-action {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 19.2px 28.8px;
    padding: 1.2rem 1.8rem;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
    color: #333;
}

.slider-container .tp-caption-dark a {
    color: #333;
}

.slider-container .tp-caption-dark a:hover {
    color: #333;
}

.slider-container .tp-caption-overlay {
    background: #000;
    padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.slider-container .tp-opacity-overlay {
    background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
    background-color: transparent;
}

.slider-container.light {
    background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
    color: #333;
}

.slider-container.light .tp-caption a {
    color: #333;
}

.slider-container.light .tp-caption a:hover {
    color: #333;
}

/* Arrows */
.tparrows.tparrows-carousel {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
    right: auto !important;
    left: -30px !important;
    border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
    right: -60px !important;
    left: auto !important;
    border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
    padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
    border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
    position: relative;
}

.slider-with-overlay .slider-container {
    z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
    margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
    text-align: left;
}

.slider-contact-form label.error {
    display: none !important;
}

.slider-contact-form .alert {
    padding: 6px;
    text-align: center;
}

.slider-contact-form textarea {
    resize: none;
}

/* Responsive */
@media (min-width: 992px) {
    .slider-contact-form {
        margin: 0;
        position: absolute;
        top: 20px;
        z-index: 99;
        width: 100%;
    }
}
/* Boxed */
html.boxed .slider-container {
    width: 100% !important;
    left: auto !important;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
    position: relative;
}

.nivo-slider .theme-default .nivoSlider {
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
}

.nivo-slider .theme-default .nivoSlider img {
    border-radius: 10px 10px 0 0;
}

.nivo-slider .theme-default .nivo-controlNav {
    margin-top: -72px;
    position: absolute;
    z-index: 99;
    right: 5px;
    bottom: -17px;
}

.nivo-slider .theme-default .nivo-caption {
    padding-left: 20px;
}

/* Custom Map */
section.section-custom-map {
    background: transparent url(../img/map.png) center 0 no-repeat;
    padding: 129px 0 0;
    margin: 20px 0 0;
    border: 0;
}

section.section-custom-map section.section {
    border-top-color: rgba(241, 241, 241, 0.8);
    background: rgba(244, 244, 244, 0.8);
}

section.section-custom-map-2 {
    background: transparent url(../img/map-2.png) center 0 no-repeat;
    padding: 129px 0 0;
    margin: 50px 0 0;
    border: 0;
}

section.section-custom-map-2 section.section {
    border-top-color: rgba(241, 241, 241, 0.8);
    background: rgba(244, 244, 244, 0.8);
}

/* Home Intro */
.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 35.2px 0;
    padding: 2.2rem 0;
    position: relative;
    text-align: left;
}

.home-intro p {
    color: #FFF;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 0;
}

.home-intro p span {
    color: #999;
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
}

.home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

.home-intro .get-started {
    position: relative;
}

.home-intro .get-started .btn {
    position: relative;
    z-index: 1;
}

.home-intro .get-started .btn i {
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 5px;
}

.home-intro .get-started a {
    color: #FFF;
}

.home-intro .get-started a:not(.btn) {
    color: #777;
}

.home-intro .learn-more {
    margin-left: 15px;
}

.home-intro.light {
    background-color: #E2E2E2;
}

.home-intro.light.secondary {
    background-color: #E0E1E4;
}

.home-intro.light p {
    color: #777;
}

/* Home Intro Compact */
.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

.home-intro-compact p {
    padding-left: 20px;
}

.home-intro-compact .get-started {
    padding-right: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    /* Home Intro */
    .home-intro p {
        margin-bottom: 2rem;
    }

    .home-intro-compact .get-started {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    /* Home Intro */
    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Home Concept SVG Animations */
@-webkit-keyframes animatedLineBg {
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1360;
    }
}

@keyframes animatedLineBg {
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1360;
    }
}

@-webkit-keyframes animatedLineSmallCircle {
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1120;
    }
}

@keyframes animatedLineSmallCircle {
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1120;
    }
}

@-webkit-keyframes animatedLineBigCircle {
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1266;
    }
}

@keyframes animatedLineBigCircle {
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1266;
    }
}

@-webkit-keyframes animatedInitialPin {
    0% {
        -webkit-transform: translate(2px, 69px) scale(0.23);
        transform: translate(2px, 69px) scale(0.23);
    }

    33% {
        -webkit-transform: translate(2px, 79px) scale(0.23);
        transform: translate(2px, 79px) scale(0.23);
    }

    66% {
        -webkit-transform: translate(2px, 74px) scale(0.23);
        transform: translate(2px, 74px) scale(0.23);
    }

    100% {
        -webkit-transform: translate(2px, 79px) scale(0.23);
        transform: translate(2px, 79px) scale(0.23);
    }
}

@keyframes animatedInitialPin {
    0% {
        -webkit-transform: translate(2px, 69px) scale(0.23);
        transform: translate(2px, 69px) scale(0.23);
    }

    33% {
        -webkit-transform: translate(2px, 79px) scale(0.23);
        transform: translate(2px, 79px) scale(0.23);
    }

    66% {
        -webkit-transform: translate(2px, 74px) scale(0.23);
        transform: translate(2px, 74px) scale(0.23);
    }

    100% {
        -webkit-transform: translate(2px, 79px) scale(0.23);
        transform: translate(2px, 79px) scale(0.23);
    }
}

@-webkit-keyframes animatedFinalPin {
    0% {
        -webkit-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
        transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    }

    33% {
        -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
        transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    }

    66% {
        -webkit-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
        transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    }

    100% {
        -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
        transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    }
}

@keyframes animatedFinalPin {
    0% {
        -webkit-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
        transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    }

    33% {
        -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
        transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    }

    66% {
        -webkit-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
        transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    }

    100% {
        -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
        transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    }
}
/* Firefox Final Pin Animation */
@-webkit-keyframes animatedFinalPinFirefox {
    0% {
        -webkit-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
        transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    }

    33% {
        -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
        transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    }

    66% {
        -webkit-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
        transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    }

    100% {
        -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
        transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    }
}

@keyframes animatedFinalPinFirefox {
    0% {
        -webkit-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
        transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    }

    33% {
        -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
        transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    }

    66% {
        -webkit-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
        transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    }

    100% {
        -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
        transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    }
}
/* Home Concept */
.home-concept {
    background: transparent url(../img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

.home-concept strong {
    display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: normal !important;
    position: relative;
    margin-top: 30px;
}

.home-concept .row {
    position: relative;
}

.home-concept .process-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
    width: 160px;
    margin: 135px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.home-concept .process-image img {
    border-radius: 150px;
    margin: 7px 8px;
    width: auto;
    height: auto;
    max-width: 145px;
    max-height: 145px;
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em;
}

.home-concept .project-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
    width: 350px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.home-concept .sun {
    background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px;
}

.home-concept .cloud {
    background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
    .home-concept {
        background-image: none;
    }

    .home-concept .project-image {
        margin: 20px auto 0 auto;
    }

    .home-concept .process-image {
        margin-top: 0;
        padding-bottom: 25px;
    }
}

@media (max-width: 479px) {
    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
    }

    .home-concept .fc-slideshow {
        max-width: 145px;
        height: 145px;
    }

    .home-concept .fc-slideshow img {
        max-height: 145px;
        max-width: 145px;
    }
}
/* Page 404 */
.page-not-found {
    padding: 50px 0;
}

.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px;
}

.page-not-found h4 {
    color: #777;
}

.page-not-found p {
    font-size: 1.4em;
    line-height: 36px;
}

/* Responsive */
@media (max-width: 575px) {
    .page-not-found {
        padding: 0;
    }

    .page-not-found h2 {
        font-size: 100px;
        letter-spacing: 0;
        line-height: 100px;
    }
}
/* Position */
.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-static {
    position: static !important;
}

.absolute-y-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/* Pull */
.pull-none {
    float: none !important;
}

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

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

@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pull-md-left {
        float: left;
    }

    .pull-md-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }

    .pull-lg-right {
        float: right;
    }
}
/* Inverted */
.inverted {
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px;
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px;
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px;
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

/* Letter Spacing */
.negative-ls-1 {
    letter-spacing: -1px;
}

.negative-ls-2 {
    letter-spacing: -2px;
}

.negative-ls-3 {
    letter-spacing: -2.5px;
}

.positive-ls-1 {
    letter-spacing: 1px;
}

.positive-ls-2 {
    letter-spacing: 2px;
}

.positive-ls-3 {
    letter-spacing: 2.5px;
}

/* Cursor */
.cur-pointer {
    cursor: pointer;
}

/* Font Size */
.text-xs {
    font-size: 16px !important;
    font-size: 1rem !important;
}

.text-sm {
    font-size: 20.8px !important;
    font-size: 1.3rem !important;
}

.text-md {
    font-size: 25.6px !important;
    font-size: 1.6rem !important;
}

.text-lg {
    font-size: 30.4px !important;
    font-size: 1.9rem !important;
}

.text-xl {
    font-size: 35.2px !important;
    font-size: 2.2rem !important;
}

.text-1 {
    font-size: .8em !important;
}

.text-2 {
    font-size: .9em !important;
}

.text-3 {
    font-size: 1em !important;
}

.text-4 {
    font-size: 1.1em !important;
}

.text-5 {
    font-size: 1.50em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.text-7 {
    font-size: 2em !important;
}

.text-8 {
    font-size: 2.30em !important;
}

.text-9 {
    font-size: 2.50em !important;
}

.text-10 {
    font-size: 2.75em !important;
}

/* Line Height */
.line-height-xs {
    line-height: 16px !important;
}

.line-height-sm {
    line-height: 20px !important;
}

.line-height-md {
    line-height: 24px !important;
}

.line-height-lg {
    line-height: 28px !important;
}

.line-height-xl {
    line-height: 32px !important;
}

/* Opacity */
.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-10 {
    opacity: 1 !important;
}

/* Outline */
.outline-none {
    outline: 0 !important;
}

/* Text Decoration */
.text-decoration-none {
    text-decoration: none !important;
}

/* Text Transform */
.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-transform-none {
    text-transform: none !important;
}

/* States */
.text-muted {
    color: #999 !important;
}

html.dark .text-muted {
    color: #505461 !important;
}

/* Overflow */
.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

/* Colors */
.text-dark {
    color: #1d2127 !important;
}

.text-light {
    color: #FFF !important;
}

/* Weights */
.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold, b, strong {
    font-weight: 700 !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

/* Borders */
.no-borders {
    border: none !important;
}

.rounded {
    border-radius: 5px !important;
}

.b-thin {
    border-width: 3px !important;
}

.b-normal {
    border-width: 5px !important;
}

.b-thick {
    border-width: 7px !important;
}

/* General Helpers */
.ib {
    display: inline-block;
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-normal {
    white-space: normal;
}

/* #Footer */
#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

#footer .container .row > div {
    margin-bottom: 25px;
}

#footer .container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer a:hover {
    color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #FFF;
}

#footer h4 {
    font-size: 1.8em;
    font-weight: 200;
}

#footer h5 {
    color: #CCC;
}

#footer ul.nav-list > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
    border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
    margin-bottom: 5px;
}

#footer form {
    opacity: 0.85;
}

#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both;
}

#footer form .alert {
    padding: 6px;
    text-align: center;
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
    width: 100%;
    max-width: 262px;
}

#footer .alert a {
    color: #222;
}

#footer .alert a:hover {
    color: #666;
}

#footer .twitter .fa, #footer .twitter .fas, #footer .twitter .far, #footer .twitter .fal, #footer .twitter .fab, #footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .twitter ul li {
    padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
    padding-bottom: 0;
}

#footer .twitter-account {
    color: #FFF;
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    opacity: 0.55;
}

#footer .twitter-account:hover {
    opacity: 1;
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

#footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0;
}

#footer .contact p {
    margin-bottom: 10px;
}

#footer .logo {
    display: block;
}

#footer .logo.mb-5 {
    margin-bottom: 12px;
}

#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px;
}

#footer .footer-copyright nav {
    float: right;
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
}

#footer .phone {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

#footer .narrow-phone {
    text-align: right;
    margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -13px;
}

#footer .recent-work {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
}

#footer .recent-work img {
    border: 0;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
    border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
    font-size: 22px;
    margin-left: -2px;
}

#footer .view-more-recent-work {
    padding: 12px;
}

#footer.short {
    padding-top: 50px;
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

#footer.light {
    padding-top: 60px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-left: 14px;
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
    color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
    color: #777;
}

#footer.light ul.nav-pills > li > a.active {
    color: #FFF;
}

#footer.narrow {
    padding-top: 30px;
}

#footer.narrow .footer-copyright {
    margin-top: 0;
}

#footer.narrow .nav > li > a {
    padding: 5px 12px;
}

#footer.color {
    color: #FFF;
}

#footer.color p {
    color: #FFF;
}

#footer.color .footer-copyright nav ul li {
    border-left-color: #FFF;
}

#footer.footer-reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10;
}

/* Responsive */
@media (max-width: 991px) {
    #footer .phone {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    /* Footer */
    #footer .phone {
        font-size: 20px;
    }
}
/* Dark Version */
html.dark body {
    background-color: #1d2127;
}

html.dark.boxed .body {
    background-color: #1d2127;
}

html.dark #header .header-top {
    background: #282d36;
    border-bottom-color: #2e353e;
}

html.dark #header .header-search .form-control {
    background: #21262d;
}

html.dark #header .header-body {
    background: #1d2127;
    border-top-color: #2e353e;
}

html.dark #header .header-nav-bar {
    background-color: #21262d;
}

html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
    background-color: #21262d;
}

html.dark #header .header-nav-top .dropdown-menu {
    background: #21262d;
    border-color: #21262d;
}

html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
    background: #282d36 !important;
}

html.dark.sticky-header-active #header .header-body {
    border-bottom-color: #2e353e;
}

html.dark #header.header-transparent .header-body {
    background: transparent;
}

html.dark #header.header-transparent .header-body:before {
    background-color: #1d2127;
    border-bottom-color: #2e353e;
}

html.dark #header.header-semi-transparent .header-body {
    background: transparent;
}

html.dark #header.header-semi-transparent .header-body:before {
    background-color: #1d2127;
    border-bottom-color: #2e353e;
}

html.dark #header.header-semi-transparent-light .header-body {
    background: transparent;
}

html.dark #header.header-semi-transparent-light .header-body:before {
    background-color: #1d2127;
    border-bottom-color: #2e353e;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
    color: #FFF;
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
    color: #111;
}

html.dark blockquote {
    border-color: #282d36;
}

html.dark section.featured {
    background-color: #191c21;
    border-top-color: #2e353e;
}

html.dark section.section {
    background-color: #21262d;
    border-top-color: #282d36;
}

html.dark .dropdown-menu > li a {
    color: #FFF;
}

html.dark .dropdown-menu > li a:hover, html.dark .dropdown-menu > li a:focus {
    background-color: #2e353e;
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
    background: #282d36;
}

html.dark .tabs .nav-tabs li a:hover {
    border-top-color: #808697;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697;
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
    border-bottom-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #282d36;
}

html.dark .tabs .nav-tabs {
    border-color: #282d36;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
    border-bottom-color: #2e353e;
}

html.dark .tabs.tabs-vertical {
    border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #282d36;
    border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #808697;
    border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #2e353e;
}

html.dark .tabs .tab-content {
    background: #2e353e;
    border-color: #2e353e;
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #2e353e !important;
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
    color: #808697;
}

html.dark .tab-content {
    background: #2e353e;
    border-color: #1d2127;
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
    background: transparent !important;
}

html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
    background-color: #2e353e;
}

html.dark .call-to-action.call-to-action-default {
    background: #282d36;
}

html.dark .call-to-action.call-to-action-dark {
    background: #2e353e;
}

html.dark .call-to-action.with-borders {
    border-top-color: #2e353e;
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .call-to-action.with-full-borders {
    border-color: #2e353e;
}

html.dark .call-to-action.featured {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #282d36), color-stop(98%, #2e353e)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #282d36 1%, #2e353e 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #1d2127;
}

html.dark .counters.with-borders .counter {
    border-top: 1px solid #2e353e;
    border-bottom: 1px solid #2e353e;
    border-left: 1px solid #282d36;
    border-right: 1px solid #282d36;
}

html.dark .counters.counters-text-dark .counter {
    color: #FFF !important;
}

html.dark .counters.counters-text-dark .counter .fa, html.dark .counters.counters-text-dark .counter .fas, html.dark .counters.counters-text-dark .counter .far, html.dark .counters.counters-text-dark .counter .fal, html.dark .counters.counters-text-dark .counter .fab, html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
    color: #FFF !important;
}

html.dark section.timeline:after {
    background: #505050;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #505050), color-stop(92%, #505050), to(rgba(80, 80, 80, 0)));
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none;
}

html.dark section.timeline .timeline-title {
    background: #282d36;
}

html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36;
}

html.dark section.timeline .timeline-box.left:before {
    -webkit-box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.left:after {
    background: #282d36;
    border-right-color: #282d36;
    border-top-color: #282d36;
}

html.dark section.timeline .timeline-box.right:before {
    -webkit-box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.right:after {
    background: #282d36;
    border-left-color: #282d36;
    border-bottom-color: #282d36;
}

html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .btn-light {
    background-color: #282d36;
    border-color: #282d36;
    color: #FFF;
}

html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
    border-color: #282d36 !important;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
    background-color: #282d36;
    border-color: #242830;
}

html.dark .theme-default .nivoSlider {
    background-color: #1d2127;
}

html.dark section.section-custom-map {
    background: transparent url(../img/map-dark.png) center 0 no-repeat;
}

html.dark section.section-custom-map section.section {
    border-top-color: rgba(40, 45, 54, 0.8);
    background: rgba(33, 38, 45, 0.8);
}

html.dark .home-concept {
    background-image: url(../img/home-concept-dark.png);
}

html.dark .home-concept .process-image {
    background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .project-image {
    background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .sun {
    background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .home-concept .cloud {
    background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .page-header {
    border-bottom-color: #191c21;
}

html.dark .page-header-light {
    background-color: #2e353e;
}

html.dark .accordion .card {
    background-color: #282d36;
}

html.dark .accordion .card-default {
    border-color: #282d36;
}

html.dark .accordion .card-header {
    background-color: #2e353e;
}

html.dark .accordion .form-control {
    background-color: #21262d;
    border-color: #21262d;
}

html.dark .toggle > label {
    background-color: #2e353e;
}

html.dark .toggle.toggle-simple .toggle > label {
    color: #FFF;
}

html.dark .featured-box {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
    border-bottom-color: #2e353e;
}

html.dark .featured-box.secondary h4 {
    color: #FFF;
}

html.dark .featured-boxes-flat .featured-box .box-content {
    background: #2e353e;
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #FFF;
}

html.dark .featured-boxes-style-2 .featured-box {
    background: transparent;
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #1d2127;
}

html.dark .featured-boxes-style-4 .featured-box {
    background: transparent;
}

html.dark .featured-boxes-style-5 .featured-box {
    background: transparent;
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
    background: #282d36;
    border-color: #2e353e;
}

html.dark .featured-boxes-style-6 .featured-box {
    background: transparent;
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
    background: #282d36;
    border-color: #2e353e;
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
    border-color: #2e353e;
}

html.dark .featured-boxes-style-7 .featured-box {
    background: transparent;
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
    background: #282d36;
    border-color: #2e353e;
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
    -webkit-box-shadow: 3px 3px #161a1e;
    box-shadow: 3px 3px #161a1e;
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #2e353e;
}

html.dark .featured-box-effect-1 .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #2e353e;
    box-shadow: 0 0 0 3px #2e353e;
}

html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
    color: #FFF;
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #2e353e;
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
    border-color: #2e353e;
}

html.dark .owl-dots button.owl-dot span {
    background: #2e353e;
}

html.dark .owl-carousel.top-border {
    border-top-color: #3F4247;
}

html.dark .progress {
    background: #2e353e;
}

html.dark .arrow {
    background-image: url(../img/arrows-dark.png);
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .thumb-info .thumb-info-wrapper:after {
    background-color: rgba(29, 33, 39, 0.9);
}

html.dark .thumb-info-social-icons {
    border-top-color: #373f4a;
}

html.dark ul.nav-list > li a {
    border-bottom-color: #282d36;
}

html.dark ul.nav-list > li a:hover {
    background-color: #282d36;
}

html.dark .content-grid .content-grid-item:before {
    border-left-color: #2e353e;
}

html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #2e353e;
}

html.dark .testimonial .testimonial-author strong {
    color: #FFF;
}

html.dark .testimonial.testimonial-style-3 blockquote {
    background: #2e353e !important;
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-4 {
    border-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #2e353e !important;
}

html.dark .popover {
    background-color: #2e353e;
    border: 1px solid #282d36;
}

html.dark .popover.top > .arrow {
    border-top-color: #282d36;
}

html.dark .popover.top > .arrow:after {
    border-top-color: #2e353e;
}

html.dark .popover.right > .arrow {
    border-right-color: #282d36;
}

html.dark .popover.right > .arrow:after {
    border-right-color: #2e353e;
}

html.dark .popover.bottom > .arrow {
    border-bottom-color: #282d36;
}

html.dark .popover.bottom > .arrow:after {
    border-bottom-color: #2e353e;
}

html.dark .popover.left > .arrow {
    border-left-color: #282d36;
}

html.dark .popover.left > .arrow:after {
    border-left-color: #2e353e;
}

html.dark .popover-title {
    background-color: #282d36;
    border-bottom: #2e353e;
}

html.dark .page-header {
    border-bottom-color: #282d36;
}

html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
    border-color: #282d36;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #2e353e;
}

html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777;
}

html.dark .show-grid [class*="col-lg-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .google-map-borders,
html.dark .embed-responsive-borders {
    border-color: #2e353e;
}

html.dark .alert.alert-default {
    border-color: #2e353e;
    background-color: #282d36;
}

html.dark hr {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#3F4247), to(transparent));
    background-image: linear-gradient(to left, transparent, #3F4247, transparent);
}

html.dark hr.light {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#3F4247), to(transparent));
    background-image: linear-gradient(to left, transparent, #3F4247, transparent);
}

html.dark hr.solid {
    background: #3F4247;
}

html.dark .divider {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#3F4247), to(transparent));
    background-image: linear-gradient(to left, transparent, #3F4247, transparent);
}

html.dark .divider .fa, html.dark .divider .fas, html.dark .divider .far, html.dark .divider .fal, html.dark .divider .fab, html.dark .divider .icons {
    background: #1d2127;
}

html.dark .divider.divider-solid {
    background: #3F4247;
}

html.dark .divider.divider-style-2 .fa, html.dark .divider.divider-style-2 .fas, html.dark .divider.divider-style-2 .far, html.dark .divider.divider-style-2 .fal, html.dark .divider.divider-style-2 .fab, html.dark .divider.divider-style-2 .icons {
    background: #21262d;
}

html.dark .divider.divider-style-3 .fa, html.dark .divider.divider-style-3 .fas, html.dark .divider.divider-style-3 .far, html.dark .divider.divider-style-3 .fal, html.dark .divider.divider-style-3 .fab, html.dark .divider.divider-style-3 .icons {
    border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa, html.dark .divider.divider-style-4 .fas, html.dark .divider.divider-style-4 .far, html.dark .divider.divider-style-4 .fal, html.dark .divider.divider-style-4 .fab, html.dark .divider.divider-style-4 .icons {
    border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa:after, html.dark .divider.divider-style-4 .fas:after, html.dark .divider.divider-style-4 .far:after, html.dark .divider.divider-style-4 .fal:after, html.dark .divider.divider-style-4 .fab:after, html.dark .divider.divider-style-4 .icons:after {
    border-color: #21262d;
}

html.dark .divider.divider-small {
    background: transparent;
}

html.dark .divider.divider-small hr {
    background: #3F4247;
}

html.dark .divider.divider-small.divider-light hr {
    background: #3F4247;
}

html.dark hr.dashed:after, html.dark .divider.dashed:after {
    border-color: #3F4247;
}

html.dark .heading.heading-bottom-border h1 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-middle-border:before {
    border-top-color: #3f4247;
}

html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
    background: #1d2127;
}

html.dark ul.history li .thumb {
    background-image: url(../img/history-thumb-dark.png);
}

html.dark .recent-posts .date .day {
    background-color: #2e353e;
}

html.dark .blog-posts article {
    border-color: #282d36;
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
    background-color: #282d36;
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark ul.simple-post-list li {
    border-bottom-color: #21262d;
}

html.dark .post-block {
    border-top-color: #191c21;
}

html.dark ul.comments .comment-block {
    background-color: #282d36;
}

html.dark ul.comments .comment-arrow {
    border-right-color: #282d36;
}

html.dark .pricing-table li {
    border-top-color: #21262d;
}

html.dark .pricing-table h3 {
    background-color: #21262d;
    text-shadow: none;
}

html.dark .pricing-table h3 span {
    background: #282d36;
    border-color: #242830;
    -webkit-box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
    box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
    color: #777;
}

html.dark .pricing-table .most-popular {
    border-color: #282d36;
}

html.dark .pricing-table .most-popular h3 {
    background-color: #282d36;
    color: #FFF;
    text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
    background-color: #282d36;
}

html.dark .pricing-table .plan {
    background: #282d36;
    border: 1px solid #282d36;
    color: #777;
    text-shadow: none;
}

html.dark .product-thumb-info {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .qty {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
    background-color: #21262d;
    border-color: transparent;
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
    border-color: #282d36;
}

html.dark .dialog {
    background-color: #1d2127;
}

html.dark .modal-content {
    background-color: #1d2127;
}

html.dark .modal-header {
    border-bottom-color: #282d36;
}

html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
    color: #777;
}

html.dark .modal-header .close {
    text-shadow: none;
    color: #FFF;
}

html.dark .modal-footer {
    border-top-color: #282d36;
}

html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
    background: #1d2127 !important;
}

html.dark .loading-overlay {
    background: #1d2127;
}

html.dark .sort-destination-loader:after {
    background-color: #1d2127;
}

html.dark #footer .newsletter form .btn-light {
    background-color: #21262d;
    border-color: #21262d;
    color: #777;
}

html.dark #footer .newsletter form .form-control {
    border: 0;
}

/* Responsive */
@media (min-width: 992px) {
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
        background: #21262d;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
        border-bottom-color: #2e353e;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active {
        background: #2e353e;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #999;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
        background: #2e353e;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
        background: #2e353e;
    }

    html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
        color: #CCC;
    }

    html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        color: #FFF;
    }

    html.dark #header .header-nav.header-nav-top-line nav > ul > li > a, html.dark #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
        color: #CCC;
    }

    html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
        color: #CCC;
    }

    html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        background-color: #1d2127;
    }
}

@media (max-width: 991px) {
    html.dark #header .header-nav-main:before {
        background-color: #1d2127;
    }

    html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: transparent;
        background: #39404c;
    }

    html.dark #header .header-nav-main nav > ul li {
        border-bottom-color: #2e353e;
    }

    html.dark #header .header-nav-main nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #FFF;
    }

    html.dark #header .header-nav-main nav ul li a:active {
        background-color: #2e353e;
        color: #FFF;
    }

    html.dark #header.header-transparent .header-nav-main, html.dark #header.header-semi-transparent .header-nav-main, html.dark #header.header-semi-transparent-light .header-nav-main {
        background-color: #1d2127;
    }

    html.dark .home-concept {
        background-image: none;
    }
}
/* Boxed Layout */
html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}

html.boxed .body {
    position: relative;
    background-color: #FFF;
    border-bottom: 5px solid #1d2127;
    border-radius: 5px;
    border-top: 5px solid #CCC;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto;
}

html.boxed #header .header-body {
    border-top-color: transparent;
}

html.boxed .main {
    overflow: hidden;
}

/* Responsive */
@media (min-width: 1200px) {
    html.boxed.sticky-header-active #header .header-body {
        width: 100%;
        max-width: 1200px;
    }

    html.boxed #header.header-transparent .header-body,
    html.boxed #header.header-semi-transparent .header-body,
    html.boxed #header.header-semi-transparent-light .header-body {
        width: auto;
    }
}

@media (min-width: 992px) {
    html.boxed #header .header-top.header-top-colored {
        margin-top: -18px;
        border-radius: 4px 4px 0 0;
    }

    html.boxed #header.header-transparent .header-body,
    html.boxed #header.header-semi-transparent .header-body,
    html.boxed #header.header-semi-transparent-light .header-body {
        position: absolute;
        padding-left: 15px;
        padding-right: 15px;
    }

    html.boxed #header .header-top.header-top-style-2,
    html.boxed #header .header-top.header-top-style-3,
    html.boxed #header .header-top.header-top-style-4 {
        margin-top: -13px;
    }

    html.boxed.sticky-header-active #header .header-body {
        position: fixed !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    html.boxed.sticky-header-active #header .header-nav-bar {
        margin: 0 -15px -9px;
    }
}

@media (max-width: 991px) {
    html.boxed .body {
        margin: 0 auto;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    /* Boxed */
    html.boxed {
        background: none !important;
    }
}
