html {
    background-image: url("../img/patterns/gray_jean.png");
}

a {
    color: #23282f;
}

a:hover {
    color: #f69038;
}

a:focus {
    color: #f69038;
}

a:active {
    color: #f1750b;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary {
    color: #e0222b !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: #e0222b;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
    color: #fced61 !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: #fced61;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
    color: #7db387 !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: #7db387;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
    color: #249292 !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: #249292;
}

html .heading-dark,
html .lnk-dark,
html .text-color-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 {
    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: #e0222b !important;
}

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

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

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

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

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

.alternative-font {
    color: #e0222b;
}

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

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

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

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

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

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

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

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

ul.nav-pills > li.active > a {
    background-color: #e0222b;
}

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

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

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

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

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

html ul.nav-pills-primary > li.active > a {
    background-color: #e0222b;
}

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

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

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

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

html ul.nav-pills-secondary a:active {
    color: #fcea48;
}

html ul.nav-pills-secondary > li.active > a {
    background-color: #fced61;
}

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

html ul.nav-pills-tertiary a {
    color: #7db387;
}

html ul.nav-pills-tertiary a:hover {
    color: #8dbc96;
}

html ul.nav-pills-tertiary a:focus {
    color: #8dbc96;
}

html ul.nav-pills-tertiary a:active {
    color: #6daa78;
}

html ul.nav-pills-tertiary > li.active > a {
    background-color: #7db387;
}

html ul.nav-pills-tertiary > li.active > a:hover,
html ul.nav-pills-tertiary > li.active > a:focus {
    background-color: #7db387;
}

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

html ul.nav-pills-quaternary a:hover {
    color: #29a6a6;
}

html ul.nav-pills-quaternary a:focus {
    color: #29a6a6;
}

html ul.nav-pills-quaternary a:active {
    color: #1f7e7e;
}

html ul.nav-pills-quaternary > li.active > a {
    background-color: #249292;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .label-primary {
    background-color: #e0222b;
}

html .label-secondary {
    background-color: #fced61;
}

html .label-tertiary {
    background-color: #7db387;
}

html .label-quaternary {
    background-color: #249292;
}

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

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

.btn-link {
    color: #e0222b;
}

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

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

html .btn-primary {
    color: #fff;
    background-color: #e0222b;
    border-color: #e0222b #e0222b #d8690a;
}

html .btn-primary:hover {
    border-color: #f69038 #f69038 #f1750b;
    background-color: #f69038;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
    border-color: #f1750b #f1750b #f1750b;
    background-color: #f1750b;
}

html .btn-primary.dropdown-toggle {
    border-left-color: #f1750b;
}

html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus {
    border-color: #f9b982;
    background-color: #f9b982;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
    color: #FFF;
}

html .btn-primary-scale-2 {
    color: #fff;
    background-color: #d8690a;
    border-color: #d8690a #d8690a #a75108;
}

html .btn-primary-scale-2:hover {
    border-color: #f1750b #f1750b #c05d09;
    background-color: #f1750b;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2:active:hover,
html .btn-primary-scale-2:active:focus {
    border-color: #c05d09 #c05d09 #c05d09;
    background-color: #c05d09;
}

html .btn-primary-scale-2.dropdown-toggle {
    border-left-color: #c05d09;
}

html .btn-primary-scale-2[disabled],
html .btn-primary-scale-2[disabled]:hover,
html .btn-primary-scale-2[disabled]:active,
html .btn-primary-scale-2[disabled]:focus {
    border-color: #f79d51;
    background-color: #f79d51;
}

html .btn-secondary {
    color: #fff;
    background-color: #fced61;
    border-color: #fced61 #fced61 #fbe72f;
}

html .btn-secondary:hover {
    border-color: #fcf07a #fcf07a #fcea48;
    background-color: #fcf07a;
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
    border-color: #fcea48 #fcea48 #fcea48;
    background-color: #fcea48;
}

html .btn-secondary.dropdown-toggle {
    border-left-color: #fcea48;
}

html .btn-secondary[disabled],
html .btn-secondary[disabled]:hover,
html .btn-secondary[disabled]:active,
html .btn-secondary[disabled]:focus {
    border-color: #fef8c5;
    background-color: #fef8c5;
}

html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
    color: #777;
}

html .btn-secondary-scale-2 {
    color: #fff;
    background-color: #fbe72f;
    border-color: #fbe72f #fbe72f #f2db05;
}

html .btn-secondary-scale-2:hover {
    border-color: #fcea48 #fcea48 #fbe416;
    background-color: #fcea48;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2:active:hover,
html .btn-secondary-scale-2:active:focus {
    border-color: #fbe416 #fbe416 #fbe416;
    background-color: #fbe416;
}

html .btn-secondary-scale-2.dropdown-toggle {
    border-left-color: #fbe416;
}

html .btn-secondary-scale-2[disabled],
html .btn-secondary-scale-2[disabled]:hover,
html .btn-secondary-scale-2[disabled]:active,
html .btn-secondary-scale-2[disabled]:focus {
    border-color: #fdf393;
    background-color: #fdf393;
}

html .btn-tertiary {
    color: #fff;
    background-color: #7db387;
    border-color: #7db387 #7db387 #5da06a;
}

html .btn-tertiary:hover {
    border-color: #8dbc96 #8dbc96 #6daa78;
    background-color: #8dbc96;
}

html .btn-tertiary:active,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
    border-color: #6daa78 #6daa78 #6daa78;
    background-color: #6daa78;
}

html .btn-tertiary.dropdown-toggle {
    border-left-color: #6daa78;
}

html .btn-tertiary[disabled],
html .btn-tertiary[disabled]:hover,
html .btn-tertiary[disabled]:active,
html .btn-tertiary[disabled]:focus {
    border-color: #bdd9c2;
    background-color: #bdd9c2;
}

