.bg-color-primary-darken-1 {
    background-color: #b32d00 !important
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
        color: #3b4a59
    }
}

a {
    color: #c30
}

a:hover {
    color: #e63900
}

a:focus {
    color: #e63900
}

a:active {
    color: #b32d00
}

html .text-color-primary, html .text-primary {
    color: #c30 !important
}

html .text-color-hover-primary:hover, html .text-hover-primary:hover {
    color: #c30 !important
}

html .text-color-secondary, html .text-secondary {
    color: #3b4a59 !important
}

html .text-color-hover-secondary:hover, html .text-hover-secondary:hover {
    color: #3b4a59 !important
}

html .text-color-tertiary, html .text-tertiary {
    color: #3b4a59 !important
}

html .text-color-hover-tertiary:hover, html .text-hover-tertiary:hover {
    color: #3b4a59 !important
}

html .text-color-quaternary, html .text-quaternary {
    color: #eef0f4 !important
}

html .text-color-hover-quaternary:hover, html .text-hover-quaternary:hover {
    color: #eef0f4 !important
}

html .text-color-dark, html .text-dark {
    color: #212529 !important
}

html .text-color-hover-dark:hover, html .text-hover-dark:hover {
    color: #212529 !important
}

html .text-color-light, html .text-light {
    color: #fff !important
}

html .text-color-hover-light:hover, html .text-hover-light:hover {
    color: #fff !important
}

html .svg-fill-color-primary svg path, html .svg-fill-color-primary svg rect {
    fill: #c30 !important
}

html .svg-stroke-color-primary svg path, html .svg-stroke-color-primary svg rect {
    stroke: #c30 !important
}

html .svg-fill-color-secondary svg path, html .svg-fill-color-secondary svg rect {
    fill: #3b4a59 !important
}

html .svg-stroke-color-secondary svg path, html .svg-stroke-color-secondary svg rect {
    stroke: #3b4a59 !important
}

html .svg-fill-color-tertiary svg path, html .svg-fill-color-tertiary svg rect {
    fill: #3b4a59 !important
}

html .svg-stroke-color-tertiary svg path, html .svg-stroke-color-tertiary svg rect {
    stroke: #3b4a59 !important
}

html .svg-fill-color-quaternary svg path, html .svg-fill-color-quaternary svg rect {
    fill: #eef0f4 !important
}

html .svg-stroke-color-quaternary svg path, html .svg-stroke-color-quaternary svg rect {
    stroke: #eef0f4 !important
}

html .svg-fill-color-dark svg path, html .svg-fill-color-dark svg rect {
    fill: #212529 !important
}

html .svg-stroke-color-dark svg path, html .svg-stroke-color-dark svg rect {
    stroke: #212529 !important
}

html .svg-fill-color-light svg path, html .svg-fill-color-light svg rect {
    fill: #fff !important
}

html .svg-stroke-color-light svg path, html .svg-stroke-color-light svg rect {
    stroke: #fff !important
}

.gradient-text-color {
    color: #c30;
    background: linear-gradient(to bottom right, #c30, #3b4a59);
    background-image: linear-gradient(to right, #c30, #3b4a59)
}

html .bg-color-primary, html .bg-primary {
    background-color: #c30 !important
}

html .bg-color-hover-primary:hover, html .bg-hover-primary:hover {
    background-color: #c30 !important
}

html .bg-color-after-primary:after {
    background-color: #c30 !important
}

html .bg-color-hover-after-primary:after:hover {
    background-color: #c30 !important
}

html .bg-color-before-primary:before {
    background-color: #c30 !important
}

html .bg-color-hover-before-primary:before:hover {
    background-color: #c30 !important
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #3b4a59 !important
}

html .bg-color-hover-secondary:hover, html .bg-hover-secondary:hover {
    background-color: #3b4a59 !important
}

html .bg-color-after-secondary:after {
    background-color: #3b4a59 !important
}

html .bg-color-hover-after-secondary:after:hover {
    background-color: #3b4a59 !important
}

html .bg-color-before-secondary:before {
    background-color: #3b4a59 !important
}

html .bg-color-hover-before-secondary:before:hover {
    background-color: #3b4a59 !important
}

html .bg-color-tertiary, html .bg-tertiary {
    background-color: #3b4a59 !important
}

html .bg-color-hover-tertiary:hover, html .bg-hover-tertiary:hover {
    background-color: #3b4a59 !important
}

html .bg-color-after-tertiary:after {
    background-color: #3b4a59 !important
}

html .bg-color-hover-after-tertiary:after:hover {
    background-color: #3b4a59 !important
}

html .bg-color-before-tertiary:before {
    background-color: #3b4a59 !important
}

html .bg-color-hover-before-tertiary:before:hover {
    background-color: #3b4a59 !important
}

html .bg-color-quaternary, html .bg-quaternary {
    background-color: #eef0f4 !important
}

html .bg-color-hover-quaternary:hover, html .bg-hover-quaternary:hover {
    background-color: #eef0f4 !important
}

html .bg-color-after-quaternary:after {
    background-color: #eef0f4 !important
}

html .bg-color-hover-after-quaternary:after:hover {
    background-color: #eef0f4 !important
}

html .bg-color-before-quaternary:before {
    background-color: #eef0f4 !important
}

html .bg-color-hover-before-quaternary:before:hover {
    background-color: #eef0f4 !important
}

html .bg-color-dark, html .bg-dark {
    background-color: #212529 !important
}

html .bg-color-hover-dark:hover, html .bg-hover-dark:hover {
    background-color: #212529 !important
}

html .bg-color-after-dark:after {
    background-color: #212529 !important
}

html .bg-color-hover-after-dark:after:hover {
    background-color: #212529 !important
}

html .bg-color-before-dark:before {
    background-color: #212529 !important
}

html .bg-color-hover-before-dark:before:hover {
    background-color: #212529 !important
}

html .bg-color-light, html .bg-light {
    background-color: #fff !important
}

html .bg-color-hover-light:hover, html .bg-hover-light:hover {
    background-color: #fff !important
}

html .bg-color-after-light:after {
    background-color: #fff !important
}

html .bg-color-hover-after-light:after:hover {
    background-color: #fff !important
}

html .bg-color-before-light:before {
    background-color: #fff !important
}

html .bg-color-hover-before-light:before:hover {
    background-color: #fff !important
}

.bg-gradient {
    background: linear-gradient(135deg, #3b4a59 40%, #c30 95%)
}

@keyframes colorTransition {
    0% {
        background-color: #c30
    }
    33% {
        background-color: #3b4a59
    }
    66% {
        background-color: #3b4a59
    }
    100% {
        background-color: #eef0f4
    }
}

html .border-color-primary {
    border-color: #c30 !important
}

html .border-color-hover-primary:hover {
    border-color: #c30 !important
}

html .border-color-secondary {
    border-color: #3b4a59 !important
}

html .border-color-hover-secondary:hover {
    border-color: #3b4a59 !important
}

html .border-color-tertiary {
    border-color: #3b4a59 !important
}

html .border-color-hover-tertiary:hover {
    border-color: #3b4a59 !important
}

html .border-color-quaternary {
    border-color: #eef0f4 !important
}

html .border-color-hover-quaternary:hover {
    border-color: #eef0f4 !important
}

html .border-color-dark {
    border-color: #212529 !important
}

html .border-color-hover-dark:hover {
    border-color: #212529 !important
}

html .border-color-light {
    border-color: #fff !important
}

html .border-color-hover-light:hover {
    border-color: #fff !important
}

.alternative-font {
    color: #c30
}

html .box-shadow-1-primary:before {
    box-shadow: 0 30px 90px #c30 !important
}

html .box-shadow-1-secondary:before {
    box-shadow: 0 30px 90px #3b4a59 !important
}

html .box-shadow-1-tertiary:before {
    box-shadow: 0 30px 90px #3b4a59 !important
}

html .box-shadow-1-quaternary:before {
    box-shadow: 0 30px 90px #eef0f4 !important
}

html .box-shadow-1-dark:before {
    box-shadow: 0 30px 90px #212529 !important
}

html .box-shadow-1-light:before {
    box-shadow: 0 30px 90px #fff !important
}

html .blockquote-primary {
    border-color: #c30 !important
}

html .blockquote-secondary {
    border-color: #3b4a59 !important
}

html .blockquote-tertiary {
    border-color: #3b4a59 !important
}

html .blockquote-quaternary {
    border-color: #eef0f4 !important
}

html .blockquote-dark {
    border-color: #212529 !important
}

html .blockquote-light {
    border-color: #fff !important
}

p.drop-caps:first-letter {
    color: #c30
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #c30
}

html .nav-color-primary nav > ul > li > a {
    color: #c30 !important
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #c30 !important
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #c30 !important
}

html .nav-color-secondary nav > ul > li > a {
    color: #3b4a59 !important
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #3b4a59 !important
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #3b4a59 !important
}

html .nav-color-tertiary nav > ul > li > a {
    color: #3b4a59 !important
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #3b4a59 !important
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #3b4a59 !important
}

html .nav-color-quaternary nav > ul > li > a {
    color: #eef0f4 !important
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #eef0f4 !important
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #eef0f4 !important
}

html .nav-color-dark nav > ul > li > a {
    color: #212529 !important
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #212529 !important
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #212529 !important
}

html .nav-color-light nav > ul > li > a {
    color: #fff !important
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #fff !important
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #fff !important
}

.nav-pills .nav-link.active, .nav-pills > li.active > a {
    background-color: #c30
}

.nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #c30
}

.nav-active-style-1 > li > a.active, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a:hover {
    border-bottom-color: #c30
}

html .nav-pills-primary a {
    color: #c30
}

html .nav-pills-primary a:hover {
    color: #e63900
}

html .nav-pills-primary a:focus {
    color: #e63900
}

html .nav-pills-primary a:active {
    color: #b32d00
}

html .nav-pills-primary .nav-link.active, html .nav-pills-primary > li.active > a {
    background-color: #c30
}

html .nav-pills-primary .nav-link.active:focus, html .nav-pills-primary .nav-link.active:hover, html .nav-pills-primary > li.active > a:focus, html .nav-pills-primary > li.active > a:hover {
    background-color: #c30
}

html .nav-pills-secondary a {
    color: #3b4a59
}

html .nav-pills-secondary a:hover {
    color: #135ca6
}

html .nav-pills-secondary a:focus {
    color: #135ca6
}

html .nav-pills-secondary a:active {
    color: #0d4278
}

html .nav-pills-secondary .nav-link.active, html .nav-pills-secondary > li.active > a {
    background-color: #3b4a59
}

html .nav-pills-secondary .nav-link.active:focus, html .nav-pills-secondary .nav-link.active:hover, html .nav-pills-secondary > li.active > a:focus, html .nav-pills-secondary > li.active > a:hover {
    background-color: #3b4a59
}

html .nav-pills-tertiary a {
    color: #3b4a59
}

html .nav-pills-tertiary a:hover {
    color: #455768
}

html .nav-pills-tertiary a:focus {
    color: #455768
}

html .nav-pills-tertiary a:active {
    color: #313d4a
}

html .nav-pills-tertiary .nav-link.active, html .nav-pills-tertiary > li.active > a {
    background-color: #3b4a59
}

html .nav-pills-tertiary .nav-link.active:focus, html .nav-pills-tertiary .nav-link.active:hover, html .nav-pills-tertiary > li.active > a:focus, html .nav-pills-tertiary > li.active > a:hover {
    background-color: #3b4a59
}

html .nav-pills-quaternary a {
    color: #eef0f4
}

html .nav-pills-quaternary a:hover {
    color: #fdfefe
}

html .nav-pills-quaternary a:focus {
    color: #fdfefe
}

html .nav-pills-quaternary a:active {
    color: #dfe2ea
}

html .nav-pills-quaternary .nav-link.active, html .nav-pills-quaternary > li.active > a {
    background-color: #eef0f4
}

html .nav-pills-quaternary .nav-link.active:focus, html .nav-pills-quaternary .nav-link.active:hover, html .nav-pills-quaternary > li.active > a:focus, html .nav-pills-quaternary > li.active > a:hover {
    background-color: #eef0f4
}

html .nav-pills-dark a {
    color: #212529
}

html .nav-pills-dark a:hover {
    color: #2c3237
}

html .nav-pills-dark a:focus {
    color: #2c3237
}

html .nav-pills-dark a:active {
    color: #16181b
}

html .nav-pills-dark .nav-link.active, html .nav-pills-dark > li.active > a {
    background-color: #212529
}

html .nav-pills-dark .nav-link.active:focus, html .nav-pills-dark .nav-link.active:hover, html .nav-pills-dark > li.active > a:focus, html .nav-pills-dark > li.active > a:hover {
    background-color: #212529
}

html .nav-pills-light a {
    color: #fff
}

html .nav-pills-light a:hover {
    color: #fff
}

html .nav-pills-light a:focus {
    color: #fff
}

html .nav-pills-light a:active {
    color: #f2f2f2
}

html .nav-pills-light .nav-link.active, html .nav-pills-light > li.active > a {
    background-color: #fff
}

html .nav-pills-light .nav-link.active:focus, html .nav-pills-light .nav-link.active:hover, html .nav-pills-light > li.active > a:focus, html .nav-pills-light > li.active > a:hover {
    background-color: #fff
}

.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
    background: #c30
}

.sort-source-wrapper .nav > li.active > a {
    color: #c30
}

.sort-source-wrapper .nav > li.active > a:focus, .sort-source-wrapper .nav > li.active > a:hover {
    color: #c30
}

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #c30
}

.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: #c30 !important;
    color: #c30 !important
}

html .badge-primary {
    background-color: #c30
}

html .badge-secondary {
    background-color: #3b4a59
}

html .badge-tertiary {
    background-color: #3b4a59
}

html .badge-quaternary {
    background-color: #eef0f4
}

html .badge-dark {
    background-color: #212529
}

html .badge-light {
    background-color: #fff
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: #c30 !important
}

html .overlay-color-secondary:not(.no-skin):before {
    background-color: #3b4a59 !important
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #3b4a59 !important
}

html .overlay-color-quaternary:not(.no-skin):before {
    background-color: #eef0f4 !important
}

html .overlay-color-dark:not(.no-skin):before {
    background-color: #212529 !important
}

html .overlay-color-light:not(.no-skin):before {
    background-color: #fff !important
}

.btn-link {
    color: #c30
}

.btn-link:hover {
    color: #e63900
}

.btn-link:active {
    color: #b32d00
}

html .btn-primary {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

html .btn-primary.hover, html .btn-primary:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30;
    color: #fff
}

html .btn-primary.focus, html .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

html .btn-primary.disabled, html .btn-primary:disabled {
    background-color: #c30;
    border-color: #c30 #c30 #992600
}

html .btn-primary.active, html .btn-primary:active {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

html .btn-primary-scale-2 {
    background-color: #992600;
    border-color: #992600 #992600 #661a00;
    color: #fff
}

html .btn-primary-scale-2.hover, html .btn-primary-scale-2:hover {
    background-color: #bf3000;
    border-color: #c30 #c30 #992600;
    color: #fff
}

html .btn-primary-scale-2.focus, html .btn-primary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(153, 38, 0, .5)
}

html .btn-primary-scale-2.disabled, html .btn-primary-scale-2:disabled {
    background-color: #992600;
    border-color: #992600 #992600 #661a00
}

html .btn-primary-scale-2.active, html .btn-primary-scale-2:active {
    background-color: #731d00 !important;
    background-image: none !important;
    border-color: #661a00 #661a00 #330d00 !important
}

html .show > .btn-primary-scale-2.dropdown-toggle, html .show > .btn-primary.dropdown-toggle {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

html .btn-secondary {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #0b3661;
    color: #fff
}

html .btn-secondary.hover, html .btn-secondary:hover {
    background-color: #1462b1;
    border-color: #1568bd #1568bd #3b4a59;
    color: #fff
}

html .btn-secondary.focus, html .btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(16, 79, 143, .5)
}

html .btn-secondary.disabled, html .btn-secondary:disabled {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #0b3661
}

html .btn-secondary.active, html .btn-secondary:active {
    background-color: #0c3c6d !important;
    background-image: none !important;
    border-color: #0b3661 #0b3661 #061c33 !important
}

html .btn-secondary-scale-2 {
    background-color: #0b3661;
    border-color: #0b3661 #0b3661 #061c33;
    color: #fff
}

html .btn-secondary-scale-2.hover, html .btn-secondary-scale-2:hover {
    background-color: #0f4984;
    border-color: #3b4a59 #3b4a59 #0b3661;
    color: #fff
}

html .btn-secondary-scale-2.focus, html .btn-secondary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(11, 54, 97, .5)
}

html .btn-secondary-scale-2.disabled, html .btn-secondary-scale-2:disabled {
    background-color: #0b3661;
    border-color: #0b3661 #0b3661 #061c33
}

html .btn-secondary-scale-2.active, html .btn-secondary-scale-2:active {
    background-color: #07233f !important;
    background-image: none !important;
    border-color: #061c33 #061c33 #010305 !important
}

html .show > .btn-secondary-scale-2.dropdown-toggle, html .show > .btn-secondary.dropdown-toggle {
    background-color: #0c3c6d !important;
    background-image: none !important;
    border-color: #0b3661 #0b3661 #061c33 !important
}

html .btn-tertiary {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #27303a;
    color: #fff
}

html .btn-tertiary.hover, html .btn-tertiary:hover {
    background-color: #4a5d70;
    border-color: #4f6378 #4f6378 #3b4a59;
    color: #fff
}

html .btn-tertiary.focus, html .btn-tertiary:focus {
    box-shadow: 0 0 0 3px rgba(59, 74, 89, .5)
}

html .btn-tertiary.disabled, html .btn-tertiary:disabled {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #27303a
}

html .btn-tertiary.active, html .btn-tertiary:active {
    background-color: #2c3742 !important;
    background-image: none !important;
    border-color: #27303a #27303a #12171c !important
}

html .btn-tertiary-scale-2 {
    background-color: #27303a;
    border-color: #27303a #27303a #12171c;
    color: #fff
}

html .btn-tertiary-scale-2.hover, html .btn-tertiary-scale-2:hover {
    background-color: #364451;
    border-color: #3b4a59 #3b4a59 #27303a;
    color: #fff
}

html .btn-tertiary-scale-2.focus, html .btn-tertiary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(39, 48, 58, .5)
}

html .btn-tertiary-scale-2.disabled, html .btn-tertiary-scale-2:disabled {
    background-color: #27303a;
    border-color: #27303a #27303a #12171c
}

html .btn-tertiary-scale-2.active, html .btn-tertiary-scale-2:active {
    background-color: #171d23 !important;
    background-image: none !important;
    border-color: #12171c #12171c #000 !important
}

html .show > .btn-tertiary-scale-2.dropdown-toggle, html .show > .btn-tertiary.dropdown-toggle {
    background-color: #2c3742 !important;
    background-image: none !important;
    border-color: #27303a #27303a #12171c !important
}

html .btn-quaternary {
    background-color: #eef0f4;
    border-color: #eef0f4 #eef0f4 #cfd5e0;
    color: #777
}

html .btn-quaternary.hover, html .btn-quaternary:hover {
    background-color: #fff;
    border-color: #fff #fff #eef0f4;
    color: #777
}

html .btn-quaternary.focus, html .btn-quaternary:focus {
    box-shadow: 0 0 0 3px rgba(238, 240, 244, .5)
}

html .btn-quaternary.disabled, html .btn-quaternary:disabled {
    background-color: #eef0f4;
    border-color: #eef0f4 #eef0f4 #cfd5e0
}

html .btn-quaternary.active, html .btn-quaternary:active {
    background-color: #d7dce5 !important;
    background-image: none !important;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc !important
}

html .btn-quaternary-scale-2 {
    background-color: #cfd5e0;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc;
    color: #777
}

html .btn-quaternary-scale-2.hover, html .btn-quaternary-scale-2:hover {
    background-color: #e6e9ef;
    border-color: #eef0f4 #eef0f4 #cfd5e0;
    color: #777
}

html .btn-quaternary-scale-2.focus, html .btn-quaternary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(207, 213, 224, .5)
}

html .btn-quaternary-scale-2.disabled, html .btn-quaternary-scale-2:disabled {
    background-color: #cfd5e0;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc
}

html .btn-quaternary-scale-2.active, html .btn-quaternary-scale-2:active {
    background-color: #b8c0d1 !important;
    background-image: none !important;
    border-color: #b0b9cc #b0b9cc #919eb8 !important
}

html .show > .btn-quaternary-scale-2.dropdown-toggle, html .show > .btn-quaternary.dropdown-toggle {
    background-color: #d7dce5 !important;
    background-image: none !important;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc !important
}

html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #fff
}

html .btn-dark.hover, html .btn-dark:hover {
    background-color: #32383e;
    border-color: #383f45 #383f45 #212529;
    color: #fff
}

html .btn-dark.focus, html .btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, .5)
}

html .btn-dark.disabled, html .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d
}

html .btn-dark.active, html .btn-dark:active {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000 !important
}

html .btn-dark-scale-2 {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000;
    color: #fff
}

html .btn-dark-scale-2.hover, html .btn-dark-scale-2:hover {
    background-color: #1b1f22;
    border-color: #212529 #212529 #0a0c0d;
    color: #fff
}

html .btn-dark-scale-2.focus, html .btn-dark-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(10, 11, 13, .5)
}

html .btn-dark-scale-2.disabled, html .btn-dark-scale-2:disabled {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000
}

html .btn-dark-scale-2.active, html .btn-dark-scale-2:active {
    background-color: #000 !important;
    background-image: none !important;
    border-color: #000 #000 #000 !important
}

html .show > .btn-dark-scale-2.dropdown-toggle, html .show > .btn-dark.dropdown-toggle {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000 !important
}

html .btn-light {
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
    color: #777
}

html .btn-light.hover, html .btn-light:hover {
    background-color: #fff;
    border-color: #fff #fff #fff;
    color: #777
}

