a {
	color:#dd3810;
}

a:hover {
	color: #be2600;
}

a:focus {
	color: #be2600;
}

a:active {
	color: #be2600;
}

p {
	color:#333;
}

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

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

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

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

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

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

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

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

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

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

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

.alternative-font {
	color:#dd3810;
}

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

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

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

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

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

html .blockquote-light {
	border-color: #ffffff !important;
}
article.post-large .post-image {
	margin-left:0;
}
article.post-large .post-meta date {
	font-size:1.2em;
	font-style: italic;
}
article.post-large {
	margin-left:15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html ul.nav-pills-tertiary a {
	color: #3a3a3a;
}

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

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

html ul.nav-pills-tertiary a:active {
	color: #2d2d2d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .label-tertiary {
	background-color: #3a3a3a;
}

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

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

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

.btn-link {
	color:#dd3810;
}

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

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


html .btn-primary {
	color: #fff;
	background-color: #dd3810;
	border: 2px solid #dd3810;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 30px;
}
html .btn-primary:hover {
	border-color: #be2600 #be2600 #be2600;
	background-color: #be2600;
}

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

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

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

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

html .btn-primary-scale-2 {
	color: #ffffff;
	background-color: #1494cd;
	border-color: #1494cd #1494cd #10739e;
}

html .btn-primary-scale-2:hover {
	border-color: #be2600 #be2600 #1283b6;
	background-color: #be2600;
}

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

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

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

html .btn-secondary {
	color: #f14c24;
	background-color: #ffffff;
	border: 2px solid #dd3810;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 30px;
	margin-top: 20px;
}

html .btn-secondary:hover {
	border-color: #ff8661 #ff8661 #ff602d;
	background-color: #ff8661;
}

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

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

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

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

html .btn-secondary-scale-2 {
	color: #ffffff;
	background-color: #ff4c14;
	border-color: #ff4c14 #ff4c14 #e03600;
}

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

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

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

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

html .btn-tertiary {
	color: #ffffff;
	background-color: #3a3a3a;
	border-color: #3a3a3a #3a3a3a #212121;
}

html .btn-tertiary:hover {
	border-color: #474747 #474747 #2d2d2d;
	background-color: #474747;
}

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

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

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

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

html .btn-tertiary-scale-2 {
	color: #ffffff;
	background-color: #212121;
	border-color: #212121 #212121 #070707;
}

html .btn-tertiary-scale-2:hover {
	border-color: #2d2d2d #2d2d2d #141414;
	background-color: #2d2d2d;
}

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

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

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

html .btn-quaternary {
	color: #ffffff;
	background-color: #cccccc;
	border-color: #cccccc #cccccc #b3b3b3;
}

html .btn-quaternary:hover {
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
	background-color: #d9d9d9;
}

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

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

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

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

html .btn-quaternary-scale-2 {
	color: #ffffff;
	background-color: #b3b3b3;
	border-color: #b3b3b3 #b3b3b3 #999999;
}

html .btn-quaternary-scale-2:hover {
	border-color: #bfbfbf #bfbfbf #a6a6a6;
	background-color: #bfbfbf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	background-color:#dd3810;
	border-color: #dd3810 #dd3810 #1494cd;
	border-color: #dd3810 !important;
	color: #ffffff;
}

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

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

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

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

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

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	background-color: #ff7347;
	border-color: #ff7347 #ff7347 #ff4c14;
	border-color: #ff7347 !important;
	color: #ffffff;
}

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

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

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

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

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

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
	background-color: #3a3a3a;
	border-color: #3a3a3a #3a3a3a #212121;
	border-color: #3a3a3a !important;
	color: #ffffff;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
	border-color: #474747 #474747 #2d2d2d;
	background-color: #474747;
}

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

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

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

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

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
	color: #ffffff;
	background-color: #cccccc;
	border-color: #cccccc #cccccc #b3b3b3;
	border-color: #cccccc !important;
	color: #777777;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
	background-color: #d9d9d9;
}

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

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

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

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

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

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

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

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

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

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

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
	border-color: #ffffff !important;
	color: #777777;
}

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

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

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

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


html .btn-sm {
	padding: 4px 8px;
}

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

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

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

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

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	background-color:#dd3810;
	border-color:#dd3810 #dd3810 #1494cd;
}

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

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

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

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

html .alert-primary {
	background-color:#dd3810;
	border-color: #1caae9;
	color: #ffffff;
}

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

html .alert-secondary {
	background-color: #ff7347;
	border-color: #ff6738;
	color: #ffffff;
}

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

html .alert-tertiary {
	background-color: #3a3a3a;
	border-color: #323232;
	color: #ffffff;
}

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

html .alert-quaternary {
	background-color: #cccccc;
	border-color: #c4c4c4;
	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:#dd3810;
}

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

html .progress-bar-tertiary {
	background-color: #3a3a3a;
}

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

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

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

html section.section-primary {
	background-color:#dd3810 !important;
	border-color: #be2600 !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: #1494cd !important;
	border-color: #1283b6 !important;
}

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

html section.section-secondary {
	background-color: #ff7347 !important;
	border-color: #ff602d !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: #ff4c14 !important;
	border-color: #f93c00 !important;
}

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

html section.section-tertiary {
	background-color: #3a3a3a !important;
	border-color: #2d2d2d !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: #ffffff;
}

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

html section.section-tertiary-scale-2 {
	background-color: #212121 !important;
	border-color: #141414 !important;
}

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

html section.section-quaternary {
	background-color: #cccccc !important;
	border-color: #bfbfbf !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: #b3b3b3 !important;
	border-color: #a6a6a6 !important;
}

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

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

html section.section.news-section,  html section.section.events-section {
	padding:30px 30px 30px 30px;
}


.mobile-logo {
	float:left;
	position:relative;
	padding:15px 0 0 15px;
}

section.page-header h1 {
	/* border-bottom: 4px solid #dd3810; */
}