html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
    color: #FFF;
}

html .btn-tertiary-scale-2 {
    color: #fff;
    background-color: #5da06a;
    border-color: #5da06a #5da06a #4b7f54;
}

html .btn-tertiary-scale-2:hover {
    border-color: #6daa78 #6daa78 #54905f;
    background-color: #6daa78;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2:active:hover,
html .btn-tertiary-scale-2:active:focus {
    border-color: #54905f #54905f #54905f;
    background-color: #54905f;
}

html .btn-tertiary-scale-2.dropdown-toggle {
    border-left-color: #54905f;
}

html .btn-tertiary-scale-2[disabled],
html .btn-tertiary-scale-2[disabled]:hover,
html .btn-tertiary-scale-2[disabled]:active,
html .btn-tertiary-scale-2[disabled]:focus {
    border-color: #9dc6a5;
    background-color: #9dc6a5;
}

html .btn-quaternary {
    color: #fff;
    background-color: #249292;
    border-color: #249292 #249292 #1a6969;
}

html .btn-quaternary:hover {
    border-color: #29a6a6 #29a6a6 #1f7e7e;
    background-color: #29a6a6;
}

html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
    border-color: #1f7e7e #1f7e7e #1f7e7e;
    background-color: #1f7e7e;
}

html .btn-quaternary.dropdown-toggle {
    border-left-color: #1f7e7e;
}

html .btn-quaternary[disabled],
html .btn-quaternary[disabled]:hover,
html .btn-quaternary[disabled]:active,
html .btn-quaternary[disabled]:focus {
    border-color: #4ad2d2;
    background-color: #4ad2d2;
}

html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
    color: #FFF;
}

html .btn-quaternary-scale-2 {
    color: #fff;
    background-color: #1a6969;
    border-color: #1a6969 #1a6969 #104040;
}

html .btn-quaternary-scale-2:hover {
    border-color: #1f7e7e #1f7e7e #155555;
    background-color: #1f7e7e;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2:active:hover,
html .btn-quaternary-scale-2:active:focus {
    border-color: #155555 #155555 #155555;
    background-color: #155555;
}

html .btn-quaternary-scale-2.dropdown-toggle {
    border-left-color: #155555;
}

html .btn-quaternary-scale-2[disabled],
html .btn-quaternary-scale-2[disabled]:hover,
html .btn-quaternary-scale-2[disabled]:active,
html .btn-quaternary-scale-2[disabled]:focus {
    border-color: #2ebbbb;
    background-color: #2ebbbb;
}

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

html .btn-dark:hover {
    border-color: #39424d #39424d #23282f;
    background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
    border-color: #23282f #23282f #23282f;
    background-color: #23282f;
}

html .btn-dark.dropdown-toggle {
    border-left-color: #23282f;
}

html .btn-dark[disabled],
html .btn-dark[disabled]:hover,
html .btn-dark[disabled]:active,
html .btn-dark[disabled]:focus {
    border-color: #596779;
    background-color: #596779;
}

html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
    color: #FFF;
}

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

html .btn-dark-scale-2:hover {
    border-color: #23282f #23282f #0d0f12;
    background-color: #23282f;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2:active:hover,
html .btn-dark-scale-2:active:focus {
    border-color: #0d0f12 #0d0f12 #0d0f12;
    background-color: #0d0f12;
}

html .btn-dark-scale-2.dropdown-toggle {
    border-left-color: #0d0f12;
}

html .btn-dark-scale-2[disabled],
html .btn-dark-scale-2[disabled]:hover,
html .btn-dark-scale-2[disabled]:active,
html .btn-dark-scale-2[disabled]:focus {
    border-color: #444e5b;
    background-color: #444e5b;
}

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

html .btn-light:hover {
    border-color: #ffffff #ffffff #f2f2f2;
    background-color: #ffffff;
}

html .btn-light:active,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2;
}

html .btn-light.dropdown-toggle {
    border-left-color: #f2f2f2;
}

html .btn-light[disabled],
html .btn-light[disabled]:hover,
html .btn-light[disabled]:active,
html .btn-light[disabled]:focus {
    border-color: #ffffff;
    background-color: #ffffff;
}

html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
    color: #777;
}

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