html .btn-light.focus, html .btn-light:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .5)
}

html .btn-light.disabled, html .btn-light:disabled {
    background-color: #fff;
    border-color: #fff #fff #e6e6e6
}

html .btn-light.active, html .btn-light:active {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #ccc !important
}

html .btn-light-scale-2 {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #ccc;
    color: #777
}

html .btn-light-scale-2.hover, html .btn-light-scale-2:hover {
    background-color: #f9f9f9;
    border-color: #fff #fff #e6e6e6;
    color: #777
}

html .btn-light-scale-2.focus, html .btn-light-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(230, 230, 230, .5)
}

html .btn-light-scale-2.disabled, html .btn-light-scale-2:disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #ccc
}

html .btn-light-scale-2.active, html .btn-light-scale-2:active {
    background-color: #d2d2d2 !important;
    background-image: none !important;
    border-color: #ccc #ccc #b3b3b3 !important
}

html .show > .btn-light-scale-2.dropdown-toggle, html .show > .btn-light.dropdown-toggle {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #ccc !important
}

html .btn-outline.btn-primary {
    color: #c30;
    background-color: transparent;
    background-image: none;
    border-color: #c30
}

html .btn-outline.btn-primary.hover, html .btn-outline.btn-primary:hover {
    color: #fff;
    background-color: #c30;
    border-color: #c30
}

html .btn-outline.btn-primary.focus, html .btn-outline.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

html .btn-outline.btn-primary.disabled, html .btn-outline.btn-primary:disabled {
    color: #c30;
    background-color: transparent
}

html .btn-outline.btn-primary.active, html .btn-outline.btn-primary:active {
    color: #fff !important;
    background-color: #c30 !important;
    border-color: #c30 !important
}

html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #c30 !important;
    border-color: #c30 !important
}

html .btn-outline.btn-secondary {
    color: #3b4a59;
    background-color: transparent;
    background-image: none;
    border-color: #3b4a59
}

html .btn-outline.btn-secondary.hover, html .btn-outline.btn-secondary:hover {
    color: #fff;
    background-color: #3b4a59;
    border-color: #3b4a59
}

html .btn-outline.btn-secondary.focus, html .btn-outline.btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(16, 79, 143, .5)
}

html .btn-outline.btn-secondary.disabled, html .btn-outline.btn-secondary:disabled {
    color: #3b4a59;
    background-color: transparent
}

html .btn-outline.btn-secondary.active, html .btn-outline.btn-secondary:active {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .btn-outline.btn-tertiary {
    color: #3b4a59;
    background-color: transparent;
    background-image: none;
    border-color: #3b4a59
}

html .btn-outline.btn-tertiary.hover, html .btn-outline.btn-tertiary:hover {
    color: #fff;
    background-color: #3b4a59;
    border-color: #3b4a59
}

html .btn-outline.btn-tertiary.focus, html .btn-outline.btn-tertiary:focus {
    box-shadow: 0 0 0 3px rgba(59, 74, 89, .5)
}

html .btn-outline.btn-tertiary.disabled, html .btn-outline.btn-tertiary:disabled {
    color: #3b4a59;
    background-color: transparent
}

html .btn-outline.btn-tertiary.active, html .btn-outline.btn-tertiary:active {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .show > .btn-outline.btn-tertiary.dropdown-toggle {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .btn-outline.btn-quaternary {
    color: #eef0f4;
    background-color: transparent;
    background-image: none;
    border-color: #eef0f4
}

html .btn-outline.btn-quaternary.hover, html .btn-outline.btn-quaternary:hover {
    color: #777;
    background-color: #eef0f4;
    border-color: #eef0f4
}

html .btn-outline.btn-quaternary.focus, html .btn-outline.btn-quaternary:focus {
    box-shadow: 0 0 0 3px rgba(238, 240, 244, .5)
}

html .btn-outline.btn-quaternary.disabled, html .btn-outline.btn-quaternary:disabled {
    color: #eef0f4;
    background-color: transparent
}

html .btn-outline.btn-quaternary.active, html .btn-outline.btn-quaternary:active {
    color: #777 !important;
    background-color: #eef0f4 !important;
    border-color: #eef0f4 !important
}

html .show > .btn-outline.btn-quaternary.dropdown-toggle {
    color: #777 !important;
    background-color: #eef0f4 !important;
    border-color: #eef0f4 !important
}

html .btn-outline.btn-dark {
    color: #212529;
    background-color: transparent;
    background-image: none;
    border-color: #212529
}

html .btn-outline.btn-dark.hover, html .btn-outline.btn-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

html .btn-outline.btn-dark.focus, html .btn-outline.btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, .5)
}

html .btn-outline.btn-dark.disabled, html .btn-outline.btn-dark:disabled {
    color: #212529;
    background-color: transparent
}

html .btn-outline.btn-dark.active, html .btn-outline.btn-dark:active {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important
}

html .show > .btn-outline.btn-dark.dropdown-toggle {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important
}

html .btn-outline.btn-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

html .btn-outline.btn-light.hover, html .btn-outline.btn-light:hover {
    color: #777;
    background-color: #fff;
    border-color: #fff
}

html .btn-outline.btn-light.focus, html .btn-outline.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .5)
}

html .btn-outline.btn-light.disabled, html .btn-outline.btn-light:disabled {
    color: #fff;
    background-color: transparent
}

html .btn-outline.btn-light.active, html .btn-outline.btn-light:active {
    color: #777 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

html .show > .btn-outline.btn-light.dropdown-toggle {
    color: #777 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

html .btn-with-arrow.btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #c30
}

html .btn-with-arrow.btn-primary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #c30 !important
}

html .btn-with-arrow.btn-primary span {
    background-color: #c30;
    box-shadow: 2px 3px 18px -3px #c30
}

html .btn-with-arrow.btn-primary.btn-outline {
    border-color: #c30 !important
}

html .btn-with-arrow.btn-primary.btn-outline:hover span {
    background-color: #e63900 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #3b4a59
}

html .btn-with-arrow.btn-secondary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3b4a59 !important
}

html .btn-with-arrow.btn-secondary span {
    background-color: #3b4a59;
    box-shadow: 2px 3px 18px -3px #3b4a59
}

html .btn-with-arrow.btn-secondary.btn-outline {
    border-color: #3b4a59 !important
}

html .btn-with-arrow.btn-secondary.btn-outline:hover span {
    background-color: #135ca6 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #3b4a59
}

html .btn-with-arrow.btn-tertiary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3b4a59 !important
}

html .btn-with-arrow.btn-tertiary span {
    background-color: #3b4a59;
    box-shadow: 2px 3px 18px -3px #3b4a59
}

html .btn-with-arrow.btn-tertiary.btn-outline {
    border-color: #3b4a59 !important
}

html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
    background-color: #455768 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-quaternary {
    background-color: transparent;
    border-color: transparent;
    color: #eef0f4
}

html .btn-with-arrow.btn-quaternary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #eef0f4 !important
}

html .btn-with-arrow.btn-quaternary span {
    background-color: #eef0f4;
    box-shadow: 2px 3px 18px -3px #eef0f4
}

html .btn-with-arrow.btn-quaternary.btn-outline {
    border-color: #eef0f4 !important
}

html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
    background-color: #fdfefe !important;
    box-shadow: none
}

html .btn-with-arrow.btn-dark {
    background-color: transparent;
    border-color: transparent;
    color: #212529
}

html .btn-with-arrow.btn-dark:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #212529 !important
}

html .btn-with-arrow.btn-dark span {
    background-color: #212529;
    box-shadow: 2px 3px 18px -3px #212529
}

html .btn-with-arrow.btn-dark.btn-outline {
    border-color: #212529 !important
}

html .btn-with-arrow.btn-dark.btn-outline:hover span {
    background-color: #2c3237 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-light {
    background-color: transparent;
    border-color: transparent;
    color: #fff
}

html .btn-with-arrow.btn-light:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff !important
}

html .btn-with-arrow.btn-light span {
    background-color: #fff;
    box-shadow: 2px 3px 18px -3px #fff
}

html .btn-with-arrow.btn-light.btn-outline {
    border-color: #fff !important
}

html .btn-with-arrow.btn-light.btn-outline:hover span {
    background-color: #fff !important;
    box-shadow: none
}

.btn-gradient:not(.btn-outline) {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%);
    color: #fff
}

.btn-gradient:not(.btn-outline).hover, .btn-gradient:not(.btn-outline):hover {
    background: linear-gradient(135deg, #f23d00 0, #1462b1 80%);
    color: #fff
}

.btn-gradient:not(.btn-outline).focus, .btn-gradient:not(.btn-outline):focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

.btn-gradient:not(.btn-outline).active, .btn-gradient:not(.btn-outline):active {
    background: linear-gradient(135deg, #a62900 0, #0c3c6d 80%) !important;
    color: #fff !important
}

.btn-gradient.btn-outline {
    border-image: linear-gradient(135deg, #c30 0, #3b4a59 80%);
    color: #c30
}

.btn-gradient.btn-outline.hover, .btn-gradient.btn-outline:hover {
    border-image: linear-gradient(135deg, #f23d00 0, #1462b1 80%);
    color: #f23d00
}

.btn-gradient.btn-outline.focus, .btn-gradient.btn-outline:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
    border-image: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

.btn-gradient.btn-outline.active, .btn-gradient.btn-outline:active {
    border-image: linear-gradient(135deg, #a62900 0, #0c3c6d 80%) !important;
    color: #a62900
}

.pagination > a, .pagination > a:focus, .pagination > a:hover, .pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #c30
}

.pagination .page-item.active .page-link, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #c30 !important;
    border-color: #c30
}

body.dark .pagination > li > a, body.dark .pagination > li > a:focus, body.dark .pagination > li > a:hover, body.dark .pagination > li > span, body.dark .pagination > li > span:focus, body.dark .pagination > li > span:hover {
    color: #c30
}

body.dark .pagination > .active > a, body.dark .pagination > .active > a:focus, body.dark .pagination > .active > a:hover, body.dark .pagination > .active > span, body.dark .pagination > .active > span:focus, body.dark .pagination > .active > span:hover {
    background-color: #c30;
    border-color: #c30
}

.pagination > .active > a, body.dark .pagination > .active > a {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

.pagination > .active > a.hover, .pagination > .active > a:hover, body.dark .pagination > .active > a.hover, body.dark .pagination > .active > a:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30;
    color: #fff
}

.pagination > .active > a.focus, .pagination > .active > a:focus, body.dark .pagination > .active > a.focus, body.dark .pagination > .active > a:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.pagination > .active > a.disabled, .pagination > .active > a:disabled, body.dark .pagination > .active > a.disabled, body.dark .pagination > .active > a:disabled {
    background-color: #c30;
    border-color: #c30 #c30 #992600
}

.pagination > .active > a.active, .pagination > .active > a:active, body.dark .pagination > .active > a.active, body.dark .pagination > .active > a:active {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c30
}

html .alert-primary {
    background-color: #c30;
    border-color: #bd2f00;
    color: #fff
}

html .alert-primary .alert-link {
    color: #fff
}

html .alert-secondary {
    background-color: #3b4a59;
    border-color: #0e4781;
    color: #fff
}

html .alert-secondary .alert-link {
    color: #fff
}

html .alert-tertiary {
    background-color: #3b4a59;
    border-color: #354250;
    color: #fff
}

html .alert-tertiary .alert-link {
    color: #fff
}

html .alert-quaternary {
    background-color: #eef0f4;
    border-color: #e5e8ee;
    color: #777
}

html .alert-quaternary .alert-link {
    color: #777
}

html .alert-dark {
    background-color: #212529;
    border-color: #1a1d21;
    color: #fff
}

html .alert-dark .alert-link {
    color: #fff
}

html .alert-light {
    background-color: #fff;
    border-color: #f7f7f7;
    color: #777
}

html .alert-light .alert-link {
    color: #777
}

html .progress-bar-primary {
    background-color: #c30
}

html .progress-bar-secondary {
    background-color: #3b4a59
}

html .progress-bar-tertiary {
    background-color: #3b4a59
}

html .progress-bar-quaternary {
    background-color: #eef0f4
}

html .progress-bar-dark {
    background-color: #212529
}

html .progress-bar-light {
    background-color: #fff
}

html .word-rotator.loading-bar-primary .word-rotator-words::after {
    background-color: #c30
}

html .word-rotator.loading-bar-secondary .word-rotator-words::after {
    background-color: #3b4a59
}

html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
    background-color: #3b4a59
}

html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
    background-color: #eef0f4
}

html .word-rotator.loading-bar-dark .word-rotator-words::after {
    background-color: #212529
}

html .word-rotator.loading-bar-light .word-rotator-words::after {
    background-color: #fff
}

.process .process-step-circle {
    border-color: #c30
}

.process .process-step:hover .process-step-circle {
    background-color: #c30
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
    color: #fff !important
}

.process-connecting-line .connecting-line {
    background: #c30
}

html .rating-primary .filled-stars {
    color: #c30
}

html .rating-secondary .filled-stars {
    color: #3b4a59
}

html .rating-tertiary .filled-stars {
    color: #3b4a59
}

html .rating-quaternary .filled-stars {
    color: #eef0f4
}

html .rating-dark .filled-stars {
    color: #212529
}

html .rating-light .filled-stars {
    color: #fff
}

html section.section-primary {
    background-color: #c30 !important;
    border-color: #b32d00 !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: #fff
}

html section.section-primary p {
    color: #e6e6e6
}

html section.section-primary-scale-2 {
    background-color: #992600 !important;
    border-color: #802000 !important
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #992600
}

html section.section-secondary {
    background-color: #3b4a59 !important;
    border-color: #0d4278 !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: #fff
}

html section.section-secondary p {
    color: #e6e6e6
}

html section.section-secondary-scale-2 {
    background-color: #0b3661 !important;
    border-color: #08294a !important
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #0b3661
}

html section.section-tertiary {
    background-color: #3b4a59 !important;
    border-color: #313d4a !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: #fff
}

html section.section-tertiary p {
    color: #e6e6e6
}

html section.section-tertiary-scale-2 {
    background-color: #27303a !important;
    border-color: #1d242b !important
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #27303a
}

html section.section-quaternary {
    background-color: #eef0f4 !important;
    border-color: #dfe2ea !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: #777
}

html section.section-quaternary p {
    color: #5e5e5e
}

html section.section-quaternary-scale-2 {
    background-color: #cfd5e0 !important;
    border-color: #c0c7d6 !important
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #cfd5e0
}

html section.section-dark {
    background-color: #212529 !important;
    border-color: #16181b !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: #fff
}

html section.section-dark p {
    color: #e6e6e6
}

html section.section-dark-scale-2 {
    background-color: #0a0c0d !important;
    border-color: #000 !important
}

html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #0a0c0d
}

html section.section-light {
    background-color: #fff !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: #777
}

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
}

section.section.section-background-half-primary-half-secondary {
    background: linear-gradient(to right, #c30 50%, #3b4a59 50%)
}

section.section.section-overlay-opacity-gradient:before {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

html .bg-color-light-scale-1 {
    background-color: #f7f7f7 !important
}

html .bg-color-light-scale-border-top-1, html .section.bg-color-light-scale-1 {
    border-top-color: #efefef !important
}

html .bg-color-light-scale-2 {
    background-color: #e8e8e8 !important
}

html .bg-color-light-scale-border-top-2, html .section.bg-color-light-scale-2 {
    border-top-color: #e0e0e0 !important
}

html .bg-color-light-scale-3 {
    background-color: #e0e0e0 !important
}

html .bg-color-light-scale-border-top-3, html .section.bg-color-light-scale-3 {
    border-top-color: #d8d8d8 !important
}

html .bg-color-light-scale-4 {
    background-color: #d8d8d8 !important
}

html .bg-color-light-scale-border-top-4, html .section.bg-color-light-scale-4 {
    border-top-color: #d1d1d1 !important
}

html .bg-color-light-scale-5 {
    background-color: #d1d1d1 !important
}

html .bg-color-light-scale-border-top-5, html .section.bg-color-light-scale-5 {
    border-top-color: #c9c9c9 !important
}

html .bg-color-light-scale-6 {
    background-color: #c9c9c9 !important
}

html .bg-color-light-scale-border-top-6, html .section.bg-color-light-scale-6 {
    border-top-color: #c1c1c1 !important
}

html .bg-color-light-scale-7 {
    background-color: #c1c1c1 !important
}

html .bg-color-light-scale-border-top-7, html .section.bg-color-light-scale-7 {
    border-top-color: #bababa !important
}

html .bg-color-light-scale-8 {
    background-color: #bababa !important
}

html .bg-color-light-scale-border-top-8, html .section.bg-color-light-scale-8 {
    border-top-color: #b2b2b2 !important
}

html .bg-color-light-scale-9 {
    background-color: #b2b2b2 !important
}

html .bg-color-light-scale-border-top-9, html .section.bg-color-light-scale-9 {
    border-top-color: #ababab !important
}

html .bg-color-dark-scale-1 {
    background-color: #212529 !important
}

html .bg-color-dark-scale-border-top-1, html .section.bg-color-dark-scale-1 {
    border-top-color: #1a1d21 !important
}

html .bg-color-dark-scale-2 {
    background-color: #1c2023 !important
}

html .bg-color-dark-scale-border-top-2, html .section.bg-color-dark-scale-2 {
    border-top-color: #16181b !important
}

html .bg-color-dark-scale-3 {
    background-color: #181b1e !important
}

html .bg-color-dark-scale-border-top-3, html .section.bg-color-dark-scale-3 {
    border-top-color: #111315 !important
}

html .bg-color-dark-scale-4 {
    background-color: #131618 !important
}

html .bg-color-dark-scale-border-top-4, html .section.bg-color-dark-scale-4 {
    border-top-color: #0d0e10 !important
}

html .bg-color-dark-scale-5 {
    background-color: #0f1112 !important
}

html .bg-color-dark-scale-border-top-5, html .section.bg-color-dark-scale-5 {
    border-top-color: #08090a !important
}

html .bg-color-dark-scale-6 {
    background-color: #0a0c0d !important
}

html .bg-color-dark-scale-border-top-6, html .section.bg-color-dark-scale-6 {
    border-top-color: #030404 !important
}

html .bg-color-dark-scale-7 {
    background-color: #060607 !important
}

html .bg-color-dark-scale-border-top-7, html .section.bg-color-dark-scale-7 {
    border-top-color: #000 !important
}

html .bg-color-dark-scale-8 {
    background-color: #010101 !important
}

html .bg-color-dark-scale-border-top-8, html .section.bg-color-dark-scale-8 {
    border-top-color: #000 !important
}

html .bg-color-dark-scale-9 {
    background-color: #000 !important
}

html .bg-color-dark-scale-border-top-9, html .section.bg-color-dark-scale-9 {
    border-top-color: #000 !important
}

section.page-header .page-header-title-border {
    background-color: #c30 !important
}

section.page-header.custom-product {
    background-color: #b32d00;
    border-top-color: #c23000
}

html .page-header-color.page-header-primary {
    background-color: #c30;
    border-bottom-color: #c30;
    color: #fff
}

html .page-header-color.page-header-primary h1 {
    color: #fff
}

html .page-header-color.page-header-primary h1 span {
    color: #fff
}

html .page-header-color.page-header-primary a {
    color: #fff
}

html .page-header-color.page-header-primary .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-secondary {
    background-color: #3b4a59;
    border-bottom-color: #3b4a59;
    color: #fff
}

html .page-header-color.page-header-secondary h1 {
    color: #fff
}

html .page-header-color.page-header-secondary h1 span {
    color: #fff
}

html .page-header-color.page-header-secondary a {
    color: #fff
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-tertiary {
    background-color: #3b4a59;
    border-bottom-color: #3b4a59;
    color: #fff
}

html .page-header-color.page-header-tertiary h1 {
    color: #fff
}

html .page-header-color.page-header-tertiary h1 span {
    color: #fff
}

html .page-header-color.page-header-tertiary a {
    color: #fff
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-quaternary {
    background-color: #eef0f4;
    border-bottom-color: #eef0f4;
    color: #777
}

html .page-header-color.page-header-quaternary h1 {
    color: #777
}

html .page-header-color.page-header-quaternary h1 span {
    color: #777
}

html .page-header-color.page-header-quaternary a {
    color: #777
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
    color: #777
}

html .page-header-color.page-header-dark {
    background-color: #212529;
    border-bottom-color: #212529;
    color: #fff
}

html .page-header-color.page-header-dark h1 {
    color: #fff
}

html .page-header-color.page-header-dark h1 span {
    color: #fff
}

html .page-header-color.page-header-dark a {
    color: #fff
}

html .page-header-color.page-header-dark .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-light {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #777
}

html .page-header-color.page-header-light h1 {
    color: #777
}

html .page-header-color.page-header-light h1 span {
    color: #777
}

html .page-header-color.page-header-light a {
    color: #777
}

html .page-header-color.page-header-light .breadcrumb > .active {
    color: #777
}

html .toggle-primary .toggle .toggle-title, html .toggle-primary .toggle label {
    color: #c30;
    border-left-color: #c30;
    border-right-color: #c30
}

html .toggle-primary .toggle.active > .toggle-title, html .toggle-primary .toggle.active > label {
    background-color: #c30;
    border-color: #c30;
    color: #fff
}

html .toggle-primary.toggle-simple .toggle > .toggle-title:after, html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #c30
}

html .toggle-primary.toggle-minimal .toggle.active > .toggle-title, html .toggle-primary.toggle-minimal .toggle.active > label {
    color: #c30
}

html .toggle-secondary .toggle .toggle-title, html .toggle-secondary .toggle label {
    color: #3b4a59;
    border-left-color: #3b4a59;
    border-right-color: #3b4a59
}

html .toggle-secondary .toggle.active > .toggle-title, html .toggle-secondary .toggle.active > label {
    background-color: #3b4a59;
    border-color: #3b4a59;
    color: #fff
}

html .toggle-secondary.toggle-simple .toggle > .toggle-title:after, html .toggle-secondary.toggle-simple .toggle > label:after {
    background-color: #3b4a59
}

html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title, html .toggle-secondary.toggle-minimal .toggle.active > label {
    color: #3b4a59
}

html .toggle-tertiary .toggle .toggle-title, html .toggle-tertiary .toggle label {
    color: #3b4a59;
    border-left-color: #3b4a59;
    border-right-color: #3b4a59
}

html .toggle-tertiary .toggle.active > .toggle-title, html .toggle-tertiary .toggle.active > label {
    background-color: #3b4a59;
    border-color: #3b4a59;
    color: #fff
}

html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after, html .toggle-tertiary.toggle-simple .toggle > label:after {
    background-color: #3b4a59
}

html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title, html .toggle-tertiary.toggle-minimal .toggle.active > label {
    color: #3b4a59
}

html .toggle-quaternary .toggle .toggle-title, html .toggle-quaternary .toggle label {
    color: #eef0f4;
    border-left-color: #eef0f4;
    border-right-color: #eef0f4
}

html .toggle-quaternary .toggle.active > .toggle-title, html .toggle-quaternary .toggle.active > label {
    background-color: #eef0f4;
    border-color: #eef0f4;
    color: #777
}

html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after, html .toggle-quaternary.toggle-simple .toggle > label:after {
    background-color: #eef0f4
}

html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title, html .toggle-quaternary.toggle-minimal .toggle.active > label {
    color: #eef0f4
}

html .toggle-dark .toggle .toggle-title, html .toggle-dark .toggle label {
    color: #212529;
    border-left-color: #212529;
    border-right-color: #212529
}

html .toggle-dark .toggle.active > .toggle-title, html .toggle-dark .toggle.active > label {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

html .toggle-dark.toggle-simple .toggle > .toggle-title:after, html .toggle-dark.toggle-simple .toggle > label:after {
    background-color: #212529
}

html .toggle-dark.toggle-minimal .toggle.active > .toggle-title, html .toggle-dark.toggle-minimal .toggle.active > label {
    color: #212529
}

html .toggle-light .toggle .toggle-title, html .toggle-light .toggle label {
    color: #fff;
    border-left-color: #fff;
    border-right-color: #fff
}

html .toggle-light .toggle.active > .toggle-title, html .toggle-light .toggle.active > label {
    background-color: #fff;
    border-color: #fff;
    color: #777
}

html .toggle-light.toggle-simple .toggle > .toggle-title:after, html .toggle-light.toggle-simple .toggle > label:after {
    background-color: #fff
}

html .toggle-light.toggle-minimal .toggle.active > .toggle-title, html .toggle-light.toggle-minimal .toggle.active > label {
    color: #fff
}

.img-thumbnail .zoom, .thumb-info .thumb-info-action-icon, .thumb-info .thumb-info-type, .thumb-info-ribbon, .thumb-info-social-icons a, .thumbnail .zoom {
    background-color: #c30
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #c30
}

html .thumb-info .thumb-info-action-icon-primary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #3b4a59
}

html .thumb-info .thumb-info-action-icon-secondary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #3b4a59
}

html .thumb-info .thumb-info-action-icon-tertiary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #eef0f4
}

html .thumb-info .thumb-info-action-icon-quaternary i {
    color: #777
}

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #212529
}