section.page-header.custom-product {
	background-color: #be2600;
	border-top-color: #21ace9;
}

html .page-header-color.page-header-primary {
	background-color:#dd3810;
	border-bottom-color:#dd3810;
	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: #ff7347;
	border-bottom-color: #ff7347;
	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: #3a3a3a;
	border-bottom-color: #3a3a3a;
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary a {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary {
	background-color: #cccccc;
	border-bottom-color: #cccccc;
	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 {
	color:#dd3810;
	border-left-color: #dd3810;
	border-right-color: #dd3810;
}

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

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

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

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

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

html .toggle-tertiary .toggle label {
	color: #3a3a3a;
	border-left-color: #3a3a3a;
	border-right-color: #3a3a3a;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #3a3a3a;
	border-color: #3a3a3a;
	color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #3a3a3a;
}

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

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

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

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

.inverted {
	background-color:#dd3810;
}

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

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

html .inverted-tertiary {
	background-color: #3a3a3a;
}

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

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

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

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

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

.owl-carousel .owl-nav [class*="owl-"] {
	color: #ffffff;
	background-color:#dd3810;
	border-color:#dd3810 #dd3810 #1494cd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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-right-color: #dd3810;
	border-left-color: transparent;
}

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

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

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color:#dd3810;
}

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

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

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

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color:#dd3810;
	color: #ffffff;
}

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

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

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

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #ff7347;
	color: #ffffff;
}

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

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

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
	color: #3a3a3a;
	border-color: #3a3a3a;
}

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #3a3a3a;
	color: #ffffff;
}

html .list-tertiary.list-ordened li:before {
	color: #3a3a3a;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #3a3a3a;
	color: #ffffff;
}

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

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #cccccc;
	color: #777777;
}

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

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

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

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

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

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

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

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #ffffff;
	color: #777777;
}

html .list-light.list-ordened li:before {
	color: #ffffff;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
	background-color: #ffffff;
	color: #777777;
}

.parallax blockquote i.fa-quote-left {
	color:#dd3810;
}

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

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

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

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

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

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

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

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

html .panel-group.panel-group-quaternary .panel-heading {
	background-color: #cccccc !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:#dd3810;
}

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

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

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

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
	color: #3a3a3a;
}

html .divider.divider-tertiary.divider-small hr {
	background: #3a3a3a;
}

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

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

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

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

html .divider.divider-light .fa,
html .divider.divider-light .icons {
	color: #ffffff;
}

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

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
	background: #dd3810;
	color: #ffffff;
}

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

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
	background: #3a3a3a;
	color: #ffffff;
}

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

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .icons {
	background: #2e353e;
	color: #ffffff;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .icons {
	background: #ffffff;
	color: #777777;
}

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

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

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

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

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

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

html #header .tip-primary {
	background: #dd3810 !important;
	color: #ffffff !important;
}

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

html #header .tip-secondary {
	background: #ff7347 !important;
	color: #ffffff !important;
}

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

html #header .tip-tertiary {
	background: #3a3a3a !important;
	color: #ffffff !important;
}

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

html #header .tip-quaternary {
	background: #cccccc !important;
	color: #777777 !important;
}

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

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

html #header .tip-dark:before {
	border-right-color: #2e353e !important;
}

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

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

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

#header .header-btn-collapse-nav {
	background: #dd3810;
}
#header .header-search .nav > li > a {
	color:#fff;
}
#header .header-search .nav > li > a:hover, #header .header-search .nav > li > a:focus {
	color:#dd3810;
}

a.block-link.primary {
	padding: 45px 100px 15px;
	background: #dd3810;
	width: 100%;
	color:#fff;
}

a.block-link.secondary {
	padding: 45px 100px 15px;
	background: #333;
	width: 100%;
	color:#fff;
}

.page-node-type-events #block-views-block-news-events-ecu-block-news-events-events-2 a.block-link. {
	padding: 15px 30px;
	text-align:right;
	font-size:24px;
}
.news-events-featurette .col-sm-6:nth-child(even) {
	background:#fafafa;
}
.news-events-featurette .block-footer h3 {
	margin:0;
}
.news-events-featurette .block-footer {
	position:absolute;
	bottom:0;
	width:100%;
}
.news-events-featurette .block-footer a.block-link, #block-views-block-news-events-ecu-block-news-events-events-2 .block-footer a.block-link {
	font-size: 24px;
	text-align:right;
}
.ecu-news-events-block-match-height {
	padding-bottom: 84px;
}

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

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

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

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

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

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

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

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

	#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a.dropdown-toggle:after {
		border-color: #dd3810 transparent transparent transparent;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	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,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:focus > a {
		background: #dd3810;
		color: #ffffff;
	}

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

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

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

	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.70;
	}

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

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

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

	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,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:focus > a {
		background: #ff7347;
		color: #ffffff;
	}

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

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

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

	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.70;
	}

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		background: #3a3a3a;
		color: #ffffff;
	}

	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,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:focus > a {
		background: #3a3a3a;
		color: #ffffff;
	}

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

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

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

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

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

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

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

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

	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,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:focus > a  {
		background: #cccccc;
		color: #777777;
	}

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

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

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

	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.70;
	}

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

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

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

	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,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:focus > a {
		background: #2e353e;
		color: #ffffff;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
		background: #3a3a3a;
		color: #ffffff;
	}

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

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

html #header .header-top.header-top-primary {
	background: #dd3810;
	border-top-color: #be2600;
}

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

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

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

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

html #header .header-top.header-top-secondary {
	background: #ff7347;
	border-top-color: #ff602d;
}

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

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

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

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

html #header .header-top.header-top-tertiary {
	background: #3a3a3a;
	border-top-color: #2d2d2d;
}

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

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

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

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

html #header .header-top.header-top-quaternary {
	background: #cccccc;
	border-top-color: #bfbfbf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	html #header .header-nav-bar-tertiary {
		background: #3a3a3a !important;
		color: #ffffff !important;
	}

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

	html #header .header-nav-bar-dark {
		background: #2e353e !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-light {
		background: #ffffff !important;
		color: #777777 !important;
	}
}

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

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