html .btn-light-scale-2:hover {
    border-color: #f2f2f2 #f2f2f2 #d9d9d9;
    background-color: #f2f2f2;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2:focus,
html .btn-light-scale-2:active:hover,
html .btn-light-scale-2:active:focus {
    border-color: #d9d9d9 #d9d9d9 #d9d9d9;
    background-color: #d9d9d9;
}

html .btn-light-scale-2.dropdown-toggle {
    border-left-color: #d9d9d9;
}

html .btn-light-scale-2[disabled],
html .btn-light-scale-2[disabled]:hover,
html .btn-light-scale-2[disabled]:active,
html .btn-light-scale-2[disabled]:focus {
    border-color: #ffffff;
    background-color: #ffffff;
}

html .btn-borders.btn-primary {
    background: transparent;
    border-color: #e0222b;
    color: #e0222b;
    text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
    background-color: #e0222b;
    border-color: #e0222b !important;
    color: #FFF;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
    border-color: #f69038 #f69038 #f1750b;
    background-color: #f69038;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
    border-color: #f1750b #f1750b #f1750b;
    background-color: #f1750b;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
    border-left-color: #f1750b;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled],
html .btn-borders.btn-primary:hover[disabled]:hover,
html .btn-borders.btn-primary:focus[disabled]:hover,
html .btn-borders.btn-primary:hover[disabled]:active,
html .btn-borders.btn-primary:focus[disabled]:active,
html .btn-borders.btn-primary:hover[disabled]:focus,
html .btn-borders.btn-primary:focus[disabled]:focus {
    border-color: #f9b982;
    background-color: #f9b982;
}

html .btn-borders.btn-secondary {
    background: transparent;
    border-color: #fced61;
    color: #fced61;
    text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
    background-color: #fced61;
    border-color: #fced61 !important;
    color: #777;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
    border-color: #fcf07a #fcf07a #fcea48;
    background-color: #fcf07a;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
    border-color: #fcea48 #fcea48 #fcea48;
    background-color: #fcea48;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
    border-left-color: #fcea48;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled],
html .btn-borders.btn-secondary:hover[disabled]:hover,
html .btn-borders.btn-secondary:focus[disabled]:hover,
html .btn-borders.btn-secondary:hover[disabled]:active,
html .btn-borders.btn-secondary:focus[disabled]:active,
html .btn-borders.btn-secondary:hover[disabled]:focus,
html .btn-borders.btn-secondary:focus[disabled]:focus {
    border-color: #fef8c5;
    background-color: #fef8c5;
}

html .btn-borders.btn-tertiary {
    background: transparent;
    border-color: #7db387;
    color: #7db387;
    text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
    background-color: #7db387;
    border-color: #7db387 !important;
    color: #FFF;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
    border-color: #8dbc96 #8dbc96 #6daa78;
    background-color: #8dbc96;
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus,
html .btn-borders.btn-tertiary:hover:active:hover,
html .btn-borders.btn-tertiary:focus:active:hover,
html .btn-borders.btn-tertiary:hover:active:focus,
html .btn-borders.btn-tertiary:focus:active:focus {
    border-color: #6daa78 #6daa78 #6daa78;
    background-color: #6daa78;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
    border-left-color: #6daa78;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled],
html .btn-borders.btn-tertiary:hover[disabled]:hover,
html .btn-borders.btn-tertiary:focus[disabled]:hover,
html .btn-borders.btn-tertiary:hover[disabled]:active,
html .btn-borders.btn-tertiary:focus[disabled]:active,
html .btn-borders.btn-tertiary:hover[disabled]:focus,
html .btn-borders.btn-tertiary:focus[disabled]:focus {
    border-color: #bdd9c2;
    background-color: #bdd9c2;
}

html .btn-borders.btn-quaternary {
    background: transparent;
    border-color: #249292;
    color: #249292;
    text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
    background-color: #249292;
    border-color: #249292 !important;
    color: #FFF;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
    border-color: #29a6a6 #29a6a6 #1f7e7e;
    background-color: #29a6a6;
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus,
html .btn-borders.btn-quaternary:hover:active:hover,
html .btn-borders.btn-quaternary:focus:active:hover,
html .btn-borders.btn-quaternary:hover:active:focus,
html .btn-borders.btn-quaternary:focus:active:focus {
    border-color: #1f7e7e #1f7e7e #1f7e7e;
    background-color: #1f7e7e;
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
    border-left-color: #1f7e7e;
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled],
html .btn-borders.btn-quaternary:hover[disabled]:hover,
html .btn-borders.btn-quaternary:focus[disabled]:hover,
html .btn-borders.btn-quaternary:hover[disabled]:active,
html .btn-borders.btn-quaternary:focus[disabled]:active,
html .btn-borders.btn-quaternary:hover[disabled]:focus,
html .btn-borders.btn-quaternary:focus[disabled]:focus {
    border-color: #4ad2d2;
    background-color: #4ad2d2;
}

html .btn-borders.btn-dark {
    background: transparent;
    border-color: #2e353e;
    color: #2e353e;
    text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
    background-color: #2e353e;
    border-color: #2e353e !important;
    color: #FFF;
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
    border-color: #39424d #39424d #23282f;
    background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus,
html .btn-borders.btn-dark:hover:active:hover,
html .btn-borders.btn-dark:focus:active:hover,
html .btn-borders.btn-dark:hover:active:focus,
html .btn-borders.btn-dark:focus:active:focus {
    border-color: #23282f #23282f #23282f;
    background-color: #23282f;
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
    border-left-color: #23282f;
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled],
html .btn-borders.btn-dark:hover[disabled]:hover,
html .btn-borders.btn-dark:focus[disabled]:hover,
html .btn-borders.btn-dark:hover[disabled]:active,
html .btn-borders.btn-dark:focus[disabled]:active,
html .btn-borders.btn-dark:hover[disabled]:focus,
html .btn-borders.btn-dark:focus[disabled]:focus {
    border-color: #596779;
    background-color: #596779;
}

html .btn-borders.btn-light {
    background: transparent;
    border-color: #FFF;
    color: #FFF;
    text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
    background-color: #FFF;
    border-color: #FFF !important;
    color: #777;
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
    border-color: #ffffff #ffffff #f2f2f2;
    background-color: #ffffff;
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus,
html .btn-borders.btn-light:hover:active:hover,
html .btn-borders.btn-light:focus:active:hover,
html .btn-borders.btn-light:hover:active:focus,
html .btn-borders.btn-light:focus:active:focus {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
    border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled],
html .btn-borders.btn-light:hover[disabled]:hover,
html .btn-borders.btn-light:focus[disabled]:hover,
html .btn-borders.btn-light:hover[disabled]:active,
html .btn-borders.btn-light:focus[disabled]:active,
html .btn-borders.btn-light:hover[disabled]:focus,
html .btn-borders.btn-light:focus[disabled]:focus {
    border-color: #ffffff;
    background-color: #ffffff;
}

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

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

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

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: #e0222b;
    border-color: #e0222b;
}

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

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
    border-color: #f69038 #f69038 #f1750b;
    background-color: #f69038;
}

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

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
    border-left-color: #f1750b;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled],
.pagination > .active > a[disabled]:hover,
body.dark .pagination > .active > a[disabled]:hover,
.pagination > .active > a[disabled]:active,
body.dark .pagination > .active > a[disabled]:active,
.pagination > .active > a[disabled]:focus,
body.dark .pagination > .active > a[disabled]:focus {
    border-color: #f9b982;
    background-color: #f9b982;
}

html .alert-primary {
    background-color: #e0222b;
    border-color: #f47a11;
    color: #FFF;
}

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

html .alert-secondary {
    background-color: #fced61;
    border-color: #fceb52;
    color: #777;
}

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

html .alert-tertiary {
    background-color: #7db387;
    border-color: #73ad7e;
    color: #FFF;
}

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

html .alert-quaternary {
    background-color: #249292;
    border-color: #218686;
    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: #e0222b;
}

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

html .progress-bar-tertiary {
    background-color: #7db387;
}

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

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

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

html section.section-primary {
    background-color: #e0222b !important;
    border-color: #f1750b !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: #d8690a !important;
    border-color: #c05d09 !important;
}

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

html section.section-secondary {
    background-color: #fced61 !important;
    border-color: #fcea48 !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: #777;
}

html section.section-secondary p {
    color: #5e5e5e;
}

html section.section-secondary-scale-2 {
    background-color: #fbe72f !important;
    border-color: #fbe416 !important;
}

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

html section.section-tertiary {
    background-color: #7db387 !important;
    border-color: #6daa78 !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: #5da06a !important;
    border-color: #54905f !important;
}

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

html section.section-quaternary {
    background-color: #249292 !important;
    border-color: #1f7e7e !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: #1a6969 !important;
    border-color: #155555 !important;
}

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

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

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

html .page-header-color.page-header-primary {
    background-color: #e0222b;
    border-bottom-color: #e0222b;
    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: #fced61;
    border-bottom-color: #fced61;
    color: #777;
}

html .page-header-color.page-header-secondary h1 {
    color: #777;
}

html .page-header-color.page-header-secondary h1 span {
    color: #777;
}

html .page-header-color.page-header-secondary a {
    color: #777;
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
    color: #777;
}

html .page-header-color.page-header-tertiary {
    background-color: #7db387;
    border-bottom-color: #7db387;
    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: #249292;
    border-bottom-color: #249292;
    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: #e0222b;
    border-left-color: #e0222b;
    border-right-color: #e0222b;
}

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

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

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

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

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

html .toggle-tertiary .toggle label {
    color: #7db387;
    border-left-color: #7db387;
    border-right-color: #7db387;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #7db387;
}

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

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

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

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

.inverted {
    background-color: #e0222b;
}

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

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

html .inverted-tertiary {
    background-color: #7db387;
}

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

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

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

.owl-carousel .owl-nav [class*="owl-"] {
    color: #fff;
    background-color: #e0222b;
    border-color: #e0222b #e0222b #d8690a;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    border-color: #f69038 #f69038 #f1750b;
    background-color: #f69038;
}

.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:active:hover,
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
    border-color: #f1750b #f1750b #f1750b;
    background-color: #f1750b;
}

.owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
    border-left-color: #f1750b;
}

.owl-carousel .owl-nav [class*="owl-"][disabled],
.owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
.owl-carousel .owl-nav [class*="owl-"][disabled]:active,
.owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
    border-color: #f9b982;
    background-color: #f9b982;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
    color: #e0222b;
}

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

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

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

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

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

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

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

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

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

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

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

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

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #e0222b;
}

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

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #e0222b;
}

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

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

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

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

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

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

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #fced61;
}

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

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #fced61;
}

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