html .thumb-info .thumb-info-action-icon-dark i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-light {
    background-color: #fff
}

html .thumb-info .thumb-info-action-icon-light i {
    color: #777
}

.thumb-info-ribbon:before {
    border-right-color: #802000;
    border-left-color: #802000
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
    background: rgba(204, 51, 0, .9)
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
    background-color: #c30
}

.inverted {
    background-color: #c30
}

html .inverted-primary {
    background-color: #c30
}

html .inverted-secondary {
    background-color: #3b4a59
}

html .inverted-tertiary {
    background-color: #3b4a59
}

html .inverted-quaternary {
    background-color: #eef0f4
}

html .inverted-dark {
    background-color: #212529
}

html .inverted-light {
    background-color: #fff
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ad2b00
}

.owl-carousel.show-nav-title .owl-nav button[class*=owl-], .owl-carousel.show-nav-title .owl-nav button[class*=owl-].hover, .owl-carousel.show-nav-title .owl-nav button[class*=owl-]:hover {
    color: #c30
}

.owl-carousel .owl-nav button[class*=owl-] {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

.owl-carousel .owl-nav button[class*=owl-].hover, .owl-carousel .owl-nav button[class*=owl-]:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30
}

.owl-carousel .owl-nav button[class*=owl-].active, .owl-carousel .owl-nav button[class*=owl-]:active {
    background-color: #a62900;
    background-image: none;
    border-color: #992600 #992600 #661a00
}

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*=owl-] {
    background-color: rgba(204, 51, 0, .4)
}

.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #c30 !important
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:after, .owl-carousel.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-style-2 .owl-nav .owl-prev:after, .owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
    border-color: #c30
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: #c30
}

html body .tabs .nav-tabs .nav-link, html body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs .nav-link, html.dark body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs li.active .nav-link {
    color: #c30
}

html body .tabs .nav-tabs .nav-link:focus, html body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html body .tabs .nav-tabs.nav-justified .nav-link:focus, html body .tabs .nav-tabs.nav-justified .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:focus, html.dark body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus, html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover {
    border-top-color: #c30
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover {
    border-bottom-color: #c30
}

html 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 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus, 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 .nav-link:hover, html.dark 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:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover {
    border-left-color: #c30
}

html 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 body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus, 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 .nav-link:hover, html.dark 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:focus, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover {
    border-right-color: #c30
}

html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
    border-top-color: #c30;
    color: #c30
}

html body .tabs-primary .nav-tabs li .nav-link, html body .tabs-primary .nav-tabs li .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link, html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-primary .nav-tabs li .nav-link, html.dark body .tabs-primary .nav-tabs li .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    color: #c30
}

html 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 li .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #c30
}

html body .tabs-primary .nav-tabs li.active .nav-link, html body .tabs-primary .nav-tabs li.active .nav-link:focus, html body .tabs-primary .nav-tabs li.active .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-primary .nav-tabs li.active .nav-link, html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #c30;
    color: #c30
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #c30
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #c30
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #c30
}

html body .tabs-secondary .nav-tabs li .nav-link, html body .tabs-secondary .nav-tabs li .nav-link:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs li .nav-link, html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    color: #3b4a59
}

html 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 li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #3b4a59
}

html body .tabs-secondary .nav-tabs li.active .nav-link, html body .tabs-secondary .nav-tabs li.active .nav-link:focus, html body .tabs-secondary .nav-tabs li.active .nav-link:hover, html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-secondary .nav-tabs li.active .nav-link, html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #3b4a59;
    color: #3b4a59
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #3b4a59
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #3b4a59
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #3b4a59
}

html body .tabs-tertiary .nav-tabs li .nav-link, html body .tabs-tertiary .nav-tabs li .nav-link:hover, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs li .nav-link, html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
    color: #3b4a59
}

html 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 li .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #3b4a59
}

html body .tabs-tertiary .nav-tabs li.active .nav-link, html body .tabs-tertiary .nav-tabs li.active .nav-link:focus, html body .tabs-tertiary .nav-tabs li.active .nav-link:hover, html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs li.active .nav-link, html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #3b4a59;
    color: #3b4a59
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #3b4a59
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #3b4a59
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #3b4a59
}

html body .tabs-quaternary .nav-tabs li .nav-link, html body .tabs-quaternary .nav-tabs li .nav-link:hover, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs li .nav-link, html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
    color: #eef0f4
}

html 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 li .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #eef0f4
}

html body .tabs-quaternary .nav-tabs li.active .nav-link, html body .tabs-quaternary .nav-tabs li.active .nav-link:focus, html body .tabs-quaternary .nav-tabs li.active .nav-link:hover, html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs li.active .nav-link, html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #eef0f4;
    color: #eef0f4
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #eef0f4
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #eef0f4
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #eef0f4
}

html body .tabs-dark .nav-tabs li .nav-link, html body .tabs-dark .nav-tabs li .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link, html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-dark .nav-tabs li .nav-link, html.dark body .tabs-dark .nav-tabs li .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    color: #212529
}

html 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 li .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #212529
}

html body .tabs-dark .nav-tabs li.active .nav-link, html body .tabs-dark .nav-tabs li.active .nav-link:focus, html body .tabs-dark .nav-tabs li.active .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs li.active .nav-link, html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus, html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #212529;
    color: #212529
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #212529
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #212529
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #212529
}

html body .tabs-light .nav-tabs li .nav-link, html body .tabs-light .nav-tabs li .nav-link:hover, html body .tabs-light .nav-tabs.nav-justified li .nav-link, html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-light .nav-tabs li .nav-link, html.dark body .tabs-light .nav-tabs li .nav-link:hover, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
    color: #fff
}

html 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 li .nav-link:hover, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #fff
}

html body .tabs-light .nav-tabs li.active .nav-link, html body .tabs-light .nav-tabs li.active .nav-link:focus, html body .tabs-light .nav-tabs li.active .nav-link:hover, html body .tabs-light .nav-tabs.nav-justified li.active .nav-link, html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-light .nav-tabs li.active .nav-link, html.dark body .tabs-light .nav-tabs li.active .nav-link:focus, html.dark body .tabs-light .nav-tabs li.active .nav-link:hover, html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #fff;
    color: #fff
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #fff
}

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:focus, html[dir=rtl] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover {
    border-right-color: #c30;
    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:focus, html[dir=rtl] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover {
    border-right-color: transparent;
    border-left-color: #c30
}

.list.list-icons li a:first-child > .icons:first-child, .list.list-icons li a:first-child > [class*=fa-]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li > [class*=fa-]:first-child {
    color: #c30;
    border-color: #c30
}

.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li > [class*=fa-]:first-child {
    background-color: #c30
}

.list.list-ordened li:before {
    color: #c30;
    border-color: #c30
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #c30
}

html .list-primary.list-icons li a:first-child > .icons:first-child, html .list-primary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-primary.list-icons li > .icons:first-child, html .list-primary.list-icons li > [class*=fa-]:first-child {
    color: #c30;
    border-color: #c30
}

html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #c30;
    color: #fff
}

html .list-primary.list-ordened li:before {
    color: #c30
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #c30;
    color: #fff
}

html .list-secondary.list-icons li a:first-child > .icons:first-child, html .list-secondary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-secondary.list-icons li > .icons:first-child, html .list-secondary.list-icons li > [class*=fa-]:first-child {
    color: #3b4a59;
    border-color: #3b4a59
}

html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #3b4a59;
    color: #fff
}

html .list-secondary.list-ordened li:before {
    color: #3b4a59
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #3b4a59;
    color: #fff
}

html .list-tertiary.list-icons li a:first-child > .icons:first-child, html .list-tertiary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-tertiary.list-icons li > .icons:first-child, html .list-tertiary.list-icons li > [class*=fa-]:first-child {
    color: #3b4a59;
    border-color: #3b4a59
}

html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #3b4a59;
    color: #fff
}

html .list-tertiary.list-ordened li:before {
    color: #3b4a59
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #3b4a59;
    color: #fff
}

html .list-quaternary.list-icons li a:first-child > .icons:first-child, html .list-quaternary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-quaternary.list-icons li > .icons:first-child, html .list-quaternary.list-icons li > [class*=fa-]:first-child {
    color: #eef0f4;
    border-color: #eef0f4
}

html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #eef0f4;
    color: #777
}

html .list-quaternary.list-ordened li:before {
    color: #eef0f4
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #eef0f4;
    color: #777
}

html .list-dark.list-icons li a:first-child > .icons:first-child, html .list-dark.list-icons li a:first-child > [class*=fa-]:first-child, html .list-dark.list-icons li > .icons:first-child, html .list-dark.list-icons li > [class*=fa-]:first-child {
    color: #212529;
    border-color: #212529
}

html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #212529;
    color: #fff
}

html .list-dark.list-ordened li:before {
    color: #212529
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #212529;
    color: #fff
}

html .list-light.list-icons li a:first-child > .icons:first-child, html .list-light.list-icons li a:first-child > [class*=fa-]:first-child, html .list-light.list-icons li > .icons:first-child, html .list-light.list-icons li > [class*=fa-]:first-child {
    color: #fff;
    border-color: #fff
}

html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #fff;
    color: #777
}

html .list-light.list-ordened li:before {
    color: #fff
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #fff;
    color: #777
}

.parallax blockquote i.fa-quote-left {
    color: #c30
}

section.video blockquote i.fa-quote-left {
    color: #c30
}

.accordion .card-header a {
    color: #c30
}

html .accordion.accordion-primary .card-header {
    background-color: #c30 !important
}

html .accordion.accordion-primary .card-header a {
    color: #fff
}

html .accordion.accordion-secondary .card-header {
    background-color: #3b4a59 !important
}

html .accordion.accordion-secondary .card-header a {
    color: #fff
}

html .accordion.accordion-tertiary .card-header {
    background-color: #3b4a59 !important
}

html .accordion.accordion-tertiary .card-header a {
    color: #fff
}

html .accordion.accordion-quaternary .card-header {
    background-color: #eef0f4 !important
}

html .accordion.accordion-quaternary .card-header a {
    color: #777
}

html .accordion.accordion-dark .card-header {
    background-color: #212529 !important
}

html .accordion.accordion-dark .card-header a {
    color: #fff
}

html .accordion.accordion-light .card-header {
    background-color: #fff !important
}

html .accordion.accordion-light .card-header a {
    color: #777
}

html .divider.divider-primary .icons, html .divider.divider-primary [class*=fa-] {
    color: #c30
}

html .divider.divider-primary.divider-small hr {
    background: #c30
}

html .divider.divider-secondary .icons, html .divider.divider-secondary [class*=fa-] {
    color: #3b4a59
}

html .divider.divider-secondary.divider-small hr {
    background: #3b4a59
}

html .divider.divider-tertiary .icons, html .divider.divider-tertiary [class*=fa-] {
    color: #3b4a59
}

html .divider.divider-tertiary.divider-small hr {
    background: #3b4a59
}

html .divider.divider-quaternary .icons, html .divider.divider-quaternary [class*=fa-] {
    color: #eef0f4
}

html .divider.divider-quaternary.divider-small hr {
    background: #eef0f4
}

html .divider.divider-dark .icons, html .divider.divider-dark [class*=fa-] {
    color: #212529
}

html .divider.divider-dark.divider-small hr {
    background: #212529
}

html .divider.divider-light .icons, html .divider.divider-light [class*=fa-] {
    color: #fff
}

html .divider.divider-light.divider-small hr {
    background: #fff
}

html .divider.divider-style-2.divider-primary .icons, html .divider.divider-style-2.divider-primary [class*=fa-] {
    background: #c30;
    color: #fff
}

html .divider.divider-style-2.divider-secondary .icons, html .divider.divider-style-2.divider-secondary [class*=fa-] {
    background: #3b4a59;
    color: #fff
}

html .divider.divider-style-2.divider-tertiary .icons, html .divider.divider-style-2.divider-tertiary [class*=fa-] {
    background: #3b4a59;
    color: #fff
}

html .divider.divider-style-2.divider-quaternary .icons, html .divider.divider-style-2.divider-quaternary [class*=fa-] {
    background: #eef0f4;
    color: #777
}

html .divider.divider-style-2.divider-dark .icons, html .divider.divider-style-2.divider-dark [class*=fa-] {
    background: #212529;
    color: #fff
}

html .divider.divider-style-2.divider-light .icons, html .divider.divider-style-2.divider-light [class*=fa-] {
    background: #fff;
    color: #777
}

html .divider.divider-style-3.divider-primary .icons, html .divider.divider-style-3.divider-primary [class*=fa-] {
    border-color: #c30
}

html .divider.divider-style-3.divider-secondary .icons, html .divider.divider-style-3.divider-secondary [class*=fa-] {
    border-color: #3b4a59
}

html .divider.divider-style-3.divider-tertiary .icons, html .divider.divider-style-3.divider-tertiary [class*=fa-] {
    border-color: #3b4a59
}

html .divider.divider-style-3.divider-quaternary .icons, html .divider.divider-style-3.divider-quaternary [class*=fa-] {
    border-color: #eef0f4
}

html .divider.divider-style-3.divider-dark .icons, html .divider.divider-style-3.divider-dark [class*=fa-] {
    border-color: #212529
}

html .divider.divider-style-3.divider-light .icons, html .divider.divider-style-3.divider-light [class*=fa-] {
    border-color: #fff
}

#header .tip {
    background: #c30;
    color: #fff
}

#header .tip:before {
    border-right-color: #c30;
    border-left-color: transparent
}

html #header .tip-primary {
    background: #c30 !important;
    color: #fff !important
}

html #header .tip-primary:before {
    border-right-color: #c30 !important
}

html #header .tip-secondary {
    background: #3b4a59 !important;
    color: #fff !important
}

html #header .tip-secondary:before {
    border-right-color: #3b4a59 !important
}

html #header .tip-tertiary {
    background: #3b4a59 !important;
    color: #fff !important
}

html #header .tip-tertiary:before {
    border-right-color: #3b4a59 !important
}

html #header .tip-quaternary {
    background: #eef0f4 !important;
    color: #777 !important
}

html #header .tip-quaternary:before {
    border-right-color: #eef0f4 !important
}

html #header .tip-dark {
    background: #212529 !important;
    color: #fff !important
}

html #header .tip-dark:before {
    border-right-color: #212529 !important
}

html #header .tip-light {
    background: #fff !important;
    color: #777 !important
}

html #header .tip-light:before {
    border-right-color: #fff !important
}

html[dir=rtl] #header .tip:before {
    border-left-color: #c30
}

html[dir=rtl] #header .tip.skin:before {
    border-left-color: #c30
}

html[dir=rtl] #header .tip-primary:before {
    border-left-color: #c30 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-secondary:before {
    border-left-color: #3b4a59 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-tertiary:before {
    border-left-color: #3b4a59 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-quaternary:before {
    border-left-color: #eef0f4 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-dark:before {
    border-left-color: #212529 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-light:before {
    border-left-color: #fff !important;
    border-right-color: transparent !important
}

#header .header-btn-collapse-nav {
    background: #c30
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #c30
    }

    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
        background: #c30
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #c30
    }

    #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: #c30
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #c30
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
        color: #c30
    }

    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: #c30;
        color: #fff
    }

    #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        background-color: #c30
    }

    #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
        background-color: #c30
    }

    #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
        color: #c30
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #c30
    }

    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #c30
    }

    #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        background: #c30 !important
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #c30
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: #c30
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: #c30
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: #c30
    }

    #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a, #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
        color: #c30
    }

    #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
        color: #c30
    }

    html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-left-color: #c30
    }

    html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-right-color: #c30
    }
}

@media (min-width: 992px) {
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        background-color: #c30
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #bd2f00
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
        background: #db3700
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        border-bottom-color: #c30;
        background: #c30
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        background: #c30;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        background: #c30;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
        background-color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        background: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
        background-color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #c30
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #0e4781
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
        background: #12579d
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        border-bottom-color: #3b4a59;
        background: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before {
        background-color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        background: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
        background-color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        background-color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #354250
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
        background: #415262
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        border-bottom-color: #3b4a59;
        background: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before {
        background-color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        background: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
        background-color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        background-color: #eef0f4
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
        color: #777;
        border-bottom-color: #e5e8ee
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
        background: #f7f8fa
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        border-bottom-color: #eef0f4;
        background: #eef0f4
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
        color: #777;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        background: #eef0f4;
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #eef0f4;
        color: #777
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
        color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before {
        background-color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        background: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
        background-color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
        color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
        color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #eef0f4
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
        background-color: #212529
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #1a1d21
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
        background: #282d31
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        border-bottom-color: #212529;
        background: #212529
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        background: #212529;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        background: #212529;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before {
        background-color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        background: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before {
        background-color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
        color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        color: #212529
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
        background-color: #fff
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777;
        border-bottom-color: #f7f7f7
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
        background: #fff
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        border-bottom-color: #fff;
        background: #fff
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
        color: #777;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        background: #fff;
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        background: #fff;
        color: #777
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before {
        background-color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        background: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before {
        background-color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
        color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        color: #fff
    }
}

@media (min-width: 992px) {
    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a, html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a {
        color: #c30 !important
    }

    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active, html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active {
        color: #c30 !important
    }
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #c30
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
        color: #c30
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: #c30
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
        background: #c30
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: #c30
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
        background: #c30
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        color: #c30 !important
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
        background-color: #c30
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
        color: #c30 !important
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
        color: #c30 !important
    }
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #c30
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #c30 !important;
        color: #fff !important
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #3b4a59
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #3b4a59
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
        color: #eef0f4
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #eef0f4 !important;
        color: #777 !important
    }
}

html #header .header-top.header-top-primary {
    background: #c30;
    border-top-color: #b32d00
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
    background: #e63900
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #e63900
}

html #header .header-top.header-top-primary .dropdown-menu {
    background: #e63900;
    border-color: #e63900
}

html #header .header-top.header-top-primary .dropdown-menu a:focus, html #header .header-top.header-top-primary .dropdown-menu a:hover {
    background: #ff4000 !important
}

html #header .header-top.header-top-secondary {
    background: #3b4a59;
    border-top-color: #0d4278
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
    background: #135ca6
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #135ca6
}

html #header .header-top.header-top-secondary .dropdown-menu {
    background: #135ca6;
    border-color: #135ca6
}

html #header .header-top.header-top-secondary .dropdown-menu a:focus, html #header .header-top.header-top-secondary .dropdown-menu a:hover {
    background: #1568bd !important
}

html #header .header-top.header-top-tertiary {
    background: #3b4a59;
    border-top-color: #313d4a
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
    background: #455768
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #455768
}

html #header .header-top.header-top-tertiary .dropdown-menu {
    background: #455768;
    border-color: #455768
}