.testimonial {
	margin-bottom: 0px;
}

.testimonial-content {
	padding:10%;
}

.testimonial blockquote {
	background: #be2600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial blockquote:before, .testimonial blockquote p, .testimonial blockquote:after {
	color:#000;
}

.testimonial .field--name-field-button {
	padding-top:15px;
	text-align:center;
}

.testimonial-standard {
	background:#fff;
}
.testimonial .testimonial-standard blockquote {
	background:#fff;
	color:#000;
}
.testimonial .testimonial-standard blockquote p {
	color:#000;
}
.testimonial-black {
	background:#000;
	color:#fff;
}
.testimonial-black p, .testimonial-black h1, .testimonial-black h2, .testimonial-black h3, .testimonial-black h4, .testimonial-black h5 {
	color:#fff;
}
.testimonial .testimonial-black blockquote {
	background:#000;
}
.testimonial-orange {
	background:#dd3810;
	color:#fff;
}
.testimonial-orange p, .testimonial-orange h1, .testimonial-orange h2, .testimonial-orange h3, .testimonial-orange h4, .testimonial-orange h5 {
	color:#fff;
}
.testimonial .testimonial-orange blockquote {
	background:#dd3810;
}
.testimonial .testimonial-orange .btn-primary {
	background:#000;
	border:1px solid #333;
	border-bottom:1px solid #000;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .icons {
	color:#dd3810;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .featured-box-tertiary .icon-featured {
	background-color: #3a3a3a;
}

html .featured-box-tertiary h4 {
	color: #3a3a3a;
}

html .featured-box-tertiary .box-content {
	border-top-color: #3a3a3a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured,
html .featured-box-effect-3.featured-box-tertiary:focus .icon-featured {
	background: #3a3a3a !important;
}

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

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured,
html .featured-box-effect-3.featured-box-quaternary:focus .icon-featured {
	background: #cccccc !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,
html .featured-box-effect-3.featured-box-dark:focus .icon-featured {
	background: #2e353e !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,
html .featured-box-effect-3.featured-box-light:focus .icon-featured {
	background: #ffffff !important;
}

.feature-box .feature-box-icon {
	background-color:#dd3810;
}

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

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

html .feature-box-tertiary .feature-box-icon {
	background-color: #3a3a3a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .featured-boxes-full .featured-box-full-primary {
	background-color:#dd3810;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #ff7347;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-tertiary {
	background-color: #3a3a3a;
	color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html .call-to-action.call-to-action-tertiary {
	background: #3a3a3a;
}

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

html .call-to-action.call-to-action-tertiary {
	background: #3a3a3a;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-quaternary {
	border-top-color: #cccccc;
}

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

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

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

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

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

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

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
	color: #ffffff;
}

html .call-to-action.featured.featured-light {
	border-top-color: #ffffff;
}

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

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

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
	color: #777777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #dd3810;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #dd3810;
}

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

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

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

.recent-posts .date .year,
article.post .post-date .year {
	color:#000;
	display:block;
	font-size: 0.9em;
	padding: 0 10px 2px;
}


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

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

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

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

html .home-intro-tertiary {
	background: #3a3a3a;
}

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

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

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

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

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

html .slider-container .tp-caption-overlay-opacity-primary {
	background: rgba(42, 175, 234, 0.4);
}

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

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

html .slider-container .tp-caption-overlay-tertiary {
	background: #3a3a3a;
}

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

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

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

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

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

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

html .slider-container .tp-caption-overlay-opacity-light {
	background: rgba(255, 255, 255, 0.4);
}
/* Arrows */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
	color: #ffffff;
	background-color:#dd3810;
	border-color:#dd3810 #dd3810 #1494cd;
}

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

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

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

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

.shop ul.products li.product .onsale {
	background-color:#dd3810;
	border-bottom-color: #159bd6;
}

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

#footer {
	margin-top:0;
}

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

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

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

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

#footer.color .footer-ribbon {
	background: #1494cd;
}

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

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

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

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

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

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

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

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

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

html #footer.color-secondary .footer-copyright {
	background: #000;
	border-top-color: #000;
	padding-top:15px;
}


html #footer.color-tertiary {
	background: #3a3a3a;
	border-top-color: #3a3a3a;
}

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

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

html #footer.color-tertiary .footer-copyright {
	background: #2e2e2e;
	border-top-color: #2d2d2d;
}

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

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

html #footer.color-quaternary .footer-ribbon:before {
	border-right-color: #8c8c8c;
}

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

html #footer.color-dark {
	background: #2e353e;
	border-top-color: #2e353e;
}

html #footer.color-dark .footer-ribbon {
	background: #181c21;
}

html #footer.color-dark .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-dark .footer-copyright {
	background: #23282f;
	border-top-color: #23282f;
}

html #footer.color-light {
	background: #ffffff;
	border-top-color: #ffffff;
}

html #footer.color-light .footer-ribbon {
	background: #e6e6e6;
}

html #footer.color-light .footer-ribbon:before {
	border-right-color: #bfbfbf;
}

html #footer.color-light .footer-copyright {
	background: #f2f2f2;
	border-top-color: #f2f2f2;
}

.sample-icon-list .sample-icon a:hover,
.sample-icon-list .sample-icon a:focus {
	background-color:#dd3810;
}

html.boxed .body {
	border-top-color:#dd3810;
}

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

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

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

.page-header h1 span {
	color: inherit;
	font-size: inherit;
}