html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    color: #7db387;
}

html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    border-top-color: #7db387;
}

html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #7db387;
    color: #7db387;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #7db387;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #7db387;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #7db387;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #7db387;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #7db387;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #7db387;
}

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

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

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

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

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

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #249292;
}

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

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #249292;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: #e0222b;
    border-color: #e0222b;
}

.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 > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #e0222b;
}

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

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

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 > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
    color: #e0222b;
    border-color: #e0222b;
}

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 > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #e0222b;
    color: #FFF;
}

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

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #e0222b;
    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 > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
    color: #fced61;
    border-color: #fced61;
}

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 > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #fced61;
    color: #777;
}

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

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

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 > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
    color: #7db387;
    border-color: #7db387;
}

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 > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #7db387;
    color: #FFF;
}

html .list-tertiary.list-ordened li:before {
    color: #7db387;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #7db387;
    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 > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
    color: #249292;
    border-color: #249292;
}

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 > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #249292;
    color: #FFF;
}

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

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #249292;
    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 > .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 > .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 > .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 > .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: #e0222b;
}

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

.panel-group .panel-heading a {
    color: #e0222b;
}

html .panel-group.panel-group-primary .panel-heading {
    background-color: #e0222b !important;
}

html .panel-group.panel-group-primary .panel-heading a {
    color: #FFF;
}

html .panel-group.panel-group-secondary .panel-heading {
    background-color: #fced61 !important;
}

html .panel-group.panel-group-secondary .panel-heading a {
    color: #777;
}

html .panel-group.panel-group-tertiary .panel-heading {
    background-color: #7db387 !important;
}

html .panel-group.panel-group-tertiary .panel-heading a {
    color: #FFF;
}

html .panel-group.panel-group-quaternary .panel-heading {
    background-color: #249292 !important;
}

html .panel-group.panel-group-quaternary .panel-heading a {
    color: #FFF;
}

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

html .panel-group.panel-group-dark .panel-heading a {
    color: #FFF;
}

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

html .panel-group.panel-group-light .panel-heading a {
    color: #777;
}

html .divider.divider-primary .fa,
html .divider.divider-primary .icons {
    color: #e0222b;
}

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

html .divider.divider-secondary .fa,
html .divider.divider-secondary .icons {
    color: #fced61;
}

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

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
    color: #7db387;
}

html .divider.divider-tertiary.divider-small hr {
    background: #7db387;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .icons {
    color: #249292;
}

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