html #header .header-top.header-top-tertiary .dropdown-menu a:focus, html #header .header-top.header-top-tertiary .dropdown-menu a:hover {
    background: #4f6378 !important
}

html #header .header-top.header-top-quaternary {
    background: #eef0f4;
    border-top-color: #dfe2ea
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
    background: #fdfefe
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #fdfefe
}

html #header .header-top.header-top-quaternary .dropdown-menu {
    background: #fdfefe;
    border-color: #fdfefe
}

html #header .header-top.header-top-quaternary .dropdown-menu a:focus, html #header .header-top.header-top-quaternary .dropdown-menu a:hover {
    background: #fff !important
}

html #header .header-top.header-top-dark {
    background: #212529;
    border-top-color: #16181b
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
    background: #2c3237
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #2c3237
}

html #header .header-top.header-top-dark .dropdown-menu {
    background: #2c3237;
    border-color: #2c3237
}

html #header .header-top.header-top-dark .dropdown-menu a:focus, html #header .header-top.header-top-dark .dropdown-menu a:hover {
    background: #383f45 !important
}

html #header .header-top.header-top-light {
    background: #fff;
    border-top-color: #f2f2f2
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
    background: #fff
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #fff
}

html #header .header-top.header-top-light .dropdown-menu {
    background: #fff;
    border-color: #fff
}

html #header .header-top.header-top-light .dropdown-menu a:focus, html #header .header-top.header-top-light .dropdown-menu a:hover {
    background: #fff !important
}

@media (min-width: 992px) {
    html #header .header-nav-bar-primary {
        background: #c30 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-secondary {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-tertiary {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-quaternary {
        background: #eef0f4 !important;
        color: #777 !important
    }

    html #header .header-nav-bar-dark {
        background: #212529 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-light {
        background: #fff !important;
        color: #777 !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: #c30
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #c30
    }
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border-bottom-color: #08c
}

.testimonial blockquote {
    background: #e63900
}

.testimonial .testimonial-arrow-down {
    border-top-color: #e63900
}

html .testimonial-primary blockquote {
    background: #e63900
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #e63900
}

html .testimonial-primary.testimonial-style-7 {
    background: #e63900
}

html .testimonial-quotes-primary blockquote:after, html .testimonial-quotes-primary blockquote:before {
    color: #c30 !important
}

html .testimonial-secondary blockquote {
    background: #135ca6
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #135ca6
}

html .testimonial-secondary.testimonial-style-7 {
    background: #135ca6
}

html .testimonial-quotes-secondary blockquote:after, html .testimonial-quotes-secondary blockquote:before {
    color: #c30 !important
}

html .testimonial-tertiary blockquote {
    background: #455768
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #455768
}

html .testimonial-tertiary.testimonial-style-7 {
    background: #455768
}

html .testimonial-quotes-tertiary blockquote:after, html .testimonial-quotes-tertiary blockquote:before {
    color: #c30 !important
}

html .testimonial-quaternary blockquote {
    background: #fdfefe
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #fdfefe
}

html .testimonial-quaternary.testimonial-style-7 {
    background: #fdfefe
}

html .testimonial-quotes-quaternary blockquote:after, html .testimonial-quotes-quaternary blockquote:before {
    color: #c30 !important
}

html .testimonial-dark blockquote {
    background: #2c3237
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #2c3237
}

html .testimonial-dark.testimonial-style-7 {
    background: #2c3237
}

html .testimonial-quotes-dark blockquote:after, html .testimonial-quotes-dark blockquote:before {
    color: #c30 !important
}

html .testimonial-light blockquote {
    background: #fff
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #fff
}

html .testimonial-light.testimonial-style-7 {
    background: #fff
}

html .testimonial-quotes-light blockquote:after, html .testimonial-quotes-light blockquote:before {
    color: #c30 !important
}

.circular-bar.only-icon .icons, .circular-bar.only-icon [class*=fa-] {
    color: #c30
}

html .counters .counter-primary .icons, html .counters .counter-primary [class*=fa-], html .counters .counter-primary strong {
    color: #c30
}

html .counters .counter-secondary .icons, html .counters .counter-secondary [class*=fa-], html .counters .counter-secondary strong {
    color: #3b4a59
}

html .counters .counter-tertiary .icons, html .counters .counter-tertiary [class*=fa-], html .counters .counter-tertiary strong {
    color: #3b4a59
}

html .counters .counter-quaternary .icons, html .counters .counter-quaternary [class*=fa-], html .counters .counter-quaternary strong {
    color: #eef0f4
}

html .counters .counter-dark .icons, html .counters .counter-dark [class*=fa-], html .counters .counter-dark strong {
    color: #212529
}

html .counters .counter-light .icons, html .counters .counter-light [class*=fa-], html .counters .counter-light strong {
    color: #fff
}

html .countdown.countdown-primary > span > span {
    color: #c30
}

html .countdown.countdown-secondary > span > span {
    color: #3b4a59
}

html .countdown.countdown-tertiary > span > span {
    color: #3b4a59
}

html .countdown.countdown-quaternary > span > span {
    color: #eef0f4
}

html .countdown.countdown-dark > span > span {
    color: #212529
}

html .countdown.countdown-light > span > span {
    color: #fff
}

html .image-hotspot-primary strong {
    color: #fff !important
}

html .image-hotspot-primary .circle {
    background: #c30 !important
}

html .image-hotspot-primary .ring {
    border-color: rgba(204, 51, 0, .9)
}

html .image-hotspot-secondary strong {
    color: #fff !important
}

html .image-hotspot-secondary .circle {
    background: #3b4a59 !important
}

html .image-hotspot-secondary .ring {
    border-color: rgba(16, 79, 143, .9)
}

html .image-hotspot-tertiary strong {
    color: #fff !important
}

html .image-hotspot-tertiary .circle {
    background: #3b4a59 !important
}

html .image-hotspot-tertiary .ring {
    border-color: rgba(59, 74, 89, .9)
}

html .image-hotspot-quaternary strong {
    color: #777 !important
}

html .image-hotspot-quaternary .circle {
    background: #eef0f4 !important
}

html .image-hotspot-quaternary .ring {
    border-color: rgba(238, 240, 244, .9)
}

html .image-hotspot-dark strong {
    color: #fff !important
}

html .image-hotspot-dark .circle {
    background: #212529 !important
}

html .image-hotspot-dark .ring {
    border-color: rgba(33, 37, 41, .9)
}

html .image-hotspot-light strong {
    color: #777 !important
}

html .image-hotspot-light .circle {
    background: #fff !important
}

html .image-hotspot-light .ring {
    border-color: rgba(255, 255, 255, .9)
}

.icon-featured {
    background-color: #c30
}

html .featured-box-primary .icon-featured {
    background-color: #c30
}

html .featured-box-primary h4 {
    color: #c30
}

html .featured-box-primary .box-content {
    border-top-color: #c30
}

html .featured-box-primary .box-content-border-bottom {
    border-bottom-color: #c30
}

html .featured-box-secondary .icon-featured {
    background-color: #3b4a59
}

html .featured-box-secondary h4 {
    color: #3b4a59
}

html .featured-box-secondary .box-content {
    border-top-color: #3b4a59
}

html .featured-box-secondary .box-content-border-bottom {
    border-bottom-color: #3b4a59
}

html .featured-box-tertiary .icon-featured {
    background-color: #3b4a59
}

html .featured-box-tertiary h4 {
    color: #3b4a59
}

html .featured-box-tertiary .box-content {
    border-top-color: #3b4a59
}

html .featured-box-tertiary .box-content-border-bottom {
    border-bottom-color: #3b4a59
}

html .featured-box-quaternary .icon-featured {
    background-color: #eef0f4
}

html .featured-box-quaternary h4 {
    color: #eef0f4
}

html .featured-box-quaternary .box-content {
    border-top-color: #eef0f4
}

html .featured-box-quaternary .box-content-border-bottom {
    border-bottom-color: #eef0f4
}

html .featured-box-dark .icon-featured {
    background-color: #212529
}

html .featured-box-dark h4 {
    color: #212529
}

html .featured-box-dark .box-content {
    border-top-color: #212529
}

html .featured-box-dark .box-content-border-bottom {
    border-bottom-color: #212529
}

html .featured-box-light .icon-featured {
    background-color: #fff
}

html .featured-box-light h4 {
    color: #fff
}

html .featured-box-light .box-content {
    border-top-color: #fff
}

html .featured-box-light .box-content-border-bottom {
    border-bottom-color: #fff
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #c30;
    color: #c30
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #eef0f4;
    color: #eef0f4
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #c30;
    color: #c30
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #eef0f4;
    color: #eef0f4
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #c30
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #eef0f4
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #212529
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #c30
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #eef0f4
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #212529
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #c30
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #eef0f4
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #212529
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

.featured-boxes-modern-style-primary .featured-box {
    background: #c30;
    background: linear-gradient(135deg, #c30 0, #eef0f4 100%)
}

.featured-boxes-modern-style-secondary .featured-box {
    background: #3b4a59;
    background: linear-gradient(135deg, #3b4a59 0, #eef0f4 100%)
}

.featured-boxes-modern-style-tertiary .featured-box {
    background: #3b4a59;
    background: linear-gradient(135deg, #3b4a59 0, #eef0f4 100%)
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #c30
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #3b4a59
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #3b4a59
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #eef0f4
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #212529
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #fff
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #c30
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #c30 !important
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #3b4a59
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #3b4a59 !important
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #3b4a59
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #3b4a59 !important
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #eef0f4
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #eef0f4 !important
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #212529
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #212529 !important
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #fff
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #fff !important
}

.feature-box .feature-box-icon {
    background-color: #c30
}

html .feature-box-primary .feature-box-icon {
    background-color: #c30
}

html .feature-box-secondary .feature-box-icon {
    background-color: #3b4a59
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #3b4a59
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #eef0f4
}

html .feature-box-dark .feature-box-icon {
    background-color: #212529
}

html .feature-box-light .feature-box-icon {
    background-color: #fff
}

.feature-box.feature-box-style-2 .feature-box-icon .icons, .feature-box.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-2 .feature-box-icon .icons, html .feature-box-light.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #fff
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #c30
}

.feature-box.feature-box-style-3 .feature-box-icon .icons, .feature-box.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #c30
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #3b4a59
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #eef0f4
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #212529
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #fff
}

html .feature-box-light.feature-box-style-3 .feature-box-icon .icons, html .feature-box-light.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #fff
}

.feature-box.feature-box-style-4 .feature-box-icon .icons, .feature-box.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-4 .feature-box-icon .icons, html .feature-box-light.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #fff
}

.feature-box.feature-box-style-5 .feature-box-icon .icons, .feature-box.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-5 .feature-box-icon .icons, html .feature-box-light.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #fff
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-6 .feature-box-icon .icons, html .feature-box-light.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #fff
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
    background-color: #992600
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #b32d00
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #c30
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #e63900
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #ff4000
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #ff531a
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #c30;
    color: #fff
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #3b4a59;
    color: #fff
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #3b4a59;
    color: #fff
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #eef0f4;
    color: #777
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #212529;
    color: #fff
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #fff;
    color: #777
}

.pricing-table .most-popular {
    border-color: #c30
}

.pricing-table .most-popular h3 {
    background-color: #c30
}

.pricing-table.princig-table-flat .plan h3 {
    background-color: #c30
}

.pricing-table.princig-table-flat .plan h3 span {
    background: #c30
}

html .call-to-action.featured.featured-primary {
    border-top-color: #c30
}

html .call-to-action.call-to-action-primary {
    background: #c30
}

html .call-to-action.with-full-borders-primary {
    border-color: #c30
}

html .call-to-action.call-to-action-primary {
    background: #c30
}

html .call-to-action.call-to-action-primary h3, html .call-to-action.call-to-action-primary p {
    color: #fff
}

html .call-to-action.featured.featured-secondary {
    border-top-color: #3b4a59
}

html .call-to-action.call-to-action-secondary {
    background: #3b4a59
}

html .call-to-action.with-full-borders-secondary {
    border-color: #3b4a59
}

html .call-to-action.call-to-action-secondary {
    background: #3b4a59
}

html .call-to-action.call-to-action-secondary h3, html .call-to-action.call-to-action-secondary p {
    color: #fff
}

html .call-to-action.featured.featured-tertiary {
    border-top-color: #3b4a59
}

html .call-to-action.call-to-action-tertiary {
    background: #3b4a59
}

html .call-to-action.with-full-borders-tertiary {
    border-color: #3b4a59
}

html .call-to-action.call-to-action-tertiary {
    background: #3b4a59
}

html .call-to-action.call-to-action-tertiary h3, html .call-to-action.call-to-action-tertiary p {
    color: #fff
}

html .call-to-action.featured.featured-quaternary {
    border-top-color: #eef0f4
}

html .call-to-action.call-to-action-quaternary {
    background: #eef0f4
}

html .call-to-action.with-full-borders-quaternary {
    border-color: #eef0f4
}

html .call-to-action.call-to-action-quaternary {
    background: #eef0f4
}

html .call-to-action.call-to-action-quaternary h3, html .call-to-action.call-to-action-quaternary p {
    color: #777
}

html .call-to-action.featured.featured-dark {
    border-top-color: #212529
}

html .call-to-action.call-to-action-dark {
    background: #212529
}

html .call-to-action.with-full-borders-dark {
    border-color: #212529
}

html .call-to-action.call-to-action-dark {
    background: #212529
}

html .call-to-action.call-to-action-dark h3, html .call-to-action.call-to-action-dark p {
    color: #fff
}

html .call-to-action.featured.featured-light {
    border-top-color: #fff
}

html .call-to-action.call-to-action-light {
    background: #fff
}

html .call-to-action.with-full-borders-light {
    border-color: #fff
}

html .call-to-action.call-to-action-light {
    background: #fff
}

html .call-to-action.call-to-action-light h3, html .call-to-action.call-to-action-light p {
    color: #777
}

section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    background: #c30;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #c30
}

ul.history li .featured-box .box-content {
    border-top-color: #c30
}

.portfolio-list .portfolio-item.portfolio-item-new:after {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

.recent-posts .date .month, article.post .post-date .month {
    background-color: #c30
}

.recent-posts .date .day, article.post .post-date .day {
    color: #c30
}

.slider .tp-bannertimer {
    background-color: #c30
}

.home-concept strong {
    color: #c30
}

html .home-intro-primary {
    background: #c30
}

html .home-intro-secondary {
    background: #3b4a59
}

html .home-intro-tertiary {
    background: #3b4a59
}

html .home-intro-quaternary {
    background: #eef0f4
}

html .home-intro-dark {
    background: #212529
}

html .home-intro-light {
    background: #fff
}

html .slide-overlay-primary .slotholder:after {
    background-color: #c30 !important
}

html .slider-container .tp-caption-overlay-primary {
    background: #c30
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(204, 51, 0, .4)
}

html .tp-bullets.bullets-color-primary .tp-bullet.selected, html .tp-bullets.bullets-color-primary .tp-bullet:hover {
    background: #c30
}

html .slide-overlay-secondary .slotholder:after {
    background-color: #3b4a59 !important
}

html .slider-container .tp-caption-overlay-secondary {
    background: #3b4a59
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(16, 79, 143, .4)
}

html .tp-bullets.bullets-color-secondary .tp-bullet.selected, html .tp-bullets.bullets-color-secondary .tp-bullet:hover {
    background: #3b4a59
}

html .slide-overlay-tertiary .slotholder:after {
    background-color: #3b4a59 !important
}

html .slider-container .tp-caption-overlay-tertiary {
    background: #3b4a59
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(59, 74, 89, .4)
}

html .tp-bullets.bullets-color-tertiary .tp-bullet.selected, html .tp-bullets.bullets-color-tertiary .tp-bullet:hover {
    background: #3b4a59
}

html .slide-overlay-quaternary .slotholder:after {
    background-color: #eef0f4 !important
}

html .slider-container .tp-caption-overlay-quaternary {
    background: #eef0f4
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(238, 240, 244, .4)
}

html .tp-bullets.bullets-color-quaternary .tp-bullet.selected, html .tp-bullets.bullets-color-quaternary .tp-bullet:hover {
    background: #eef0f4
}

html .slide-overlay-dark .slotholder:after {
    background-color: #212529 !important
}

html .slider-container .tp-caption-overlay-dark {
    background: #212529
}

html .slider-container .tp-caption-overlay-opacity-dark {
    background: rgba(33, 37, 41, .4)
}

html .tp-bullets.bullets-color-dark .tp-bullet.selected, html .tp-bullets.bullets-color-dark .tp-bullet:hover {
    background: #212529
}

html .slide-overlay-light .slotholder:after {
    background-color: #fff !important
}

html .slider-container .tp-caption-overlay-light {
    background: #fff
}

html .slider-container .tp-caption-overlay-opacity-light {
    background: rgba(255, 255, 255, .4)
}

html .tp-bullets.bullets-color-light .tp-bullet.selected, html .tp-bullets.bullets-color-light .tp-bullet:hover {
    background: #fff
}

html .slide-overlay.slide-overlay-gradient .slotholder:after {
    background-color: #3b4a59 !important;
    background-image: linear-gradient(to right, #3b4a59 0, #eef0f4 100%) !important
}

.cd-product-viewer-handle .handle {
    background: #c30
}

.tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

.tparrows.tparrows-carousel.tp-leftarrow.hover, .tparrows.tparrows-carousel.tp-leftarrow:hover, .tparrows.tparrows-carousel.tp-rightarrow.hover, .tparrows.tparrows-carousel.tp-rightarrow:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30;
    color: #fff
}

.tparrows.tparrows-carousel.tp-leftarrow.focus, .tparrows.tparrows-carousel.tp-leftarrow:focus, .tparrows.tparrows-carousel.tp-rightarrow.focus, .tparrows.tparrows-carousel.tp-rightarrow:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.tparrows.tparrows-carousel.tp-leftarrow.disabled, .tparrows.tparrows-carousel.tp-leftarrow:disabled, .tparrows.tparrows-carousel.tp-rightarrow.disabled, .tparrows.tparrows-carousel.tp-rightarrow:disabled {
    background-color: #c30;
    border-color: #c30 #c30 #992600
}

.tparrows.tparrows-carousel.tp-leftarrow.active, .tparrows.tparrows-carousel.tp-leftarrow:active, .tparrows.tparrows-carousel.tp-rightarrow.active, .tparrows.tparrows-carousel.tp-rightarrow:active {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

.tparrows.arrows-primary:before {
    color: #c30
}

.shop .products .product .onsale {
    background-color: #c30;
    border-bottom-color: #a32900
}

.shop .cart-totals tr.total .amount {
    color: #c30
}

#footer .footer-ribbon {
    background: #c30
}

#footer .footer-ribbon:before {
    border-right-color: #802000;
    border-left-color: #802000
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
    color: #c30 !important
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
    background: #c30 !important
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: #c30 !important
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
    background: #c30 !important
}

.scrollable.colored-slider .scrollable-slider {
    background: #c30
}

.sample-icon-list .sample-icon a:hover {
    background-color: #c30
}

html.boxed .body {
    border-top-color: #c30
}

.custom-slider-container-be:before {
    content: '';
    position: absolute;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg)
}

@media (max-width: 1199px) {
    .custom-slider-container-be:before {
        display: none
    }
}

.custom-slider-container-be:after {
    content: '';
    position: absolute;
    background-color: #eff0f4;
    bottom: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(1deg)
}

@media (max-width: 1199px) {
    .custom-slider-container-be:after {
        display: none
    }
}

.table-bordered-light {
    border: 1px solid #fff
}

.custom-slider-container-be:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg)
}

@media (max-width: 1199px) {
    .custom-slider-container-be:before {
        display: none
    }
}

.custom-slider-container-be:after {
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(1deg)
}

@media (max-width: 1199px) {
    .custom-slider-container-be:after {
        display: none
    }
}

.custom-cards .cards-container .card {
    padding: 25px 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, .07)
}

.be-bg-color:hover {
    background-color: rgba(255, 255, 255, .075)
}

.be-bg-color:hover {
    background-color: rgba(0, 0, 0, .075)
}

.bg-color-primary-darken-1 {
    background-color: #b32d00 !important
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
        color: #3b4a59;
        color: white;
    }
}

a {
    color: #c30
}

a:hover {
    color: #e63900
}

a:focus {
    color: #e63900
}

a:active {
    color: #b32d00
}

html .text-color-primary, html .text-primary {
    color: #c30 !important
}

html .text-color-hover-primary:hover, html .text-hover-primary:hover {
    color: #c30 !important
}

html .text-color-secondary, html .text-secondary {
    color: #3b4a59 !important
}

html .text-color-hover-secondary:hover, html .text-hover-secondary:hover {
    color: #3b4a59 !important
}

html .text-color-tertiary, html .text-tertiary {
    color: #3b4a59 !important
}

html .text-color-hover-tertiary:hover, html .text-hover-tertiary:hover {
    color: #3b4a59 !important
}

html .text-color-quaternary, html .text-quaternary {
    color: #eef0f4 !important
}

html .text-color-hover-quaternary:hover, html .text-hover-quaternary:hover {
    color: #eef0f4 !important
}

html .text-color-dark, html .text-dark {
    color: #212529 !important
}

html .text-color-hover-dark:hover, html .text-hover-dark:hover {
    color: #212529 !important
}

html .text-color-light, html .text-light {
    color: #fff !important
}

html .text-color-hover-light:hover, html .text-hover-light:hover {
    color: #fff !important
}

html .svg-fill-color-primary svg path, html .svg-fill-color-primary svg rect {
    fill: #c30 !important
}

html .svg-stroke-color-primary svg path, html .svg-stroke-color-primary svg rect {
    stroke: #c30 !important
}

html .svg-fill-color-secondary svg path, html .svg-fill-color-secondary svg rect {
    fill: #3b4a59 !important
}

html .svg-stroke-color-secondary svg path, html .svg-stroke-color-secondary svg rect {
    stroke: #3b4a59 !important
}

