a {
	color: #fff;
}

a:hover {
	color: #000;
}

a:focus {
	color: #000;
}

a:active {
	color: #ffd800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alternative-font {
	color: #e10613;
}

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

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

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

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

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

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

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

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #e10613;
}

.nav-pills > li.active > a,
.nav-pills .nav-link.active {
	background-color: #e10613;
}

.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
	background-color: #e10613;
}

.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
	border-bottom-color: #e10613;
}

html .nav-pills-primary a {
	color: #e10613;
}

html .nav-pills-primary a:hover {
	color: #f80816;
}

html .nav-pills-primary a:focus {
	color: #f80816;
}

html .nav-pills-primary a:active {
	color: #c80511;
}

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
	background-color: #e10613;
}

html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
	background-color: #e10613;
}

html .nav-pills-secondary a {
	color: #797676;
}

html .nav-pills-secondary a:hover {
	color: #868383;
}

html .nav-pills-secondary a:focus {
	color: #868383;
}

html .nav-pills-secondary a:active {
	color: #6c6969;
}

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
	background-color: #797676;
}

html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
	background-color: #797676;
}

html .nav-pills-tertiary a {
	color: #9f6b20;
}

html .nav-pills-tertiary a:hover {
	color: #b47924;
}

html .nav-pills-tertiary a:focus {
	color: #b47924;
}

html .nav-pills-tertiary a:active {
	color: #8a5d1c;
}

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
	background-color: #9f6b20;
}

html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
	background-color: #9f6b20;
}

html .nav-pills-quaternary a {
	color: #242424;
}

html .nav-pills-quaternary a:hover {
	color: #313131;
}

html .nav-pills-quaternary a:focus {
	color: #313131;
}

html .nav-pills-quaternary a:active {
	color: #171717;
}

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
	background-color: #242424;
}

html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
	background-color: #242424;
}

html .nav-pills-dark a {
	color: #2e353e;
}

html .nav-pills-dark a:hover {
	color: #39424d;
}

html .nav-pills-dark a:focus {
	color: #39424d;
}

html .nav-pills-dark a:active {
	color: #23282f;
}

html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
	background-color: #2e353e;
}

html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
	background-color: #2e353e;
}

html .nav-pills-light a {
	color: #FFF;
}

html .nav-pills-light a:hover {
	color: #ffffff;
}

html .nav-pills-light a:focus {
	color: #ffffff;
}

html .nav-pills-light a:active {
	color: #f2f2f2;
}

html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
	background-color: #FFF;
}

html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
	background-color: #FFF;
}

.sort-source-wrapper .nav > li.active > a {
	color: #e10613;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #e10613;
}

.sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #e10613;
}

html .badge-primary {
	background-color: #e10613;
}

html .badge-secondary {
	background-color: #797676;
}

html .badge-tertiary {
	background-color: #9f6b20;
}

html .badge-quaternary {
	background-color: #242424;
}

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

html .badge-light {
	background-color: #FFF;
}

.btn-link {
	color: #e10613;
}

.btn-link:hover {
	color: #f80816;
}

.btn-link:active {
	color: #c80511;
}

html .btn-primary {
	background-color: #0064ba;
	border-color: #0064ba #0064ba #0064ba;
	color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
	background-color: #0064ba;
	border-color: #0064ba #0064ba #0064ba;
	color: #FFF;
}

html .btn-primary:focus,
html .btn-primary.focus {
	box-shadow: 0 0 0 3px rgba(225, 6, 19, 0.5);
}

html .btn-primary.disabled,
html .btn-primary:disabled {
	background-color: #0064ba;
	border-color: #0064ba #0064ba #0064ba;
}

html .btn-primary:active,
html .btn-primary.active,
.show > html .btn-primary.dropdown-toggle {
	background-color: #bc0510 !important;
	background-image: none !important;
	border-color: #af050f #af050f #7e030b !important;
	box-shadow: 0 0 0 0.2rem rgba(225, 6, 19, 0.5) !important;
}

html .btn-primary-scale-2 {
	background-color: #af050f;
	border-color: #af050f #af050f #7e030b;
	color: #FFF;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
	background-color: #d50612;
	border-color: #e10613 #e10613 #af050f;
	color: #FFF;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(175, 5, 15, 0.5);
}

html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
	background-color: #af050f;
	border-color: #af050f #af050f #7e030b;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active,
.show > html .btn-primary-scale-2.dropdown-toggle {
	background-color: #8a040c !important;
	background-image: none !important;
	border-color: #7e030b #7e030b #4c0206 !important;
	box-shadow: 0 0 0 0.2rem rgba(175, 5, 15, 0.5) !important;
}

html .btn-secondary {
	background-color: #004893;
	border-color: #004893 #004893 #004893;
	color: #FFF;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
	background-color: #8c8989;
	border-color: #929090 #929090 #797676;
	color: #FFF;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(121, 118, 118, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
	background-color: #797676;
	border-color: #797676 #797676 #5f5d5d;
}

html .btn-secondary:active,
html .btn-secondary.active,
.show > html .btn-secondary.dropdown-toggle {
	background-color: #666363 !important;
	background-image: none !important;
	border-color: #5f5d5d #5f5d5d #454444 !important;
	box-shadow: 0 0 0 0.2rem rgba(121, 118, 118, 0.5) !important;
}

html .btn-secondary-scale-2 {
	background-color: #5f5d5d;
	border-color: #5f5d5d #5f5d5d #454444;
	color: #FFF;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
	background-color: #737070;
	border-color: #797676 #797676 #5f5d5d;
	color: #FFF;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(95, 93, 93, 0.5);
}

html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
	background-color: #5f5d5d;
	border-color: #5f5d5d #5f5d5d #454444;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active,
.show > html .btn-secondary-scale-2.dropdown-toggle {
	background-color: #4c4a4a !important;
	background-image: none !important;
	border-color: #454444 #454444 #2c2a2a !important;
	box-shadow: 0 0 0 0.2rem rgba(95, 93, 93, 0.5) !important;
}

html .btn-tertiary {
	background-color: #9f6b20;
	border-color: #9f6b20 #9f6b20 #754e17;
	color: #FFF;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
	background-color: #bf8026;
	border-color: #c98829 #c98829 #9f6b20;
	color: #FFF;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(159, 107, 32, 0.5);
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
	background-color: #9f6b20;
	border-color: #9f6b20 #9f6b20 #754e17;
}

html .btn-tertiary:active,
html .btn-tertiary.active,
.show > html .btn-tertiary.dropdown-toggle {
	background-color: #7f561a !important;
	background-image: none !important;
	border-color: #754e17 #754e17 #4a320f !important;
	box-shadow: 0 0 0 0.2rem rgba(159, 107, 32, 0.5) !important;
}