html .divider.divider-dark .fa,
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 .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 .icons {
    background: #e0222b;
    color: #FFF;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .icons {
    background: #fced61;
    color: #777;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
    background: #7db387;
    color: #FFF;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .icons {
    background: #249292;
    color: #FFF;
}

html .divider.divider-style-2.divider-dark .fa,
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 .icons {
    background: #FFF;
    color: #777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .icons {
    border-color: #e0222b;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .icons {
    border-color: #fced61;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .icons {
    border-color: #7db387;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .icons {
    border-color: #249292;
}

html .divider.divider-style-3.divider-dark .fa,
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 .icons {
    border-color: #FFF;
}

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

#header .tip:before {
    border-right-color: #e0222b;
}

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

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

html #header .tip-secondary {
    background: #fced61 !important;
    color: #777 !important;
}

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

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

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

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

html #header .tip-quaternary:before {
    border-right-color: #249292 !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.skin:before {
    border-left-color: #e0222b;
}

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

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #e0222b;
    }

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

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

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

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

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

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

    #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
        color: #e0222b;
    }

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

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

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

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

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

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

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

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

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

    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: #e0222b;
        color: #FFF;
    }

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

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

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

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

    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-mega.dropdown-primary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

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

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

    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: #fced61;
        color: #777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background: #fced61;
        color: #777;
    }

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

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

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

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

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

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

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

    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: #7db387;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        background: #7db387;
        color: #FFF;
    }

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

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

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

    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-mega.dropdown-tertiary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

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

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

    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: #249292;
        color: #FFF;
    }

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

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

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

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

    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-mega.dropdown-quaternary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    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 {
        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.active > a,
    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 .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-mega.dropdown-dark .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    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 {
        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.active > a,
    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 .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-mega.dropdown-light .dropdown-mega-sub-title {
        color: #777;
        opacity: 0.70;
    }
}

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

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

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

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

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

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

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

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

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

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
        background: #249292;
        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.active > a {
        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.active > a {
        background: #FFF;
        color: #777;
    }
}

html #header .header-top.header-top-primary {
    background: #e0222b;
    border-top-color: #f1750b;
}

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

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

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

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

html #header .header-top.header-top-secondary {
    background: #fced61;
    border-top-color: #fcea48;
}

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

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

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

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

html #header .header-top.header-top-tertiary {
    background: #7db387;
    border-top-color: #6daa78;
}

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

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

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

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

html #header .header-top.header-top-quaternary {
    background: #249292;
    border-top-color: #1f7e7e;
}

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

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

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

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
    background: #2ebbbb !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: #de141e !important;
        color: #FFF !important;
    */}
@media (min-width: 992px){
    html #header .header-nav-bar-primary {
        background: #444 !important;
        color: #FFF !important;
    }
}
.page-slider {
    margin-top: 10px;
}

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

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

html #header .header-nav-bar-quaternary {
    background: #249292 !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: #e0222b;
    }

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

.testimonial blockquote {
    background: #f69038;
}

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

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

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

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

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

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

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

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

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

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 .icons {
    color: #e0222b;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
    color: #e0222b;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
    color: #fced61;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
    color: #7db387;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
    color: #249292;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html .featured-box-tertiary .icon-featured {
    background-color: #7db387;
}

html .featured-box-tertiary h4 {
    color: #7db387;
}

html .featured-box-tertiary .box-content {
    border-top-color: #7db387;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #249292 !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: #e0222b;
}

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

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

html .feature-box-tertiary .feature-box-icon {
    background-color: #7db387;
}

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

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 i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #e0222b;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
    color: #e0222b;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
    color: #fced61;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
    color: #7db387;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
    color: #249292;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
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 i.fa,
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: #e0222b;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #e0222b;
}

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

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
    color: #e0222b;
}

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

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
    color: #fced61;
}

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

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
    color: #7db387;
}

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

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
    color: #249292;
}

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 i.fa,
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 i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
    color: #e0222b;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
    color: #e0222b;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
    color: #fced61;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
    color: #7db387;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
    color: #249292;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
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 i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
    color: #e0222b;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
    color: #e0222b;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
    color: #fced61;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
    color: #7db387;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
    color: #249292;
}

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

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
    color: #FFF;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
    color: #e0222b;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
    color: #fced61;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
    color: #7db387;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
    color: #249292;
}

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

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
    color: #FFF;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
    background-color: #d8690a;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
    background-color: #f1750b;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
    background-color: #e0222b;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
    background-color: #f69038;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
    background-color: #f79d51;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
    background-color: #f8ab69;
}

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

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #fced61;
    color: #777;
}

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

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #249292;
    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: #e0222b;
}

.pricing-table .most-popular h3 {
    background-color: #e0222b !important;
}

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

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

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

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

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

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

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

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

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

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

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
    color: #777;
}

html .call-to-action.featured.featured-tertiary {
    border-top-color: #7db387;
}

html .call-to-action.call-to-action-tertiary {
    background: #7db387;
}

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

html .call-to-action.call-to-action-tertiary {
    background: #7db387;
}

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

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

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

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

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: #e0222b;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #e0222b;
}

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

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

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

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

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

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

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

html .home-intro-tertiary {
    background: #7db387;
}

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

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

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

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

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

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(245, 130, 32, 0.4);
}

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

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

html .slider-container .tp-caption-overlay-tertiary {
    background: #7db387;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(125, 179, 135, 0.4);
}

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

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(36, 146, 146, 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);
}
/* Arrows */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
    color: #fff;
    background-color: #e0222b;
    border-color: #e0222b #e0222b #d8690a;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
    border-color: #f69038 #f69038 #f1750b;
    background-color: #f69038;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow:active:hover,