html .svg-fill-color-tertiary svg path, html .svg-fill-color-tertiary svg rect {
    fill: #3b4a59 !important
}

html .svg-stroke-color-tertiary svg path, html .svg-stroke-color-tertiary svg rect {
    stroke: #3b4a59 !important
}

html .svg-fill-color-quaternary svg path, html .svg-fill-color-quaternary svg rect {
    fill: #eef0f4 !important
}

html .svg-stroke-color-quaternary svg path, html .svg-stroke-color-quaternary svg rect {
    stroke: #eef0f4 !important
}

html .svg-fill-color-dark svg path, html .svg-fill-color-dark svg rect {
    fill: #212529 !important
}

html .svg-stroke-color-dark svg path, html .svg-stroke-color-dark svg rect {
    stroke: #212529 !important
}

html .svg-fill-color-light svg path, html .svg-fill-color-light svg rect {
    fill: #fff !important
}

html .svg-stroke-color-light svg path, html .svg-stroke-color-light svg rect {
    stroke: #fff !important
}

.gradient-text-color {
    color: #c30;
    background: linear-gradient(to bottom right, #c30, #3b4a59);
    background-image: linear-gradient(to right, #c30, #3b4a59)
}

html .bg-color-primary, html .bg-primary {
    background-color: #c30 !important
}

html .bg-color-hover-primary:hover, html .bg-hover-primary:hover {
    background-color: #c30 !important
}

html .bg-color-after-primary:after {
    background-color: #c30 !important
}

html .bg-color-hover-after-primary:after:hover {
    background-color: #c30 !important
}

html .bg-color-before-primary:before {
    background-color: #c30 !important
}

html .bg-color-hover-before-primary:before:hover {
    background-color: #c30 !important
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #3b4a59 !important
}

html .bg-color-hover-secondary:hover, html .bg-hover-secondary:hover {
    background-color: #3b4a59 !important
}

html .bg-color-after-secondary:after {
    background-color: #3b4a59 !important
}

html .bg-color-hover-after-secondary:after:hover {
    background-color: #3b4a59 !important
}

html .bg-color-before-secondary:before {
    background-color: #3b4a59 !important
}

html .bg-color-hover-before-secondary:before:hover {
    background-color: #3b4a59 !important
}

html .bg-color-tertiary, html .bg-tertiary {
    background-color: #3b4a59 !important
}

html .bg-color-hover-tertiary:hover, html .bg-hover-tertiary:hover {
    background-color: #3b4a59 !important
}

html .bg-color-after-tertiary:after {
    background-color: #3b4a59 !important
}

html .bg-color-hover-after-tertiary:after:hover {
    background-color: #3b4a59 !important
}

html .bg-color-before-tertiary:before {
    background-color: #3b4a59 !important
}

html .bg-color-hover-before-tertiary:before:hover {
    background-color: #3b4a59 !important
}

html .bg-color-quaternary, html .bg-quaternary {
    background-color: #eef0f4 !important
}

html .bg-color-hover-quaternary:hover, html .bg-hover-quaternary:hover {
    background-color: #eef0f4 !important
}

html .bg-color-after-quaternary:after {
    background-color: #eef0f4 !important
}

html .bg-color-hover-after-quaternary:after:hover {
    background-color: #eef0f4 !important
}

html .bg-color-before-quaternary:before {
    background-color: #eef0f4 !important
}

html .bg-color-hover-before-quaternary:before:hover {
    background-color: #eef0f4 !important
}

html .bg-color-dark, html .bg-dark {
    background-color: #212529 !important
}

html .bg-color-hover-dark:hover, html .bg-hover-dark:hover {
    background-color: #212529 !important
}

html .bg-color-after-dark:after {
    background-color: #212529 !important
}

html .bg-color-hover-after-dark:after:hover {
    background-color: #212529 !important
}

html .bg-color-before-dark:before {
    background-color: #212529 !important
}

html .bg-color-hover-before-dark:before:hover {
    background-color: #212529 !important
}

html .bg-color-light, html .bg-light {
    background-color: #fff !important
}

html .bg-color-hover-light:hover, html .bg-hover-light:hover {
    background-color: #fff !important
}

html .bg-color-after-light:after {
    background-color: #fff !important
}

html .bg-color-hover-after-light:after:hover {
    background-color: #fff !important
}

html .bg-color-before-light:before {
    background-color: #fff !important
}

html .bg-color-hover-before-light:before:hover {
    background-color: #fff !important
}

.bg-gradient {
    background: linear-gradient(135deg, #3b4a59 40%, #c30 95%)
}

@keyframes colorTransition {
    0% {
        background-color: #c30
    }
    33% {
        background-color: #3b4a59
    }
    66% {
        background-color: #3b4a59
    }
    100% {
        background-color: #eef0f4
    }
}

html .border-color-primary {
    border-color: #c30 !important
}

html .border-color-hover-primary:hover {
    border-color: #c30 !important
}

html .border-color-secondary {
    border-color: #3b4a59 !important
}

html .border-color-hover-secondary:hover {
    border-color: #3b4a59 !important
}

html .border-color-tertiary {
    border-color: #3b4a59 !important
}

html .border-color-hover-tertiary:hover {
    border-color: #3b4a59 !important
}

html .border-color-quaternary {
    border-color: #eef0f4 !important
}

html .border-color-hover-quaternary:hover {
    border-color: #eef0f4 !important
}

html .border-color-dark {
    border-color: #212529 !important
}

html .border-color-hover-dark:hover {
    border-color: #212529 !important
}

html .border-color-light {
    border-color: #fff !important
}

html .border-color-hover-light:hover {
    border-color: #fff !important
}

.alternative-font {
    color: #c30
}

html .box-shadow-1-primary:before {
    box-shadow: 0 30px 90px #c30 !important
}

html .box-shadow-1-secondary:before {
    box-shadow: 0 30px 90px #3b4a59 !important
}

html .box-shadow-1-tertiary:before {
    box-shadow: 0 30px 90px #3b4a59 !important
}

html .box-shadow-1-quaternary:before {
    box-shadow: 0 30px 90px #eef0f4 !important
}

html .box-shadow-1-dark:before {
    box-shadow: 0 30px 90px #212529 !important
}

html .box-shadow-1-light:before {
    box-shadow: 0 30px 90px #fff !important
}

html .blockquote-primary {
    border-color: #c30 !important
}

html .blockquote-secondary {
    border-color: #3b4a59 !important
}

html .blockquote-tertiary {
    border-color: #3b4a59 !important
}

html .blockquote-quaternary {
    border-color: #eef0f4 !important
}

html .blockquote-dark {
    border-color: #212529 !important
}

html .blockquote-light {
    border-color: #fff !important
}

p.drop-caps:first-letter {
    color: #c30
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #c30
}

html .nav-color-primary nav > ul > li > a {
    color: #c30 !important
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #c30 !important
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #c30 !important
}

html .nav-color-secondary nav > ul > li > a {
    color: #3b4a59 !important
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #3b4a59 !important
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #3b4a59 !important
}

html .nav-color-tertiary nav > ul > li > a {
    color: #3b4a59 !important
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #3b4a59 !important
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #3b4a59 !important
}

html .nav-color-quaternary nav > ul > li > a {
    color: #eef0f4 !important
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #eef0f4 !important
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #eef0f4 !important
}

html .nav-color-dark nav > ul > li > a {
    color: #212529 !important
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #212529 !important
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #212529 !important
}

html .nav-color-light nav > ul > li > a {
    color: #fff !important
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #fff !important
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #fff !important
}

.nav-pills .nav-link.active, .nav-pills > li.active > a {
    background-color: #c30
}

.nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #c30
}

.nav-active-style-1 > li > a.active, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a:hover {
    border-bottom-color: #c30
}

html .nav-pills-primary a {
    color: #c30
}

html .nav-pills-primary a:hover {
    color: #e63900
}

html .nav-pills-primary a:focus {
    color: #e63900
}

html .nav-pills-primary a:active {
    color: #b32d00
}

html .nav-pills-primary .nav-link.active, html .nav-pills-primary > li.active > a {
    background-color: #c30
}

html .nav-pills-primary .nav-link.active:focus, html .nav-pills-primary .nav-link.active:hover, html .nav-pills-primary > li.active > a:focus, html .nav-pills-primary > li.active > a:hover {
    background-color: #c30
}

html .nav-pills-secondary a {
    color: #3b4a59
}

html .nav-pills-secondary a:hover {
    color: #135ca6
}

html .nav-pills-secondary a:focus {
    color: #135ca6
}

html .nav-pills-secondary a:active {
    color: #0d4278
}

html .nav-pills-secondary .nav-link.active, html .nav-pills-secondary > li.active > a {
    background-color: #3b4a59
}

html .nav-pills-secondary .nav-link.active:focus, html .nav-pills-secondary .nav-link.active:hover, html .nav-pills-secondary > li.active > a:focus, html .nav-pills-secondary > li.active > a:hover {
    background-color: #3b4a59
}

html .nav-pills-tertiary a {
    color: #3b4a59
}

html .nav-pills-tertiary a:hover {
    color: #455768
}

html .nav-pills-tertiary a:focus {
    color: #455768
}

html .nav-pills-tertiary a:active {
    color: #313d4a
}

html .nav-pills-tertiary .nav-link.active, html .nav-pills-tertiary > li.active > a {
    background-color: #3b4a59
}

html .nav-pills-tertiary .nav-link.active:focus, html .nav-pills-tertiary .nav-link.active:hover, html .nav-pills-tertiary > li.active > a:focus, html .nav-pills-tertiary > li.active > a:hover {
    background-color: #3b4a59
}

html .nav-pills-quaternary a {
    color: #eef0f4
}

html .nav-pills-quaternary a:hover {
    color: #fdfefe
}

html .nav-pills-quaternary a:focus {
    color: #fdfefe
}

html .nav-pills-quaternary a:active {
    color: #dfe2ea
}

html .nav-pills-quaternary .nav-link.active, html .nav-pills-quaternary > li.active > a {
    background-color: #eef0f4
}

html .nav-pills-quaternary .nav-link.active:focus, html .nav-pills-quaternary .nav-link.active:hover, html .nav-pills-quaternary > li.active > a:focus, html .nav-pills-quaternary > li.active > a:hover {
    background-color: #eef0f4
}

html .nav-pills-dark a {
    color: #212529
}

html .nav-pills-dark a:hover {
    color: #2c3237
}

html .nav-pills-dark a:focus {
    color: #2c3237
}

html .nav-pills-dark a:active {
    color: #16181b
}

html .nav-pills-dark .nav-link.active, html .nav-pills-dark > li.active > a {
    background-color: #212529
}

html .nav-pills-dark .nav-link.active:focus, html .nav-pills-dark .nav-link.active:hover, html .nav-pills-dark > li.active > a:focus, html .nav-pills-dark > li.active > a:hover {
    background-color: #212529
}

html .nav-pills-light a {
    color: #fff
}

html .nav-pills-light a:hover {
    color: #fff
}

html .nav-pills-light a:focus {
    color: #fff
}

html .nav-pills-light a:active {
    color: #f2f2f2
}

html .nav-pills-light .nav-link.active, html .nav-pills-light > li.active > a {
    background-color: #fff
}

html .nav-pills-light .nav-link.active:focus, html .nav-pills-light .nav-link.active:hover, html .nav-pills-light > li.active > a:focus, html .nav-pills-light > li.active > a:hover {
    background-color: #fff
}

.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
    background: #c30
}

.sort-source-wrapper .nav > li.active > a {
    color: #c30
}

.sort-source-wrapper .nav > li.active > a:focus, .sort-source-wrapper .nav > li.active > a:hover {
    color: #c30
}

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #c30
}

.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: #c30 !important;
    color: #c30 !important
}

html .badge-primary {
    background-color: #c30
}

html .badge-secondary {
    background-color: #3b4a59
}

html .badge-tertiary {
    background-color: #3b4a59
}

html .badge-quaternary {
    background-color: #eef0f4
}

html .badge-dark {
    background-color: #212529
}

html .badge-light {
    background-color: #fff
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: #c30 !important
}

html .overlay-color-secondary:not(.no-skin):before {
    background-color: #3b4a59 !important
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #3b4a59 !important
}

html .overlay-color-quaternary:not(.no-skin):before {
    background-color: #eef0f4 !important
}

html .overlay-color-dark:not(.no-skin):before {
    background-color: #212529 !important
}

html .overlay-color-light:not(.no-skin):before {
    background-color: #fff !important
}

.btn-link {
    color: #c30
}

.btn-link:hover {
    color: #e63900
}

.btn-link:active {
    color: #b32d00
}

html .btn-primary {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

html .btn-primary.hover, html .btn-primary:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30;
    color: #fff
}

html .btn-primary.focus, html .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

html .btn-primary.disabled, html .btn-primary:disabled {
    background-color: #c30;
    border-color: #c30 #c30 #992600
}

html .btn-primary.active, html .btn-primary:active {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

html .btn-primary-scale-2 {
    background-color: #992600;
    border-color: #992600 #992600 #661a00;
    color: #fff
}

html .btn-primary-scale-2.hover, html .btn-primary-scale-2:hover {
    background-color: #bf3000;
    border-color: #c30 #c30 #992600;
    color: #fff
}

html .btn-primary-scale-2.focus, html .btn-primary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(153, 38, 0, .5)
}

html .btn-primary-scale-2.disabled, html .btn-primary-scale-2:disabled {
    background-color: #992600;
    border-color: #992600 #992600 #661a00
}

html .btn-primary-scale-2.active, html .btn-primary-scale-2:active {
    background-color: #731d00 !important;
    background-image: none !important;
    border-color: #661a00 #661a00 #330d00 !important
}

html .show > .btn-primary-scale-2.dropdown-toggle, html .show > .btn-primary.dropdown-toggle {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

html .btn-secondary {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #0b3661;
    color: #fff
}

html .btn-secondary.hover, html .btn-secondary:hover {
    background-color: #1462b1;
    border-color: #1568bd #1568bd #3b4a59;
    color: #fff
}

html .btn-secondary.focus, html .btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(16, 79, 143, .5)
}

html .btn-secondary.disabled, html .btn-secondary:disabled {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #0b3661
}

html .btn-secondary.active, html .btn-secondary:active {
    background-color: #0c3c6d !important;
    background-image: none !important;
    border-color: #0b3661 #0b3661 #061c33 !important
}

html .btn-secondary-scale-2 {
    background-color: #0b3661;
    border-color: #0b3661 #0b3661 #061c33;
    color: #fff
}

html .btn-secondary-scale-2.hover, html .btn-secondary-scale-2:hover {
    background-color: #0f4984;
    border-color: #3b4a59 #3b4a59 #0b3661;
    color: #fff
}

html .btn-secondary-scale-2.focus, html .btn-secondary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(11, 54, 97, .5)
}

html .btn-secondary-scale-2.disabled, html .btn-secondary-scale-2:disabled {
    background-color: #0b3661;
    border-color: #0b3661 #0b3661 #061c33
}

html .btn-secondary-scale-2.active, html .btn-secondary-scale-2:active {
    background-color: #07233f !important;
    background-image: none !important;
    border-color: #061c33 #061c33 #010305 !important
}

html .show > .btn-secondary-scale-2.dropdown-toggle, html .show > .btn-secondary.dropdown-toggle {
    background-color: #0c3c6d !important;
    background-image: none !important;
    border-color: #0b3661 #0b3661 #061c33 !important
}

html .btn-tertiary {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #27303a;
    color: #fff
}

html .btn-tertiary.hover, html .btn-tertiary:hover {
    background-color: #4a5d70;
    border-color: #4f6378 #4f6378 #3b4a59;
    color: #fff
}

html .btn-tertiary.focus, html .btn-tertiary:focus {
    box-shadow: 0 0 0 3px rgba(59, 74, 89, .5)
}

html .btn-tertiary.disabled, html .btn-tertiary:disabled {
    background-color: #3b4a59;
    border-color: #3b4a59 #3b4a59 #27303a
}

html .btn-tertiary.active, html .btn-tertiary:active {
    background-color: #2c3742 !important;
    background-image: none !important;
    border-color: #27303a #27303a #12171c !important
}

html .btn-tertiary-scale-2 {
    background-color: #27303a;
    border-color: #27303a #27303a #12171c;
    color: #fff
}

html .btn-tertiary-scale-2.hover, html .btn-tertiary-scale-2:hover {
    background-color: #364451;
    border-color: #3b4a59 #3b4a59 #27303a;
    color: #fff
}

html .btn-tertiary-scale-2.focus, html .btn-tertiary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(39, 48, 58, .5)
}

html .btn-tertiary-scale-2.disabled, html .btn-tertiary-scale-2:disabled {
    background-color: #27303a;
    border-color: #27303a #27303a #12171c
}

html .btn-tertiary-scale-2.active, html .btn-tertiary-scale-2:active {
    background-color: #171d23 !important;
    background-image: none !important;
    border-color: #12171c #12171c #000 !important
}

html .show > .btn-tertiary-scale-2.dropdown-toggle, html .show > .btn-tertiary.dropdown-toggle {
    background-color: #2c3742 !important;
    background-image: none !important;
    border-color: #27303a #27303a #12171c !important
}

html .btn-quaternary {
    background-color: #eef0f4;
    border-color: #eef0f4 #eef0f4 #cfd5e0;
    color: #777
}

html .btn-quaternary.hover, html .btn-quaternary:hover {
    background-color: #fff;
    border-color: #fff #fff #eef0f4;
    color: #777
}

html .btn-quaternary.focus, html .btn-quaternary:focus {
    box-shadow: 0 0 0 3px rgba(238, 240, 244, .5)
}

html .btn-quaternary.disabled, html .btn-quaternary:disabled {
    background-color: #eef0f4;
    border-color: #eef0f4 #eef0f4 #cfd5e0
}

html .btn-quaternary.active, html .btn-quaternary:active {
    background-color: #d7dce5 !important;
    background-image: none !important;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc !important
}

html .btn-quaternary-scale-2 {
    background-color: #cfd5e0;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc;
    color: #777
}

html .btn-quaternary-scale-2.hover, html .btn-quaternary-scale-2:hover {
    background-color: #e6e9ef;
    border-color: #eef0f4 #eef0f4 #cfd5e0;
    color: #777
}

html .btn-quaternary-scale-2.focus, html .btn-quaternary-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(207, 213, 224, .5)
}

html .btn-quaternary-scale-2.disabled, html .btn-quaternary-scale-2:disabled {
    background-color: #cfd5e0;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc
}

html .btn-quaternary-scale-2.active, html .btn-quaternary-scale-2:active {
    background-color: #b8c0d1 !important;
    background-image: none !important;
    border-color: #b0b9cc #b0b9cc #919eb8 !important
}

html .show > .btn-quaternary-scale-2.dropdown-toggle, html .show > .btn-quaternary.dropdown-toggle {
    background-color: #d7dce5 !important;
    background-image: none !important;
    border-color: #cfd5e0 #cfd5e0 #b0b9cc !important
}

html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #fff
}

html .btn-dark.hover, html .btn-dark:hover {
    background-color: #32383e;
    border-color: #383f45 #383f45 #212529;
    color: #fff
}

html .btn-dark.focus, html .btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, .5)
}

html .btn-dark.disabled, html .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d
}

html .btn-dark.active, html .btn-dark:active {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000 !important
}

html .btn-dark-scale-2 {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000;
    color: #fff
}

html .btn-dark-scale-2.hover, html .btn-dark-scale-2:hover {
    background-color: #1b1f22;
    border-color: #212529 #212529 #0a0c0d;
    color: #fff
}

html .btn-dark-scale-2.focus, html .btn-dark-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(10, 11, 13, .5)
}

html .btn-dark-scale-2.disabled, html .btn-dark-scale-2:disabled {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000
}

html .btn-dark-scale-2.active, html .btn-dark-scale-2:active {
    background-color: #000 !important;
    background-image: none !important;
    border-color: #000 #000 #000 !important
}

html .show > .btn-dark-scale-2.dropdown-toggle, html .show > .btn-dark.dropdown-toggle {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000 !important
}

html .btn-light {
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
    color: #777
}

html .btn-light.hover, html .btn-light:hover {
    background-color: #fff;
    border-color: #fff #fff #fff;
    color: #777
}

html .btn-light.focus, html .btn-light:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .5)
}

html .btn-light.disabled, html .btn-light:disabled {
    background-color: #fff;
    border-color: #fff #fff #e6e6e6
}

html .btn-light.active, html .btn-light:active {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #ccc !important
}

html .btn-light-scale-2 {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #ccc;
    color: #777
}

html .btn-light-scale-2.hover, html .btn-light-scale-2:hover {
    background-color: #f9f9f9;
    border-color: #fff #fff #e6e6e6;
    color: #777
}

html .btn-light-scale-2.focus, html .btn-light-scale-2:focus {
    box-shadow: 0 0 0 3px rgba(230, 230, 230, .5)
}

html .btn-light-scale-2.disabled, html .btn-light-scale-2:disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #ccc
}

html .btn-light-scale-2.active, html .btn-light-scale-2:active {
    background-color: #d2d2d2 !important;
    background-image: none !important;
    border-color: #ccc #ccc #b3b3b3 !important
}

html .show > .btn-light-scale-2.dropdown-toggle, html .show > .btn-light.dropdown-toggle {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #ccc !important
}

html .btn-outline.btn-primary {
    color: #c30;
    background-color: transparent;
    background-image: none;
    border-color: #c30
}

html .btn-outline.btn-primary.hover, html .btn-outline.btn-primary:hover {
    color: #fff;
    background-color: #c30;
    border-color: #c30
}

html .btn-outline.btn-primary.focus, html .btn-outline.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

html .btn-outline.btn-primary.disabled, html .btn-outline.btn-primary:disabled {
    color: #c30;
    background-color: transparent
}

html .btn-outline.btn-primary.active, html .btn-outline.btn-primary:active {
    color: #fff !important;
    background-color: #c30 !important;
    border-color: #c30 !important
}

html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #c30 !important;
    border-color: #c30 !important
}