html .btn-tertiary-scale-2 {
	background-color: #754e17;
	border-color: #754e17 #754e17 #4a320f;
	color: #FFF;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
	background-color: #94641e;
	border-color: #9f6b20 #9f6b20 #754e17;
	color: #FFF;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(117, 78, 23, 0.5);
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
	background-color: #754e17;
	border-color: #754e17 #754e17 #4a320f;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active,
.show > html .btn-tertiary-scale-2.dropdown-toggle {
	background-color: #553911 !important;
	background-image: none !important;
	border-color: #4a320f #4a320f #201506 !important;
	box-shadow: 0 0 0 0.2rem rgba(117, 78, 23, 0.5) !important;
}

html .btn-quaternary {
	background-color: #242424;
	border-color: #242424 #242424 #0a0a0a;
	color: #FFF;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
	background-color: #373737;
	border-color: #3e3e3e #3e3e3e #242424;
	color: #FFF;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(36, 36, 36, 0.5);
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
	background-color: #242424;
	border-color: #242424 #242424 #0a0a0a;
}

html .btn-quaternary:active,
html .btn-quaternary.active,
.show > html .btn-quaternary.dropdown-toggle {
	background-color: #111111 !important;
	background-image: none !important;
	border-color: #0a0a0a #0a0a0a #000000 !important;
	box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5) !important;
}

html .btn-quaternary-scale-2 {
	background-color: #0a0a0a;
	border-color: #0a0a0a #0a0a0a #000000;
	color: #FFF;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
	background-color: #1e1e1e;
	border-color: #242424 #242424 #0a0a0a;
	color: #FFF;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.5);
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
	background-color: #0a0a0a;
	border-color: #0a0a0a #0a0a0a #000000;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active,
.show > html .btn-quaternary-scale-2.dropdown-toggle {
	background-color: #000000 !important;
	background-image: none !important;
	border-color: #000000 #000000 #000000 !important;
	box-shadow: 0 0 0 0.2rem rgba(10, 10, 10, 0.5) !important;
}

html .btn-dark {
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
	color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
	background-color: #3e4854;
	border-color: #444e5b #444e5b #2e353e;
	color: #FFF;
}

html .btn-dark:focus,
html .btn-dark.focus {
	box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}

html .btn-dark.disabled,
html .btn-dark:disabled {
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:active,
html .btn-dark.active,
.show > html .btn-dark.dropdown-toggle {
	background-color: #1e2228 !important;
	background-image: none !important;
	border-color: #181c21 #181c21 #030303 !important;
	box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

html .btn-dark-scale-2 {
	background-color: #181c21;
	border-color: #181c21 #181c21 #030303;
	color: #FFF;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
	background-color: #292f37;
	border-color: #2e353e #2e353e #181c21;
	color: #FFF;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
	background-color: #181c21;
	border-color: #181c21 #181c21 #030303;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active,
.show > html .btn-dark-scale-2.dropdown-toggle {
	background-color: #08090b !important;
	background-image: none !important;
	border-color: #030303 #030303 #000000 !important;
	box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
}

html .btn-light {
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
	color: #777;
}

html .btn-light:hover,
html .btn-light.hover {
	background-color: #ffffff;
	border-color: #ffffff #ffffff #FFF;
	color: #777;
}

html .btn-light:focus,
html .btn-light.focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.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,
.show > html .btn-light.dropdown-toggle {
	background-color: #ececec !important;
	background-image: none !important;
	border-color: #e6e6e6 #e6e6e6 #cccccc !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

html .btn-light-scale-2 {
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
	color: #777;
}

html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
	background-color: #f9f9f9;
	border-color: #ffffff #ffffff #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, 0.5);
}

html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2.active,
.show > html .btn-light-scale-2.dropdown-toggle {
	background-color: #d2d2d2 !important;
	background-image: none !important;
	border-color: #cccccc #cccccc #b3b3b3 !important;
	box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
}

html .btn-outline.btn-primary {
	color: #e10613;
	background-color: transparent;
	background-image: none;
	border-color: #e10613;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
	color: #FFF;
	background-color: #e10613;
	border-color: #e10613;
}

html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
	box-shadow: 0 0 0 3px rgba(225, 6, 19, 0.5);
}

html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
	color: #e10613;
	background-color: transparent;
}

html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active,
.show > html .btn-outline.btn-primary.dropdown-toggle {
	color: #FFF !important;
	background-color: #e10613 !important;
	border-color: #e10613 !important;
	box-shadow: 0 0 0 0.2rem rgba(225, 6, 19, 0.5) !important;
}

html .btn-outline.btn-secondary {
	color: #797676;
	background-color: transparent;
	background-image: none;
	border-color: #797676;
}

html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
	color: #FFF;
	background-color: #797676;
	border-color: #797676;
}

html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(121, 118, 118, 0.5);
}

html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
	color: #797676;
	background-color: transparent;
}

html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active,
.show > html .btn-outline.btn-secondary.dropdown-toggle {
	color: #FFF !important;
	background-color: #797676 !important;
	border-color: #797676 !important;
	box-shadow: 0 0 0 0.2rem rgba(121, 118, 118, 0.5) !important;
}

html .btn-outline.btn-tertiary {
	color: #9f6b20;
	background-color: transparent;
	background-image: none;
	border-color: #9f6b20;
}

html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
	color: #FFF;
	background-color: #9f6b20;
	border-color: #9f6b20;
}

html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(159, 107, 32, 0.5);
}

html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
	color: #9f6b20;
	background-color: transparent;
}

html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active,
.show > html .btn-outline.btn-tertiary.dropdown-toggle {
	color: #FFF !important;
	background-color: #9f6b20 !important;
	border-color: #9f6b20 !important;
	box-shadow: 0 0 0 0.2rem rgba(159, 107, 32, 0.5) !important;
}

html .btn-outline.btn-quaternary {
	color: #242424;
	background-color: transparent;
	background-image: none;
	border-color: #242424;
}

html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
	color: #FFF;
	background-color: #242424;
	border-color: #242424;
}

html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(36, 36, 36, 0.5);
}

html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
	color: #242424;
	background-color: transparent;
}

html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active,
.show > html .btn-outline.btn-quaternary.dropdown-toggle {
	color: #FFF !important;
	background-color: #242424 !important;
	border-color: #242424 !important;
	box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5) !important;
}

html .btn-outline.btn-dark {
	color: #2e353e;
	background-color: transparent;
	background-image: none;
	border-color: #2e353e;
}

html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
	color: #FFF;
	background-color: #2e353e;
	border-color: #2e353e;
}

html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
	box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}

html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
	color: #2e353e;
	background-color: transparent;
}