.tparrows.tparrows-carousel.tp-rightarrow:active:hover,
.tparrows.tparrows-carousel.tp-leftarrow:active:focus,
.tparrows.tparrows-carousel.tp-rightarrow:active:focus {
    border-color: #f1750b #f1750b #f1750b;
    background-color: #f1750b;
}

.tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
    border-left-color: #f1750b;
}

.tparrows.tparrows-carousel.tp-leftarrow[disabled],
.tparrows.tparrows-carousel.tp-rightarrow[disabled],
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:focus,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:focus {
    border-color: #f9b982;
    background-color: #f9b982;
}

.shop ul.products li.product .onsale {
    background-color: #e0222b;
    border-bottom-color: #e26d0a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html #footer.color-secondary .footer-ribbon:before {
    border-right-color: #d9c504;
}

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

html #footer.color-tertiary {
    background: #7db387;
    border-top-color: #7db387;
}

html #footer.color-tertiary .footer-ribbon {
    background: #5da06a;
}

html #footer.color-tertiary .footer-ribbon:before {
    border-right-color: #416f4a;
}

html #footer.color-tertiary .footer-copyright {
    background: #6daa78;
    border-top-color: #6daa78;
}

html #footer.color-quaternary {
    background: #249292;
    border-top-color: #249292;
}

html #footer.color-quaternary .footer-ribbon {
    background: #1a6969;
}

html #footer.color-quaternary .footer-ribbon:before {
    border-right-color: #0b2c2c;
}

html #footer.color-quaternary .footer-copyright {
    background: #1f7e7e;
    border-top-color: #1f7e7e;
}

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

html.boxed .body {
    border-top-color: #e0222b;
    border-top: 0 !important;
}

.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-radius: 0;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a,
    .nav-tabs-justified > li > a,
    .navbar {
        border-radius: 0;
    }
}


#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.panel-group .panel-heading,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev,
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
    border-radius: 0;
}

@media (max-width: 479px) {
    .tabs .nav.nav-tabs.nav-justified li:first-child a,
    .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
    #header.flat-menu nav ul.nav-main li a,
    html.boxed #header.flat-menu .header-top {
        border-radius: 0;
    }
}

html.boxed .body {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
#header .header-body{
    border-top: 2px solid #fff;
}

#header .header-nav-main{
    margin: 0;
}
#header .header-nav-bar {
    margin: 0;
    padding: 0 10px 0;
}

#header .header-nav-main nav ul  .dropdown {
    border-right: 1px solid #ffffff;
}

#header .header-nav-main nav ul  li {
    border-right: 1px solid #ffffff !important;
}
.nav-pills > li + li {
    margin-left: 0;
}


.tab-baslik{
    padding: 2px !important;
    margin: 0 !important;
}
.tab-baslik a{
    padding: 2px !important;
    margin: 0 !important;
    font-size: 13px !important;
}

#nt-example1 > li {
    background: #F2F2F2;
    line-height: 30px;
    border-bottom: dotted 1px #f0e4d3;
    border-radius: 2px !important;
    padding-right: 2px !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 1em !important;
    vertical-align: top;
    padding-bottom: 0 !important;
    margin-bottom: 3px !important;
    margin-top: 0;
}

#nt-example1 > li a{
    padding-left: 10px !important;
}


#nt-example1 li:hover{
    background-color: #f0e4d3;
    cursor: hand;
}

/* nt-ilanlar */

#nt-ilanlar {
    max-width: 620px;
    margin: 0;
}

#nt-ilanlar-container {
    text-align: center;
}

#nt-ilanlar-container i {
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-ilanlar-container i:hover {
    color: #333;
}

#nt-ilanlar li {
    color: #4e4e4e;
    background: #F2F2F2;
    overflow: hidden;
    line-height: 30px;
    list-style: none;
    font-size: 0.8em !important;
    text-align: left;
    border-bottom: dotted 1px #f0e4d3;
    border-radius: 2px !important;
    padding-right: 2px !important;
    vertical-align: top !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    padding-bottom: 0 !important;
    margin-bottom: 3px !important;
    margin-top: 0;
}

#nt-ilanlar li:hover {
    background-color: #f0e4d3;
    cursor: hand;
}




.logolar div {
    text-align: center;
    vertical-align: bottom;
}
.logolar div img {
    max-height: 64px;
}

#footer {
    margin-top : 25px !important;
    background-color: #e6e6e6 !important;
    border-top: 4px solid  #14438a ;
}
#footer.short {
    padding-top: 10px !important;
}
#footer .container .row > div{
    margin-bottom: 5px !important;
}


@media  screen and (min-width: 992px) and (max-width: 1024px)  {
    .tanitim-videosu{
        width: 100% !important;
        height: 233px !important;
    }
}

@media  (min-width: 1025px) {

}

@media (min-width: 992px) {
    .duyuru-container{
        padding: 0 !important;
    }
}

.owl-ilan .owl-stage-outer{
    height: 50px !important;
}

.tp-bullets{
    background-color:rgba(255,255,255,0.5);
    border-radius: 2px;
}
.metis .tp-bullet{
    background-color: rgba(182, 179, 180, 0.75);
}

.metis .tp-bullet.selected, .metis .tp-bullet:hover{
    background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(251, 219, 60, 0.53) 100%);
}
#header .header-social-icons{
    margin-top: 5px !important;
}
#header .header-column .header-extra-info{
    margin-top: 5px !important;
}

#header .header-column{
    vertical-align: top;
}

@media (max-width: 768px) {
    #header .header-btn-collapse-nav{
        background: #e0222b !important;
        margin:0 !important;
    }
    html.sticky-header-enabled #header .header-nav-main{
        overflow-x:visible;
        overflow-y:visible;
        max-height: none;
    }
}

@media (max-width: 320px) {
    #header .header-body{
        background-image: none;
        background-position: right top;
        background-repeat: no-repeat
    }
    .dv-govde{
        margin-left: 10px;
        margin-right: 10px;
    }
}

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