html .btn-outline.btn-secondary {
    color: #3b4a59;
    background-color: transparent;
    background-image: none;
    border-color: #3b4a59
}

html .btn-outline.btn-secondary.hover, html .btn-outline.btn-secondary:hover {
    color: #fff;
    background-color: #3b4a59;
    border-color: #3b4a59
}

html .btn-outline.btn-secondary.focus, html .btn-outline.btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(16, 79, 143, .5)
}

html .btn-outline.btn-secondary.disabled, html .btn-outline.btn-secondary:disabled {
    color: #3b4a59;
    background-color: transparent
}

html .btn-outline.btn-secondary.active, html .btn-outline.btn-secondary:active {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .btn-outline.btn-tertiary {
    color: #3b4a59;
    background-color: transparent;
    background-image: none;
    border-color: #3b4a59
}

html .btn-outline.btn-tertiary.hover, html .btn-outline.btn-tertiary:hover {
    color: #fff;
    background-color: #3b4a59;
    border-color: #3b4a59
}

html .btn-outline.btn-tertiary.focus, html .btn-outline.btn-tertiary:focus {
    box-shadow: 0 0 0 3px rgba(59, 74, 89, .5)
}

html .btn-outline.btn-tertiary.disabled, html .btn-outline.btn-tertiary:disabled {
    color: #3b4a59;
    background-color: transparent
}

html .btn-outline.btn-tertiary.active, html .btn-outline.btn-tertiary:active {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .show > .btn-outline.btn-tertiary.dropdown-toggle {
    color: #fff !important;
    background-color: #3b4a59 !important;
    border-color: #3b4a59 !important
}

html .btn-outline.btn-quaternary {
    color: #eef0f4;
    background-color: transparent;
    background-image: none;
    border-color: #eef0f4
}

html .btn-outline.btn-quaternary.hover, html .btn-outline.btn-quaternary:hover {
    color: #777;
    background-color: #eef0f4;
    border-color: #eef0f4
}

html .btn-outline.btn-quaternary.focus, html .btn-outline.btn-quaternary:focus {
    box-shadow: 0 0 0 3px rgba(238, 240, 244, .5)
}

html .btn-outline.btn-quaternary.disabled, html .btn-outline.btn-quaternary:disabled {
    color: #eef0f4;
    background-color: transparent
}

html .btn-outline.btn-quaternary.active, html .btn-outline.btn-quaternary:active {
    color: #777 !important;
    background-color: #eef0f4 !important;
    border-color: #eef0f4 !important
}

html .show > .btn-outline.btn-quaternary.dropdown-toggle {
    color: #777 !important;
    background-color: #eef0f4 !important;
    border-color: #eef0f4 !important
}

html .btn-outline.btn-dark {
    color: #212529;
    background-color: transparent;
    background-image: none;
    border-color: #212529
}

html .btn-outline.btn-dark.hover, html .btn-outline.btn-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

html .btn-outline.btn-dark.focus, html .btn-outline.btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, .5)
}

html .btn-outline.btn-dark.disabled, html .btn-outline.btn-dark:disabled {
    color: #212529;
    background-color: transparent
}

html .btn-outline.btn-dark.active, html .btn-outline.btn-dark:active {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important
}

html .show > .btn-outline.btn-dark.dropdown-toggle {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #212529 !important
}

html .btn-outline.btn-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

html .btn-outline.btn-light.hover, html .btn-outline.btn-light:hover {
    color: #777;
    background-color: #fff;
    border-color: #fff
}

html .btn-outline.btn-light.focus, html .btn-outline.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .5)
}

html .btn-outline.btn-light.disabled, html .btn-outline.btn-light:disabled {
    color: #fff;
    background-color: transparent
}

html .btn-outline.btn-light.active, html .btn-outline.btn-light:active {
    color: #777 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

html .show > .btn-outline.btn-light.dropdown-toggle {
    color: #777 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

html .btn-with-arrow.btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #c30
}

html .btn-with-arrow.btn-primary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #c30 !important
}

html .btn-with-arrow.btn-primary span {
    background-color: #c30;
    box-shadow: 2px 3px 18px -3px #c30
}

html .btn-with-arrow.btn-primary.btn-outline {
    border-color: #c30 !important
}

html .btn-with-arrow.btn-primary.btn-outline:hover span {
    background-color: #e63900 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #3b4a59
}

html .btn-with-arrow.btn-secondary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3b4a59 !important
}

html .btn-with-arrow.btn-secondary span {
    background-color: #3b4a59;
    box-shadow: 2px 3px 18px -3px #3b4a59
}

html .btn-with-arrow.btn-secondary.btn-outline {
    border-color: #3b4a59 !important
}

html .btn-with-arrow.btn-secondary.btn-outline:hover span {
    background-color: #135ca6 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #3b4a59
}

html .btn-with-arrow.btn-tertiary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #3b4a59 !important
}

html .btn-with-arrow.btn-tertiary span {
    background-color: #3b4a59;
    box-shadow: 2px 3px 18px -3px #3b4a59
}

html .btn-with-arrow.btn-tertiary.btn-outline {
    border-color: #3b4a59 !important
}

html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
    background-color: #455768 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-quaternary {
    background-color: transparent;
    border-color: transparent;
    color: #eef0f4
}

html .btn-with-arrow.btn-quaternary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #eef0f4 !important
}

html .btn-with-arrow.btn-quaternary span {
    background-color: #eef0f4;
    box-shadow: 2px 3px 18px -3px #eef0f4
}

html .btn-with-arrow.btn-quaternary.btn-outline {
    border-color: #eef0f4 !important
}

html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
    background-color: #fdfefe !important;
    box-shadow: none
}

html .btn-with-arrow.btn-dark {
    background-color: transparent;
    border-color: transparent;
    color: #212529
}

html .btn-with-arrow.btn-dark:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #212529 !important
}

html .btn-with-arrow.btn-dark span {
    background-color: #212529;
    box-shadow: 2px 3px 18px -3px #212529
}

html .btn-with-arrow.btn-dark.btn-outline {
    border-color: #212529 !important
}

html .btn-with-arrow.btn-dark.btn-outline:hover span {
    background-color: #2c3237 !important;
    box-shadow: none
}

html .btn-with-arrow.btn-light {
    background-color: transparent;
    border-color: transparent;
    color: #fff
}

html .btn-with-arrow.btn-light:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff !important
}

html .btn-with-arrow.btn-light span {
    background-color: #fff;
    box-shadow: 2px 3px 18px -3px #fff
}

html .btn-with-arrow.btn-light.btn-outline {
    border-color: #fff !important
}

html .btn-with-arrow.btn-light.btn-outline:hover span {
    background-color: #fff !important;
    box-shadow: none
}

.btn-gradient:not(.btn-outline) {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%);
    color: #fff
}

.btn-gradient:not(.btn-outline).hover, .btn-gradient:not(.btn-outline):hover {
    background: linear-gradient(135deg, #f23d00 0, #1462b1 80%);
    color: #fff
}

.btn-gradient:not(.btn-outline).focus, .btn-gradient:not(.btn-outline):focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

.btn-gradient:not(.btn-outline).active, .btn-gradient:not(.btn-outline):active {
    background: linear-gradient(135deg, #a62900 0, #0c3c6d 80%) !important;
    color: #fff !important
}

.btn-gradient.btn-outline {
    border-image: linear-gradient(135deg, #c30 0, #3b4a59 80%);
    color: #c30
}

.btn-gradient.btn-outline.hover, .btn-gradient.btn-outline:hover {
    border-image: linear-gradient(135deg, #f23d00 0, #1462b1 80%);
    color: #f23d00
}

.btn-gradient.btn-outline.focus, .btn-gradient.btn-outline:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
    border-image: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

.btn-gradient.btn-outline.active, .btn-gradient.btn-outline:active {
    border-image: linear-gradient(135deg, #a62900 0, #0c3c6d 80%) !important;
    color: #a62900
}

.pagination > a, .pagination > a:focus, .pagination > a:hover, .pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #c30
}

.pagination .page-item.active .page-link, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #c30 !important;
    border-color: #c30
}

body.dark .pagination > li > a, body.dark .pagination > li > a:focus, body.dark .pagination > li > a:hover, body.dark .pagination > li > span, body.dark .pagination > li > span:focus, body.dark .pagination > li > span:hover {
    color: #c30
}

body.dark .pagination > .active > a, body.dark .pagination > .active > a:focus, body.dark .pagination > .active > a:hover, body.dark .pagination > .active > span, body.dark .pagination > .active > span:focus, body.dark .pagination > .active > span:hover {
    background-color: #c30;
    border-color: #c30
}

.pagination > .active > a, body.dark .pagination > .active > a {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

.pagination > .active > a.hover, .pagination > .active > a:hover, body.dark .pagination > .active > a.hover, body.dark .pagination > .active > a:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30;
    color: #fff
}

.pagination > .active > a.focus, .pagination > .active > a:focus, body.dark .pagination > .active > a.focus, body.dark .pagination > .active > a:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.pagination > .active > a.disabled, .pagination > .active > a:disabled, body.dark .pagination > .active > a.disabled, body.dark .pagination > .active > a:disabled {
    background-color: #c30;
    border-color: #c30 #c30 #992600
}

.pagination > .active > a.active, .pagination > .active > a:active, body.dark .pagination > .active > a.active, body.dark .pagination > .active > a:active {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c30
}

html .alert-primary {
    background-color: #c30;
    border-color: #bd2f00;
    color: #fff
}

html .alert-primary .alert-link {
    color: #fff
}

html .alert-secondary {
    background-color: #3b4a59;
    border-color: #0e4781;
    color: #fff
}

html .alert-secondary .alert-link {
    color: #fff
}

html .alert-tertiary {
    background-color: #3b4a59;
    border-color: #354250;
    color: #fff
}

html .alert-tertiary .alert-link {
    color: #fff
}

html .alert-quaternary {
    background-color: #eef0f4;
    border-color: #e5e8ee;
    color: #777
}

html .alert-quaternary .alert-link {
    color: #777
}

html .alert-dark {
    background-color: #212529;
    border-color: #1a1d21;
    color: #fff
}

html .alert-dark .alert-link {
    color: #fff
}

html .alert-light {
    background-color: #fff;
    border-color: #f7f7f7;
    color: #777
}

html .alert-light .alert-link {
    color: #777
}

html .progress-bar-primary {
    background-color: #c30
}

html .progress-bar-secondary {
    background-color: #3b4a59
}

html .progress-bar-tertiary {
    background-color: #3b4a59
}

html .progress-bar-quaternary {
    background-color: #eef0f4
}

html .progress-bar-dark {
    background-color: #212529
}

html .progress-bar-light {
    background-color: #fff
}

html .word-rotator.loading-bar-primary .word-rotator-words::after {
    background-color: #c30
}

html .word-rotator.loading-bar-secondary .word-rotator-words::after {
    background-color: #3b4a59
}

html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
    background-color: #3b4a59
}

html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
    background-color: #eef0f4
}

html .word-rotator.loading-bar-dark .word-rotator-words::after {
    background-color: #212529
}

html .word-rotator.loading-bar-light .word-rotator-words::after {
    background-color: #fff
}

.process .process-step-circle {
    border-color: #c30
}

.process .process-step:hover .process-step-circle {
    background-color: #c30
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
    color: #fff !important
}

.process-connecting-line .connecting-line {
    background: #c30
}

html .rating-primary .filled-stars {
    color: #c30
}

html .rating-secondary .filled-stars {
    color: #3b4a59
}

html .rating-tertiary .filled-stars {
    color: #3b4a59
}

html .rating-quaternary .filled-stars {
    color: #eef0f4
}

html .rating-dark .filled-stars {
    color: #212529
}

html .rating-light .filled-stars {
    color: #fff
}

html section.section-primary {
    background-color: #c30 !important;
    border-color: #b32d00 !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: #fff
}

html section.section-primary p {
    color: #e6e6e6
}

html section.section-primary-scale-2 {
    background-color: #992600 !important;
    border-color: #802000 !important
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #992600
}

html section.section-secondary {
    background-color: #3b4a59 !important;
    border-color: #0d4278 !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: #fff
}

html section.section-secondary p {
    color: #e6e6e6
}

html section.section-secondary-scale-2 {
    background-color: #0b3661 !important;
    border-color: #08294a !important
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #0b3661
}

html section.section-tertiary {
    background-color: #3b4a59 !important;
    border-color: #313d4a !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: #fff
}

html section.section-tertiary p {
    color: #e6e6e6
}

html section.section-tertiary-scale-2 {
    background-color: #27303a !important;
    border-color: #1d242b !important
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #27303a
}

html section.section-quaternary {
    background-color: #eef0f4 !important;
    border-color: #dfe2ea !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: #777
}

html section.section-quaternary p {
    color: #5e5e5e
}

html section.section-quaternary-scale-2 {
    background-color: #cfd5e0 !important;
    border-color: #c0c7d6 !important
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #cfd5e0
}

html section.section-dark {
    background-color: #212529 !important;
    border-color: #16181b !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: #fff
}

html section.section-dark p {
    color: #e6e6e6
}

html section.section-dark-scale-2 {
    background-color: #0a0c0d !important;
    border-color: #000 !important
}

html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #0a0c0d
}

html section.section-light {
    background-color: #fff !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: #777
}

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
}

section.section.section-background-half-primary-half-secondary {
    background: linear-gradient(to right, #c30 50%, #3b4a59 50%)
}

section.section.section-overlay-opacity-gradient:before {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

html .bg-color-light-scale-1 {
    background-color: #f7f7f7 !important
}

html .bg-color-light-scale-border-top-1, html .section.bg-color-light-scale-1 {
    border-top-color: #efefef !important
}

html .bg-color-light-scale-2 {
    background-color: #e8e8e8 !important
}

html .bg-color-light-scale-border-top-2, html .section.bg-color-light-scale-2 {
    border-top-color: #e0e0e0 !important
}

html .bg-color-light-scale-3 {
    background-color: #e0e0e0 !important
}

html .bg-color-light-scale-border-top-3, html .section.bg-color-light-scale-3 {
    border-top-color: #d8d8d8 !important
}

html .bg-color-light-scale-4 {
    background-color: #d8d8d8 !important
}

html .bg-color-light-scale-border-top-4, html .section.bg-color-light-scale-4 {
    border-top-color: #d1d1d1 !important
}

html .bg-color-light-scale-5 {
    background-color: #d1d1d1 !important
}

html .bg-color-light-scale-border-top-5, html .section.bg-color-light-scale-5 {
    border-top-color: #c9c9c9 !important
}

html .bg-color-light-scale-6 {
    background-color: #c9c9c9 !important
}

html .bg-color-light-scale-border-top-6, html .section.bg-color-light-scale-6 {
    border-top-color: #c1c1c1 !important
}

html .bg-color-light-scale-7 {
    background-color: #c1c1c1 !important
}

html .bg-color-light-scale-border-top-7, html .section.bg-color-light-scale-7 {
    border-top-color: #bababa !important
}

html .bg-color-light-scale-8 {
    background-color: #bababa !important
}

html .bg-color-light-scale-border-top-8, html .section.bg-color-light-scale-8 {
    border-top-color: #b2b2b2 !important
}

html .bg-color-light-scale-9 {
    background-color: #b2b2b2 !important
}

html .bg-color-light-scale-border-top-9, html .section.bg-color-light-scale-9 {
    border-top-color: #ababab !important
}

html .bg-color-dark-scale-1 {
    background-color: #212529 !important
}

html .bg-color-dark-scale-border-top-1, html .section.bg-color-dark-scale-1 {
    border-top-color: #1a1d21 !important
}

html .bg-color-dark-scale-2 {
    background-color: #1c2023 !important
}

html .bg-color-dark-scale-border-top-2, html .section.bg-color-dark-scale-2 {
    border-top-color: #16181b !important
}

html .bg-color-dark-scale-3 {
    background-color: #181b1e !important
}

html .bg-color-dark-scale-border-top-3, html .section.bg-color-dark-scale-3 {
    border-top-color: #111315 !important
}

html .bg-color-dark-scale-4 {
    background-color: #131618 !important
}

html .bg-color-dark-scale-border-top-4, html .section.bg-color-dark-scale-4 {
    border-top-color: #0d0e10 !important
}

html .bg-color-dark-scale-5 {
    background-color: #0f1112 !important
}

html .bg-color-dark-scale-border-top-5, html .section.bg-color-dark-scale-5 {
    border-top-color: #08090a !important
}

html .bg-color-dark-scale-6 {
    background-color: #0a0c0d !important
}

html .bg-color-dark-scale-border-top-6, html .section.bg-color-dark-scale-6 {
    border-top-color: #030404 !important
}

html .bg-color-dark-scale-7 {
    background-color: #060607 !important
}

html .bg-color-dark-scale-border-top-7, html .section.bg-color-dark-scale-7 {
    border-top-color: #000 !important
}

html .bg-color-dark-scale-8 {
    background-color: #010101 !important
}

html .bg-color-dark-scale-border-top-8, html .section.bg-color-dark-scale-8 {
    border-top-color: #000 !important
}

html .bg-color-dark-scale-9 {
    background-color: #000 !important
}

html .bg-color-dark-scale-border-top-9, html .section.bg-color-dark-scale-9 {
    border-top-color: #000 !important
}

section.page-header .page-header-title-border {
    background-color: #c30 !important
}

section.page-header.custom-product {
    background-color: #b32d00;
    border-top-color: #c23000
}

html .page-header-color.page-header-primary {
    background-color: #c30;
    border-bottom-color: #c30;
    color: #fff
}

html .page-header-color.page-header-primary h1 {
    color: #fff
}

html .page-header-color.page-header-primary h1 span {
    color: #fff
}

html .page-header-color.page-header-primary a {
    color: #fff
}

html .page-header-color.page-header-primary .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-secondary {
    background-color: #3b4a59;
    border-bottom-color: #3b4a59;
    color: #fff
}

html .page-header-color.page-header-secondary h1 {
    color: #fff
}

html .page-header-color.page-header-secondary h1 span {
    color: #fff
}

html .page-header-color.page-header-secondary a {
    color: #fff
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-tertiary {
    background-color: #3b4a59;
    border-bottom-color: #3b4a59;
    color: #fff
}

html .page-header-color.page-header-tertiary h1 {
    color: #fff
}

html .page-header-color.page-header-tertiary h1 span {
    color: #fff
}

html .page-header-color.page-header-tertiary a {
    color: #fff
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-quaternary {
    background-color: #eef0f4;
    border-bottom-color: #eef0f4;
    color: #777
}

html .page-header-color.page-header-quaternary h1 {
    color: #777
}

html .page-header-color.page-header-quaternary h1 span {
    color: #777
}

html .page-header-color.page-header-quaternary a {
    color: #777
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
    color: #777
}

html .page-header-color.page-header-dark {
    background-color: #212529;
    border-bottom-color: #212529;
    color: #fff
}

html .page-header-color.page-header-dark h1 {
    color: #fff
}

html .page-header-color.page-header-dark h1 span {
    color: #fff
}

html .page-header-color.page-header-dark a {
    color: #fff
}

html .page-header-color.page-header-dark .breadcrumb > .active {
    color: #fff
}

html .page-header-color.page-header-light {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #777
}

html .page-header-color.page-header-light h1 {
    color: #777
}

html .page-header-color.page-header-light h1 span {
    color: #777
}

html .page-header-color.page-header-light a {
    color: #777
}

html .page-header-color.page-header-light .breadcrumb > .active {
    color: #777
}

html .toggle-primary .toggle .toggle-title, html .toggle-primary .toggle label {
    color: #c30;
    border-left-color: #c30;
    border-right-color: #c30
}

html .toggle-primary .toggle.active > .toggle-title, html .toggle-primary .toggle.active > label {
    background-color: #c30;
    border-color: #c30;
    color: #fff
}

html .toggle-primary.toggle-simple .toggle > .toggle-title:after, html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #c30
}

html .toggle-primary.toggle-minimal .toggle.active > .toggle-title, html .toggle-primary.toggle-minimal .toggle.active > label {
    color: #c30
}

html .toggle-secondary .toggle .toggle-title, html .toggle-secondary .toggle label {
    color: #3b4a59;
    border-left-color: #3b4a59;
    border-right-color: #3b4a59
}

html .toggle-secondary .toggle.active > .toggle-title, html .toggle-secondary .toggle.active > label {
    background-color: #3b4a59;
    border-color: #3b4a59;
    color: #fff
}

html .toggle-secondary.toggle-simple .toggle > .toggle-title:after, html .toggle-secondary.toggle-simple .toggle > label:after {
    background-color: #3b4a59
}

html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title, html .toggle-secondary.toggle-minimal .toggle.active > label {
    color: #3b4a59
}

html .toggle-tertiary .toggle .toggle-title, html .toggle-tertiary .toggle label {
    color: #3b4a59;
    border-left-color: #3b4a59;
    border-right-color: #3b4a59
}

html .toggle-tertiary .toggle.active > .toggle-title, html .toggle-tertiary .toggle.active > label {
    background-color: #3b4a59;
    border-color: #3b4a59;
    color: #fff
}

html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after, html .toggle-tertiary.toggle-simple .toggle > label:after {
    background-color: #3b4a59
}

html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title, html .toggle-tertiary.toggle-minimal .toggle.active > label {
    color: #3b4a59
}

html .toggle-quaternary .toggle .toggle-title, html .toggle-quaternary .toggle label {
    color: #eef0f4;
    border-left-color: #eef0f4;
    border-right-color: #eef0f4
}

html .toggle-quaternary .toggle.active > .toggle-title, html .toggle-quaternary .toggle.active > label {
    background-color: #eef0f4;
    border-color: #eef0f4;
    color: #777
}

html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after, html .toggle-quaternary.toggle-simple .toggle > label:after {
    background-color: #eef0f4
}

html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title, html .toggle-quaternary.toggle-minimal .toggle.active > label {
    color: #eef0f4
}

html .toggle-dark .toggle .toggle-title, html .toggle-dark .toggle label {
    color: #212529;
    border-left-color: #212529;
    border-right-color: #212529
}

html .toggle-dark .toggle.active > .toggle-title, html .toggle-dark .toggle.active > label {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

html .toggle-dark.toggle-simple .toggle > .toggle-title:after, html .toggle-dark.toggle-simple .toggle > label:after {
    background-color: #212529
}

html .toggle-dark.toggle-minimal .toggle.active > .toggle-title, html .toggle-dark.toggle-minimal .toggle.active > label {
    color: #212529
}

html .toggle-light .toggle .toggle-title, html .toggle-light .toggle label {
    color: #fff;
    border-left-color: #fff;
    border-right-color: #fff
}

html .toggle-light .toggle.active > .toggle-title, html .toggle-light .toggle.active > label {
    background-color: #fff;
    border-color: #fff;
    color: #777
}

html .toggle-light.toggle-simple .toggle > .toggle-title:after, html .toggle-light.toggle-simple .toggle > label:after {
    background-color: #fff
}

html .toggle-light.toggle-minimal .toggle.active > .toggle-title, html .toggle-light.toggle-minimal .toggle.active > label {
    color: #fff
}

.img-thumbnail .zoom, .thumb-info .thumb-info-action-icon, .thumb-info .thumb-info-type, .thumb-info-ribbon, .thumb-info-social-icons a, .thumbnail .zoom {
    background-color: #c30
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #c30
}

html .thumb-info .thumb-info-action-icon-primary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #3b4a59
}

html .thumb-info .thumb-info-action-icon-secondary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #3b4a59
}

html .thumb-info .thumb-info-action-icon-tertiary i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #eef0f4
}

html .thumb-info .thumb-info-action-icon-quaternary i {
    color: #777
}

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #212529
}