html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active,
.show > html .btn-outline.btn-dark.dropdown-toggle {
	color: #FFF !important;
	background-color: #2e353e !important;
	border-color: #2e353e !important;
	box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !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, 0.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,
.show > html .btn-outline.btn-light.dropdown-toggle {
	color: #777 !important;
	background-color: #FFF !important;
	border-color: #FFF !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

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

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
	background-color: #e10613 !important;
	border-color: #e10613;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #e10613;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #e10613;
	border-color: #e10613;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	background-color: #e10613;
	border-color: #e10613 #e10613 #af050f;
	color: #fff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
	background-color: #f91522;
	border-color: #f9212e #f9212e #e10613;
	color: #fff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
	box-shadow: 0 0 0 3px rgba(225, 6, 19, 0.5);
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
	background-color: #e10613;
	border-color: #e10613 #e10613 #af050f;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle {
	background-color: #bc0510 !important;
	background-image: none !important;
	border-color: #af050f #af050f #7e030b !important;
	box-shadow: 0 0 0 0.2rem rgba(225, 6, 19, 0.5) !important;
}

html .alert-primary {
	background-color: #e10613;
	border-color: #d20612;
	color: #FFF;
}

html .alert-primary .alert-link {
	color: #FFF;
}

html .alert-secondary {
	background-color: #797676;
	border-color: #716e6e;
	color: #FFF;
}

html .alert-secondary .alert-link {
	color: #FFF;
}

html .alert-tertiary {
	background-color: #9f6b20;
	border-color: #92621d;
	color: #FFF;
}

html .alert-tertiary .alert-link {
	color: #FFF;
}

html .alert-quaternary {
	background-color: #242424;
	border-color: #1c1c1c;
	color: #FFF;
}

html .alert-quaternary .alert-link {
	color: #FFF;
}

html .alert-dark {
	background-color: #2e353e;
	border-color: #272d35;
	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: #e10613;
}

html .progress-bar-secondary {
	background-color: #797676;
}

html .progress-bar-tertiary {
	background-color: #9f6b20;
}

html .progress-bar-quaternary {
	background-color: #242424;
}

html .progress-bar-dark {
	background-color: #2e353e;
}

html .progress-bar-light {
	background-color: #FFF;
}

html section.section-primary {
	background-color: #e10613 !important;
	border-color: #c80511 !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: #af050f !important;
	border-color: #96040d !important;
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #af050f;
}

html section.section-secondary {
	background-color: #797676 !important;
	border-color: #6c6969 !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: #5f5d5d !important;
	border-color: #525050 !important;
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #5f5d5d;
}

html section.section-tertiary {
	background-color: #9f6b20 !important;
	border-color: #8a5d1c !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: #754e17 !important;
	border-color: #5f4013 !important;
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #754e17;
}

html section.section-quaternary {
	background-color: #242424 !important;
	border-color: #171717 !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: #FFF;
}

html section.section-quaternary p {
	color: #e6e6e6;
}

html section.section-quaternary-scale-2 {
	background-color: #0a0a0a !important;
	border-color: #000000 !important;
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #0a0a0a;
}

html section.section-dark {
	background-color: #2e353e !important;
	border-color: #23282f !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
	color: #FFF;
}

html section.section-dark p {
	color: #e6e6e6;
}

html section.section-dark-scale-2 {
	background-color: #181c21 !important;
	border-color: #0d0f12 !important;
}

html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #181c21;
}

html section.section-light {
	background-color: #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;
}

html section.section-default-scale-1 {
	background-color: #dbdbdb !important;
	border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
	background-color: #c1c1c1 !important;
	border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
	background-color: #a8a8a8 !important;
	border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
	background-color: #8e8e8e !important;
	border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
	background-color: #757575 !important;
	border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
	background-color: #5b5b5b !important;
	border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
	background-color: #424242 !important;
	border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
	background-color: #282828 !important;
	border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
	background-color: #0f0f0f !important;
	border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
	background-color: #333a44 !important;
	border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
	background-color: #495362 !important;
	border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
	background-color: #5e6b7f !important;
	border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
	background-color: #77849a !important;
	border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
	background-color: #949faf !important;
	border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
	background-color: #b1b9c5 !important;
	border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
	background-color: #ced3db !important;
	border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
	background-color: #ebeef1 !important;
	border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
	background-color: #ffffff !important;
	border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
	border-bottom-color: #e10613;
}

section.page-header.custom-product {
	background-color: #c80511;
	border-top-color: #d70612;
}

html .page-header-color.page-header-primary {
	background-color: #e10613;
	border-bottom-color: #e10613;
	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: #797676;
	border-bottom-color: #797676;
	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: #9f6b20;
	border-bottom-color: #9f6b20;
	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: #242424;
	border-bottom-color: #242424;
	color: #FFF;
}

html .page-header-color.page-header-quaternary h1 {
	color: #FFF;
}

html .page-header-color.page-header-quaternary h1 span {
	color: #FFF;
}

html .page-header-color.page-header-quaternary a {
	color: #FFF;
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
	color: #FFF;
}

html .page-header-color.page-header-dark {
	background-color: #2e353e;
	border-bottom-color: #2e353e;
	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 label {
	color: #e10613;
	border-left-color: #e10613;
	border-right-color: #e10613;
}

html .toggle-primary .toggle.active > label {
	background-color: #e10613;
	border-color: #e10613;
	color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #e10613;
}

html .toggle-secondary .toggle label {
	color: #797676;
	border-left-color: #797676;
	border-right-color: #797676;
}

html .toggle-secondary .toggle.active > label {
	background-color: #797676;
	border-color: #797676;
	color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
	background-color: #797676;
}

html .toggle-tertiary .toggle label {
	color: #9f6b20;
	border-left-color: #9f6b20;
	border-right-color: #9f6b20;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #9f6b20;
	border-color: #9f6b20;
	color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
	background-color: #9f6b20;
}

html .toggle-quaternary .toggle label {
	color: #242424;
	border-left-color: #242424;
	border-right-color: #242424;
}

html .toggle-quaternary .toggle.active > label {
	background-color: #242424;
	border-color: #242424;
	color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
	background-color: #242424;
}

html .toggle-dark .toggle label {
	color: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
	background-color: #2e353e;
	border-color: #2e353e;
	color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after {
	background-color: #2e353e;
}

html .toggle-light .toggle label {
	color: #FFF;
	border-left-color: #FFF;
	border-right-color: #FFF;
}

html .toggle-light .toggle.active > label {
	background-color: #FFF;
	border-color: #FFF;
	color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after {
	background-color: #FFF;
}

.thumb-info .thumb-info-type {
	background-color: #e10613;
}

.thumb-info .thumb-info-action-icon {
	background-color: #e10613;
}

.thumb-info-social-icons a {
	background-color: #e10613;
}

.thumbnail .zoom {
	background-color: #e10613;
}

.img-thumbnail .zoom {
	background-color: #e10613;
}

html .thumb-info .thumb-info-action-icon-primary {
	background-color: #e10613;
}

html .thumb-info .thumb-info-action-icon-primary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-secondary {
	background-color: #797676;
}

html .thumb-info .thumb-info-action-icon-secondary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #9f6b20;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-quaternary {
	background-color: #242424;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-dark {
	background-color: #2e353e;
}

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 {
	background: #e10613;
}

.thumb-info-ribbon:before {
	border-right-color: #96040d;
	border-left-color: #96040d;
}

.inverted {
	background-color: #e10613;
}

html .inverted-primary {
	background-color: #e10613;
}

html .inverted-secondary {
	background-color: #797676;
}

html .inverted-tertiary {
	background-color: #9f6b20;
}

html .inverted-quaternary {
	background-color: #242424;
}

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

html .inverted-light {
	background-color: #FFF;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #c30510;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"] {
	color: #e10613;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
	color: #e10613;
}

.owl-carousel .owl-nav button[class*="owl-"] {
	background-color: #e10613;
	border-color: #e10613 #e10613 #af050f;
	color: #FFF;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
	background-color: #f91522;
	border-color: #f9212e #f9212e #e10613;
	color: #FFF;
}

.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
	background-color: #bc0510;
	background-image: none;
	border-color: #af050f #af050f #7e030b;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
	color: #e10613;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover {
	color: #e10613;
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus {
	border-top-color: #e10613;
}

html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
	border-top-color: #e10613;
	color: #e10613;
}

html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
	border-top-color: #e10613;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
	border-bottom-color: #e10613;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-left-color: #e10613;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
	border-right-color: #e10613;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
	border-top-color: #e10613;
	color: #e10613;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	color: #e10613;
}