/* Sidebar Menus */
nav#sidebar-wrapper{
	border:none;

}
.sidebar-nav {
	padding-bottom:40px;
}
.sidebar-nav ul.sub-menu {
	list-style:none;
	padding:0;

}
.sidebar-nav > li > ul.sub-menu{
	border-right:1px solid #ccc;

}
.sidebar-nav li a {
	padding: 10px 10px;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	display: block;
	border-bottom: #fff 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li.dropdown.collapsed > a:after, .sidebar-nav li.dropdown.expanded > a:after {
	content: "\f105" !important; /* Unicode hex for &raquo; */
	font-family: FontAwesome;
	width:1em;
	display:inline-block;
	text-align: center;
	border: none;
	float: none;
	margin-left:5px;
	opacity: 0.7;
}
.sidebar-nav li.expanded > a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
}

.sidebar-nav > li.dropdown > a, .sidebar-nav > li.dropdown > a.is-active, .sidebar-nav > li.dropdown > a:hover,
.sidebar-nav > li.dropdown > a, .sidebar-nav > li.dropdown > a.is-active, .sidebar-nav > li.dropdown > a:focus {
	background-color:#333;
	color: #fff;
	text-transform: uppercase;
}

.sidebar-nav > li.dropdown > a,
.sidebar-nav > li.dropdown > a:hover,
.sidebar-nav > li.dropdown > a:focus {
	border-bottom:3px solid #dd3810;
}
.sidebar-nav > li > ul.sub-menu > li > a {
	background-color: #fff;
	font-size: 16px;
	padding:10px;
	color:#dd3810;
	font-weight:bold;
	border-color:#ccc;
}

.sidebar-nav > li > ul.sub-menu > li.active > a {
	background-color:#dd3810;
	color: #fff;
}
.sidebar-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
	background-color: #e8e8e8;
	color:#000;
	font-weight:bold;
	font-size: 12px;
	padding:5px 10px;
}
.sidebar-nav > li > ul.sub-menu > li > ul.sub-menu > li.active > a {
	background-color: #333;
	color: #fff;
}
.sidebar-nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li a {
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding:5px 10px;
	font-weight:bold;
}
.sidebar-nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li.active > a {
	background-color: #fff;
	color: #dd3810;
}
.sidebar-nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li a {
	background-color:#efefef;
}
.sidebar-nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li.active > ul.sub-menu {
	border-top:3px solid #dd3810;
	border-bottom:1px solid #ccc;
}
.sidebar-nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li.active > a {
	background-color: #333;
	color: #fff;
}
.sidebar-nav > li > ul.sub-menu li a:hover,
.sidebar-nav > li > ul.sub-menu li a:focus
{
	text-decoration:none;
}
.sidebar-nav > li > ul.sub-menu li:not(.active) a:hover,
.sidebar-nav > li > ul.sub-menu li:not(.active) a:focus {
	background-color:#333!important;
	color:#fff!important;
}
.sidebar-nav {
	text-align: right;
}

/* TABS */
.tabs ul.tabs{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EEE;
	border-width: 0 0 1px 0;
	background: none;
}
.tabs ul.tabs > li{
	border: none;
	margin: 0 0 -1px 0;
	padding: 0;
}
.tabs ul.tabs a{
	color:#dd3810;
	border-style: solid;
	border-color: #EEE;
	border-width: 3px 1px 0 1px;
	background: #F4F4F4;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 10px 15px;
	cursor: pointer !important;
	margin-right: 1px;
	display: inline-block;
}
.tabs ul.tabs a.is-active,
.tabs ul.tabs a:hover,
.tabs ul.tabs a:focus {
	border-top-color: #dd3810;
	background: #FFF;
}

#block-breadcrumbs nav.breadcrumb {
	margin-bottom:0;
	background-color:transparent;
	padding-left:0;
}

.page-header-light {
	background:none;

}
.page-header-light .breadcrumb {
	position:relative;
	top:inherit;
	right:inherit;
}

.breadcrumb {
	margin: 0;
	padding:0;
	background:transparent;
}

.card {
	padding:15px;
	background:transparent;
}
.card p {
	margin-bottom:20px;
	line-height:1.25em;
}
.card h3.title {
	margin-bottom: 0;
	font-size: 20px;
	text-transform: none;
}
.card h4.subtitle {
	margin-bottom:0;
}
.card .container-fluid {
	padding:0;
}
.card.card-standard {

}
.card .stacked h3.title {
	font-weight:700;
	text-align: center;
	margin-bottom:10px
}
.card .stacked h4.subtitle {
	text-align:center;
}
.card .stacked .img {
	text-align: center;
}
.card.card-black {
	background:#000;
}
.card.card-black h3.title {
	color:#fff;
}
.card.card-black h4.subtitle {
	color:#fff;
}
.card.card-black p {
	color:#fff;
}
.card.card-gray {
	background:#efefef;
}
.card.card-gray h3.title {
	color:#000;
}
.card.card-gray h4.subtitle {
	color:#000;
}
.card.card-gray p {
	color:#000;
}
.card.card-orange {
	background:#dd3810;
}
.card.card-orange h3.title {
	color:#fff;
}
.card.card-orange h4.subtitle {
	color:#fff;
}
.card.card-orange p {
	color:#fff;
}
.card.card-orange .btn-primary {
	color:#fff;
	background:#000;
	border-color: #000;
	border-bottom-color:#999;
}
.card.card-orange-alt {
	background:#fff;
}
.card.card-orange-alt h3.title {
	color:#dd3810;
}
.card.card-orange-alt h4.subtitle {
	color:#dd3810;
}
.card.card-orange-alt p {
	color:#000;
}
.card.card-white {
	background:#fff;
}
.card.card-white h3.title {
	color:#000;
}
.card.card-white h4.subtitle {
	color:#000;
}
.card.card-white p {
	color:#000;
}
.card.card-white-with-border {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #d8380f;
	margin-right: 15px;
}
.card.card-white-with-border h3.title {
	color:#000;
}
.card.card-white-with-border h4.subtitle {
	color:#000;
}
.card.card-white-with-border p {
	color:#000;
}
.card.card-white-with-border .img-responsive-container img {
	text-align: center;
	margin: 0px auto 10px;
	max-width:50px;
}
.card.card-feature-card-circle-icon {
	text-align:center;
}