html .thumb-info .thumb-info-action-icon-dark i {
    color: #fff
}

html .thumb-info .thumb-info-action-icon-light {
    background-color: #fff
}

html .thumb-info .thumb-info-action-icon-light i {
    color: #777
}

.thumb-info-ribbon:before {
    border-right-color: #802000;
    border-left-color: #802000
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
    background: rgba(204, 51, 0, .9)
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
    background-color: #c30
}

.inverted {
    background-color: #c30
}

html .inverted-primary {
    background-color: #c30
}

html .inverted-secondary {
    background-color: #3b4a59
}

html .inverted-tertiary {
    background-color: #3b4a59
}

html .inverted-quaternary {
    background-color: #eef0f4
}

html .inverted-dark {
    background-color: #212529
}

html .inverted-light {
    background-color: #fff
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ad2b00
}

.owl-carousel.show-nav-title .owl-nav button[class*=owl-], .owl-carousel.show-nav-title .owl-nav button[class*=owl-].hover, .owl-carousel.show-nav-title .owl-nav button[class*=owl-]:hover {
    color: #c30
}

.owl-carousel .owl-nav button[class*=owl-] {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

.owl-carousel .owl-nav button[class*=owl-].hover, .owl-carousel .owl-nav button[class*=owl-]:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30
}

.owl-carousel .owl-nav button[class*=owl-].active, .owl-carousel .owl-nav button[class*=owl-]:active {
    background-color: #a62900;
    background-image: none;
    border-color: #992600 #992600 #661a00
}

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*=owl-] {
    background-color: rgba(204, 51, 0, .4)
}

.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #c30 !important
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:after, .owl-carousel.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-style-2 .owl-nav .owl-prev:after, .owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
    border-color: #c30
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: #c30
}

html body .tabs .nav-tabs .nav-link, html body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs .nav-link, html.dark body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs li.active .nav-link {
    color: #c30
}

html body .tabs .nav-tabs .nav-link:focus, html body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html body .tabs .nav-tabs.nav-justified .nav-link:focus, html body .tabs .nav-tabs.nav-justified .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:focus, html.dark body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus, html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover {
    border-top-color: #c30
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover {
    border-bottom-color: #c30
}

html 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 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus, 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 .nav-link:hover, html.dark 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:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover {
    border-left-color: #c30
}

html 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 body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus, 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 .nav-link:hover, html.dark 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:focus, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover {
    border-right-color: #c30
}

html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
    border-top-color: #c30;
    color: #c30
}

html body .tabs-primary .nav-tabs li .nav-link, html body .tabs-primary .nav-tabs li .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link, html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-primary .nav-tabs li .nav-link, html.dark body .tabs-primary .nav-tabs li .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    color: #c30
}

html 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 li .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #c30
}

html body .tabs-primary .nav-tabs li.active .nav-link, html body .tabs-primary .nav-tabs li.active .nav-link:focus, html body .tabs-primary .nav-tabs li.active .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-primary .nav-tabs li.active .nav-link, html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #c30;
    color: #c30
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #c30
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #c30
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #c30
}

html body .tabs-secondary .nav-tabs li .nav-link, html body .tabs-secondary .nav-tabs li .nav-link:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs li .nav-link, html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    color: #3b4a59
}

html 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 li .nav-link:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #3b4a59
}

html body .tabs-secondary .nav-tabs li.active .nav-link, html body .tabs-secondary .nav-tabs li.active .nav-link:focus, html body .tabs-secondary .nav-tabs li.active .nav-link:hover, html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-secondary .nav-tabs li.active .nav-link, html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #3b4a59;
    color: #3b4a59
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #3b4a59
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #3b4a59
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #3b4a59
}

html body .tabs-tertiary .nav-tabs li .nav-link, html body .tabs-tertiary .nav-tabs li .nav-link:hover, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs li .nav-link, html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
    color: #3b4a59
}

html 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 li .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #3b4a59
}

html body .tabs-tertiary .nav-tabs li.active .nav-link, html body .tabs-tertiary .nav-tabs li.active .nav-link:focus, html body .tabs-tertiary .nav-tabs li.active .nav-link:hover, html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs li.active .nav-link, html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #3b4a59;
    color: #3b4a59
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #3b4a59
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #3b4a59
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #3b4a59
}

html body .tabs-quaternary .nav-tabs li .nav-link, html body .tabs-quaternary .nav-tabs li .nav-link:hover, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs li .nav-link, html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
    color: #eef0f4
}

html 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 li .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #eef0f4
}

html body .tabs-quaternary .nav-tabs li.active .nav-link, html body .tabs-quaternary .nav-tabs li.active .nav-link:focus, html body .tabs-quaternary .nav-tabs li.active .nav-link:hover, html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link, html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs li.active .nav-link, html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #eef0f4;
    color: #eef0f4
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #eef0f4
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #eef0f4
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #eef0f4
}

html body .tabs-dark .nav-tabs li .nav-link, html body .tabs-dark .nav-tabs li .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link, html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-dark .nav-tabs li .nav-link, html.dark body .tabs-dark .nav-tabs li .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    color: #212529
}

html 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 li .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #212529
}

html body .tabs-dark .nav-tabs li.active .nav-link, html body .tabs-dark .nav-tabs li.active .nav-link:focus, html body .tabs-dark .nav-tabs li.active .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs li.active .nav-link, html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus, html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #212529;
    color: #212529
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #212529
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #212529
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #212529
}

html body .tabs-light .nav-tabs li .nav-link, html body .tabs-light .nav-tabs li .nav-link:hover, html body .tabs-light .nav-tabs.nav-justified li .nav-link, html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-light .nav-tabs li .nav-link, html.dark body .tabs-light .nav-tabs li .nav-link:hover, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
    color: #fff
}

html 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 li .nav-link:hover, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #fff
}

html body .tabs-light .nav-tabs li.active .nav-link, html body .tabs-light .nav-tabs li.active .nav-link:focus, html body .tabs-light .nav-tabs li.active .nav-link:hover, html body .tabs-light .nav-tabs.nav-justified li.active .nav-link, html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-light .nav-tabs li.active .nav-link, html.dark body .tabs-light .nav-tabs li.active .nav-link:focus, html.dark body .tabs-light .nav-tabs li.active .nav-link:hover, html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link, html.dark 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:hover {
    border-top-color: #fff;
    color: #fff
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link, html.dark 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:hover, html.dark 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.active .nav-link, html.dark 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:hover {
    border-bottom-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link, html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus, html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link, html.dark 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:hover {
    border-left-color: #fff
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link, html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus, html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link, html.dark 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:hover {
    border-right-color: #fff
}

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:focus, html[dir=rtl] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover {
    border-right-color: #c30;
    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:focus, html[dir=rtl] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover {
    border-right-color: transparent;
    border-left-color: #c30
}

.list.list-icons li a:first-child > .icons:first-child, .list.list-icons li a:first-child > [class*=fa-]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li > [class*=fa-]:first-child {
    color: #c30;
    border-color: #c30
}

.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li > [class*=fa-]:first-child {
    background-color: #c30
}

.list.list-ordened li:before {
    color: #c30;
    border-color: #c30
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #c30
}

html .list-primary.list-icons li a:first-child > .icons:first-child, html .list-primary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-primary.list-icons li > .icons:first-child, html .list-primary.list-icons li > [class*=fa-]:first-child {
    color: #c30;
    border-color: #c30
}

html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #c30;
    color: #fff
}

html .list-primary.list-ordened li:before {
    color: #c30
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #c30;
    color: #fff
}

html .list-secondary.list-icons li a:first-child > .icons:first-child, html .list-secondary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-secondary.list-icons li > .icons:first-child, html .list-secondary.list-icons li > [class*=fa-]:first-child {
    color: #3b4a59;
    border-color: #3b4a59
}

html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #3b4a59;
    color: #fff
}

html .list-secondary.list-ordened li:before {
    color: #3b4a59
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #3b4a59;
    color: #fff
}

html .list-tertiary.list-icons li a:first-child > .icons:first-child, html .list-tertiary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-tertiary.list-icons li > .icons:first-child, html .list-tertiary.list-icons li > [class*=fa-]:first-child {
    color: #3b4a59;
    border-color: #3b4a59
}

html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #3b4a59;
    color: #fff
}

html .list-tertiary.list-ordened li:before {
    color: #3b4a59
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #3b4a59;
    color: #fff
}

html .list-quaternary.list-icons li a:first-child > .icons:first-child, html .list-quaternary.list-icons li a:first-child > [class*=fa-]:first-child, html .list-quaternary.list-icons li > .icons:first-child, html .list-quaternary.list-icons li > [class*=fa-]:first-child {
    color: #eef0f4;
    border-color: #eef0f4
}

html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #eef0f4;
    color: #777
}

html .list-quaternary.list-ordened li:before {
    color: #eef0f4
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #eef0f4;
    color: #777
}

html .list-dark.list-icons li a:first-child > .icons:first-child, html .list-dark.list-icons li a:first-child > [class*=fa-]:first-child, html .list-dark.list-icons li > .icons:first-child, html .list-dark.list-icons li > [class*=fa-]:first-child {
    color: #212529;
    border-color: #212529
}

html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #212529;
    color: #fff
}

html .list-dark.list-ordened li:before {
    color: #212529
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #212529;
    color: #fff
}

html .list-light.list-icons li a:first-child > .icons:first-child, html .list-light.list-icons li a:first-child > [class*=fa-]:first-child, html .list-light.list-icons li > .icons:first-child, html .list-light.list-icons li > [class*=fa-]:first-child {
    color: #fff;
    border-color: #fff
}

html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child, html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*=fa-]: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 > [class*=fa-]:first-child {
    background-color: #fff;
    color: #777
}

html .list-light.list-ordened li:before {
    color: #fff
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #fff;
    color: #777
}

.parallax blockquote i.fa-quote-left {
    color: #c30
}

section.video blockquote i.fa-quote-left {
    color: #c30
}

.accordion .card-header a {
    color: #c30
}

html .accordion.accordion-primary .card-header {
    background-color: #c30 !important
}

html .accordion.accordion-primary .card-header a {
    color: #fff
}

html .accordion.accordion-secondary .card-header {
    background-color: #3b4a59 !important
}

html .accordion.accordion-secondary .card-header a {
    color: #fff
}

html .accordion.accordion-tertiary .card-header {
    background-color: #3b4a59 !important
}

html .accordion.accordion-tertiary .card-header a {
    color: #fff
}

html .accordion.accordion-quaternary .card-header {
    background-color: #eef0f4 !important
}

html .accordion.accordion-quaternary .card-header a {
    color: #777
}

html .accordion.accordion-dark .card-header {
    background-color: #212529 !important
}

html .accordion.accordion-dark .card-header a {
    color: #fff
}

html .accordion.accordion-light .card-header {
    background-color: #fff !important
}

html .accordion.accordion-light .card-header a {
    color: #777
}

html .divider.divider-primary .icons, html .divider.divider-primary [class*=fa-] {
    color: #c30
}

html .divider.divider-primary.divider-small hr {
    background: #c30
}

html .divider.divider-secondary .icons, html .divider.divider-secondary [class*=fa-] {
    color: #3b4a59
}

html .divider.divider-secondary.divider-small hr {
    background: #3b4a59
}

html .divider.divider-tertiary .icons, html .divider.divider-tertiary [class*=fa-] {
    color: #3b4a59
}

html .divider.divider-tertiary.divider-small hr {
    background: #3b4a59
}

html .divider.divider-quaternary .icons, html .divider.divider-quaternary [class*=fa-] {
    color: #eef0f4
}

html .divider.divider-quaternary.divider-small hr {
    background: #eef0f4
}

html .divider.divider-dark .icons, html .divider.divider-dark [class*=fa-] {
    color: #212529
}

html .divider.divider-dark.divider-small hr {
    background: #212529
}

html .divider.divider-light .icons, html .divider.divider-light [class*=fa-] {
    color: #fff
}

html .divider.divider-light.divider-small hr {
    background: #fff
}

html .divider.divider-style-2.divider-primary .icons, html .divider.divider-style-2.divider-primary [class*=fa-] {
    background: #c30;
    color: #fff
}

html .divider.divider-style-2.divider-secondary .icons, html .divider.divider-style-2.divider-secondary [class*=fa-] {
    background: #3b4a59;
    color: #fff
}

html .divider.divider-style-2.divider-tertiary .icons, html .divider.divider-style-2.divider-tertiary [class*=fa-] {
    background: #3b4a59;
    color: #fff
}

html .divider.divider-style-2.divider-quaternary .icons, html .divider.divider-style-2.divider-quaternary [class*=fa-] {
    background: #eef0f4;
    color: #777
}

html .divider.divider-style-2.divider-dark .icons, html .divider.divider-style-2.divider-dark [class*=fa-] {
    background: #212529;
    color: #fff
}

html .divider.divider-style-2.divider-light .icons, html .divider.divider-style-2.divider-light [class*=fa-] {
    background: #fff;
    color: #777
}

html .divider.divider-style-3.divider-primary .icons, html .divider.divider-style-3.divider-primary [class*=fa-] {
    border-color: #c30
}

html .divider.divider-style-3.divider-secondary .icons, html .divider.divider-style-3.divider-secondary [class*=fa-] {
    border-color: #3b4a59
}

html .divider.divider-style-3.divider-tertiary .icons, html .divider.divider-style-3.divider-tertiary [class*=fa-] {
    border-color: #3b4a59
}

html .divider.divider-style-3.divider-quaternary .icons, html .divider.divider-style-3.divider-quaternary [class*=fa-] {
    border-color: #eef0f4
}

html .divider.divider-style-3.divider-dark .icons, html .divider.divider-style-3.divider-dark [class*=fa-] {
    border-color: #212529
}

html .divider.divider-style-3.divider-light .icons, html .divider.divider-style-3.divider-light [class*=fa-] {
    border-color: #fff
}

#header .tip {
    background: #c30;
    color: #fff
}

#header .tip:before {
    border-right-color: #c30;
    border-left-color: transparent
}

html #header .tip-primary {
    background: #c30 !important;
    color: #fff !important
}

html #header .tip-primary:before {
    border-right-color: #c30 !important
}

html #header .tip-secondary {
    background: #3b4a59 !important;
    color: #fff !important
}

html #header .tip-secondary:before {
    border-right-color: #3b4a59 !important
}

html #header .tip-tertiary {
    background: #3b4a59 !important;
    color: #fff !important
}

html #header .tip-tertiary:before {
    border-right-color: #3b4a59 !important
}

html #header .tip-quaternary {
    background: #eef0f4 !important;
    color: #777 !important
}

html #header .tip-quaternary:before {
    border-right-color: #eef0f4 !important
}

html #header .tip-dark {
    background: #212529 !important;
    color: #fff !important
}

html #header .tip-dark:before {
    border-right-color: #212529 !important
}

html #header .tip-light {
    background: #fff !important;
    color: #777 !important
}

html #header .tip-light:before {
    border-right-color: #fff !important
}

html[dir=rtl] #header .tip:before {
    border-left-color: #c30
}

html[dir=rtl] #header .tip.skin:before {
    border-left-color: #c30
}

html[dir=rtl] #header .tip-primary:before {
    border-left-color: #c30 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-secondary:before {
    border-left-color: #3b4a59 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-tertiary:before {
    border-left-color: #3b4a59 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-quaternary:before {
    border-left-color: #eef0f4 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-dark:before {
    border-left-color: #212529 !important;
    border-right-color: transparent !important
}

html[dir=rtl] #header .tip-light:before {
    border-left-color: #fff !important;
    border-right-color: transparent !important
}

#header .header-btn-collapse-nav {
    background: #c30
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #c30
    }

    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
        background: #c30
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #c30
    }

    #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: #c30
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #c30
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
        color: #c30
    }

    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: #c30;
        color: #fff
    }

    #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        background-color: #c30
    }

    #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
        background-color: #c30
    }

    #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
        color: #c30
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #c30
    }

    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #c30
    }

    #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        background: #c30 !important
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #c30
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: #c30
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: #c30
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: #c30
    }

    #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a, #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
        color: #c30
    }

    #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
        color: #c30
    }

    html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-left-color: #c30
    }

    html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-right-color: #c30
    }
}

@media (min-width: 992px) {
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        background-color: #c30
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #bd2f00
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
        background: #db3700
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        border-bottom-color: #c30;
        background: #c30
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        background: #c30;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        background: #c30;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
        background-color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        background: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #c30
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
        background-color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #c30
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #c30
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #0e4781
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
        background: #12579d
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        border-bottom-color: #3b4a59;
        background: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before {
        background-color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        background: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
        background-color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        background-color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #354250
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
        background: #415262
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        border-bottom-color: #3b4a59;
        background: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #3b4a59;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before {
        background-color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        background: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #3b4a59
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
        background-color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #3b4a59
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #3b4a59
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        background-color: #eef0f4
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
        color: #777;
        border-bottom-color: #e5e8ee
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
        background: #f7f8fa
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        border-bottom-color: #eef0f4;
        background: #eef0f4
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
        color: #777;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        background: #eef0f4;
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #eef0f4;
        color: #777
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
        color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before {
        background-color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        background: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #eef0f4
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
        background-color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
        color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
        color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #eef0f4
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #eef0f4
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
        background-color: #212529
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #1a1d21
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
        background: #282d31
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        border-bottom-color: #212529;
        background: #212529
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
        color: #fff;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        background: #212529;
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #fff
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        background: #212529;
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before {
        background-color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        background: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        color: #212529
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before {
        background-color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
        color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        color: #212529
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        color: #212529
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
        background-color: #fff
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777;
        border-bottom-color: #f7f7f7
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
        background: #fff
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        border-bottom-color: #fff;
        background: #fff
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
        color: #777;
        opacity: .7
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        background: #fff;
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        background: #fff;
        color: #777
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before {
        background-color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        background: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        color: #fff
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before {
        background-color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
        color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        color: #fff
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        color: #fff
    }
}

@media (min-width: 992px) {
    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a, html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a {
        color: #c30 !important
    }

    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active, html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active {
        color: #c30 !important
    }
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #c30
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
        color: #c30
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: #c30
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
        background: #c30
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: #c30
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
        background: #c30
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        color: #c30 !important
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
        background-color: #c30
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
        color: #c30 !important
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
        color: #c30 !important
    }
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #c30
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #c30 !important;
        color: #fff !important
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #3b4a59
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #3b4a59
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
        color: #eef0f4
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #eef0f4 !important;
        color: #777 !important
    }
}

html #header .header-top.header-top-primary {
    background: #c30;
    border-top-color: #b32d00
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
    background: #e63900
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #e63900
}

html #header .header-top.header-top-primary .dropdown-menu {
    background: #e63900;
    border-color: #e63900
}

html #header .header-top.header-top-primary .dropdown-menu a:focus, html #header .header-top.header-top-primary .dropdown-menu a:hover {
    background: #ff4000 !important
}

html #header .header-top.header-top-secondary {
    background: #3b4a59;
    border-top-color: #0d4278
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
    background: #135ca6
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #135ca6
}

html #header .header-top.header-top-secondary .dropdown-menu {
    background: #135ca6;
    border-color: #135ca6
}

html #header .header-top.header-top-secondary .dropdown-menu a:focus, html #header .header-top.header-top-secondary .dropdown-menu a:hover {
    background: #1568bd !important
}

html #header .header-top.header-top-tertiary {
    background: #3b4a59;
    border-top-color: #313d4a
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
    background: #455768
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #455768
}

html #header .header-top.header-top-tertiary .dropdown-menu {
    background: #455768;
    border-color: #455768
}

html #header .header-top.header-top-tertiary .dropdown-menu a:focus, html #header .header-top.header-top-tertiary .dropdown-menu a:hover {
    background: #4f6378 !important
}

html #header .header-top.header-top-quaternary {
    background: #eef0f4;
    border-top-color: #dfe2ea
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
    background: #fdfefe
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #fdfefe
}

html #header .header-top.header-top-quaternary .dropdown-menu {
    background: #fdfefe;
    border-color: #fdfefe
}

html #header .header-top.header-top-quaternary .dropdown-menu a:focus, html #header .header-top.header-top-quaternary .dropdown-menu a:hover {
    background: #fff !important
}