html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #e10613;
}

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #e10613;
	color: #e10613;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #e10613;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #e10613;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #e10613;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #e10613;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #e10613;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #e10613;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	color: #797676;
}

html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #797676;
}

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #797676;
	color: #797676;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #797676;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #797676;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #797676;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #797676;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #797676;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #797676;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	color: #9f6b20;
}

html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #9f6b20;
}

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #9f6b20;
	color: #9f6b20;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #9f6b20;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #9f6b20;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #9f6b20;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #9f6b20;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #9f6b20;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #9f6b20;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	color: #242424;
}

html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #242424;
}

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #242424;
	color: #242424;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #242424;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #242424;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #242424;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #242424;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #242424;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #242424;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	color: #2e353e;
}

html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #2e353e;
	color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	color: #FFF;
}

html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #FFF;
}

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #FFF;
	color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #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:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-right-color: #e10613;
	border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
	border-right-color: transparent;
	border-left-color: #e10613;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #e10613;
	border-color: #e10613;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #e10613;
}

.list.list-ordened li:before {
	color: #e10613;
	border-color: #e10613;
}

.list.list-ordened.list-ordened-style-3 li:before {
	background-color: #e10613;
}

html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .fas:first-child,
html .list-primary.list-icons li a:first-child > .fas:first-child,
html .list-primary.list-icons li > .far:first-child,
html .list-primary.list-icons li a:first-child > .far:first-child,
html .list-primary.list-icons li > .fal:first-child,
html .list-primary.list-icons li a:first-child > .fal:first-child,
html .list-primary.list-icons li > .fab:first-child,
html .list-primary.list-icons li a:first-child > .fab:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
	color: #e10613;
	border-color: #e10613;
}

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #e10613;
	color: #FFF;
}

html .list-primary.list-ordened li:before {
	color: #e10613;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
	background-color: #e10613;
	color: #FFF;
}

html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .fas:first-child,
html .list-secondary.list-icons li a:first-child > .fas:first-child,
html .list-secondary.list-icons li > .far:first-child,
html .list-secondary.list-icons li a:first-child > .far:first-child,
html .list-secondary.list-icons li > .fal:first-child,
html .list-secondary.list-icons li a:first-child > .fal:first-child,
html .list-secondary.list-icons li > .fab:first-child,
html .list-secondary.list-icons li a:first-child > .fab:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
	color: #797676;
	border-color: #797676;
}

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #797676;
	color: #FFF;
}

html .list-secondary.list-ordened li:before {
	color: #797676;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #797676;
	color: #FFF;
}

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .fas:first-child,
html .list-tertiary.list-icons li a:first-child > .fas:first-child,
html .list-tertiary.list-icons li > .far:first-child,
html .list-tertiary.list-icons li a:first-child > .far:first-child,
html .list-tertiary.list-icons li > .fal:first-child,
html .list-tertiary.list-icons li a:first-child > .fal:first-child,
html .list-tertiary.list-icons li > .fab:first-child,
html .list-tertiary.list-icons li a:first-child > .fab:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
	color: #9f6b20;
	border-color: #9f6b20;
}

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #9f6b20;
	color: #FFF;
}

html .list-tertiary.list-ordened li:before {
	color: #9f6b20;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #9f6b20;
	color: #FFF;
}

html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .fas:first-child,
html .list-quaternary.list-icons li a:first-child > .fas:first-child,
html .list-quaternary.list-icons li > .far:first-child,
html .list-quaternary.list-icons li a:first-child > .far:first-child,
html .list-quaternary.list-icons li > .fal:first-child,
html .list-quaternary.list-icons li a:first-child > .fal:first-child,
html .list-quaternary.list-icons li > .fab:first-child,
html .list-quaternary.list-icons li a:first-child > .fab:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
	color: #242424;
	border-color: #242424;
}

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #242424;
	color: #FFF;
}

html .list-quaternary.list-ordened li:before {
	color: #242424;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #242424;
	color: #FFF;
}

html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .fas:first-child,
html .list-dark.list-icons li a:first-child > .fas:first-child,
html .list-dark.list-icons li > .far:first-child,
html .list-dark.list-icons li a:first-child > .far:first-child,
html .list-dark.list-icons li > .fal:first-child,
html .list-dark.list-icons li a:first-child > .fal:first-child,
html .list-dark.list-icons li > .fab:first-child,
html .list-dark.list-icons li a:first-child > .fab:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
	color: #2e353e;
	border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #2e353e;
	color: #FFF;
}

html .list-dark.list-ordened li:before {
	color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
	background-color: #2e353e;
	color: #FFF;
}

html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .fas:first-child,
html .list-light.list-icons li a:first-child > .fas:first-child,
html .list-light.list-icons li > .far:first-child,
html .list-light.list-icons li a:first-child > .far:first-child,
html .list-light.list-icons li > .fal:first-child,
html .list-light.list-icons li a:first-child > .fal:first-child,
html .list-light.list-icons li > .fab:first-child,
html .list-light.list-icons li a:first-child > .fab:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
	color: #FFF;
	border-color: #FFF;
}

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #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: #e10613;
}

section.video blockquote i.fa-quote-left {
	color: #e10613;
}

.accordion .card-header a {
	color: #e10613;
}

html .accordion.accordion-primary .card-header {
	background-color: #e10613 !important;
}

html .accordion.accordion-primary .card-header a {
	color: #FFF;
}

html .accordion.accordion-secondary .card-header {
	background-color: #797676 !important;
}

html .accordion.accordion-secondary .card-header a {
	color: #FFF;
}

html .accordion.accordion-tertiary .card-header {
	background-color: #9f6b20 !important;
}

html .accordion.accordion-tertiary .card-header a {
	color: #FFF;
}