.card.card-feature-card-circle-icon .card-image img{
	width: 40px;
	height: auto;
	margin-top: 18px;
}
.card.card-feature-card-circle-icon .card-image {
	width: 80px;
	height: 80px;
	background: #dd3810;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	display: block;
	margin: 0 auto -50px auto;
	position: relative;
	z-index: 10;
	border: 3px solid #fff;
	box-shadow: 0px 0px 1px 1px #909090;
}
.card.card-feature-card-circle-icon:hover .card-image,
.card.card-feature-card-circle-icon:focus .card-image {
	background:#333;
}
.card.card-feature-card-circle-icon .content {
	background: #ececec;
	border: 4px solid #ffffff;
	padding: 60px 15px 15px 15px;
	color: #333;
	min-height: 153px;
	border-radius: 5px;
}
.card.card-feature-card-circle-icon .content p {

}
.card.card-feature-card-circle-icon .img-responsive-container img {
	display:inline-block;
	width:40px;
	height:40px;
	margin: 20px auto 0 auto;
}
.card.card-feature-card-circle-icon .col-sm-12 {
	padding: 0;
}

.card.card-feature-card-white-circle-icon {
	text-align:center;
}

.card.card-feature-card-white-circle-icon .card-image img{
	width: 40px;
	height: auto;
	margin-top: 18px;
}
.card.card-feature-card-white-circle-icon .card-image {
	width: 80px;
	height: 80px;
	background: #dd3810;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	display: block;
	margin: 0 auto -50px auto;
	position: relative;
	z-index: 10;
	border: 3px solid #fff;
	box-shadow: 0px 0px 1px 1px #909090;
}
.card.card-feature-card-white-circle-icon:hover .card-image,
.card.card-feature-card-white-circle-icon:focus .card-image {
	background:#333;
}
.card.card-feature-card-white-circle-icon .content {
	background: #ffffff;
	border: 4px solid #ececec;
	padding: 60px 15px 15px 15px;
	color: #333;
	min-height: 153px;
	border-radius: 5px;
}
.card.card-feature-card-white-circle-icon .content p {

}
.card.card-feature-card-white-circle-icon .img-responsive-container img {
	display:inline-block;
	width:40px;
	height:40px;
	margin: 20px auto 0 auto;
}

.card.card-feature-card-white-circle-icon .col-sm-12 {
	padding: 0;
}



/*
.container-fluid .paragraph-container.container-fluid {

}
.container-fluid .paragraph-container.container-container-full {
	margin:0 -15px;
}
.container-container-full-padded {
	margin:0 -15px;
	padding:15px;
}

.container-fluid.full-width {
	padding-left: 0;
	padding-right: 0;
	overflow-x: hidden;
}
*/

.background_postion_center_top {
	background-position: center top !important;
}
.background_postion_center_center {
	background-position: center top !important;
}
.background_postion_center_bottom {
	background-position: center bottom !important;
}
.with-sidebar-navigation > .row > .column {
	padding-top:15px;
}
.with-sidebar-navigation > .row > .column:first-child {
	padding-top:0;
}

.container.with-sidebar-navigation > .row > div:last-child, .container-fluid.with-sidebar-navigation > .row > div:last-child {
	background:#fafafa;
	box-shadow: inset 8px 0 15px -14px black;
	padding-bottom:15px;
}


.main {
	background: #f4f4f4;
}
.container-fluid.full-width.page-container,
.container-fluid.page-container {
	margin: 0 auto;
	background: #fff;
}
.container-fluid.page-container {
	padding-right: 15px;
	padding-left: 15px;
}
.container-fluid.full-width{
	padding-left:0;
	padding-right:0;
}
.container-fluid.full-width > .row {
	margin:0;
}
.container-fluid.full-width > .row > .col-xs-12 {
	padding:0;
}

.container-fluid-percentage {
	padding: 0 5%;
}

.container-fluid-no-gutter {
	padding-left:0;
	padding-right:0;
}
.container-fluid-no-gutter > .row {
	margin-left:0;
	margin-right:0;
}
.container-fluid-no-gutter > .row > div[class*=' col-'], .container-fluid-no-gutter > .row > div[class^='col-'] {
	padding:0;
}

.container-fluid-no-outer-gutter {
	padding-left:0;
	padding-right:0;
}
.container-fluid-no-outer-gutter > .row {
	margin-left:0;
	margin-right:0;
}
.container-fluid-no-outer-gutter > .row > div:first-child {
	padding-left:0;
}
.container-fluid-no-outer-gutter > .row > div:last-child {
	padding-right:0;
}

