﻿
a
{
    color: #ed8446;
}
a:hover
{
    color: #ef935d;
}
a:active
{
    color: #eb752f;
}
html .heading-primary, html .lnk-primary, html .text-color-primary
{
    color: #ed8446 !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: #ed8446;
}
html .heading-secondary, html .lnk-secondary, html .text-color-secondary
{
    color: #1a1c2b !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: #1a1c2b;
}
html .heading-tertiary, html .lnk-tertiary, html .text-color-tertiary
{
    color: #f4f5ec !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: #f4f5ec;
}
html .heading-quaternary, html .lnk-quaternary, html .text-color-quaternary
{
    color: #e3f5e2 !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: #e3f5e2;
}
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: #ffffff !important;
}
html .heading.heading-light h1, html .heading.heading-light h2, html .heading.heading-light h3, html .heading.heading-light h4, html .heading.heading-light h5, html .heading.heading-light h6
{
    border-color: #ffffff;
}
.alternative-font
{
    color: #ed8446;
}
html .blockquote-primary
{
    border-color: #ed8446 !important;
}
html .blockquote-secondary
{
    border-color: #1a1c2b !important;
}
html .blockquote-tertiary
{
    border-color: #f4f5ec !important;
}
html .blockquote-quaternary
{
    border-color: #e3f5e2 !important;
}
html .blockquote-dark
{
    border-color: #2e353e !important;
}
html .blockquote-light
{
    border-color: #ffffff !important;
}
p.drop-caps:first-child::first-letter
{
    color: #ed8446;
}
p.drop-caps.drop-caps-style-2:first-child::first-letter
{
    background-color: #ed8446;
}
ul.nav-pills > li.active > a
{
    background-color: #ed8446;
}
ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus
{
    background-color: #ed8446;
}
.sort-source-wrapper .nav > li.active > a
{
    color: #ed8446;
}
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus
{
    color: #ed8446;
}
.sort-source.sort-source-style-2 > li.active > a::after
{
    border-top-color: #ed8446;
}
html .label-primary
{
    background-color: #ed8446;
}
html .label-secondary
{
    background-color: #1a1c2b;
}
html .label-tertiary
{
    background-color: #f4f5ec;
}
html .label-quaternary
{
    background-color: #e3f5e2;
}
html .label-dark
{
    background-color: #2e353e;
}
html .label-light
{
    background-color: #ffffff;
}
.btn-link
{
    color: #ed8446;
}
.btn-link:hover
{
    color: #ef935d;
}
.btn-link:active
{
    color: #eb752f;
}
html .btn-primary
{
    background-color: #ed8446;
    border-color: #ed8446 #ed8446 #e86518;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-primary:hover
{
    background-color: #ef935d;
    border-color: #ef935d #ef935d #eb752f;
}
html .btn-primary:active, html .btn-primary:focus
{
    background-color: #eb752f;
    border-color: #eb752f;
}
html .btn-primary.dropdown-toggle
{
    border-left-color: #eb752f;
}
html .btn-primary[disabled]
{
    background-color: #f6c2a3;
    border-color: #f6c2a3;
}
html .btn-primary:hover, html .btn-primary:focus
{
    color: #ffffff;
}
html .btn-primary-scale-2
{
    background-color: #e86518;
    border-color: #e86518 #e86518 #bb5112;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-primary-scale-2:hover
{
    background-color: #eb752f;
    border-color: #eb752f #eb752f #d25b14;
}
html .btn-primary-scale-2:active, html .btn-primary-scale-2:focus
{
    background-color: #d25b14;
    border-color: #d25b14;
}
html .btn-primary-scale-2.dropdown-toggle
{
    border-left-color: #d25b14;
}
html .btn-primary-scale-2[disabled]
{
    background-color: #f2a374;
    border-color: #f2a374;
}
html .btn-secondary
{
    background-color: #1a1c2b;
    border-color: #1a1c2b #1a1c2b #07070b;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-secondary:hover
{
    background-color: #24263b;
    border-color: #24263b #24263b #10121b;
}
html .btn-secondary:active, html .btn-secondary:focus
{
    background-color: #10121b;
    border-color: #10121b;
}
html .btn-secondary.dropdown-toggle
{
    border-left-color: #10121b;
}
html .btn-secondary[disabled]
{
    background-color: #40456b;
    border-color: #40456b;
}
html .btn-secondary:hover, html .btn-secondary:focus
{
    color: #ffffff;
}
html .btn-secondary-scale-2
{
    background-color: #07070b;
    border-color: #07070b #07070b #000000;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-secondary-scale-2:hover
{
    background-color: #10121b;
    border-color: #10121b #10121b #000000;
}
html .btn-secondary-scale-2:active, html .btn-secondary-scale-2:focus
{
    background-color: #000000;
    border-color: #000000;
}
html .btn-secondary-scale-2.dropdown-toggle
{
    border-left-color: #000000;
}
html .btn-secondary-scale-2[disabled]
{
    background-color: #2d314b;
    border-color: #2d314b;
}
html .btn-tertiary
{
    background-color: #f4f5ec;
    border-color: #f4f5ec #f4f5ec #e1e3cb;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-tertiary:hover
{
    background-color: #fefefd;
    border-color: #fefefd #fefefd #eaecdb;
}
html .btn-tertiary:active, html .btn-tertiary:focus
{
    background-color: #eaecdb;
    border-color: #eaecdb;
}
html .btn-tertiary.dropdown-toggle
{
    border-left-color: #eaecdb;
}
html .btn-tertiary[disabled]
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-tertiary:hover, html .btn-tertiary:focus
{
    color: #777777;
}
html .btn-tertiary-scale-2
{
    background-color: #e1e3cb;
    border-color: #e1e3cb #e1e3cb #cdd2a9;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-tertiary-scale-2:hover
{
    background-color: #eaecdb;
    border-color: #eaecdb #eaecdb #d7dbba;
}
html .btn-tertiary-scale-2:active, html .btn-tertiary-scale-2:focus
{
    background-color: #d7dbba;
    border-color: #d7dbba;
}
html .btn-tertiary-scale-2.dropdown-toggle
{
    border-left-color: #d7dbba;
}
html .btn-tertiary-scale-2[disabled]
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-quaternary
{
    background-color: #e3f5e2;
    border-color: #e3f5e2 #e3f5e2 #bee8bc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-quaternary:hover
{
    background-color: #f5fcf5;
    border-color: #f5fcf5 #f5fcf5 #d1eecf;
}
html .btn-quaternary:active, html .btn-quaternary:focus
{
    background-color: #d1eecf;
    border-color: #d1eecf;
}
html .btn-quaternary.dropdown-toggle
{
    border-left-color: #d1eecf;
}
html .btn-quaternary[disabled]
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-quaternary:hover, html .btn-quaternary:focus
{
    color: #777777;
}
html .btn-quaternary-scale-2
{
    background-color: #bee8bc;
    border-color: #bee8bc #bee8bc #9adb96;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-quaternary-scale-2:hover
{
    background-color: #d1eecf;
    border-color: #d1eecf #d1eecf #ace1a9;
}
html .btn-quaternary-scale-2:active, html .btn-quaternary-scale-2:focus
{
    background-color: #ace1a9;
    border-color: #ace1a9;
}
html .btn-quaternary-scale-2.dropdown-toggle
{
    border-left-color: #ace1a9;
}
html .btn-quaternary-scale-2[disabled]
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-dark
{
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-dark:hover
{
    background-color: #39424d;
    border-color: #39424d #39424d #23282f;
}
html .btn-dark:active, html .btn-dark:focus
{
    background-color: #23282f;
    border-color: #23282f;
}
html .btn-dark.dropdown-toggle
{
    border-left-color: #23282f;
}
html .btn-dark[disabled]
{
    background-color: #596779;
    border-color: #596779;
}
html .btn-dark:hover, html .btn-dark:focus
{
    color: #ffffff;
}
html .btn-dark-scale-2
{
    background-color: #181c21;
    border-color: #181c21 #181c21 #030303;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-dark-scale-2:hover
{
    background-color: #23282f;
    border-color: #23282f #23282f #0d0f12;
}
html .btn-dark-scale-2:active, html .btn-dark-scale-2:focus
{
    background-color: #0d0f12;
    border-color: #0d0f12;
}
html .btn-dark-scale-2.dropdown-toggle
{
    border-left-color: #0d0f12;
}
html .btn-dark-scale-2[disabled]
{
    background-color: #444e5b;
    border-color: #444e5b;
}
html .btn-light
{
    background-color: #ffffff;
    border-color: #ffffff #ffffff #e6e6e6;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-light:hover
{
    background-color: #ffffff;
    border-color: #ffffff #ffffff #f2f2f2;
}
html .btn-light:active, html .btn-light:focus
{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
html .btn-light.dropdown-toggle
{
    border-left-color: #f2f2f2;
}
html .btn-light[disabled]
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-light:hover, html .btn-light:focus
{
    color: #777777;
}
html .btn-light-scale-2
{
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-light-scale-2:hover
{
    background-color: #f2f2f2;
    border-color: #f2f2f2 #f2f2f2 #d9d9d9;
}
html .btn-light-scale-2:active, html .btn-light-scale-2:focus
{
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
html .btn-light-scale-2.dropdown-toggle
{
    border-left-color: #d9d9d9;
}
html .btn-light-scale-2[disabled]
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-borders.btn-primary
{
    background: transparent none repeat scroll 0 0;
    border-color: #ed8446;
    color: #ed8446;
    text-shadow: none;
}
html .btn-borders.btn-primary:hover, html .btn-borders.btn-primary:focus
{
    background-color: #ed8446;
    border-color: #ed8446 !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-borders.btn-primary:hover:hover, html .btn-borders.btn-primary:focus:hover
{
    background-color: #ef935d;
    border-color: #ef935d #ef935d #eb752f;
}
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
{
    background-color: #eb752f;
    border-color: #eb752f;
}
html .btn-borders.btn-primary.dropdown-toggle:hover, html .btn-borders.btn-primary.dropdown-toggle:focus
{
    border-left-color: #eb752f;
}
html .btn-borders.btn-primary[disabled]:hover, html .btn-borders.btn-primary[disabled]:focus
{
    background-color: #f6c2a3;
    border-color: #f6c2a3;
}
html .btn-borders.btn-secondary
{
    background: transparent none repeat scroll 0 0;
    border-color: #1a1c2b;
    color: #1a1c2b;
    text-shadow: none;
}
html .btn-borders.btn-secondary:hover, html .btn-borders.btn-secondary:focus
{
    background-color: #1a1c2b;
    border-color: #1a1c2b !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-borders.btn-secondary:hover:hover, html .btn-borders.btn-secondary:focus:hover
{
    background-color: #24263b;
    border-color: #24263b #24263b #10121b;
}
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
{
    background-color: #10121b;
    border-color: #10121b;
}
html .btn-borders.btn-secondary.dropdown-toggle:hover, html .btn-borders.btn-secondary.dropdown-toggle:focus
{
    border-left-color: #10121b;
}
html .btn-borders.btn-secondary[disabled]:hover, html .btn-borders.btn-secondary[disabled]:focus
{
    background-color: #40456b;
    border-color: #40456b;
}
html .btn-borders.btn-tertiary
{
    background: transparent none repeat scroll 0 0;
    border-color: #f4f5ec;
    color: #f4f5ec;
    text-shadow: none;
}
html .btn-borders.btn-tertiary:hover, html .btn-borders.btn-tertiary:focus
{
    background-color: #f4f5ec;
    border-color: #f4f5ec !important;
    color: #777777;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-borders.btn-tertiary:hover:hover, html .btn-borders.btn-tertiary:focus:hover
{
    background-color: #fefefd;
    border-color: #fefefd #fefefd #eaecdb;
}
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
{
    background-color: #eaecdb;
    border-color: #eaecdb;
}
html .btn-borders.btn-tertiary.dropdown-toggle:hover, html .btn-borders.btn-tertiary.dropdown-toggle:focus
{
    border-left-color: #eaecdb;
}
html .btn-borders.btn-tertiary[disabled]:hover, html .btn-borders.btn-tertiary[disabled]:focus
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-borders.btn-quaternary
{
    background: transparent none repeat scroll 0 0;
    border-color: #e3f5e2;
    color: #e3f5e2;
    text-shadow: none;
}
html .btn-borders.btn-quaternary:hover, html .btn-borders.btn-quaternary:focus
{
    background-color: #e3f5e2;
    border-color: #e3f5e2 !important;
    color: #777777;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-borders.btn-quaternary:hover:hover, html .btn-borders.btn-quaternary:focus:hover
{
    background-color: #f5fcf5;
    border-color: #f5fcf5 #f5fcf5 #d1eecf;
}
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
{
    background-color: #d1eecf;
    border-color: #d1eecf;
}
html .btn-borders.btn-quaternary.dropdown-toggle:hover, html .btn-borders.btn-quaternary.dropdown-toggle:focus
{
    border-left-color: #d1eecf;
}
html .btn-borders.btn-quaternary[disabled]:hover, html .btn-borders.btn-quaternary[disabled]:focus
{
    background-color: #ffffff;
    border-color: #ffffff;
}
html .btn-borders.btn-dark
{
    background: transparent none repeat scroll 0 0;
    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: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-borders.btn-dark:hover:hover, html .btn-borders.btn-dark:focus:hover
{
    background-color: #39424d;
    border-color: #39424d #39424d #23282f;
}
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
{
    background-color: #23282f;
    border-color: #23282f;
}
html .btn-borders.btn-dark.dropdown-toggle:hover, html .btn-borders.btn-dark.dropdown-toggle:focus
{
    border-left-color: #23282f;
}
html .btn-borders.btn-dark[disabled]:hover, html .btn-borders.btn-dark[disabled]:focus
{
    background-color: #596779;
    border-color: #596779;
}
html .btn-borders.btn-light
{
    background: transparent none repeat scroll 0 0;
    border-color: #ffffff;
    color: #ffffff;
    text-shadow: none;
}
html .btn-borders.btn-light:hover, html .btn-borders.btn-light:focus
{
    background-color: #ffffff;
    border-color: #ffffff !important;
    color: #777777;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html .btn-borders.btn-light:hover:hover, html .btn-borders.btn-light:focus:hover
{
    background-color: #ffffff;
    border-color: #ffffff #ffffff #f2f2f2;
}
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
{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
html .btn-borders.btn-light.dropdown-toggle:hover, html .btn-borders.btn-light.dropdown-toggle:focus
{
    border-left-color: #f2f2f2;
}
html .btn-borders.btn-light[disabled]:hover, html .btn-borders.btn-light[disabled]:focus
{
    background-color: #ffffff;
    border-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: #ed8446;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background-color: #ed8446 !important;
    border-color: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
    border-color: #ed8446;
}
.pagination > .active > a, body.dark .pagination > .active > a
{
    background-color: #ed8446;
    border-color: #ed8446 #ed8446 #e86518;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.pagination > .active > a:hover, body.dark .pagination > .active > a:hover
{
    background-color: #ef935d;
    border-color: #ef935d #ef935d #eb752f;
}
.pagination > .active > a:active, body.dark .pagination > .active > a:active, .pagination > .active > a:focus, body.dark .pagination > .active > a:focus
{
    background-color: #eb752f;
    border-color: #eb752f;
}
.pagination > .active > a.dropdown-toggle, body.dark .pagination > .active > a.dropdown-toggle
{
    border-left-color: #eb752f;
}
.pagination > .active > a[disabled], body.dark .pagination > .active > a[disabled]
{
    background-color: #f6c2a3;
    border-color: #f6c2a3;
}
html .alert-primary
{
    background-color: #ed8446;
    border-color: #ec7b38;
    color: #ffffff;
}
html .alert-primary .alert-link
{
    color: #ffffff;
}
html .alert-secondary
{
    background-color: #1a1c2b;
    border-color: #141621;
    color: #ffffff;
}
html .alert-secondary .alert-link
{
    color: #ffffff;
}
html .alert-tertiary
{
    background-color: #f4f5ec;
    border-color: #eef0e2;
    color: #777777;
}
html .alert-tertiary .alert-link
{
    color: #777777;
}
html .alert-quaternary
{
    background-color: #e3f5e2;
    border-color: #d8f1d7;
    color: #777777;
}
html .alert-quaternary .alert-link
{
    color: #777777;
}
html .alert-dark
{
    background-color: #2e353e;
    border-color: #272d35;
    color: #ffffff;
}
html .alert-dark .alert-link
{
    color: #ffffff;
}
html .alert-light
{
    background-color: #ffffff;
    border-color: #f7f7f7;
    color: #777777;
}
html .alert-light .alert-link
{
    color: #777777;
}
html .progress-bar-primary
{
    background-color: #ed8446;
}
html .progress-bar-secondary
{
    background-color: #1a1c2b;
}
html .progress-bar-tertiary
{
    background-color: #f4f5ec;
}
html .progress-bar-quaternary
{
    background-color: #e3f5e2;
}
html .progress-bar-dark
{
    background-color: #2e353e;
}
html .progress-bar-light
{
    background-color: #ffffff;
}
html section.section-primary
{
    background-color: #ed8446 !important;
    border-color: #eb752f !important;
}
html section.section-primary h1, html section.section-primary h2, html section.section-primary h3, html section.section-primary h4, html section.section-primary h5, html section.section-primary h6
{
    color: #ffffff;
}
html section.section-primary p
{
    color: #e6e6e6;
}
html section.section-primary-scale-2
{
    background-color: #e86518 !important;
    border-color: #d25b14 !important;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a::after
{
    border-top-color: #e86518;
}
html section.section-secondary
{
    background-color: #1a1c2b !important;
    border-color: #10121b !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: #ffffff;
}
html section.section-secondary p
{
    color: #e6e6e6;
}
html section.section-secondary-scale-2
{
    background-color: #07070b !important;
    border-color: #000000 !important;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a::after
{
    border-top-color: #07070b;
}
html section.section-tertiary
{
    background-color: #f4f5ec !important;
    border-color: #eaecdb !important;
}
html section.section-tertiary h1, html section.section-tertiary h2, html section.section-tertiary h3, html section.section-tertiary h4, html section.section-tertiary h5, html section.section-tertiary h6
{
    color: #777777;
}
html section.section-tertiary p
{
    color: #5e5e5e;
}
html section.section-tertiary-scale-2
{
    background-color: #e1e3cb !important;
    border-color: #d7dbba !important;
}
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a::after
{
    border-top-color: #e1e3cb;
}
html section.section-quaternary
{
    background-color: #e3f5e2 !important;
    border-color: #d1eecf !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: #777777;
}
html section.section-quaternary p
{
    color: #5e5e5e;
}
html section.section-quaternary-scale-2
{
    background-color: #bee8bc !important;
    border-color: #ace1a9 !important;
}
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a::after
{
    border-top-color: #bee8bc;
}
html section.section-dark
{
    background-color: #2e353e !important;
    border-color: #23282f !important;
}
html section.section-dark h1, html section.section-dark h2, html section.section-dark h3, html section.section-dark h4, html section.section-dark h5, html section.section-dark h6
{
    color: #ffffff;
}
html section.section-dark p
{
    color: #e6e6e6;
}
html section.section-dark-scale-2
{
    background-color: #181c21 !important;
    border-color: #0d0f12 !important;
}
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a::after
{
    border-top-color: #181c21;
}
html section.section-light
{
    background-color: #ffffff !important;
    border-color: #f2f2f2 !important;
}
html section.section-light h1, html section.section-light h2, html section.section-light h3, html section.section-light h4, html section.section-light h5, html section.section-light h6
{
    color: #777777;
}
html section.section-light p
{
    color: #5e5e5e;
}
html section.section-light-scale-2
{
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a::after
{
    border-top-color: #e6e6e6;
}
html section.section-default-scale-1
{
    background-color: #dbdbdb !important;
    border-top-color: #d3d3d3 !important;
}
html section.section-default-scale-2
{
    background-color: #c1c1c1 !important;
    border-top-color: #b9b9b9 !important;
}
html section.section-default-scale-3
{
    background-color: #a8a8a8 !important;
    border-top-color: #a0a0a0 !important;
}
html section.section-default-scale-4
{
    background-color: #8e8e8e !important;
    border-top-color: #868686 !important;
}
html section.section-default-scale-5
{
    background-color: #757575 !important;
    border-top-color: #6d6d6d !important;
}
html section.section-default-scale-6
{
    background-color: #5b5b5b !important;
    border-top-color: #535353 !important;
}
html section.section-default-scale-7
{
    background-color: #424242 !important;
    border-top-color: #3a3a3a !important;
}
html section.section-default-scale-8
{
    background-color: #282828 !important;
    border-top-color: #202020 !important;
}
html section.section-default-scale-9
{
    background-color: #0f0f0f !important;
    border-top-color: #070707 !important;
}
html.dark section.section-default-scale-1
{
    background-color: #333a44 !important;
    border-top-color: #2c323b !important;
}
html.dark section.section-default-scale-2
{
    background-color: #495362 !important;
    border-top-color: #424b59 !important;
}
html.dark section.section-default-scale-3
{
    background-color: #5e6b7f !important;
    border-top-color: #586476 !important;
}
html.dark section.section-default-scale-4
{
    background-color: #77849a !important;
    border-top-color: #6e7d93 !important;
}
html.dark section.section-default-scale-5
{
    background-color: #949faf !important;
    border-top-color: #8b97a9 !important;
}
html.dark section.section-default-scale-6
{
    background-color: #b1b9c5 !important;
    border-top-color: #a8b1be !important;
}
html.dark section.section-default-scale-7
{
    background-color: #ced3db !important;
    border-top-color: #c5cbd4 !important;
}
html.dark section.section-default-scale-8
{
    background-color: #ebeef1 !important;
    border-top-color: #e3e6ea !important;
}
html.dark section.section-default-scale-9
{
    background-color: #ffffff !important;
    border-top-color: #f7f7f7 !important;
}
section.page-header h1
{
    border-bottom-color: #ed8446;
}
section.page-header.custom-product
{
    background-color: #eb752f;
    border-top-color: #ec7e3d;
}
html .page-header-color.page-header-primary
{
    background-color: #ed8446;
    border-bottom-color: #ed8446;
    color: #ffffff;
}
html .page-header-color.page-header-primary h1
{
    color: #ffffff;
}
html .page-header-color.page-header-primary h1 span
{
    color: #ffffff;
}
html .page-header-color.page-header-primary a
{
    color: #ffffff;
}
html .page-header-color.page-header-primary .breadcrumb > .active
{
    color: #ffffff;
}
html .page-header-color.page-header-secondary
{
    background-color: #1a1c2b;
    border-bottom-color: #1a1c2b;
    color: #ffffff;
}
html .page-header-color.page-header-secondary h1
{
    color: #ffffff;
}
html .page-header-color.page-header-secondary h1 span
{
    color: #ffffff;
}
html .page-header-color.page-header-secondary a
{
    color: #ffffff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active
{
    color: #ffffff;
}
html .page-header-color.page-header-tertiary
{
    background-color: #f4f5ec;
    border-bottom-color: #f4f5ec;
    color: #777777;
}
html .page-header-color.page-header-tertiary h1
{
    color: #777777;
}
html .page-header-color.page-header-tertiary h1 span
{
    color: #777777;
}
html .page-header-color.page-header-tertiary a
{
    color: #777777;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active
{
    color: #777777;
}
html .page-header-color.page-header-quaternary
{
    background-color: #e3f5e2;
    border-bottom-color: #e3f5e2;
    color: #777777;
}
html .page-header-color.page-header-quaternary h1
{
    color: #777777;
}
html .page-header-color.page-header-quaternary h1 span
{
    color: #777777;
}
html .page-header-color.page-header-quaternary a
{
    color: #777777;
}
html .page-header-color.page-header-quaternary .breadcrumb > .active
{
    color: #777777;
}
html .page-header-color.page-header-dark
{
    background-color: #2e353e;
    border-bottom-color: #2e353e;
    color: #ffffff;
}
html .page-header-color.page-header-dark h1
{
    color: #ffffff;
}
html .page-header-color.page-header-dark h1 span
{
    color: #ffffff;
}
html .page-header-color.page-header-dark a
{
    color: #ffffff;
}
html .page-header-color.page-header-dark .breadcrumb > .active
{
    color: #ffffff;
}
html .page-header-color.page-header-light
{
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #777777;
}
html .page-header-color.page-header-light h1
{
    color: #777777;
}
html .page-header-color.page-header-light h1 span
{
    color: #777777;
}
html .page-header-color.page-header-light a
{
    color: #777777;
}
html .page-header-color.page-header-light .breadcrumb > .active
{
    color: #777777;
}
html .toggle-primary .toggle label
{
    border-left-color: #ed8446;
    border-right-color: #ed8446;
    color: #ed8446;
}
html .toggle-primary .toggle.active > label
{
    background-color: #ed8446;
    border-color: #ed8446;
    color: #ffffff;
}
html .toggle-primary.toggle-simple .toggle > label::after
{
    background-color: #ed8446;
}
html .toggle-secondary .toggle label
{
    border-left-color: #1a1c2b;
    border-right-color: #1a1c2b;
    color: #1a1c2b;
}
html .toggle-secondary .toggle.active > label
{
    background-color: #1a1c2b;
    border-color: #1a1c2b;
    color: #ffffff;
}
html .toggle-secondary.toggle-simple .toggle > label::after
{
    background-color: #1a1c2b;
}
html .toggle-tertiary .toggle label
{
    border-left-color: #f4f5ec;
    border-right-color: #f4f5ec;
    color: #f4f5ec;
}
html .toggle-tertiary .toggle.active > label
{
    background-color: #f4f5ec;
    border-color: #f4f5ec;
    color: #777777;
}
html .toggle-tertiary.toggle-simple .toggle > label::after
{
    background-color: #f4f5ec;
}
html .toggle-quaternary .toggle label
{
    border-left-color: #e3f5e2;
    border-right-color: #e3f5e2;
    color: #e3f5e2;
}
html .toggle-quaternary .toggle.active > label
{
    background-color: #e3f5e2;
    border-color: #e3f5e2;
    color: #777777;
}
html .toggle-quaternary.toggle-simple .toggle > label::after
{
    background-color: #e3f5e2;
}
html .toggle-dark .toggle label
{
    border-left-color: #2e353e;
    border-right-color: #2e353e;
    color: #2e353e;
}
html .toggle-dark .toggle.active > label
{
    background-color: #2e353e;
    border-color: #2e353e;
    color: #ffffff;
}
html .toggle-dark.toggle-simple .toggle > label::after
{
    background-color: #2e353e;
}
html .toggle-light .toggle label
{
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    color: #ffffff;
}
html .toggle-light .toggle.active > label
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #777777;
}
html .toggle-light.toggle-simple .toggle > label::after
{
    background-color: #ffffff;
}
.thumb-info .thumb-info-type
{
    background-color: #ed8446;
}
.thumb-info .thumb-info-action-icon
{
    background-color: #ed8446;
}
.thumb-info-social-icons a
{
    background-color: #ed8446;
}
.thumbnail .zoom
{
    background-color: #ed8446;
}
.img-thumbnail .zoom
{
    background-color: #ed8446;
}
html .thumb-info .thumb-info-action-icon-primary
{
    background-color: #ed8446;
}
html .thumb-info .thumb-info-action-icon-primary i
{
    color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-secondary
{
    background-color: #1a1c2b;
}
html .thumb-info .thumb-info-action-icon-secondary i
{
    color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-tertiary
{
    background-color: #f4f5ec;
}
html .thumb-info .thumb-info-action-icon-tertiary i
{
    color: #777777;
}
html .thumb-info .thumb-info-action-icon-quaternary
{
    background-color: #e3f5e2;
}
html .thumb-info .thumb-info-action-icon-quaternary i
{
    color: #777777;
}
html .thumb-info .thumb-info-action-icon-dark
{
    background-color: #2e353e;
}
html .thumb-info .thumb-info-action-icon-dark i
{
    color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light
{
    background-color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light i
{
    color: #777777;
}
.thumb-info-ribbon
{
    background: #ed8446 none repeat scroll 0 0;
}
.thumb-info-ribbon::before
{
    border-left-color: #d25b14;
    border-right-color: #d25b14;
}
.inverted
{
    background-color: #ed8446;
}
html .inverted-primary
{
    background-color: #ed8446;
}
html .inverted-secondary
{
    background-color: #1a1c2b;
}
html .inverted-tertiary
{
    background-color: #f4f5ec;
}
html .inverted-quaternary
{
    background-color: #e3f5e2;
}
html .inverted-dark
{
    background-color: #2e353e;
}
html .inverted-light
{
    background-color: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background-color: #ea712a;
}
.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"]
{
    color: #ed8446;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]
{
    background-color: #ed8446;
    border-color: #ed8446 #ed8446 #e86518;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover
{
    background-color: #ef935d;
    border-color: #ef935d #ef935d #eb752f;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:active, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus
{
    background-color: #eb752f;
    border-color: #eb752f;
}
.owl-theme .owl-controls .owl-nav .dropdown-toggle[class*="owl-"]
{
    border-left-color: #eb752f;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled]
{
    background-color: #f6c2a3;
    border-color: #f6c2a3;
}
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: #ed8446;
}
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: #ed8446;
}
html body .tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a
{
    border-top-color: #ed8446;
    color: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
    color: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #ed8446;
}
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: #1a1c2b;
}
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: #1a1c2b;
}
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: #1a1c2b;
    color: #1a1c2b;
}
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: #1a1c2b;
}
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: #1a1c2b;
}
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: #1a1c2b;
}
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: #1a1c2b;
}
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: #1a1c2b;
}
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: #1a1c2b;
}
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: #f4f5ec;
}
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: #f4f5ec;
}
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: #f4f5ec;
    color: #f4f5ec;
}
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: #f4f5ec;
}
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: #f4f5ec;
}
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: #f4f5ec;
}
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: #f4f5ec;
}
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: #f4f5ec;
}
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: #f4f5ec;
}
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: #e3f5e2;
}
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: #e3f5e2;
}
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: #e3f5e2;
    color: #e3f5e2;
}
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: #e3f5e2;
}
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: #e3f5e2;
}
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: #e3f5e2;
}
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: #e3f5e2;
}
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: #e3f5e2;
}
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: #e3f5e2;
}
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: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
    color: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
}
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: #ffffff;
}
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-left-color: transparent;
    border-right-color: #ed8446;
}
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-left-color: #ed8446;
    border-right-color: transparent;
}
.list.list-icons li .fa, .list.list-icons li .icons
{
    border-color: #ed8446;
    color: #ed8446;
}
.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons
{
    background-color: #ed8446;
}
.list.list-ordened li::before
{
    border-color: #ed8446;
    color: #ed8446;
}
.list.list-ordened.list-ordened-style-3 li::before
{
    background-color: #ed8446;
}
html .list-primary.list-icons li .fa, html .list-primary.list-icons li .icons
{
    border-color: #ed8446;
    color: #ed8446;
}
html .list-primary.list-icons.list-icons-style-3 li .fa, html .list-primary.list-icons.list-icons-style-3 li .icons
{
    background-color: #ed8446;
    color: #ffffff;
}
html .list-primary.list-ordened li::before
{
    color: #ed8446;
}
html .list-primary.list-ordened.list-ordened-style-3 li::before
{
    background-color: #ed8446;
    color: #ffffff;
}
html .list-secondary.list-icons li .fa, html .list-secondary.list-icons li .icons
{
    border-color: #1a1c2b;
    color: #1a1c2b;
}
html .list-secondary.list-icons.list-icons-style-3 li .fa, html .list-secondary.list-icons.list-icons-style-3 li .icons
{
    background-color: #1a1c2b;
    color: #ffffff;
}
html .list-secondary.list-ordened li::before
{
    color: #1a1c2b;
}
html .list-secondary.list-ordened.list-ordened-style-3 li::before
{
    background-color: #ed8446;
    color: #ffffff;
}
html .list-tertiary.list-icons li .fa, html .list-tertiary.list-icons li .icons
{
    border-color: #f4f5ec;
    color: #f4f5ec;
}
html .list-tertiary.list-icons.list-icons-style-3 li .fa, html .list-tertiary.list-icons.list-icons-style-3 li .icons
{
    background-color: #f4f5ec;
    color: #777777;
}
html .list-tertiary.list-ordened li::before
{
    color: #f4f5ec;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li::before
{
    background-color: #ed8446;
    color: #777777;
}
html .list-quaternary.list-icons li .fa, html .list-quaternary.list-icons li .icons
{
    border-color: #e3f5e2;
    color: #e3f5e2;
}
html .list-quaternary.list-icons.list-icons-style-3 li .fa, html .list-quaternary.list-icons.list-icons-style-3 li .icons
{
    background-color: #e3f5e2;
    color: #777777;
}
html .list-quaternary.list-ordened li::before
{
    color: #e3f5e2;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li::before
{
    background-color: #ed8446;
    color: #777777;
}
html .list-dark.list-icons li .fa, html .list-dark.list-icons li .icons
{
    border-color: #2e353e;
    color: #2e353e;
}
html .list-dark.list-icons.list-icons-style-3 li .fa, html .list-dark.list-icons.list-icons-style-3 li .icons
{
    background-color: #2e353e;
    color: #ffffff;
}
html .list-dark.list-ordened li::before
{
    color: #2e353e;
}
html .list-dark.list-ordened.list-ordened-style-3 li::before
{
    background-color: #ed8446;
    color: #ffffff;
}
html .list-light.list-icons li .fa, html .list-light.list-icons li .icons
{
    border-color: #ffffff;
    color: #ffffff;
}
html .list-light.list-icons.list-icons-style-3 li .fa, html .list-light.list-icons.list-icons-style-3 li .icons
{
    background-color: #ffffff;
    color: #777777;
}
html .list-light.list-ordened li::before
{
    color: #ffffff;
}
html .list-light.list-ordened.list-ordened-style-3 li::before
{
    background-color: #ed8446;
    color: #777777;
}
.parallax blockquote i.fa-quote-left
{
    color: #ed8446;
}
section.video blockquote i.fa-quote-left
{
    color: #ed8446;
}
.panel-group .panel-heading a
{
    color: #ed8446;
}
html .panel-group.panel-group-primary .panel-heading
{
    background-color: #ed8446 !important;
}
html .panel-group.panel-group-primary .panel-heading a
{
    color: #ffffff;
}
html .panel-group.panel-group-secondary .panel-heading
{
    background-color: #1a1c2b !important;
}
html .panel-group.panel-group-secondary .panel-heading a
{
    color: #ffffff;
}
html .panel-group.panel-group-tertiary .panel-heading
{
    background-color: #f4f5ec !important;
}
html .panel-group.panel-group-tertiary .panel-heading a
{
    color: #777777;
}
html .panel-group.panel-group-quaternary .panel-heading
{
    background-color: #e3f5e2 !important;
}
html .panel-group.panel-group-quaternary .panel-heading a
{
    color: #777777;
}
html .panel-group.panel-group-dark .panel-heading
{
    background-color: #2e353e !important;
}
html .panel-group.panel-group-dark .panel-heading a
{
    color: #ffffff;
}
html .panel-group.panel-group-light .panel-heading
{
    background-color: #ffffff !important;
}
html .panel-group.panel-group-light .panel-heading a
{
    color: #777777;
}
html .divider.divider-primary .fa, html .divider.divider-primary .icons
{
    color: #ed8446;
}
html .divider.divider-primary.divider-small hr
{
    background: #ed8446 none repeat scroll 0 0;
}
html .divider.divider-secondary .fa, html .divider.divider-secondary .icons
{
    color: #1a1c2b;
}
html .divider.divider-secondary.divider-small hr
{
    background: #1a1c2b none repeat scroll 0 0;
}
html .divider.divider-tertiary .fa, html .divider.divider-tertiary .icons
{
    color: #f4f5ec;
}
html .divider.divider-tertiary.divider-small hr
{
    background: #f4f5ec none repeat scroll 0 0;
}
html .divider.divider-quaternary .fa, html .divider.divider-quaternary .icons
{
    color: #e3f5e2;
}
html .divider.divider-quaternary.divider-small hr
{
    background: #e3f5e2 none repeat scroll 0 0;
}
html .divider.divider-dark .fa, html .divider.divider-dark .icons
{
    color: #2e353e;
}
html .divider.divider-dark.divider-small hr
{
    background: #2e353e none repeat scroll 0 0;
}
html .divider.divider-light .fa, html .divider.divider-light .icons
{
    color: #ffffff;
}
html .divider.divider-light.divider-small hr
{
    background: #ffffff none repeat scroll 0 0;
}
html .divider.divider-style-2.divider-primary .fa, html .divider.divider-style-2.divider-primary .icons
{
    background: #ed8446 none repeat scroll 0 0;
    color: #ffffff;
}
html .divider.divider-style-2.divider-secondary .fa, html .divider.divider-style-2.divider-secondary .icons
{
    background: #1a1c2b none repeat scroll 0 0;
    color: #ffffff;
}
html .divider.divider-style-2.divider-tertiary .fa, html .divider.divider-style-2.divider-tertiary .icons
{
    background: #f4f5ec none repeat scroll 0 0;
    color: #777777;
}
html .divider.divider-style-2.divider-quaternary .fa, html .divider.divider-style-2.divider-quaternary .icons
{
    background: #e3f5e2 none repeat scroll 0 0;
    color: #777777;
}
html .divider.divider-style-2.divider-dark .fa, html .divider.divider-style-2.divider-dark .icons
{
    background: #2e353e none repeat scroll 0 0;
    color: #ffffff;
}
html .divider.divider-style-2.divider-light .fa, html .divider.divider-style-2.divider-light .icons
{
    background: #ffffff none repeat scroll 0 0;
    color: #777777;
}
html .divider.divider-style-3.divider-primary .fa, html .divider.divider-style-3.divider-primary .icons
{
    border-color: #ed8446;
}
html .divider.divider-style-3.divider-secondary .fa, html .divider.divider-style-3.divider-secondary .icons
{
    border-color: #1a1c2b;
}
html .divider.divider-style-3.divider-tertiary .fa, html .divider.divider-style-3.divider-tertiary .icons
{
    border-color: #f4f5ec;
}
html .divider.divider-style-3.divider-quaternary .fa, html .divider.divider-style-3.divider-quaternary .icons
{
    border-color: #e3f5e2;
}
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: #ffffff;
}
#header .tip
{
    background: #ed8446 none repeat scroll 0 0;
    color: #ffffff;
}
#header .tip::before
{
    border-right-color: #ed8446;
}
html #header .tip-primary
{
    background: #ed8446 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}
html #header .tip-primary::before
{
    border-right-color: #ed8446 !important;
}
html #header .tip-secondary
{
    background: #1a1c2b none repeat scroll 0 0 !important;
    color: #ffffff !important;
}
html #header .tip-secondary::before
{
    border-right-color: #1a1c2b !important;
}
html #header .tip-tertiary
{
    background: #f4f5ec none repeat scroll 0 0 !important;
    color: #777777 !important;
}
html #header .tip-tertiary::before
{
    border-right-color: #f4f5ec !important;
}
html #header .tip-quaternary
{
    background: #e3f5e2 none repeat scroll 0 0 !important;
    color: #777777 !important;
}
html #header .tip-quaternary::before
{
    border-right-color: #e3f5e2 !important;
}
html #header .tip-dark
{
    background: #2e353e none repeat scroll 0 0 !important;
    color: #ffffff !important;
}
html #header .tip-dark::before
{
    border-right-color: #2e353e !important;
}
html #header .tip-light
{
    background: #ffffff none repeat scroll 0 0 !important;
    color: #777777 !important;
}
html #header .tip-light::before
{
    border-right-color: #ffffff !important;
}
html[dir="rtl"] #header .tip.skin::before
{
    border-left-color: #ed8446;
}
#header .header-btn-collapse-nav
{
    background: #ed8446 none repeat scroll 0 0;
}
@media (min-width: 992px)
{
    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a
    {
        background: #ed8446 none repeat scroll 0 0;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu
    {
        border-top-color: #ed8446;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a::after
    {
        border-color: transparent transparent transparent #ed8446;
    }
    #header .header-nav.header-nav-stripe
    {
        margin-top: -44px;
    }
    #header .header-nav.header-nav-stripe nav > ul > li.active:not(:hover) > a
    {
        color: #ed8446;
    }
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a
    {
        background-color: #ed8446;
    }
    #header .header-nav.header-nav-top-line
    {
        margin-top: -44px;
    }
    #header .header-nav.header-nav-top-line nav > ul li.active > a, #header .header-nav.header-nav-top-line nav > ul li:hover > a
    {
        border-top-color: #ed8446;
        color: #ed8446;
    }
    #header .header-nav.header-nav-dark-dropdown
    {
        margin-top: -44px;
    }
    #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: #ed8446;
    }
}
@media (min-width: 992px)
{
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a
    {
        color: #ed8446;
    }
    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: #ed8446 none repeat scroll 0 0;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu
    {
        background-color: #ed8446;
        border-top-color: #ed8446;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a
    {
        border-bottom-color: #ef935d;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a
    {
        background: #ef935d none repeat scroll 0 0;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a::after
    {
        border-color: transparent transparent transparent #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title
    {
        color: #ffffff;
        opacity: 0.7;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a
    {
        color: #1a1c2b;
    }
    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: #1a1c2b none repeat scroll 0 0;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu
    {
        background-color: #1a1c2b;
        border-top-color: #1a1c2b;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a
    {
        border-bottom-color: #24263b;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a
    {
        background: #24263b none repeat scroll 0 0;
    }
    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 #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title
    {
        color: #ffffff;
        opacity: 0.7;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a
    {
        color: #f4f5ec;
    }
    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: #f4f5ec none repeat scroll 0 0;
        color: #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu
    {
        background-color: #f4f5ec;
        border-top-color: #f4f5ec;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a
    {
        border-bottom-color: #fefefd;
        color: #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a
    {
        background: #fefefd none repeat scroll 0 0;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a::after
    {
        border-color: transparent transparent transparent #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title
    {
        color: #777777;
        opacity: 0.7;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a
    {
        color: #e3f5e2;
    }
    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: #e3f5e2 none repeat scroll 0 0;
        color: #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu
    {
        background-color: #e3f5e2;
        border-top-color: #e3f5e2;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a
    {
        border-bottom-color: #f5fcf5;
        color: #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a
    {
        background: #f5fcf5 none repeat scroll 0 0;
    }
    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 #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title
    {
        color: #777777;
        opacity: 0.7;
    }
    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, html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a
    {
        background: #2e353e none repeat scroll 0 0;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu
    {
        background-color: #2e353e;
        border-top-color: #2e353e;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a
    {
        border-bottom-color: #39424d;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a
    {
        background: #39424d none repeat scroll 0 0;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a::after
    {
        border-color: transparent transparent transparent #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title
    {
        color: #ffffff;
        opacity: 0.7;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a
    {
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a, html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a
    {
        background: #ffffff none repeat scroll 0 0;
        color: #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu
    {
        background-color: #ffffff;
        border-top-color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a
    {
        border-bottom-color: #ffffff;
        color: #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a
    {
        background: #ffffff none repeat scroll 0 0;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a::after
    {
        border-color: transparent transparent transparent #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title
    {
        color: #777777;
        opacity: 0.7;
    }
}
@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: #ed8446;
    }
    #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: #ed8446;
    }
}
@media (max-width: 991px)
{
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a
    {
        color: #ed8446;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a
    {
        background: #ed8446 none repeat scroll 0 0;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a
    {
        color: #1a1c2b;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a
    {
        background: #1a1c2b none repeat scroll 0 0;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a
    {
        color: #f4f5ec;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a
    {
        background: #f4f5ec none repeat scroll 0 0;
        color: #777777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a
    {
        color: #e3f5e2;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a
    {
        background: #e3f5e2 none repeat scroll 0 0;
        color: #777777;
    }
    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 none repeat scroll 0 0;
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a
    {
        color: #ffffff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a
    {
        background: #ffffff none repeat scroll 0 0;
        color: #777777;
    }
}
html #header .header-top.header-top-primary
{
    background: #ed8446 none repeat scroll 0 0;
    border-top-color: #eb752f;
}
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 > a:focus
{
    background: #ef935d none repeat scroll 0 0;
}
html #header .header-top.header-top-secondary
{
    background: #1a1c2b none repeat scroll 0 0;
    border-top-color: #10121b;
}
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 > a:focus
{
    background: #24263b none repeat scroll 0 0;
}
html #header .header-top.header-top-tertiary
{
    background: #f4f5ec none repeat scroll 0 0;
    border-top-color: #eaecdb;
}
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 > a:focus
{
    background: #fefefd none repeat scroll 0 0;
}
html #header .header-top.header-top-quaternary
{
    background: #e3f5e2 none repeat scroll 0 0;
    border-top-color: #d1eecf;
}
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 > a:focus
{
    background: #f5fcf5 none repeat scroll 0 0;
}
html #header .header-top.header-top-dark
{
    background: #2e353e none repeat scroll 0 0;
    border-top-color: #23282f;
}
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 > a:focus
{
    background: #39424d none repeat scroll 0 0;
}
html #header .header-top.header-top-light
{
    background: #ffffff none repeat scroll 0 0;
    border-top-color: #f2f2f2;
}
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 > a:focus
{
    background: #ffffff none repeat scroll 0 0;
}
@media (min-width: 992px)
{
    html #header .header-nav-bar-primary
    {
        background: #ed8446 none repeat scroll 0 0 !important;
        color: #ffffff !important;
    }
    html #header .header-nav-bar-secondary
    {
        background: #1a1c2b none repeat scroll 0 0 !important;
        color: #ffffff !important;
    }
    html #header .header-nav-bar-tertiary
    {
        background: #f4f5ec none repeat scroll 0 0 !important;
        color: #777777 !important;
    }
    html #header .header-nav-bar-quaternary
    {
        background: #e3f5e2 none repeat scroll 0 0 !important;
        color: #777777 !important;
    }
    html #header .header-nav-bar-dark
    {
        background: #2e353e none repeat scroll 0 0 !important;
        color: #ffffff !important;
    }
    html #header .header-nav-bar-light
    {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #777777 !important;
    }
}
@media (min-width: 992px)
{
    #header .header-nav-main-light nav > ul > li.dropdown:hover > a
    {
        color: #ed8446;
    }
    #header .header-nav-main-light nav > ul > li.active > a
    {
        color: #ed8446;
    }
}
.testimonial blockquote
{
    background: #ef935d none repeat scroll 0 0;
}
.testimonial .testimonial-arrow-down
{
    border-top-color: #ef935d;
}
html .testimonial-primary blockquote
{
    background: #ef935d none repeat scroll 0 0;
}
html .testimonial-primary .testimonial-arrow-down
{
    border-top-color: #ef935d;
}
html .testimonial-secondary blockquote
{
    background: #24263b none repeat scroll 0 0;
}
html .testimonial-secondary .testimonial-arrow-down
{
    border-top-color: #24263b;
}
html .testimonial-tertiary blockquote
{
    background: #fefefd none repeat scroll 0 0;
}
html .testimonial-tertiary .testimonial-arrow-down
{
    border-top-color: #fefefd;
}
html .testimonial-quaternary blockquote
{
    background: #f5fcf5 none repeat scroll 0 0;
}
html .testimonial-quaternary .testimonial-arrow-down
{
    border-top-color: #f5fcf5;
}
html .testimonial-dark blockquote
{
    background: #39424d none repeat scroll 0 0;
}
html .testimonial-dark .testimonial-arrow-down
{
    border-top-color: #39424d;
}
html .testimonial-light blockquote
{
    background: #ffffff none repeat scroll 0 0;
}
html .testimonial-light .testimonial-arrow-down
{
    border-top-color: #ffffff;
}
.circular-bar.only-icon .fa, .circular-bar.only-icon .icons
{
    color: #ed8446;
}
html .counters .counter-primary .fa, html .counters .counter-primary .icons, html .counters .counter-primary strong
{
    color: #ed8446;
}
html .counters .counter-secondary .fa, html .counters .counter-secondary .icons, html .counters .counter-secondary strong
{
    color: #1a1c2b;
}
html .counters .counter-tertiary .fa, html .counters .counter-tertiary .icons, html .counters .counter-tertiary strong
{
    color: #f4f5ec;
}
html .counters .counter-quaternary .fa, html .counters .counter-quaternary .icons, html .counters .counter-quaternary strong
{
    color: #e3f5e2;
}
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: #ffffff;
}
.icon-featured
{
    background-color: #ed8446;
}
.featured-box-primary .icon-featured
{
    background-color: #ed8446;
}
.featured-box-primary .icon-featured::after
{
    border-color: #ed8446;
}
.featured-box-primary h4
{
    color: #ed8446;
}
.featured-box-primary .box-content
{
    border-top-color: #ed8446;
}
html .featured-box-primary .icon-featured
{
    background-color: #ed8446;
}
html .featured-box-primary h4
{
    color: #ed8446;
}
html .featured-box-primary .box-content
{
    border-top-color: #ed8446;
}
html .featured-box-secondary .icon-featured
{
    background-color: #1a1c2b;
}
html .featured-box-secondary h4
{
    color: #1a1c2b;
}
html .featured-box-secondary .box-content
{
    border-top-color: #1a1c2b;
}
html .featured-box-tertiary .icon-featured
{
    background-color: #f4f5ec;
}
html .featured-box-tertiary h4
{
    color: #f4f5ec;
}
html .featured-box-tertiary .box-content
{
    border-top-color: #f4f5ec;
}
html .featured-box-quaternary .icon-featured
{
    background-color: #e3f5e2;
}
html .featured-box-quaternary h4
{
    color: #e3f5e2;
}
html .featured-box-quaternary .box-content
{
    border-top-color: #e3f5e2;
}
html .featured-box-dark .icon-featured
{
    background-color: #2e353e;
}
html .featured-box-dark h4
{
    color: #2e353e;
}
html .featured-box-dark .box-content
{
    border-top-color: #2e353e;
}
html .featured-box-light .icon-featured
{
    background-color: #ffffff;
}
html .featured-box-light h4
{
    color: #ffffff;
}
html .featured-box-light .box-content
{
    border-top-color: #ffffff;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured
{
    border-color: #ed8446;
    color: #ed8446;
}
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured
{
    border-color: #1a1c2b;
    color: #1a1c2b;
}
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured
{
    border-color: #f4f5ec;
    color: #f4f5ec;
}
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured
{
    border-color: #e3f5e2;
    color: #e3f5e2;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured
{
    border-color: #2e353e;
    color: #2e353e;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured
{
    border-color: #ffffff;
    color: #ffffff;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured
{
    border-color: #ed8446;
    color: #ed8446;
}
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured
{
    border-color: #1a1c2b;
    color: #1a1c2b;
}
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured
{
    border-color: #f4f5ec;
    color: #f4f5ec;
}
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured
{
    border-color: #e3f5e2;
    color: #e3f5e2;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured
{
    border-color: #2e353e;
    color: #2e353e;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured
{
    border-color: #ffffff;
    color: #ffffff;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured
{
    color: #ed8446;
}
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured
{
    color: #1a1c2b;
}
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured
{
    color: #f4f5ec;
}
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured
{
    color: #e3f5e2;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured
{
    color: #2e353e;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured
{
    color: #ffffff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured
{
    color: #ed8446;
}
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured
{
    color: #1a1c2b;
}
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured
{
    color: #f4f5ec;
}
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured
{
    color: #e3f5e2;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured
{
    color: #2e353e;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured
{
    color: #ffffff;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured
{
    color: #ed8446;
}
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured
{
    color: #1a1c2b;
}
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured
{
    color: #f4f5ec;
}
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured
{
    color: #e3f5e2;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured
{
    color: #2e353e;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured
{
    color: #ffffff;
}
html .featured-box-effect-2.featured-box-primary .icon-featured::after
{
    box-shadow: 0 0 0 3px #ed8446;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured::after
{
    box-shadow: 0 0 0 3px #1a1c2b;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured::after
{
    box-shadow: 0 0 0 3px #f4f5ec;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured::after
{
    box-shadow: 0 0 0 3px #e3f5e2;
}
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 #ffffff;
}
html .featured-box-effect-3.featured-box-primary .icon-featured::after
{
    box-shadow: 0 0 0 10px #ed8446;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured
{
    background: #ed8446 none repeat scroll 0 0 !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured::after
{
    box-shadow: 0 0 0 10px #1a1c2b;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured
{
    background: #1a1c2b none repeat scroll 0 0 !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured::after
{
    box-shadow: 0 0 0 10px #f4f5ec;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured
{
    background: #f4f5ec none repeat scroll 0 0 !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured::after
{
    box-shadow: 0 0 0 10px #e3f5e2;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured
{
    background: #e3f5e2 none repeat scroll 0 0 !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 none repeat scroll 0 0 !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured::after
{
    box-shadow: 0 0 0 10px #ffffff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured
{
    background: #ffffff none repeat scroll 0 0 !important;
}
.feature-box .feature-box-icon
{
    background-color: #ed8446;
}
html .feature-box-primary .feature-box-icon
{
    background-color: #ed8446;
}
html .feature-box-secondary .feature-box-icon
{
    background-color: #1a1c2b;
}
html .feature-box-tertiary .feature-box-icon
{
    background-color: #f4f5ec;
}
html .feature-box-quaternary .feature-box-icon
{
    background-color: #e3f5e2;
}
html .feature-box-dark .feature-box-icon
{
    background-color: #2e353e;
}
html .feature-box-light .feature-box-icon
{
    background-color: #ffffff;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa, .feature-box.feature-box-style-2 .feature-box-icon .icons
{
    color: #ed8446;
}
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: #ed8446;
}
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: #1a1c2b;
}
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: #f4f5ec;
}
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: #e3f5e2;
}
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: #ffffff;
}
.feature-box.feature-box-style-3 .feature-box-icon
{
    border-color: #ed8446;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon .icons
{
    color: #ed8446;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon
{
    border-color: #ed8446;
}
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: #ed8446;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon
{
    border-color: #1a1c2b;
}
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: #1a1c2b;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon
{
    border-color: #f4f5ec;
}
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: #f4f5ec;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon
{
    border-color: #e3f5e2;
}
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: #e3f5e2;
}
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: #ffffff;
}
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: #ffffff;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa, .feature-box.feature-box-style-4 .feature-box-icon .icons
{
    color: #ed8446;
}
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: #ed8446;
}
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: #1a1c2b;
}
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: #f4f5ec;
}
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: #e3f5e2;
}
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: #ffffff;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa, .feature-box.feature-box-style-5 .feature-box-icon i.icons
{
    color: #ed8446;
}
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: #ed8446;
}
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: #1a1c2b;
}
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: #f4f5ec;
}
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: #e3f5e2;
}
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: #ffffff;
}
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: #ed8446;
}
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: #1a1c2b;
}
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: #f4f5ec;
}
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: #e3f5e2;
}
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: #ffffff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary
{
    background-color: #e86518;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary
{
    background-color: #eb752f;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary
{
    background-color: #ed8446;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary
{
    background-color: #ef935d;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary
{
    background-color: #f2a374;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary
{
    background-color: #f4b28c;
}
html .featured-boxes-full .featured-box-full-primary
{
    background-color: #ed8446;
    color: #ffffff;
}
html .featured-boxes-full .featured-box-full-secondary
{
    background-color: #1a1c2b;
    color: #ffffff;
}
html .featured-boxes-full .featured-box-full-tertiary
{
    background-color: #f4f5ec;
    color: #777777;
}
html .featured-boxes-full .featured-box-full-quaternary
{
    background-color: #e3f5e2;
    color: #777777;
}
html .featured-boxes-full .featured-box-full-dark
{
    background-color: #2e353e;
    color: #ffffff;
}
html .featured-boxes-full .featured-box-full-light
{
    background-color: #ffffff;
    color: #777777;
}
.pricing-table .most-popular
{
    border-color: #ed8446;
}
.pricing-table .most-popular h3
{
    background-color: #ed8446 !important;
}
.pricing-table.princig-table-flat .plan h3
{
    background-color: #ed8446;
}
.pricing-table.princig-table-flat .plan h3 span
{
    background: #ed8446 none repeat scroll 0 0;
}
html .call-to-action.featured.featured-primary
{
    border-top-color: #ed8446;
}
html .call-to-action.call-to-action-primary
{
    background: #ed8446 none repeat scroll 0 0;
}
html .call-to-action.with-full-borders
{
    border-color: #ed8446;
}
html .call-to-action.call-to-action-primary
{
    background: #ed8446 none repeat scroll 0 0;
}
html .call-to-action.call-to-action-primary h3, html .call-to-action.call-to-action-primary p
{
    color: #ffffff;
}
html .call-to-action.featured.featured-secondary
{
    border-top-color: #1a1c2b;
}
html .call-to-action.call-to-action-secondary
{
    background: #1a1c2b none repeat scroll 0 0;
}
html .call-to-action.with-full-borders
{
    border-color: #1a1c2b;
}
html .call-to-action.call-to-action-secondary
{
    background: #1a1c2b none repeat scroll 0 0;
}
html .call-to-action.call-to-action-secondary h3, html .call-to-action.call-to-action-secondary p
{
    color: #ffffff;
}
html .call-to-action.featured.featured-tertiary
{
    border-top-color: #f4f5ec;
}
html .call-to-action.call-to-action-tertiary
{
    background: #f4f5ec none repeat scroll 0 0;
}
html .call-to-action.with-full-borders
{
    border-color: #f4f5ec;
}
html .call-to-action.call-to-action-tertiary
{
    background: #f4f5ec none repeat scroll 0 0;
}
html .call-to-action.call-to-action-tertiary h3, html .call-to-action.call-to-action-tertiary p
{
    color: #777777;
}
html .call-to-action.featured.featured-quaternary
{
    border-top-color: #e3f5e2;
}
html .call-to-action.call-to-action-quaternary
{
    background: #e3f5e2 none repeat scroll 0 0;
}
html .call-to-action.with-full-borders
{
    border-color: #e3f5e2;
}
html .call-to-action.call-to-action-quaternary
{
    background: #e3f5e2 none repeat scroll 0 0;
}
html .call-to-action.call-to-action-quaternary h3, html .call-to-action.call-to-action-quaternary p
{
    color: #777777;
}
html .call-to-action.featured.featured-dark
{
    border-top-color: #2e353e;
}
html .call-to-action.call-to-action-dark
{
    background: #2e353e none repeat scroll 0 0;
}
html .call-to-action.with-full-borders
{
    border-color: #2e353e;
}
html .call-to-action.call-to-action-dark
{
    background: #2e353e none repeat scroll 0 0;
}
html .call-to-action.call-to-action-dark h3, html .call-to-action.call-to-action-dark p
{
    color: #ffffff;
}
html .call-to-action.featured.featured-light
{
    border-top-color: #ffffff;
}
html .call-to-action.call-to-action-light
{
    background: #ffffff none repeat scroll 0 0;
}
html .call-to-action.with-full-borders
{
    border-color: #ffffff;
}
html .call-to-action.call-to-action-light
{
    background: #ffffff none repeat scroll 0 0;
}
html .call-to-action.call-to-action-light h3, html .call-to-action.call-to-action-light p
{
    color: #777777;
}
section.timeline .timeline-box.left::before, section.timeline .timeline-box.right::before
{
    background: #ed8446 none repeat scroll 0 0;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #ed8446;
}
ul.history li .featured-box .box-content
{
    border-top-color: #ed8446;
}
.recent-posts .date .month, article.post .post-date .month
{
    background-color: #ed8446;
}
.recent-posts .date .day, article.post .post-date .day
{
    color: #ed8446;
}
.slider .tp-bannertimer
{
    background-color: #ed8446;
}
.home-concept strong
{
    color: #ed8446;
}
html .home-intro-primary
{
    background: #ed8446 none repeat scroll 0 0;
}
html .home-intro-secondary
{
    background: #1a1c2b none repeat scroll 0 0;
}
html .home-intro-tertiary
{
    background: #f4f5ec none repeat scroll 0 0;
}
html .home-intro-quaternary
{
    background: #e3f5e2 none repeat scroll 0 0;
}
html .home-intro-dark
{
    background: #2e353e none repeat scroll 0 0;
}
html .home-intro-light
{
    background: #ffffff none repeat scroll 0 0;
}
.home-intro p em
{
    color: #f2a374;
}
.shop ul.products li.product .onsale
{
    background-color: #ed8446;
    border-bottom-color: #e96b21;
}
.shop .star-rating span, .shop .cart-totals tr.total .amount
{
    color: #ed8446;
}
#footer .footer-ribbon
{
    background: #ed8446 none repeat scroll 0 0;
}
#footer .footer-ribbon::before
{
    border-left-color: #d25b14;
    border-right-color: #d25b14;
}
#footer.light h1, #footer.light h2, #footer.light h3, #footer.light h4, #footer.light a
{
    color: #ed8446;
}
#footer.color
{
    background: #ed8446 none repeat scroll 0 0;
    border-top-color: #ed8446;
}
#footer.color .footer-ribbon
{
    background: #e86518 none repeat scroll 0 0;
}
#footer.color .footer-ribbon::before
{
    border-right-color: #a44710;
}
#footer.color .footer-copyright
{
    background: #eb752f none repeat scroll 0 0;
    border-top-color: #eb752f;
}
html #footer.color-primary
{
    background: #ed8446 none repeat scroll 0 0;
    border-top-color: #ed8446;
}
html #footer.color-primary .footer-ribbon
{
    background: #e86518 none repeat scroll 0 0;
}
html #footer.color-primary .footer-ribbon::before
{
    border-right-color: #a44710;
}
html #footer.color-primary .footer-copyright
{
    background: #eb752f none repeat scroll 0 0;
    border-top-color: #eb752f;
}
html #footer.color-secondary
{
    background: #1a1c2b none repeat scroll 0 0;
    border-top-color: #1a1c2b;
}
html #footer.color-secondary .footer-ribbon
{
    background: #07070b none repeat scroll 0 0;
}
html #footer.color-secondary .footer-ribbon::before
{
    border-right-color: #000000;
}
html #footer.color-secondary .footer-copyright
{
    background: #10121b none repeat scroll 0 0;
    border-top-color: #10121b;
}
html #footer.color-tertiary
{
    background: #f4f5ec none repeat scroll 0 0;
    border-top-color: #f4f5ec;
}
html #footer.color-tertiary .footer-ribbon
{
    background: #e1e3cb none repeat scroll 0 0;
}
html #footer.color-tertiary .footer-ribbon::before
{
    border-right-color: #c4c998;
}
html #footer.color-tertiary .footer-copyright
{
    background: #eaecdb none repeat scroll 0 0;
    border-top-color: #eaecdb;
}
html #footer.color-quaternary
{
    background: #e3f5e2 none repeat scroll 0 0;
    border-top-color: #e3f5e2;
}
html #footer.color-quaternary .footer-ribbon
{
    background: #bee8bc none repeat scroll 0 0;
}
html #footer.color-quaternary .footer-ribbon::before
{
    border-right-color: #87d483;
}
html #footer.color-quaternary .footer-copyright
{
    background: #d1eecf none repeat scroll 0 0;
    border-top-color: #d1eecf;
}
html #footer.color-dark
{
    background: #2e353e none repeat scroll 0 0;
    border-top-color: #2e353e;
}
html #footer.color-dark .footer-ribbon
{
    background: #181c21 none repeat scroll 0 0;
}
html #footer.color-dark .footer-ribbon::before
{
    border-right-color: #000000;
}
html #footer.color-dark .footer-copyright
{
    background: #23282f none repeat scroll 0 0;
    border-top-color: #23282f;
}
html #footer.color-light
{
    background: #ffffff none repeat scroll 0 0;
    border-top-color: #ffffff;
}
html #footer.color-light .footer-ribbon
{
    background: #e6e6e6 none repeat scroll 0 0;
}
html #footer.color-light .footer-ribbon::before
{
    border-right-color: #bfbfbf;
}
html #footer.color-light .footer-copyright
{
    background: #f2f2f2 none repeat scroll 0 0;
    border-top-color: #f2f2f2;
}
.sample-icon-list .sample-icon a:hover
{
    background-color: #ed8446;
}
html.boxed .body
{
    border-top-color: #ed8446;
}