html .accordion.accordion-quaternary .card-header {
	background-color: #242424 !important;
}

html .accordion.accordion-quaternary .card-header a {
	color: #FFF;
}

html .accordion.accordion-dark .card-header {
	background-color: #2e353e !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 .fa,
html .divider.divider-primary .fas,
html .divider.divider-primary .far,
html .divider.divider-primary .fal,
html .divider.divider-primary .fab,
html .divider.divider-primary .icons {
	color: #e10613;
}

html .divider.divider-primary.divider-small hr {
	background: #e10613;
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .fas,
html .divider.divider-secondary .far,
html .divider.divider-secondary .fal,
html .divider.divider-secondary .fab,
html .divider.divider-secondary .icons {
	color: #797676;
}

html .divider.divider-secondary.divider-small hr {
	background: #797676;
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .fas,
html .divider.divider-tertiary .far,
html .divider.divider-tertiary .fal,
html .divider.divider-tertiary .fab,
html .divider.divider-tertiary .icons {
	color: #9f6b20;
}

html .divider.divider-tertiary.divider-small hr {
	background: #9f6b20;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .fas,
html .divider.divider-quaternary .far,
html .divider.divider-quaternary .fal,
html .divider.divider-quaternary .fab,
html .divider.divider-quaternary .icons {
	color: #242424;
}

html .divider.divider-quaternary.divider-small hr {
	background: #242424;
}

html .divider.divider-dark .fa,
html .divider.divider-dark .fas,
html .divider.divider-dark .far,
html .divider.divider-dark .fal,
html .divider.divider-dark .fab,
html .divider.divider-dark .icons {
	color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
	background: #2e353e;
}

html .divider.divider-light .fa,
html .divider.divider-light .fas,
html .divider.divider-light .far,
html .divider.divider-light .fal,
html .divider.divider-light .fab,
html .divider.divider-light .icons {
	color: #FFF;
}

html .divider.divider-light.divider-small hr {
	background: #FFF;
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .fas,
html .divider.divider-style-2.divider-primary .far,
html .divider.divider-style-2.divider-primary .fal,
html .divider.divider-style-2.divider-primary .fab,
html .divider.divider-style-2.divider-primary .icons {
	background: #e10613;
	color: #FFF;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .fas,
html .divider.divider-style-2.divider-secondary .far,
html .divider.divider-style-2.divider-secondary .fal,
html .divider.divider-style-2.divider-secondary .fab,
html .divider.divider-style-2.divider-secondary .icons {
	background: #797676;
	color: #FFF;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .fas,
html .divider.divider-style-2.divider-tertiary .far,
html .divider.divider-style-2.divider-tertiary .fal,
html .divider.divider-style-2.divider-tertiary .fab,
html .divider.divider-style-2.divider-tertiary .icons {
	background: #9f6b20;
	color: #FFF;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .fas,
html .divider.divider-style-2.divider-quaternary .far,
html .divider.divider-style-2.divider-quaternary .fal,
html .divider.divider-style-2.divider-quaternary .fab,
html .divider.divider-style-2.divider-quaternary .icons {
	background: #242424;
	color: #FFF;
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .fas,
html .divider.divider-style-2.divider-dark .far,
html .divider.divider-style-2.divider-dark .fal,
html .divider.divider-style-2.divider-dark .fab,
html .divider.divider-style-2.divider-dark .icons {
	background: #2e353e;
	color: #FFF;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .fas,
html .divider.divider-style-2.divider-light .far,
html .divider.divider-style-2.divider-light .fal,
html .divider.divider-style-2.divider-light .fab,
html .divider.divider-style-2.divider-light .icons {
	background: #FFF;
	color: #777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .fas,
html .divider.divider-style-3.divider-primary .far,
html .divider.divider-style-3.divider-primary .fal,
html .divider.divider-style-3.divider-primary .fab,
html .divider.divider-style-3.divider-primary .icons {
	border-color: #e10613;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .fas,
html .divider.divider-style-3.divider-secondary .far,
html .divider.divider-style-3.divider-secondary .fal,
html .divider.divider-style-3.divider-secondary .fab,
html .divider.divider-style-3.divider-secondary .icons {
	border-color: #797676;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .fas,
html .divider.divider-style-3.divider-tertiary .far,
html .divider.divider-style-3.divider-tertiary .fal,
html .divider.divider-style-3.divider-tertiary .fab,
html .divider.divider-style-3.divider-tertiary .icons {
	border-color: #9f6b20;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .fas,
html .divider.divider-style-3.divider-quaternary .far,
html .divider.divider-style-3.divider-quaternary .fal,
html .divider.divider-style-3.divider-quaternary .fab,
html .divider.divider-style-3.divider-quaternary .icons {
	border-color: #242424;
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .fas,
html .divider.divider-style-3.divider-dark .far,
html .divider.divider-style-3.divider-dark .fal,
html .divider.divider-style-3.divider-dark .fab,
html .divider.divider-style-3.divider-dark .icons {
	border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .fas,
html .divider.divider-style-3.divider-light .far,
html .divider.divider-style-3.divider-light .fal,
html .divider.divider-style-3.divider-light .fab,
html .divider.divider-style-3.divider-light .icons {
	border-color: #FFF;
}

#header .tip {
	background: #e10613;
	color: #FFF;
}

#header .tip:before {
	border-right-color: #e10613;
	border-left-color: transparent;
}

html #header .tip-primary {
	background: #e10613 !important;
	color: #FFF !important;
}

html #header .tip-primary:before {
	border-right-color: #e10613 !important;
}

html #header .tip-secondary {
	background: #797676 !important;
	color: #FFF !important;
}

html #header .tip-secondary:before {
	border-right-color: #797676 !important;
}

html #header .tip-tertiary {
	background: #9f6b20 !important;
	color: #FFF !important;
}

html #header .tip-tertiary:before {
	border-right-color: #9f6b20 !important;
}

html #header .tip-quaternary {
	background: #242424 !important;
	color: #FFF !important;
}

html #header .tip-quaternary:before {
	border-right-color: #242424 !important;
}

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

html #header .tip-dark:before {
	border-right-color: #2e353e !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: #e10613;
}

html[dir="rtl"] #header .tip.skin:before {
	border-left-color: #e10613;
}

html[dir="rtl"] #header .tip-primary:before {
	border-left-color: #e10613 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-secondary:before {
	border-left-color: #797676 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-tertiary:before {
	border-left-color: #9f6b20 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-quaternary:before {
	border-left-color: #242424 !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-dark:before {
	border-left-color: #2e353e !important;
	border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-light:before {
	border-left-color: #FFF !important;
	border-right-color: transparent !important;
}

#header .header-btn-collapse-nav {
	background: #e10613;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		color: #e10613;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	#header .header-nav-main nav > ul > li > a.active {
		background: #e10613;
	}

	#header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
		background: #e10613;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: #e10613;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #e10613;
	}

	#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: #e10613;
	}

	#header .header-nav-main nav > ul > li .dropdown-menu {
		border-top-color: #e10613;
	}

	#header .header-nav-main nav > ul > li .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
		border-color: transparent #e10613 transparent transparent !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		border-top-color: #e10613;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
		color: #e10613;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.active {
		color: #e10613;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a,
  #header .header-nav.header-nav-stripe nav > ul > li.open > a {
		background-color: #e10613;
	}

	#header .header-nav.header-nav-top-line nav > ul li > a.active {
		color: #e10613;
	}

	#header .header-nav.header-nav-top-line nav > ul li > a.active:before {
		background: #e10613;
	}

	#header .header-nav.header-nav-top-line nav > ul li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	#header .header-nav.header-nav-top-line nav > ul li:hover > a {
		color: #e10613;
	}

	#header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
		background: #e10613;
	}

	#header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li > a.active {
		color: #e10613;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
		color: #e10613;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-left-color: #e10613;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
		border-color: transparent transparent transparent #e10613;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
  html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
		border-color: transparent transparent transparent #FFF;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-right-color: #e10613;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
		border-color: transparent #e10613 transparent transparent;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
  html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
		border-color: transparent #FFF transparent transparent;
	};
}