html #header .header-top.header-top-dark {
    background: #212529;
    border-top-color: #16181b
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
    background: #2c3237
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #2c3237
}

html #header .header-top.header-top-dark .dropdown-menu {
    background: #2c3237;
    border-color: #2c3237
}

html #header .header-top.header-top-dark .dropdown-menu a:focus, html #header .header-top.header-top-dark .dropdown-menu a:hover {
    background: #383f45 !important
}

html #header .header-top.header-top-light {
    background: #fff;
    border-top-color: #f2f2f2
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
    background: #fff
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus, 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 > a:hover {
    background: #fff
}

html #header .header-top.header-top-light .dropdown-menu {
    background: #fff;
    border-color: #fff
}

html #header .header-top.header-top-light .dropdown-menu a:focus, html #header .header-top.header-top-light .dropdown-menu a:hover {
    background: #fff !important
}

@media (min-width: 992px) {
    html #header .header-nav-bar-primary {
        background: #c30 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-secondary {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-tertiary {
        background: #3b4a59 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-quaternary {
        background: #eef0f4 !important;
        color: #777 !important
    }

    html #header .header-nav-bar-dark {
        background: #212529 !important;
        color: #fff !important
    }

    html #header .header-nav-bar-light {
        background: #fff !important;
        color: #777 !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: #c30
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #c30
    }
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border-bottom-color: #08c
}

.testimonial blockquote {
    background: #e63900
}

.testimonial .testimonial-arrow-down {
    border-top-color: #e63900
}

html .testimonial-primary blockquote {
    background: #e63900
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #e63900
}

html .testimonial-primary.testimonial-style-7 {
    background: #e63900
}

html .testimonial-quotes-primary blockquote:after, html .testimonial-quotes-primary blockquote:before {
    color: #c30 !important
}

html .testimonial-secondary blockquote {
    background: #135ca6
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #135ca6
}

html .testimonial-secondary.testimonial-style-7 {
    background: #135ca6
}

html .testimonial-quotes-secondary blockquote:after, html .testimonial-quotes-secondary blockquote:before {
    color: #c30 !important
}

html .testimonial-tertiary blockquote {
    background: #455768
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #455768
}

html .testimonial-tertiary.testimonial-style-7 {
    background: #455768
}

html .testimonial-quotes-tertiary blockquote:after, html .testimonial-quotes-tertiary blockquote:before {
    color: #c30 !important
}

html .testimonial-quaternary blockquote {
    background: #fdfefe
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #fdfefe
}

html .testimonial-quaternary.testimonial-style-7 {
    background: #fdfefe
}

html .testimonial-quotes-quaternary blockquote:after, html .testimonial-quotes-quaternary blockquote:before {
    color: #c30 !important
}

html .testimonial-dark blockquote {
    background: #2c3237
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #2c3237
}

html .testimonial-dark.testimonial-style-7 {
    background: #2c3237
}

html .testimonial-quotes-dark blockquote:after, html .testimonial-quotes-dark blockquote:before {
    color: #c30 !important
}

html .testimonial-light blockquote {
    background: #fff
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #fff
}

html .testimonial-light.testimonial-style-7 {
    background: #fff
}

html .testimonial-quotes-light blockquote:after, html .testimonial-quotes-light blockquote:before {
    color: #c30 !important
}

.circular-bar.only-icon .icons, .circular-bar.only-icon [class*=fa-] {
    color: #c30
}

html .counters .counter-primary .icons, html .counters .counter-primary [class*=fa-], html .counters .counter-primary strong {
    color: #c30
}

html .counters .counter-secondary .icons, html .counters .counter-secondary [class*=fa-], html .counters .counter-secondary strong {
    color: #3b4a59
}

html .counters .counter-tertiary .icons, html .counters .counter-tertiary [class*=fa-], html .counters .counter-tertiary strong {
    color: #3b4a59
}

html .counters .counter-quaternary .icons, html .counters .counter-quaternary [class*=fa-], html .counters .counter-quaternary strong {
    color: #eef0f4
}

html .counters .counter-dark .icons, html .counters .counter-dark [class*=fa-], html .counters .counter-dark strong {
    color: #212529
}

html .counters .counter-light .icons, html .counters .counter-light [class*=fa-], html .counters .counter-light strong {
    color: #fff
}

html .countdown.countdown-primary > span > span {
    color: #c30
}

html .countdown.countdown-secondary > span > span {
    color: #3b4a59
}

html .countdown.countdown-tertiary > span > span {
    color: #3b4a59
}

html .countdown.countdown-quaternary > span > span {
    color: #eef0f4
}

html .countdown.countdown-dark > span > span {
    color: #212529
}

html .countdown.countdown-light > span > span {
    color: #fff
}

html .image-hotspot-primary strong {
    color: #fff !important
}

html .image-hotspot-primary .circle {
    background: #c30 !important
}

html .image-hotspot-primary .ring {
    border-color: rgba(204, 51, 0, .9)
}

html .image-hotspot-secondary strong {
    color: #fff !important
}

html .image-hotspot-secondary .circle {
    background: #3b4a59 !important
}

html .image-hotspot-secondary .ring {
    border-color: rgba(16, 79, 143, .9)
}

html .image-hotspot-tertiary strong {
    color: #fff !important
}

html .image-hotspot-tertiary .circle {
    background: #3b4a59 !important
}

html .image-hotspot-tertiary .ring {
    border-color: rgba(59, 74, 89, .9)
}

html .image-hotspot-quaternary strong {
    color: #777 !important
}

html .image-hotspot-quaternary .circle {
    background: #eef0f4 !important
}

html .image-hotspot-quaternary .ring {
    border-color: rgba(238, 240, 244, .9)
}

html .image-hotspot-dark strong {
    color: #fff !important
}

html .image-hotspot-dark .circle {
    background: #212529 !important
}

html .image-hotspot-dark .ring {
    border-color: rgba(33, 37, 41, .9)
}

html .image-hotspot-light strong {
    color: #777 !important
}

html .image-hotspot-light .circle {
    background: #fff !important
}

html .image-hotspot-light .ring {
    border-color: rgba(255, 255, 255, .9)
}

.icon-featured {
    background-color: #c30
}

html .featured-box-primary .icon-featured {
    background-color: #c30
}

html .featured-box-primary h4 {
    color: #c30
}

html .featured-box-primary .box-content {
    border-top-color: #c30
}

html .featured-box-primary .box-content-border-bottom {
    border-bottom-color: #c30
}

html .featured-box-secondary .icon-featured {
    background-color: #3b4a59
}

html .featured-box-secondary h4 {
    color: #3b4a59
}

html .featured-box-secondary .box-content {
    border-top-color: #3b4a59
}

html .featured-box-secondary .box-content-border-bottom {
    border-bottom-color: #3b4a59
}

html .featured-box-tertiary .icon-featured {
    background-color: #3b4a59
}

html .featured-box-tertiary h4 {
    color: #3b4a59
}

html .featured-box-tertiary .box-content {
    border-top-color: #3b4a59
}

html .featured-box-tertiary .box-content-border-bottom {
    border-bottom-color: #3b4a59
}

html .featured-box-quaternary .icon-featured {
    background-color: #eef0f4
}

html .featured-box-quaternary h4 {
    color: #eef0f4
}

html .featured-box-quaternary .box-content {
    border-top-color: #eef0f4
}

html .featured-box-quaternary .box-content-border-bottom {
    border-bottom-color: #eef0f4
}

html .featured-box-dark .icon-featured {
    background-color: #212529
}

html .featured-box-dark h4 {
    color: #212529
}

html .featured-box-dark .box-content {
    border-top-color: #212529
}

html .featured-box-dark .box-content-border-bottom {
    border-bottom-color: #212529
}

html .featured-box-light .icon-featured {
    background-color: #fff
}

html .featured-box-light h4 {
    color: #fff
}

html .featured-box-light .box-content {
    border-top-color: #fff
}

html .featured-box-light .box-content-border-bottom {
    border-bottom-color: #fff
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #c30;
    color: #c30
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #eef0f4;
    color: #eef0f4
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #c30;
    color: #c30
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #3b4a59;
    color: #3b4a59
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #eef0f4;
    color: #eef0f4
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #fff;
    color: #fff
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #c30
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #eef0f4
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #212529
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #c30
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #eef0f4
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #212529
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #c30
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #3b4a59
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #eef0f4
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #212529
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #fff
}

.featured-boxes-modern-style-primary .featured-box {
    background: #c30;
    background: linear-gradient(135deg, #c30 0, #eef0f4 100%)
}

.featured-boxes-modern-style-secondary .featured-box {
    background: #3b4a59;
    background: linear-gradient(135deg, #3b4a59 0, #eef0f4 100%)
}

.featured-boxes-modern-style-tertiary .featured-box {
    background: #3b4a59;
    background: linear-gradient(135deg, #3b4a59 0, #eef0f4 100%)
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #c30
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #3b4a59
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #3b4a59
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #eef0f4
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #212529
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #fff
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #c30
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #c30 !important
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #3b4a59
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #3b4a59 !important
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #3b4a59
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #3b4a59 !important
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #eef0f4
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #eef0f4 !important
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #212529
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #212529 !important
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #fff
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #fff !important
}

.feature-box .feature-box-icon {
    background-color: #c30
}

html .feature-box-primary .feature-box-icon {
    background-color: #c30
}

html .feature-box-secondary .feature-box-icon {
    background-color: #3b4a59
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #3b4a59
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #eef0f4
}

html .feature-box-dark .feature-box-icon {
    background-color: #212529
}

html .feature-box-light .feature-box-icon {
    background-color: #fff
}

.feature-box.feature-box-style-2 .feature-box-icon .icons, .feature-box.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-2 .feature-box-icon .icons, html .feature-box-light.feature-box-style-2 .feature-box-icon [class*=fa-] {
    color: #fff
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #c30
}

.feature-box.feature-box-style-3 .feature-box-icon .icons, .feature-box.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #c30
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #3b4a59
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #eef0f4
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #212529
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #fff
}

html .feature-box-light.feature-box-style-3 .feature-box-icon .icons, html .feature-box-light.feature-box-style-3 .feature-box-icon [class*=fa-] {
    color: #fff
}

.feature-box.feature-box-style-4 .feature-box-icon .icons, .feature-box.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-4 .feature-box-icon .icons, html .feature-box-light.feature-box-style-4 .feature-box-icon [class*=fa-] {
    color: #fff
}

.feature-box.feature-box-style-5 .feature-box-icon .icons, .feature-box.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-5 .feature-box-icon .icons, html .feature-box-light.feature-box-style-5 .feature-box-icon [class*=fa-] {
    color: #fff
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #c30
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #3b4a59
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #eef0f4
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons, html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #212529
}

html .feature-box-light.feature-box-style-6 .feature-box-icon .icons, html .feature-box-light.feature-box-style-6 .feature-box-icon [class*=fa-] {
    color: #fff
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
    background-color: #992600
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #b32d00
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #c30
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #e63900
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #ff4000
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #ff531a
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #c30;
    color: #fff
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #3b4a59;
    color: #fff
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #3b4a59;
    color: #fff
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #eef0f4;
    color: #777
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #212529;
    color: #fff
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #fff;
    color: #777
}

.pricing-table .most-popular {
    border-color: #c30
}

.pricing-table .most-popular h3 {
    background-color: #c30
}

.pricing-table.princig-table-flat .plan h3 {
    background-color: #c30
}

.pricing-table.princig-table-flat .plan h3 span {
    background: #c30
}

html .call-to-action.featured.featured-primary {
    border-top-color: #c30
}

html .call-to-action.call-to-action-primary {
    background: #c30
}

html .call-to-action.with-full-borders-primary {
    border-color: #c30
}

html .call-to-action.call-to-action-primary {
    background: #c30
}

html .call-to-action.call-to-action-primary h3, html .call-to-action.call-to-action-primary p {
    color: #fff
}

html .call-to-action.featured.featured-secondary {
    border-top-color: #3b4a59
}

html .call-to-action.call-to-action-secondary {
    background: #3b4a59
}

html .call-to-action.with-full-borders-secondary {
    border-color: #3b4a59
}

html .call-to-action.call-to-action-secondary {
    background: #3b4a59
}

html .call-to-action.call-to-action-secondary h3, html .call-to-action.call-to-action-secondary p {
    color: #fff
}

html .call-to-action.featured.featured-tertiary {
    border-top-color: #3b4a59
}

html .call-to-action.call-to-action-tertiary {
    background: #3b4a59
}

html .call-to-action.with-full-borders-tertiary {
    border-color: #3b4a59
}

html .call-to-action.call-to-action-tertiary {
    background: #3b4a59
}

html .call-to-action.call-to-action-tertiary h3, html .call-to-action.call-to-action-tertiary p {
    color: #fff
}

html .call-to-action.featured.featured-quaternary {
    border-top-color: #eef0f4
}

html .call-to-action.call-to-action-quaternary {
    background: #eef0f4
}

html .call-to-action.with-full-borders-quaternary {
    border-color: #eef0f4
}

html .call-to-action.call-to-action-quaternary {
    background: #eef0f4
}

html .call-to-action.call-to-action-quaternary h3, html .call-to-action.call-to-action-quaternary p {
    color: #777
}

html .call-to-action.featured.featured-dark {
    border-top-color: #212529
}

html .call-to-action.call-to-action-dark {
    background: #212529
}

html .call-to-action.with-full-borders-dark {
    border-color: #212529
}

html .call-to-action.call-to-action-dark {
    background: #212529
}

html .call-to-action.call-to-action-dark h3, html .call-to-action.call-to-action-dark p {
    color: #fff
}

html .call-to-action.featured.featured-light {
    border-top-color: #fff
}

html .call-to-action.call-to-action-light {
    background: #fff
}

html .call-to-action.with-full-borders-light {
    border-color: #fff
}

html .call-to-action.call-to-action-light {
    background: #fff
}

html .call-to-action.call-to-action-light h3, html .call-to-action.call-to-action-light p {
    color: #777
}

section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    background: #c30;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #c30
}

ul.history li .featured-box .box-content {
    border-top-color: #c30
}

.portfolio-list .portfolio-item.portfolio-item-new:after {
    background: linear-gradient(135deg, #c30 0, #3b4a59 80%)
}

.recent-posts .date .month, article.post .post-date .month {
    background-color: #c30
}

.recent-posts .date .day, article.post .post-date .day {
    color: #c30
}

.slider .tp-bannertimer {
    background-color: #c30
}

.home-concept strong {
    color: #c30
}

html .home-intro-primary {
    background: #c30
}

html .home-intro-secondary {
    background: #3b4a59
}

html .home-intro-tertiary {
    background: #3b4a59
}

html .home-intro-quaternary {
    background: #eef0f4
}

html .home-intro-dark {
    background: #212529
}

html .home-intro-light {
    background: #fff
}

html .slide-overlay-primary .slotholder:after {
    background-color: #c30 !important
}

html .slider-container .tp-caption-overlay-primary {
    background: #c30
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(204, 51, 0, .4)
}

html .tp-bullets.bullets-color-primary .tp-bullet.selected, html .tp-bullets.bullets-color-primary .tp-bullet:hover {
    background: #c30
}

html .slide-overlay-secondary .slotholder:after {
    background-color: #3b4a59 !important
}

html .slider-container .tp-caption-overlay-secondary {
    background: #3b4a59
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(16, 79, 143, .4)
}

html .tp-bullets.bullets-color-secondary .tp-bullet.selected, html .tp-bullets.bullets-color-secondary .tp-bullet:hover {
    background: #3b4a59
}

html .slide-overlay-tertiary .slotholder:after {
    background-color: #3b4a59 !important
}

html .slider-container .tp-caption-overlay-tertiary {
    background: #3b4a59
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(59, 74, 89, .4)
}

html .tp-bullets.bullets-color-tertiary .tp-bullet.selected, html .tp-bullets.bullets-color-tertiary .tp-bullet:hover {
    background: #3b4a59
}

html .slide-overlay-quaternary .slotholder:after {
    background-color: #eef0f4 !important
}

html .slider-container .tp-caption-overlay-quaternary {
    background: #eef0f4
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(238, 240, 244, .4)
}

html .tp-bullets.bullets-color-quaternary .tp-bullet.selected, html .tp-bullets.bullets-color-quaternary .tp-bullet:hover {
    background: #eef0f4
}

html .slide-overlay-dark .slotholder:after {
    background-color: #212529 !important
}

html .slider-container .tp-caption-overlay-dark {
    background: #212529
}

html .slider-container .tp-caption-overlay-opacity-dark {
    background: rgba(33, 37, 41, .4)
}

html .tp-bullets.bullets-color-dark .tp-bullet.selected, html .tp-bullets.bullets-color-dark .tp-bullet:hover {
    background: #212529
}

html .slide-overlay-light .slotholder:after {
    background-color: #fff !important
}

html .slider-container .tp-caption-overlay-light {
    background: #fff
}

html .slider-container .tp-caption-overlay-opacity-light {
    background: rgba(255, 255, 255, .4)
}

html .tp-bullets.bullets-color-light .tp-bullet.selected, html .tp-bullets.bullets-color-light .tp-bullet:hover {
    background: #fff
}

html .slide-overlay.slide-overlay-gradient .slotholder:after {
    background-color: #3b4a59 !important;
    background-image: linear-gradient(to right, #3b4a59 0, #eef0f4 100%) !important
}

.cd-product-viewer-handle .handle {
    background: #c30
}

.tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #c30;
    border-color: #c30 #c30 #992600;
    color: #fff
}

.tparrows.tparrows-carousel.tp-leftarrow.hover, .tparrows.tparrows-carousel.tp-leftarrow:hover, .tparrows.tparrows-carousel.tp-rightarrow.hover, .tparrows.tparrows-carousel.tp-rightarrow:hover {
    background-color: #f23d00;
    border-color: #ff4000 #ff4000 #c30;
    color: #fff
}

.tparrows.tparrows-carousel.tp-leftarrow.focus, .tparrows.tparrows-carousel.tp-leftarrow:focus, .tparrows.tparrows-carousel.tp-rightarrow.focus, .tparrows.tparrows-carousel.tp-rightarrow:focus {
    box-shadow: 0 0 0 3px rgba(204, 51, 0, .5)
}

.tparrows.tparrows-carousel.tp-leftarrow.disabled, .tparrows.tparrows-carousel.tp-leftarrow:disabled, .tparrows.tparrows-carousel.tp-rightarrow.disabled, .tparrows.tparrows-carousel.tp-rightarrow:disabled {
    background-color: #c30;
    border-color: #c30 #c30 #992600
}

.tparrows.tparrows-carousel.tp-leftarrow.active, .tparrows.tparrows-carousel.tp-leftarrow:active, .tparrows.tparrows-carousel.tp-rightarrow.active, .tparrows.tparrows-carousel.tp-rightarrow:active {
    background-color: #a62900 !important;
    background-image: none !important;
    border-color: #992600 #992600 #661a00 !important
}

.tparrows.arrows-primary:before {
    color: #c30
}

.shop .products .product .onsale {
    background-color: #c30;
    border-bottom-color: #a32900
}

.shop .cart-totals tr.total .amount {
    color: #c30
}

#footer .footer-ribbon {
    background: #c30
}

#footer .footer-ribbon:before {
    border-right-color: #802000;
    border-left-color: #802000
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
    color: #c30 !important
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
    background: #c30 !important
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: #c30 !important
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
    background: #c30 !important
}

.scrollable.colored-slider .scrollable-slider {
    background: #c30
}

.sample-icon-list .sample-icon a:hover {
    background-color: #c30
}

html.boxed .body {
    border-top-color: #c30
}

.custom-slider-container-be:before {
    content: '';
    position: absolute;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg)
}

@media (max-width: 1199px) {
    .custom-slider-container-be:before {
        display: none
    }
}

.custom-slider-container-be:after {
    content: '';
    position: absolute;
    background-color: #eff0f4;
    bottom: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(1deg)
}

.be-p{font-size:1.4em;font-weight:600;line-height:27px;margin:0 0 14px 0}

@media (max-width: 1199px) {
    .custom-slider-container-be:after {
        display: none
    }
}

.table-bordered-light {
    border: 1px solid #fff
}

.custom-slider-container-be:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(-1deg)
}

@media (max-width: 1199px) {
    .custom-slider-container-be:before {
        display: none
    }
}

.custom-slider-container-be:after {
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: rotate(1deg)
}

@media (max-width: 1199px) {
    .custom-slider-container-be:after {
        display: none
    }
}

.custom-cards .cards-container .card {
    padding: 25px 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, .07)
}

.be-bg-color:hover {
    background-color: rgba(255, 255, 255, .075)
}

.be-bg-color:hover {
    background-color: rgba(0, 0, 0, .075)
}

.thumb-info .thumb-info-title-2{
	transition:all .3s;background:rgba(33,37,41,.8);color:#fff;font-weight:600;right:0;letter-spacing:-.05em;position:absolute;z-index:2;max-width:90%;font-size:17px;padding:13px 21px 2px;bottom:13%}
	
.custom-letter-spacing-be1 {
	letter-spacing: normal !important;
}

/*
* Line Pre
*/
.line-pre-title {
	width: 50px;
	height: 3px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.thumb-info.thumb-info-lighten-2 .thumb-info-wrapper:after{
	background:rgba(255,255,255,.25)
}

.testimonial blockquote p{color:#fff;font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif,serif;font-size:1.5em; font-style: italic;}

#footer .custom-row-footer-1 {
	padding-top: 50px !important;
}
@media (max-width: 1199px) {
	#footer .custom-row-footer-1 {
		padding-top: 30px !important;
	}
}
#footer .custom-row-footer-1 .custom-footer-column-logo img {
	margin-bottom: 35px;
}

h1.text-shadow-be,h2.text-shadow-be,h3.text-shadow-be,h4.text-shadow-be,h5.text-shadow-be,h6.text-shadow-be{text-shadow:1px 1px 0 rgba(0,0,0,.4)}