.medical-schedules {
    margin: -47px 0 0 0;
}
.medical-schedules h4 {
    line-height: 23px;
    padding-top: 4px;
}
.medical-schedules h4, .medical-schedules h5, .medical-schedules a, .medical-schedules i {
    color: #fff !important;
}
.medical-schedules h5 {
    position: relative;
    display: inline-block;
}
.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four {
    height: 94px;
    position: relative;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.medical-schedules .box-one {
    z-index: 4;
    background-color: #e6e6e8 !important;
}
.medical-schedules .box-one .m-none {

    color: #2b4c5e !important;
}
.medical-schedules .box-two {
    z-index: 3;
    background-color: #dddddf !important;
}
.medical-schedules .box-two .m-none a{
    color: #2b4c5e !important;
}

.medical-schedules .box-three {
    z-index: 2;
    background-color: #d6d6d8 !important;
}
.medical-schedules .box-three .m-none {
    color: #2b4c5e !important;
}

.medical-schedules .box-three:hover {
    z-index: 10;
}
.medical-schedules .box-four {
    z-index: 1;
}
.medical-schedules .box-one::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 47px solid transparent;
    border-bottom: 47px solid transparent;
    border-left: 40px solid #d6d6d8;
    z-index: 5;
}

.medical-schedules .box-two::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 47px solid transparent;
    border-bottom: 47px solid transparent;
    border-left: 40px solid #ceced0;
    z-index: 5;
}