@media (min-width: 992px) {
	html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
		background: #e10613;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		background: #e10613;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
		color: #e10613;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		background: #e10613;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
		border-color: #e10613 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		border-top-color: #e10613;
		background-color: #e10613;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #f80816;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
		background: #f80816;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
		border-bottom-color: #e10613;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #797676 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #797676 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
		background: #797676;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		background: #797676;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
		color: #797676;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		background: #797676;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
		border-color: #797676 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
		border-top-color: #797676;
		background-color: #797676;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #868383;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
		background: #868383;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
		border-bottom-color: #797676;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #9f6b20 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #9f6b20 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
		background: #9f6b20;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		background: #9f6b20;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
		color: #9f6b20;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		background: #9f6b20;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
		border-color: #9f6b20 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
		border-top-color: #9f6b20;
		background-color: #9f6b20;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #b47924;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
		background: #b47924;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
		border-bottom-color: #9f6b20;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #242424 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #242424 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
		background: #242424;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		background: #242424;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
		color: #242424;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		background: #242424;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
		border-color: #242424 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
		border-top-color: #242424;
		background-color: #242424;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #313131;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
		background: #313131;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
		border-bottom-color: #242424;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #2e353e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #2e353e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
		background: #2e353e;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		background: #2e353e;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		background: #2e353e;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
		border-color: #2e353e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		border-top-color: #2e353e;
		background-color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #FFF;
		border-bottom-color: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
		background: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
		border-bottom-color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
		color: #FFF;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #FFF transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
		background: #FFF;
		color: #777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		background: #FFF;
		color: #777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		background: #FFF;
		color: #777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
		border-color: #FFF transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
		border-top-color: #FFF;
		background-color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777;
		border-bottom-color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
		background: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
		border-bottom-color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
		color: #777;
		opacity: 0.70;
	}

	html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent #e10613 transparent transparent;
	};
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a {
		color: #e10613;
	}

	#header .header-nav-main nav > ul > li > a:active {
		color: #e10613;
	}

	#header .header-nav-main nav > ul > li > a.active {
		background: #e10613;
	}

	#header .header-nav-main nav > ul > li > a.active:focus,
  #header .header-nav-main nav > ul > li > a.active:hover {
		background: #e10613;
	};
}

@media (max-width: 991px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
		color: #e10613;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
		background: #e10613;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
		color: #797676;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
		background: #797676;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
		color: #9f6b20;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
		background: #9f6b20;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
		color: #242424;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
		background: #242424;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
		background: #2e353e;
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
		color: #FFF;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
		background: #FFF;
		color: #777;
	};
}

html #header .header-top.header-top-primary {
	background: #e10613;
	border-top-color: #c80511;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
	background: #f80816;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
	background: #f80816;
}

html #header .header-top.header-top-primary .dropdown-menu {
	background: #f80816;
	border-color: #f80816;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
	background: #f9212e !important;
}

html #header .header-top.header-top-secondary {
	background: #797676;
	border-top-color: #6c6969;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
	background: #868383;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
	background: #868383;
}

html #header .header-top.header-top-secondary .dropdown-menu {
	background: #868383;
	border-color: #868383;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
	background: #929090 !important;
}

html #header .header-top.header-top-tertiary {
	background: #9f6b20;
	border-top-color: #8a5d1c;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
	background: #b47924;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
	background: #b47924;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
	background: #b47924;
	border-color: #b47924;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
	background: #c98829 !important;
}

html #header .header-top.header-top-quaternary {
	background: #242424;
	border-top-color: #171717;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
	background: #313131;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
	background: #313131;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
	background: #313131;
	border-color: #313131;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
	background: #3e3e3e !important;
}

html #header .header-top.header-top-dark {
	background: #2e353e;
	border-top-color: #23282f;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
	background: #39424d;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
	background: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu {
	background: #39424d;
	border-color: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
	background: #444e5b !important;
}

html #header .header-top.header-top-light {
	background: #FFF;
	border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
	background: #ffffff;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
	background: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
	background: #ffffff !important;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #e10613 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-secondary {
		background: #797676 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-tertiary {
		background: #9f6b20 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-quaternary {
		background: #242424 !important;
		color: #FFF !important;
	}

	html #header .header-nav-bar-dark {
		background: #2e353e !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: #e10613;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
		color: #e10613;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	};
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active {
		color: #e10613;
	}

	html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
		color: #e10613;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
		color: #e10613;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
		border-color: #e10613 transparent transparent transparent;
	};
}

.testimonial blockquote {
	background: #f80816;
}

.testimonial .testimonial-arrow-down {
	border-top-color: #f80816;
}

html .testimonial-primary blockquote {
	background: #f80816;
}

html .testimonial-primary .testimonial-arrow-down {
	border-top-color: #f80816;
}

html .testimonial-secondary blockquote {
	background: #868383;
}

html .testimonial-secondary .testimonial-arrow-down {
	border-top-color: #868383;
}

html .testimonial-tertiary blockquote {
	background: #b47924;
}

html .testimonial-tertiary .testimonial-arrow-down {
	border-top-color: #b47924;
}

html .testimonial-quaternary blockquote {
	background: #313131;
}

html .testimonial-quaternary .testimonial-arrow-down {
	border-top-color: #313131;
}

html .testimonial-dark blockquote {
	background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
	border-top-color: #39424d;
}