.container-background-transparent {
	background:none;
}
.container-background-black {
	background:#000;
}
.container-background-gray {
	background:#efefef;
}
.container-background-orange {
	background:#dd3810;
}
.container-background-white {
	background:#fff;
}
.container-background-gray-striped, .jumbotron-background-gray-striped {
	background-color: #f5f5f5;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.4) 5px, rgba(255,255,255,.4) 10px);
}
.container-background-dark-gray-striped, .jumbotron-background-dark-gray-striped {
	background-color: #393939;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(51,51,51,1) 5px, rgba(51,51,51,1) 10px);
}
.container-background-dark-gray-striped p, .container-background-dark-gray-striped h1, .container-background-dark-gray-striped h2, .container-background-dark-gray-striped h3, .container-background-dark-gray-striped h4, .container-background-dark-gray-striped h5 {
	color:#fff;
}
.container-background-black-dots, .jumbotron-background-black-dots {
	background:
		radial-gradient(black 15%, transparent 16%) 0 0,
		radial-gradient(black 15%, transparent 16%) 8px 8px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:16px 16px;
	color:#fff;
}
.container-background-black-dots p, .container-background-black-dots h1, .container-background-black-dots h2, .container-background-black-dots h3, .container-background-black-dots h4, .container-background-black-dots h5, .container-background-black-dots li {
	color:#fff;
}
.container-background-lined-paper, .jumbotron-background-lined-paper {
	background-color: #fff;
	background-image: linear-gradient(#eee .1em, transparent .1em);
	background-size: 100% 1.2em;
	color:#000;
}
.container-background-honeycomb, .jumbotron-bacgkround-honeycomb {
	background:
		radial-gradient(circle farthest-side at 0% 50%,#000 23.5%,rgba(0, 0, 0, 0) 0)21px 30px,
		radial-gradient(circle farthest-side at 0% 50%,#333 24%,rgba(0, 0, 0, 0) 0)19px 30px,
		linear-gradient(#000 14%,rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 85%,#000 0)0 0,
		linear-gradient(150deg,#000 24%,#333 0,#333 26%,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0) 74%,#333 0,#333 76%,#000 0)0 0,
		linear-gradient(30deg,#000 24%,#333 0,#333 26%,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0) 74%,#333 0,#333 76%,#000 0)0 0,
		linear-gradient(90deg,#333 2%,#000 0,#000 98%,#333 0%)0 0 #000;
	background-size:40px 60px;
	color:#fff;
}
.container-background-honeycomb p, .container-background-honeycomb h1, .container-background-honeycomb h2, .container-background-honeycomb h3, .container-background-honeycomb h4, .container-background-honeycomb h5, .container-background-honeycomb li {
	color:#fff;
}
.container-background-honeycomb-white, .jumbotron-background-honeycomb-white {
	background:
		radial-gradient(circle farthest-side at 0% 50%,#fff 23.5%,rgba(255, 255, 255, 0) 0)21px 30px,
		radial-gradient(circle farthest-side at 0% 50%,#f5f5f5 24%,rgba(255, 255, 255, 0) 0)19px 30px,
		linear-gradient(#fff 14%,rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 85%,#fff 0)0 0,
		linear-gradient(150deg,#fff 24%,#f5f5f5 0,#f5f5f5 26%,rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 0) 74%,#f5f5f5 0,#f5f5f5 76%,#fff 0)0 0,
		linear-gradient(30deg,#fff 24%,#f5f5f5 0,#f5f5f5 26%,rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 0) 74%,#f5f5f5 0,#f5f5f5 76%,#fff 0)0 0,
		linear-gradient(90deg,#f5f5f5 2%,#fff 0,#fff 98%,#f5f5f5 0%)0 0 #fff;
	background-size:40px 60px;
}
.container-background-basketweave, .jumbotron-background-basketweave{
	background:
		linear-gradient(135deg, #000 22px, #333 22px, #333 24px, transparent 24px, transparent 67px, #333 67px, #000 69px, transparent 69px),
		linear-gradient(225deg, #000 22px, #333 22px, #333 24px, transparent 24px, transparent 67px, #333 67px, #000 69px, transparent 69px)0 64px;
	background-color:#000;
	background-size: 64px 128px
}
.container-background-basketweave p, .container-background-basketweave h1, .container-background-basketweave h2, .container-background-basketweave h3, .container-background-basketweave h4, .container-background-basketweave h5, .container-background-basketweave li {
	color:#fff;
}
.cta-block-black {
	background:#000;
}
.cta-block-black h3 {
	color:#fff;
}
.cta-block-black .btn.btn-primary {

}
.cta-block-gray-light {
	background:#efefef;
}
.cta-block-gray-light h3 {
	color:#000;
}
.cta-block-gray-light .btn.btn-primary {
	background:#000;
	border-color:#111111;
	border-bottom-color:#000000;
}
.cta-block-orange {
	background-color:#dd3810;
}
.cta-block-orange h3 {
	color:#ffffff;
}
.cta-block-orange .btn.btn-primary {
	background:#000;
	border-color:#111111;
	border-bottom-color:#000000;
}
.cta-block-orange-alt {

}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-7ths {
	width: 14.285%;
	float: left;
}
.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-8ths {
	width: 12.5%;
	float: left;
}
.col-xs-9ths,
.col-sm-9ths,
.col-md-9ths,
.col-lg-9ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-9ths {
	width: 11.111%;
	float: left;
}
.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-10ths {
	width: 10%;
	float: left;
}
.col-xs-11ths,
.col-sm-11ths,
.col-md-11ths,
.col-lg-11ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-11ths {
	width: 9.09%;
	float: left;
}

.field--name-field-button a.btn {
	white-space: normal;
}

.view-ecu-events-calendar .form--inline .form-actions {
	display:block;
	float:left;
	clear:none;
}


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


.banner {
	display: table;
	width: 100%;
	/*border-bottom:4px solid #999;*/
	/*border-top:2px solid #999;*/
}
.hero {
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
	width:100%;
	margin: 0 auto;
	text-align:center;
}
.hero.hero-black {
	background-color:#000;
}
.hero .hero-content {
	display:inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	margin: 15px 15px 120px;
	padding:15px;
	text-align:center;
	max-width: 800px;
}
.hero .hero-content h1, .hero .hero-content h2, .hero .hero-content h3, .hero .hero-content h4 {
	margin: 0 0 .25em 0;
	color:#fff;
	text-transform:none;
}
.hero .hero-content h1, .hero .hero-content h2, .hero .hero-content h4 {
	font-weight:700;
}
.hero .hero-content h1 strong, .hero .hero-content h2 strong, .hero .hero-content h3 strong, .hero .hero-content h4 strong {
	color:#dd3810;
	font-weight:700;
}
.hero .hero-content h1 { font-size:2.8em; }
.hero .hero-content h2 { font-size:2.2em; }
.hero .hero-content h3 { text-transform:none; }

#cludo-search-results {
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-node-type-landing-page.context-search-results .hero {
	height: auto;
}
.page-node-type-landing-page.context-search-results .hero .hero-content {
	margin-bottom:15px;
}
.page-node-type-landing-page.context-search-results .hero .search-block-form input[type="search"] {
	padding-right:30px;
}
.page-node-type-landing-page.context-search-results .hero .search-block-form input[type="submit"] {
	background: url(../../img/icon-search.png) no-repeat top left;
	text-indent: -999em;
	width: 28px;
	height: 30px;
	border: none;
	position: absolute;
	top: 0;
	right: 12px;
	margin-top: 9px;
}

.page-node-type-landing-page.context-search-results .hero .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 240px;
}
ul.search_autocomplete {
	position:absolute;
	top:34px;
	z-index:100;
	background-color:#ffffff;
	list-style-type: none;
	width:100%;
	margin:0;
	padding:8px;
	text-align: center;
	border:2px solid #333;
}
ul.search_autocomplete li {
	color: #dd3810;
	cursor: pointer;
	padding: 0;
	margin: 0 0 12px 0;
	list-style-type: none;
	display:block;
	text-align: left;
	width:100%;
	line-height: 1.1em;

}
ul.search_autocomplete li:hover {
	text-decoration:underline;
}

.img-responsive-container { }
.img-responsive-container img { display:block; max-width:100%; height:auto; }

.jumbotron {
	margin-bottom:0;
}
.jumbotron p, .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5{
	color:#000;
}
.jumbotron-background-transparent {
	background:none;
}
.jumbotron-background-black {
	background:#000;
}
.jumbotron-background-gray {
	background:#efefef;
}
.jumbotron-background-orange {
	background:#dd3810;
}
.jumbotron-background-white {
	background:#fff;
}
.jumbotron-background-gray-striped {
	background-color: #f5f5f5;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.4) 5px, rgba(255,255,255,.4) 10px);
}


.region-content .paragraph.paragraph--type--structure-row-columns-1 {

}
.region-content .paragraph.paragraph--type--structure-row-columns-1 .paragraph.paragraph--type--structure-row-columns-1 {
	padding-top: 0px;
}
.paragraph--type--cta-block-title-button {
	padding:33px 0;
}
.paragraph--type--cta-block-title-button h3 {
	margin-bottom:0;
	line-height:120%;
	width:100%;
}
.paragraph--type--cta-block-title-button h3.text-xs {
	font-size:14px;
}
.paragraph--type--cta-block-title-button h3.text-sm {
	font-size:20px;
}
.paragraph--type--cta-block-title-button h3.text-md {
	font-size:30px;
}
.paragraph--type--cta-block-title-button h3.text-lg {
	font-size:40px;
}
.paragraph--type--cta-block-title-button h3.text-lg {
	font-size:50px;
}

.paragraph--type--cta-block-title-button .col-1 {
	padding: 15px;
	text-align:center;
}
.paragraph--type--cta-block-title-button .col-2 {
	padding: 15px;
	text-align:center;
}

.post-block.post-share {
	margin-top:0;
	margin-bottom:30px;
	border:none;
	border-bottom:1px solid #cdcdcd;
	padding:0;
}
.post-block.post-share h3.heading-primary {
	font-size:18px;
	margin-bottom:1rem;
}

.view-news-by-date.view-display-id-block_1 ul {
	list-style: none;
}

.pad-top-15 {
	padding-top:15px;
}
.pad-bottom-15 {
	padding-bottom: 15px;
}
.pad-top-30 {
	padding-top:15px;
}
.pad-bottom-30 {
	padding-bottom: 15px;
}

.spacer-height-15 {
	height:15px;
}
.spacer-height-30 {
	height:30px;
}
.spacer-height-45 {
	height:45px;
}
.spacer-height-60 {
	height:60px;
}
.spacer-height-75 {
	height:75px;
}
.spacer-height-90 {
	height:90px;
}
.spacer-height-105 {
	height:105px;
}


#block-ecu-content {

}
.node-wrapper {
	/*
	margin:-15px;
	padding-bottom:30px;
	*/
}

.node-content {

}
.messages.messages--status {
	margin:15px;
}
.page-node-type-landing-page .messages.messages--status {
	margin-bottom: 100px;
}

.views-table tr:nth-child(even) {
	background:#fafafa;
}
.views-table th {
	border-bottom:2px solid #efefef;
}
.views-table tr:first-child td {
	padding-top:15px;
}
.views-table td, .views-table th {
	padding: 8px;
}
.views-table td {
	color:#333;
}
.views-table td:last-child, .views-table td:last-child {

}
.views-table th {
	vertical-align:bottom;
}
.views-table td {
	vertical-align: top;
}
.vertical-align-bottom {
	vertical-align: bottom;
}
.vertical-align-top {
	vertical-align: top;
}

#views-exposed-form-directory-page-1 .js-form-item-field-last-name-value-1, #views-exposed-form-programs-page-1 .js-form-item-title-1 {
	display:none;
}

.views-exposed-form input.button {
	color: #fff;
	background-color: #dd3810;
	border: 2px solid #dd3810;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 30px;
}

.pager .pager__items {
	float:none;
}

.pager__item.is-active a {
	color: #fff;
	background-color: #dd3810;
}

.event-date {
	display:block;
	float: left;
	width: 42px;
	-webkit-box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.31);
	box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.31);
	margin-right: 20px;
	margin-top: 8px;
	text-align: center;
}
.event-date span.day {
	background: #fff;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 400;
	font-weight: bold;
	padding: 8px;
}
.event-date span.month {
	background:#000;
	color:#fff;
	display:block;

}

.recent-posts .post {
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	height:100%;
}
.events-section .recent-posts .post-item {

}
.recent-posts .date.post-item, article.post .date.post-item {
	width:42px;
	-webkit-box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.31);
	box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.31);
	margin-right:20px;
}

.news .recent-posts .post {
	flex-wrap: wrap;
}
.news-section .container-fluid .row {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	width:100%;
}

.events-section .recent-posts {
	padding-bottom:30px;
}
.events-section .recent-posts p {
	margin-bottom:0;
	padding-bottom:0;
}

.news-section .container-fluid .row > div {
	width: 48%;
	padding-bottom:15px;
}

div.site-alert > div.severity-high, div.site-alert > div.severity-medium, div.site-alert > div.severity-low {
    background: none;
    border: none;
}
div.site-alert > div.severity-high:before {
    width: 80px;
    height: 80px;
    background: #dd3810;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    display: block;
    position: relative;
    z-index: 10;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 1px #909090;
    font-size:70px;
    line-height:75px;
    color:#fff;
    content:'!';
    text-align:center;
    margin:0 auto;
}
div.site-alert > div.severity-medium:before {
    width: 80px;
    height: 80px;
    background: #333;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    display: block;
    position: relative;
    z-index: 10;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 1px #909090;
    font-size:70px;
    line-height:75px;
    color:#fff;
    content:'!';
    text-align:center;
    margin:0 auto;
}
div.site-alert > div.severity-low:before {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    display: block;
    position: relative;
    z-index: 10;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 1px #909090;
    font-size:70px;
    line-height:75px;
    color:#000;
    content:'!';
    text-align:center;
    margin:0 auto;
}

div.site-alert > div.severity-high .text, div.site-alert > div.severity-medium .text, div.site-alert > div.severity-low .text {
    padding:10px 0px;
    text-align:center;
}
div.site-alert h1 strong, div.site-alert h2 strong, div.site-alert h3 strong, div.site-alert h4 strong {
    color: #dd3810;
    font-weight: 700;
}


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

	.hero {
		min-height:240px;
	}
	.testimonial-image {
		width:100%;
	}
}
@media (min-width:768px) {
	#header {
		border-bottom: 1px solid #ccc;
	}
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
	.col-sm-7ths {
		width: 14.285%;
		float: left;
	}
	.col-sm-8ths {
		width: 12.5%;
		float: left;
	}
	.col-sm-9ths {
		width: 11.111%;
		float: left;
	}
	.col-sm-10ths {
		width: 10%;
		float: left;
	}
	.col-sm-11ths {
		width: 9.09%;
		float: left;
	}
	.container-fluid.full-width.page-container > .row > div:first-child {
		/*padding-left:0px;*/

	}
	.card.card-feature-card-circle-icon {
		margin-top:-110px;
	}
	.hero {
		height: 450px;
	}
	.page-node-type-landing-page.context-search-results .hero {
		height: auto;
	}


	.paragraph--type--cta-block-title-button .col-1 {
		padding:0 15px;
		text-align:right;
	}
	.paragraph--type--cta-block-title-button .col-2 {
		padding:0 15px;
		text-align:left;
	}
	/* Admin Styles */
	.node__links {
		position: fixed;
		top:207px;
		right: 0px;
		background: #000;
		opacity: 0.7;
		color: #fff;
	}

	nav.tabs {
		position: fixed;
		top: 207px;
		right:150px;
		z-index: 11;
	}

	ul.tabs.primary {
		border: none;
	}

	.tabs ul.tabs a, .tabs ul.tabs a.is-active, .tabs ul.tabs a:hover,
	.tabs ul.tabs a, .tabs ul.tabs a.is-active, .tabs ul.tabs a:focus {
		background: #000;
		opacity: 0.8;
		color: #fff;
		font-weight: bold;
		border: none;
		border-radius: 5px;
	}
	.tabs ul.tabs a.is-active, .tabs ul.tabs a:hover,
	.tabs ul.tabs a.is-active, .tabs ul.tabs a:focus {
		color: #dd3810;
	}
	html.sticky-header-active .toolbar-tray-open  #header .header-body {
		top: 80px !important;
	}
	html.sticky-header-active #toolbar-administration {
		position: fixed;
		top: 0;
		display: block !important;
		z-index: 1000;
	}

	html .row.vertical-align {
		display: flex;
		align-items: center;
		margin-left:0;
		margin-right:0;
	}
	html .row.vertical-align > [class^="col-"],
	html .row.vertical-align > [class*=" col-"] {
		display: flex;
		align-items: center;     /* Align the flex-items vertically */
		/* justify-content: center; */ /* Optional, to align inner flex-items horizontally within the column  */
	}

	section.page-header {
		padding-top: 50px;
	}
	.region-left-sidebar {
		margin-top:50px;
	}
	.page-node-type-home-page section.page-header {
		margin-top:0;
	}
  .article-posts .row {
    display:flex;
    flex-wrap: wrap;
  }
  .article-posts .row > div {
    float:none;
  }
  .article-posts .row > div.col-sm-8 {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
  }
  .article-posts .post-block.post-share {
    border:none;
    margin-bottom:0px;
  }


}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.col-md-7ths {
		width: 14.285%;
		float: left;
	}
	.col-md-8ths {
		width: 12.5%;
		float: left;
	}
	.col-md-9ths {
		width: 11.111%;
		float: left;
	}
	.col-md-10ths {
		width: 10%;
		float: left;
	}
	.col-md-11ths {
		width: 9.09%;
		float: left;
	}

	#header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
	#header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
	#header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
	#header.flat-menu nav ul.nav-main li a,
	html.boxed #header.flat-menu .header-top {
		border-radius: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > a:after {
		border-color: #dd3810 transparent transparent transparent;
	}
	#mainNav > li.active > a, #mainNav > li.active > a.is-active{background: #dd3810;}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
	.col-lg-7ths {
		width: 14.285%;
		float: left;
	}
	.col-lg-8ths {
		width: 12.5%;
		float: left;
	}
	.col-lg-9ths {
		width: 11.111%;
		float: left;
	}
	.col-lg-10ths {
		width: 10%;
		float: left;
	}
	.col-lg-11ths {
		width: 9.09%;
		float: left;
	}
}

.view-directory-node-view-blocks .views-label { font-weight: 700; }
.view-directory-node-view-blocks .views-field { margin-bottom: .5rem; }
.view-directory-node-view-blocks .views-field-field-picture img { width: 100%; height: auto; max-width:100%; }