.medical-schedules .box-two, .medical-schedules .box-three {
    padding: 38px 38px 38px 70px;
}
.medical-schedules .box-two a, .medical-schedules .box-three a {
    text-decoration: none;
}
.medical-schedules .box-two:hover .expanded-info, .medical-schedules .box-three:hover .expanded-info {
    opacity: 1;
    z-index: 1;
}
.medical-schedules .box-two:hover .expanded-info .info, .medical-schedules .box-three:hover .expanded-info .info {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.medical-schedules .box-two:hover i, .medical-schedules .box-three:hover i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info, .medical-schedules .box-three .expanded-info {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 99%;
    width: 100%;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info .info, .medical-schedules .box-three .expanded-info .info {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}
.medical-schedules .box-two .expanded-info .info:nth-child(1), .medical-schedules .box-three .expanded-info .info:nth-child(1) {
    -webkit-transition: all 0.3s ease 0.4s;
    -moz-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(2), .medical-schedules .box-three .expanded-info .info:nth-child(2) {
    -webkit-transition: all 0.3s ease 0.5s;
    -moz-transition: all 0.3s ease 0.5s;
    transition: all 0.3s ease 0.5s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(3), .medical-schedules .box-three .expanded-info .info:nth-child(3) {
    -webkit-transition: all 0.3s ease 0.6s;
    -moz-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
}
.medical-schedules .box-two i, .medical-schedules .box-three i {
    position: absolute;
    top: 50%;
    right: -30px;
    font-size: 1.44em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.medical-schedules .box-two:hover i {
    -webkit-transform: translateY(-50%) translateX(50%);
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -o-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}
.medical-schedules .box-two i {
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}
.medical-schedules .box-three:hover i {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.medical-schedules .box-three i {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.medical-schedules .box-four label {
    display: block;
    margin: -3px 0 0;
    opacity: 0.5;
}
.medical-schedules .box-four strong {
    font-size: 1.6em;
}
.medical-schedules .box-four .feature-box {
    padding: 23.7px;
}
.medical-schedules .box-four .feature-box-icon {
    margin-top: 5px;
}

@media (max-width: 991px) {
    .medical-schedules h4 {
        margin-top: 10px !important;
    }
    .medical-schedules .box-one::after {
        content: none;
    }
    .medical-schedules .box-two, .medical-schedules .box-three {
        padding: 38px 38px 38px 38px;
    }
}

.list.list-icons.list-icons-sm li > .fa:first-child, .list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > .fa:first-child, .list.list-icons.list-icons-sm li a:first-child > .icons:first-child{
    top: 11px !important;
    left: 5px;
     color: #d80007 !important;
}
.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus{
    color: #2b4c5e !important;
    font-family: Roboto;
    font-size: 13px;
}

.doc-t {
    padding: 20px !important;
}
.doc-t > a {
    margin: 10px;
}
.doc-t > a > img {
    width: 45px !important;
    height: auto;
}
.portlet.box.blue > .portlet-title {
    background-color: #bec5ce;
}
.portlet.box.blue {
    border: 1px solid #bec5ce;
    border-top: 0;
}
.portlet > .portlet-body.blue, .portlet.blue {
    background-color: #bec5ce;
}
.portlet.box > .portlet-body {
    border-radius: 6px !important;
}
.portlet.box.blue > .portlet-title {
    border-radius: 6px !important;
}
.portlet.box.blue {
    border-radius: 6px !important;
}

.yazi {
    overflow: hidden;
    /* text-overflow: clip; */
    /* -webkit-line-clamp: 4; */
    line-clamp: 4;
    /* -webkit-box-orient: vertical; */
    width: 100px !important;
    /* display: list-item; */
    padding: 5px;
    height: 1.5em;
    font-size: 12px;
    /* display: table-row; */
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yazi:hover {
    -webkit-transition: 4s ease-in;
    -moz-transition: 4s ease-in;
    -o-transition: 4s ease-in;
    transition: 4s ease-in;
    text-indent: -300px;
}

.yaziRenk_mavi {
    color:#00BBFF !important;
}
.yaziRenk_turuncu {
    color:#FF4F02 !important;
}
.yaziRenk_yesil {
    color:#21A51C !important;
}
.yaziRenk_mavi:hover {
    color:lightslategray !important;
}
.yaziRenk_turuncu:hover  {
    color:lightslategray !important;
}
.yaziRenk_yesil:hover  {
    color:lightslategray !important;
}



.tooltip-inner {
    background-color: #565e6e !important;
    color: #fff;
    padding: 6px 6px;
    border: 1px solid white;
    color: white;
    box-shadow: 0 0 7px #565656;
    opacity:1;
    max-width: 150px !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #565e6e;
}
.tooltip.top .tooltip-arrow:after {
    border: 2px solid white;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #565e6e;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #565e6e;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #565e6e;
}
.tooltip-inner {
    min-width: 100px !important;
    max-width: 100%;
}
.karaktersinirla{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 150px;
}
.toltip{
    color:#f88546;
}
.toltip:hover{
    color:#565e6e;
}
.icon-btn {
    height: auto !important;
    min-width: 100px;
}


.label {
    display: inline-block;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    margin: 2px 3px;
}

/* Güncelleme */
.label-update {
    background-color: #dc3545; /* kırmızı */
}

/* Kısa Adi */
.label-category {
    background-color: #007bff; /* mavi */
}

/* Tür: Duyuru / İlan */
.label-type {
    background-color: #28a745; /* yeşil */
}
.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}

/* Devamını Oku */
.label-readmore {
    background-color: #17a2b8; /* turkuaz */
    text-decoration: none;
    transition: background 0.3s;
}
.label-readmore:hover {
    background-color: #138496;
    color: #fff;
}
.btn-readmore {
    background-color: #17a2b8;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px !important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap; /* yazı taşmasın */
    display: inline-block; /* sadece kendi genişliği kadar yer kaplasın */
    transition: background 0.3s, transform 0.2s;
}

.btn-readmore:hover {
    background-color: #138496;
    transform: translateX(3px);
    color: #fff;
}
a.btn-readmore {
    display: inline-block !important;   /* block genişliği iptal */
    width: auto !important;             /* %100 genişlik iptal */
    float: right !important;            /* sağa yasla */
    text-align: right !important;       /* yazıyı sağa yasla */
}

hr {
    margin: 41px 0 -10px 0 !important;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 0;
}
.badge {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}

.badge-type-renk1 {
    background-color: #e47f1b; /* turuncu */
}
.badge-type-renk2 {
    background-color: #ecc30e; /* sarı */
}
.badge-type-renk3 {
    background-color: #26ad60; /* yeşil */
}
.badge-type-renk4 {
    background-color: #3c95d3; /* mavi */
}
.badge-type-renk5 {
    background-color: #e26050; /* koyu turuncu */
}
.badge-type-renk6 {
    background-color: #f19816; /* açık turuncu */
}
.badge-type-renk7 {
    background-color: #8943ab; /* pembe */
}
.recent-posts .date {
    margin-top: 0px;
}
.b-bold{
    font-weight: 700 !important;
    font-size: 14px !important;
}
td{
    vertical-align: middle !important;
}
.bd-bold > th{
    font-weight: 700 !important;
    font-size: 16px !important;
}
.b-etiket {
    display: inline-block;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    border-radius: 5px !important;
}
thead {
    background: #f5f5f5;
    font-weight: bold;
}
.b-etiket {
    background-color: #999; /* fallback gri */
    color: #fff;            /* yazılar görünür olsun */
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
}
    .birim-1379 { background-color: #e84b35 }   /*koyu turuncu */ /* Sağlık Kültür ve Spor Daire Başkanlığı*/
    .birim-1397 { background-color: #26ad60 }   /*yeşil */     /*Genel Sekreterlik*/
    .birim-594  { background-color: #d2b021 }   /* sarı */ /*Öğrenci İşleri Daire Başkanlığı*/
    .birim-1377 { background-color: #0097ff }   /* mavi */    /* Bilgi İşlem Daire Başkanlığı*/
    .birim-1380 { background-color: #da6b00 }   /* turuncu */    /* Personel Daire Başkanlığı */
    .birim-1383 { background-color: #8943ab }   /* pembe */   /*Strateji Geliştirme Daire Başkanlığı*/
    .birim-1381 { background-color: #00cfee }   /* turkuaz */  /* Yapı İşleri ve Teknik Daire Başkanlığı */
    .birim-1382 { background-color: #f19816 }   /* açık turuncu */ /* İdari ve Mali İşler Daire Başkanlığı */
    .birim-1378 { background-color: #2b4c5e }    /* koyu mavi */

/*@media (max-width: 576px) {
    .table th, .table td {
        font-size: 12px;
        white-space: nowrap;
    }
    .table a {
        font-size: 12px;
    }
}*/
@media (max-width: 768px) {
    .asr{
        padding: 0px !important;
    }
    .responsive-table thead {
        display: none;
    }
    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
        border: none !important;
    }

    .responsive-table tr {
        margin-bottom: 20px;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding: 12px 15px;
    }

    /* Üst kısım: birim + tarih yan yana */
    .responsive-table td[data-label="Birim"] {
        display: flex !important;
        align-items: center;
        gap: 8px;
        padding: 0;
        margin-bottom: 8px;
        background: none;
    }

    .responsive-table td[data-label="Birim"] .b-etiket {
        display: inline-block;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: bold;
        color: #fff;
    }

    .responsive-table td[data-label="Tarih / Saat"] {
        display: inline-block;
        font-size: 12px;
        color: #666;
        margin-left: auto;
        padding: 0;
    }

    /* Duyuru başlığı altta */
    .responsive-table td[data-label="Duyuru"] {
        padding: 0;
        font-size: 14px;
        margin-top: 8px;
    }

    .responsive-table td[data-label="Duyuru"] a {
        display: block;
        font-weight: 500;
        color: #222;
    }

    /* data-label gizle */
    .responsive-table td::before {
        display: none;
    }
    .responsive-table td {
        padding: 3px 8px 3px 8px !important;
    }
}