html .testimonial-light blockquote {
	background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
	border-top-color: #ffffff;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .fas,
.circular-bar.only-icon .far,
.circular-bar.only-icon .fal,
.circular-bar.only-icon .fab,
.circular-bar.only-icon .icons {
	color: #e10613;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .fas,
html .counters .counter-primary .far,
html .counters .counter-primary .fal,
html .counters .counter-primary .fab,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
	color: #e10613;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .fas,
html .counters .counter-secondary .far,
html .counters .counter-secondary .fal,
html .counters .counter-secondary .fab,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
	color: #797676;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .fas,
html .counters .counter-tertiary .far,
html .counters .counter-tertiary .fal,
html .counters .counter-tertiary .fab,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
	color: #9f6b20;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .fas,
html .counters .counter-quaternary .far,
html .counters .counter-quaternary .fal,
html .counters .counter-quaternary .fab,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
	color: #242424;
}

html .counters .counter-dark .fa,
html .counters .counter-dark .fas,
html .counters .counter-dark .far,
html .counters .counter-dark .fal,
html .counters .counter-dark .fab,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
	color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light .fas,
html .counters .counter-light .far,
html .counters .counter-light .fal,
html .counters .counter-light .fab,
html .counters .counter-light .icons,
html .counters .counter-light strong {
	color: #FFF;
}

.icon-featured {
	background-color: #e10613;
}

.featured-box-primary .icon-featured {
	background-color: #e10613;
}

.featured-box-primary .icon-featured:after {
	border-color: #e10613;
}

.featured-box-primary h4 {
	color: #e10613;
}

.featured-box-primary .box-content {
	border-top-color: #e10613;
}

html .featured-box-primary .icon-featured {
	background-color: #e10613;
}

html .featured-box-primary h4 {
	color: #e10613;
}

html .featured-box-primary .box-content {
	border-top-color: #e10613;
}

html .featured-box-secondary .icon-featured {
	background-color: #797676;
}

html .featured-box-secondary h4 {
	color: #797676;
}

html .featured-box-secondary .box-content {
	border-top-color: #797676;
}

html .featured-box-tertiary .icon-featured {
	background-color: #9f6b20;
}

html .featured-box-tertiary h4 {
	color: #9f6b20;
}

html .featured-box-tertiary .box-content {
	border-top-color: #9f6b20;
}

html .featured-box-quaternary .icon-featured {
	background-color: #242424;
}

html .featured-box-quaternary h4 {
	color: #242424;
}

html .featured-box-quaternary .box-content {
	border-top-color: #242424;
}

html .featured-box-dark .icon-featured {
	background-color: #2e353e;
}

html .featured-box-dark h4 {
	color: #2e353e;
}

html .featured-box-dark .box-content {
	border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
	background-color: #FFF;
}

html .featured-box-light h4 {
	color: #FFF;
}

html .featured-box-light .box-content {
	border-top-color: #FFF;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
	border-color: #e10613;
	color: #e10613;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
	border-color: #797676;
	color: #797676;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #9f6b20;
	color: #9f6b20;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #242424;
	color: #242424;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
	border-color: #FFF;
	color: #FFF;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
	border-color: #e10613;
	color: #e10613;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
	border-color: #797676;
	color: #797676;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #9f6b20;
	color: #9f6b20;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #242424;
	color: #242424;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
	border-color: #FFF;
	color: #FFF;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
	color: #e10613;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
	color: #797676;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
	color: #9f6b20;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
	color: #242424;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #e10613;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
	color: #797676;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
	color: #9f6b20;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
	color: #242424;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
	color: #e10613;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
	color: #797676;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
	color: #9f6b20;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
	color: #242424;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
	color: #FFF;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px #e10613;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 3px #797676;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 3px #9f6b20;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 3px #242424;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 3px #2e353e;
}

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 #e10613;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background: #e10613 !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 10px #797676;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
	background: #797676 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 10px #9f6b20;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
	background: #9f6b20 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 10px #242424;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
	background: #242424 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
	background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
	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: #e10613;
}

html .feature-box-primary .feature-box-icon {
	background-color: #e10613;
}

html .feature-box-secondary .feature-box-icon {
	background-color: #797676;
}

html .feature-box-tertiary .feature-box-icon {
	background-color: #9f6b20;
}

html .feature-box-quaternary .feature-box-icon {
	background-color: #242424;
}

html .feature-box-dark .feature-box-icon {
	background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
	background-color: #FFF;
}

.feature-box.feature-box-style-2 .feature-box-icon .fa,
.feature-box.feature-box-style-2 .feature-box-icon .fas,
.feature-box.feature-box-style-2 .feature-box-icon .far,
.feature-box.feature-box-style-2 .feature-box-icon .fal,
.feature-box.feature-box-style-2 .feature-box-icon .fab,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
	color: #797676;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
	color: #9f6b20;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
	color: #242424;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-2 .feature-box-icon .far,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #e10613;
}

.feature-box.feature-box-style-3 .feature-box-icon .fa,
.feature-box.feature-box-style-3 .feature-box-icon .fas,
.feature-box.feature-box-style-3 .feature-box-icon .far,
.feature-box.feature-box-style-3 .feature-box-icon .fal,
.feature-box.feature-box-style-3 .feature-box-icon .fab,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
	border-color: #e10613;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
	border-color: #797676;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
	color: #797676;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
	border-color: #9f6b20;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
	color: #9f6b20;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
	border-color: #242424;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
	color: #242424;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
	border-color: #2e353e;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
	border-color: #FFF;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-3 .feature-box-icon .far,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-3 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-4 .feature-box-icon .fa,
.feature-box.feature-box-style-4 .feature-box-icon .fas,
.feature-box.feature-box-style-4 .feature-box-icon .far,
.feature-box.feature-box-style-4 .feature-box-icon .fal,
.feature-box.feature-box-style-4 .feature-box-icon .fab,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
	color: #797676;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
	color: #9f6b20;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
	color: #242424;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-4 .feature-box-icon .far,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
	color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon .fa,
.feature-box.feature-box-style-5 .feature-box-icon .fas,
.feature-box.feature-box-style-5 .feature-box-icon .far,
.feature-box.feature-box-style-5 .feature-box-icon .fal,
.feature-box.feature-box-style-5 .feature-box-icon .fab,
.feature-box.feature-box-style-5 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
	color: #797676;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
	color: #9f6b20;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
	color: #242424;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-5 .feature-box-icon .far,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
	color: #FFF;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
	color: #e10613;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
	color: #797676;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
	color: #9f6b20;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
	color: #242424;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-6 .feature-box-icon .far,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
	color: #FFF;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
	background-color: #af050f;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
	background-color: #c80511;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
	background-color: #e10613;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
	background-color: #f80816;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
	background-color: #f9212e;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
	background-color: #fa3a45;
}

html .featured-boxes-full .featured-box-full-primary {
	background-color: #e10613;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #797676;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
	background-color: #9f6b20;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
	background-color: #242424;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-dark {
	background-color: #2e353e;
	color: #FFF;
}

html .featured-boxes-full .featured-box-full-light {
	background-color: #FFF;
	color: #777;
}

.pricing-table .most-popular {
	border-color: #e10613;
}

.pricing-table .most-popular h3 {
	background-color: #e10613;
}

.pricing-table.princig-table-flat .plan h3 {
	background-color: #e10613;
}

.pricing-table.princig-table-flat .plan h3 span {
	background: #e10613;
}

html .call-to-action.featured.featured-primary {
	border-top-color: #e10613;
}

html .call-to-action.call-to-action-primary {
	background: #e10613;
}

html .call-to-action.with-full-borders-primary {
	border-color: #e10613;
}

html .call-to-action.call-to-action-primary {
	background: #e10613;
}

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: #797676;
}

html .call-to-action.call-to-action-secondary {
	background: #797676;
}

html .call-to-action.with-full-borders-secondary {
	border-color: #797676;
}

html .call-to-action.call-to-action-secondary {
	background: #797676;
}

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: #9f6b20;
}

html .call-to-action.call-to-action-tertiary {
	background: #9f6b20;
}

html .call-to-action.with-full-borders-tertiary {
	border-color: #9f6b20;
}

html .call-to-action.call-to-action-tertiary {
	background: #9f6b20;
}

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: #242424;
}

html .call-to-action.call-to-action-quaternary {
	background: #242424;
}

html .call-to-action.with-full-borders-quaternary {
	border-color: #242424;
}

html .call-to-action.call-to-action-quaternary {
	background: #242424;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
	color: #FFF;
}

html .call-to-action.featured.featured-dark {
	border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.with-full-borders-dark {
	border-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
	color: #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: #e10613;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #e10613;
}

ul.history li .featured-box .box-content {
	border-top-color: #e10613;
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #e10613;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #e10613;
}

.slider .tp-bannertimer {
	background-color: #e10613;
}

.home-concept strong {
	color: #e10613;
}

html .home-intro-primary {
	background: #e10613;
}

html .home-intro-secondary {
	background: #797676;
}

html .home-intro-tertiary {
	background: #9f6b20;
}

html .home-intro-quaternary {
	background: #242424;
}

html .home-intro-dark {
	background: #2e353e;
}

html .home-intro-light {
	background: #FFF;
}

.home-intro p em {
	color: #f9212e;
}

.hover-effect-1:hover a {
	color: #e10613 !important;
}

html .slider-container .tp-caption-overlay-primary {
	background: #e10613;
}

html .slider-container .tp-caption-overlay-opacity-primary {
	background: rgba(225, 6, 19, 0.4);
}

html .slider-container .tp-caption-overlay-secondary {
	background: #797676;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
	background: rgba(121, 118, 118, 0.4);
}

html .slider-container .tp-caption-overlay-tertiary {
	background: #9f6b20;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
	background: rgba(159, 107, 32, 0.4);
}

html .slider-container .tp-caption-overlay-quaternary {
	background: #242424;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
	background: rgba(36, 36, 36, 0.4);
}

html .slider-container .tp-caption-overlay-dark {
	background: #2e353e;
}

html .slider-container .tp-caption-overlay-opacity-dark {
	background: rgba(46, 53, 62, 0.4);
}

html .slider-container .tp-caption-overlay-light {
	background: #FFF;
}

html .slider-container .tp-caption-overlay-opacity-light {
	background: rgba(255, 255, 255, 0.4);
}

.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
	background-color: #e10613;
	border-color: #e10613 #e10613 #af050f;
	color: #fff;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
	background-color: #f91522;
	border-color: #f9212e #f9212e #e10613;
	color: #fff;
}

.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
	box-shadow: 0 0 0 3px rgba(225, 6, 19, 0.5);
}

.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
	background-color: #e10613;
	border-color: #e10613 #e10613 #af050f;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active,
.show > .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.show > .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
	background-color: #bc0510 !important;
	background-image: none !important;
	border-color: #af050f #af050f #7e030b !important;
	box-shadow: 0 0 0 0.2rem rgba(225, 6, 19, 0.5) !important;
}

.shop .products .product .onsale {
	background-color: #e10613;
	border-bottom-color: #b90510;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
	color: #e10613;
}

#footer .footer-ribbon {
	background: #e10613;
}

#footer .footer-ribbon:before {
	border-right-color: #96040d;
	border-left-color: #96040d;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
	color: #e10613;
}

#footer.color {
	background: #e10613;
	border-top-color: #e10613;
}

#footer.color .footer-ribbon {
	background: #af050f;
}

#footer.color .footer-ribbon:before {
	border-right-color: #650309;
}

#footer.color .footer-copyright {
	background: #c80511;
	border-top-color: #c80511;
}

html #footer.color-primary {
	background: #e10613;
	border-top-color: #e10613;
}

html #footer.color-primary .footer-ribbon {
	background: #af050f;
}

html #footer.color-primary .footer-ribbon:before {
	border-right-color: #650309;
}

html #footer.color-primary .footer-copyright {
	background: #c80511;
	border-top-color: #c80511;
}

html #footer.color-secondary {
	background: #797676;
	border-top-color: #797676;
}

html #footer.color-secondary .footer-ribbon {
	background: #5f5d5d;
}

html #footer.color-secondary .footer-ribbon:before {
	border-right-color: #383737;
}

html #footer.color-secondary .footer-copyright {
	background: #6c6969;
	border-top-color: #6c6969;
}

html #footer.color-tertiary {
	background: #9f6b20;
	border-top-color: #9f6b20;
}

html #footer.color-tertiary .footer-ribbon {
	background: #754e17;
}

html #footer.color-tertiary .footer-ribbon:before {
	border-right-color: #35240b;
}

html #footer.color-tertiary .footer-copyright {
	background: #8a5d1c;
	border-top-color: #8a5d1c;
}

html #footer.color-quaternary {
	background: #242424;
	border-top-color: #242424;
}

html #footer.color-quaternary .footer-ribbon {
	background: #0a0a0a;
}

html #footer.color-quaternary .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-quaternary .footer-copyright {
	background: #171717;
	border-top-color: #171717;
}

html #footer.color-dark {
	background: #2e353e;
	border-top-color: #2e353e;
}

html #footer.color-dark .footer-ribbon {
	background: #181c21;
}

html #footer.color-dark .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-dark .footer-copyright {
	background: #23282f;
	border-top-color: #23282f;
}

html #footer.color-light {
	background: #FFF;
	border-top-color: #FFF;
}

html #footer.color-light .footer-ribbon {
	background: #e6e6e6;
}

html #footer.color-light .footer-ribbon:before {
	border-right-color: #bfbfbf;
}

html #footer.color-light .footer-copyright {
	background: #f2f2f2;
	border-top-color: #f2f2f2;
}

.sample-icon-list .sample-icon a:hover {
	background-color: #e10613;
}

html.boxed .body {
	border-top-color: #e10613;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.active {
		color: #e10613 !important;
	}

	#header .header-nav-main nav > ul > li:hover > a.active,
  #header .header-nav-main nav > ul > li.open > a.active {
		background-color: #797676 !important;
	};
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a.active {
		background-color: #e10613 !important;
	};
}
