a {
	color: #11aacc;
}

a:hover {
	color: #0099e6;
}

a:focus {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}

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

html .heading-pink,
html .lnk-pink,
html .text-color-pink {
	color: #ff425b !important;
}

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

html .heading-orange,
html .lnk-orange,
html .text-color-orange {
	color: #ff6d00 !important;
}

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

html .heading-blue,
html .lnk-blue,
html .text-color-blue {
	color: #11aacc !important;
}

html .heading.heading-blue h1,
html .heading.heading-blue h2,
html .heading.heading-blue h3,
html .heading.heading-blue h4,
html .heading.heading-blue h5,
html .heading.heading-blue h6 {
	border-color: #11aacc;
}

html .heading-yellow,
html .lnk-yellow,
html .text-color-yellow {
	color: #f5b400 !important;
}

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

html .heading-green,
html .lnk-green,
html .text-color-green {
	color: #6ccf0e !important;
}

html .heading.heading-green h1,
html .heading.heading-green h2,
html .heading.heading-green h3,
html .heading.heading-green h4,
html .heading.heading-green h5,
html .heading.heading-green h6 {
	border-color: #6ccf0e;
}

html .heading-red,
html .lnk-red,
html .text-color-red {
	color: #e03434 !important;
}

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

html .heading-purple,
html .lnk-purple,
html .text-color-purple {
	color: #9400D3 !important;
}

html .heading.heading-purple h1,
html .heading.heading-purple h2,
html .heading.heading-purple h3,
html .heading.heading-purple h4,
html .heading.heading-purple h5,
html .heading.heading-purple h6 {
	border-color: #9400D3;
}

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: #11aacc !important;
}

html .background-color-pink {
	background-color: #ff425b !important;
}

html .background-color-orange {
	background-color: #ff6d00 !important;
}

html .background-color-blue {
	background-color: #11aacc !important;
}

html .background-color-yellow {
	background-color: #f5b400 !important;
}

html .background-color-green {
	background-color: #6ccf0e !important;
}

html .background-color-red {
	background-color: #e03434 !important;
}

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

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

.alternative-font {
	color: #11aacc;
}

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

html .blockquote-pink {
	border-color: #ff425b !important;
}

html .blockquote-orange {
	border-color: #ff6d00 !important;
}

html .blockquote-blue {
	border-color: #11aacc !important;
}

html .blockquote-yellow {
	border-color: #f5b400 !important;
}

html .blockquote-green {
	border-color: #6ccf0e !important;
}

html .blockquote-red {
	border-color: #e03434 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

html ul.nav-pills-pink a {
	color: #ff425b;
}

html ul.nav-pills-pink a:hover {
	color: #e7766f;
}

html ul.nav-pills-pink a:focus {
	color: #e7766f;
}

html ul.nav-pills-pink a:active {
	color: #df4c43;
}

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

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

html ul.nav-pills-orange a {
	color: #ff6d00;
}

html ul.nav-pills-orange a:hover {
	color: #30bec6;
}

html ul.nav-pills-orange a:focus {
	color: #30bec6;
}

html ul.nav-pills-orange a:active {
	color: #26969c;
}

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

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

html ul.nav-pills-blue a {
	color: #11aacc;
}

html ul.nav-pills-blue a:hover {
	color: #434c56;
}

html ul.nav-pills-blue a:focus {
	color: #434c56;
}

html ul.nav-pills-blue a:active {
	color: #2d323a;
}

html ul.nav-pills-blue > li.active > a {
	background-color: #11aacc;
}

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


html ul.nav-pills-yellow a {
	color: #f5b400;
}

html ul.nav-pills-yellow a:hover {
	color: #f5b400;
}

html ul.nav-pills-yellow a:focus {
	color: #f5b400;
}

html ul.nav-pills-yellow a:active {
	color: #f5b400;
}

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

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


html ul.nav-pills-green a {
	color: #6ccf0e;
}

html ul.nav-pills-green a:hover {
	color: #6ccf0e;
}

html ul.nav-pills-green a:focus {
	color: #6ccf0e;
}

html ul.nav-pills-green a:active {
	color: #6ccf0e;
}

html ul.nav-pills-green > li.active > a {
	background-color: #6ccf0e;
}

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

html ul.nav-pills-red a {
	color: #e03434;
}

html ul.nav-pills-red a:hover {
	color: #e03434;
}

html ul.nav-pills-red a:focus {
	color: #e03434;
}

html ul.nav-pills-red a:active {
	color: #e03434;
}

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

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

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

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

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

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

html .label-pink {
	background-color: #ff425b;
}

html .label-orange {
	background-color: #ff6d00;
}

html .label-blue {
	background-color: #11aacc;
}

html .label-yellow {
	background-color: #f5b400;
}

html .label-green {
	background-color: #6ccf0e;
}

html .label-blue {
	background-color: #11aacc;
}

html .label-red {
	background-color: #e03434;
}

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

.btn-link {
	color: #11aacc;
}

.btn-link:hover {
	color: #0099e6;
}

.btn-link:active {
	color: #0077b3;
}

html .btn-primary {
	color: #ffffff;
	background-color: #11aacc;
	border-color: #11aacc #11aacc #006699;
}

html .btn-primary:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: #0099e6;
}

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

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

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

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

html .btn-primary-scale-2:hover {
	border-color: #0077b3 #0077b3 #005580;
	background-color: #0077b3;
}

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

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

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: #00aaff;
	background-color: #00aaff;
}

html .btn-pink {
	color: #ffffff;
	background-color: #ff425b;
	border-color: #ff425b #ff425b #dc372d;
}

html .btn-pink:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

html .btn-pink.dropdown-toggle {
	border-left-color: #df4c43;
}

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

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

html .btn-pink-scale-2 {
	color: #ffffff;
	background-color: #dc372d;
	border-color: #dc372d #dc372d #b7281f;
}

html .btn-pink-scale-2:hover {
	border-color: #df4c43 #df4c43 #cd2c23;
	background-color: #df4c43;
}

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

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

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

html .btn-orange {
	color: #ffffff;
	background-color: #ff6d00;
	border-color: #ff6d00 #ff6d00 #218388;
}

html .btn-orange:hover {
	border-color: #30bec6 #30bec6 #26969c;
	background-color: #30bec6;
}

html .btn-orange:active,
html .btn-orange:focus,
html .btn-orange:active:hover,
html .btn-orange:active:focus {
	border-color: #26969c #26969c #26969c;
	background-color: #26969c;
}

html .btn-orange.dropdown-toggle {
	border-left-color: #26969c;
}

html .btn-orange[disabled],
html .btn-orange[disabled]:hover,
html .btn-orange[disabled]:active,
html .btn-orange[disabled]:focus {
	border-color: #68d4da;
	background-color: #68d4da;
}

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

html .btn-orange-scale-2 {
	color: #ffffff;
	background-color: #218388;
	border-color: #218388 #218388 #175b5f;
}

html .btn-orange-scale-2:hover {
	border-color: #26969c #26969c #1c6f73;
	background-color: #26969c;
}

html .btn-orange-scale-2:active,
html .btn-orange-scale-2:focus,
html .btn-orange-scale-2:active:hover,
html .btn-orange-scale-2:active:focus {
	border-color: #1c6f73 #1c6f73 #1c6f73;
	background-color: #1c6f73;
}

html .btn-orange-scale-2.dropdown-toggle {
	border-left-color: #1c6f73;
}

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

html .btn-blue {
	color: #ffffff;
	background-color: #11aacc;
	border-color: #11aacc #11aacc #22262b;
}

html .btn-blue:hover {
	border-color: #434c56 #434c56 #2d323a;
	background-color: #434c56;
}

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

html .btn-blue.dropdown-toggle {
	border-left-color: #2d323a;
}

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

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

html .btn-blue-scale-2 {
	color: #ffffff;
	background-color: #22262b;
	border-color: #22262b #22262b #0b0d0f;
}

html .btn-blue-scale-2:hover {
	border-color: #2d323a #2d323a #17191d;
	background-color: #2d323a;
}

html .btn-blue-scale-2:active,
html .btn-blue-scale-2:focus,
html .btn-blue-scale-2:active:hover,
html .btn-blue-scale-2:active:focus {
	border-color: #17191d #17191d #17191d;
	background-color: #17191d;
}

html .btn-blue-scale-2.dropdown-toggle {
	border-left-color: #17191d;
}

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

html .btn-yellow {
	color: #ffffff;
	background-color: #f5b400;
	border-color: #f5b400 #f5b400 #dc372d;
}

html .btn-yellow:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

html .btn-yellow.dropdown-toggle {
	border-left-color: #df4c43;
}

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

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

html .btn-yellow-scale-2 {
	color: #ffffff;
	background-color: #dc372d;
	border-color: #dc372d #dc372d #b7281f;
}

html .btn-yellow-scale-2:hover {
	border-color: #df4c43 #df4c43 #cd2c23;
	background-color: #df4c43;
}

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

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

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


html .btn-green {
	color: #ffffff;
	background-color: #6ccf0e;
	border-color: #6ccf0e #6ccf0e #dc372d;
}

html .btn-green:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

html .btn-green.dropdown-toggle {
	border-left-color: #df4c43;
}

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

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

html .btn-green-scale-2 {
	color: #ffffff;
	background-color: #dc372d;
	border-color: #dc372d #dc372d #b7281f;
}

html .btn-green-scale-2:hover {
	border-color: #df4c43 #df4c43 #cd2c23;
	background-color: #df4c43;
}

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

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

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

html .btn-red {
	color: #ffffff;
	background-color: #e03434;
	border-color: #e03434 #e03434 #dc372d;
}

html .btn-red:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

html .btn-red.dropdown-toggle {
	border-left-color: #df4c43;
}

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

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

html .btn-red-scale-2 {
	color: #ffffff;
	background-color: #dc372d;
	border-color: #dc372d #dc372d #b7281f;
}

html .btn-red-scale-2:hover {
	border-color: #df4c43 #df4c43 #cd2c23;
	background-color: #df4c43;
}

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

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

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

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: #11aacc;
	color: #11aacc;
	text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	background-color: #11aacc;
	border-color: #11aacc #11aacc #006699;
	border-color: #11aacc !important;
	color: #ffffff;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: #0099e6;
}

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: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

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

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: #33bbff;
	background-color: #33bbff;
}

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

html .btn-borders.btn-pink:hover,
html .btn-borders.btn-pink:focus {
	background-color: #ff425b;
	border-color: #ff425b #ff425b #dc372d;
	border-color: #ff425b !important;
	color: #ffffff;
}

html .btn-borders.btn-pink:hover:hover,
html .btn-borders.btn-pink:focus:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

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

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



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

html .btn-borders.btn-orange:hover,
html .btn-borders.btn-orange:focus {
	background-color: #ff6d00;
	border-color: #ff6d00 #ff6d00 #218388;
	border-color: #ff6d00 !important;
	color: #ffffff;
}

html .btn-borders.btn-orange:hover:hover,
html .btn-borders.btn-orange:focus:hover {
	border-color: #30bec6 #30bec6 #26969c;
	background-color: #30bec6;
}

html .btn-borders.btn-orange:hover:active,
html .btn-borders.btn-orange:focus:active,
html .btn-borders.btn-orange:hover:focus,
html .btn-borders.btn-orange:focus:focus,
html .btn-borders.btn-orange:hover:active:hover,
html .btn-borders.btn-orange:focus:active:hover,
html .btn-borders.btn-orange:hover:active:focus,
html .btn-borders.btn-orange:focus:active:focus {
	border-color: #26969c #26969c #26969c;
	background-color: #26969c;
}

html .btn-borders.btn-orange:hover.dropdown-toggle,
html .btn-borders.btn-orange:focus.dropdown-toggle {
	border-left-color: #26969c;
}

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

html .btn-borders.btn-blue {
	background: transparent;
	border-color: #11aacc;
	color: #11aacc;
	text-shadow: none;
}

html .btn-borders.btn-blue:hover,
html .btn-borders.btn-blue:focus {
	background-color: #11aacc;
	border-color: #11aacc #11aacc #22262b;
	border-color: #11aacc !important;
	color: #ffffff;
}

html .btn-borders.btn-blue:hover:hover,
html .btn-borders.btn-blue:focus:hover {
	border-color: #434c56 #434c56 #2d323a;
	background-color: #434c56;
}

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

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

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

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

html .btn-borders.btn-yellow:hover,
html .btn-borders.btn-yellow:focus {
	background-color: #f5b400;
	border-color: #f5b400 #f5b400 #dc372d;
	border-color: #f5b400 !important;
	color: #ffffff;
}

html .btn-borders.btn-yellow:hover:hover,
html .btn-borders.btn-yellow:focus:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

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

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

html .btn-borders.btn-green {
	background: transparent;
	border-color: #6ccf0e;
	color: #6ccf0e;
	text-shadow: none;
}

html .btn-borders.btn-green:hover,
html .btn-borders.btn-green:focus {
	background-color: #6ccf0e;
	border-color: #6ccf0e #6ccf0e #dc372d;
	border-color: #6ccf0e !important;
	color: #ffffff;
}

html .btn-borders.btn-green:hover:hover,
html .btn-borders.btn-green:focus:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

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

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

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

html .btn-borders.btn-red:hover,
html .btn-borders.btn-red:focus {
	background-color: #e03434;
	border-color: #e03434 #e03434 #dc372d;
	border-color: #e03434 !important;
	color: #ffffff;
}

html .btn-borders.btn-red:hover:hover,
html .btn-borders.btn-red:focus:hover {
	border-color: #e7766f #e7766f #df4c43;
	background-color: #e7766f;
}

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

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

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

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

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

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

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

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

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	background-color: #11aacc;
	border-color: #11aacc #11aacc #006699;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: #0099e6;
}

.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: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

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

.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: #33bbff;
	background-color: #33bbff;
}

html .alert-primary {
	background-color: #11aacc;
	border-color: #007ebd;
	color: #ffffff;
}

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

html .alert-pink {
	background-color: #ff425b;
	border-color: #e1554c;
	color: #ffffff;
}

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

html .alert-orange {
	background-color: #ff6d00;
	border-color: #289ea5;
	color: #ffffff;
}

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

html .alert-blue {
	background-color: #11aacc;
	border-color: #31373f;
	color: #ffffff;
}

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

html .alert-yellow {
	background-color: #f5b400;
	border-color: #e1554c;
	color: #ffffff;
}

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

html .alert-green {
	background-color: #6ccf0e;
	border-color: #e1554c;
	color: #ffffff;
}

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

html .alert-red {
	background-color: #e03434;
	border-color: #e1554c;
	color: #ffffff;
}

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

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

html .progress-bar-pink {
	background-color: #ff425b;
}

html .progress-bar-orange {
	background-color: #ff6d00;
}

html .progress-bar-blue {
	background-color: #11aacc;
}

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

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

html section.section-primary {
	background-color: #11aacc !important;
	border-color: #0077b3 !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: #006699 !important;
	border-color: #005580 !important;
}

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

html section.section-pink {
	background-color: #ff425b !important;
	border-color: #df4c43 !important;
}

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

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

html section.section-pink-scale-2 {
	background-color: #dc372d !important;
	border-color: #cd2c23 !important;
}

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

html section.section-orange {
	background-color: #ff6d00 !important;
	border-color: #26969c !important;
}

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

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

html section.section-orange-scale-2 {
	background-color: #218388 !important;
	border-color: #1c6f73 !important;
}

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

html section.section-blue {
	background-color: #11aacc !important;
	border-color: #f5b400 !important;
}

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

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

html section.section-blue-scale-2 {
	background-color: #22262b !important;
	border-color: #17191d !important;
}

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

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

html section.section-yellow {
	background-color: #f5b400 !important;
	border-color: #df4c43 !important;
}

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

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

html section.section-yellow-scale-2 {
	background-color: #dc372d !important;
	border-color: #cd2c23 !important;
}

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

html section.section-green {
	background-color: #6ccf0e !important;
	border-color: #df4c43 !important;
}

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

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

html section.section-green-scale-2 {
	background-color: #dc372d !important;
	border-color: #cd2c23 !important;
}

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

html section.section-red {
	background-color: #e03434 !important;
	border-color: #df4c43 !important;
}

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

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

html section.section-red-scale-2 {
	background-color: #dc372d !important;
	border-color: #cd2c23 !important;
}

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

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

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

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

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

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

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

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

html section.section-light-scale-2 {
	background-color: #e6e6e6 !important;
	border-color: #d9d9d9 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.page-header.custom-product {
	background-color: #11aacc !important;
	border-top-color: #0077b3;
}

html .page-header-color.page-header-primary {
	background-color: #11aacc;
	border-bottom-color: #11aacc;
	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-pink {
	background-color: #ff425b;
	border-bottom-color: #ff425b;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-orange {
	background-color: #ff6d00;
	border-bottom-color: #ff6d00;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-blue {
	background-color: #11aacc;
	border-bottom-color: #11aacc;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-yellow {
	background-color: #f5b400;
	border-bottom-color: #f5b400;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-green {
	background-color: #6ccf0e;
	border-bottom-color: #6ccf0e;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-red {
	background-color: #e03434;
	border-bottom-color: #e03434;
	color: #ffffff;
}

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

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

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

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

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

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

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

html .toggle-pink .toggle label {
	color: #ff425b;
	border-left-color: #ff425b;
	border-right-color: #ff425b;
}

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

html .toggle-pink.toggle-simple .toggle > label:after {
	background-color: #ff425b;
}

html .toggle-orange .toggle label {
	color: #ff6d00;
	border-left-color: #ff6d00;
	border-right-color: #ff6d00;
}

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

html .toggle-orange.toggle-simple .toggle > label:after {
	background-color: #ff6d00;
}

html .toggle-blue .toggle label {
	color: #11aacc;
	border-left-color: #11aacc;
	border-right-color: #11aacc;
}

html .toggle-blue .toggle.active > label {
	background-color: #11aacc;
	border-color: #11aacc;
	color: #ffffff;
}

html .toggle-blue.toggle-simple .toggle > label:after {
	background-color: #11aacc;
}

html .toggle-yellow .toggle label {
	color: #f5b400;
	border-left-color: #f5b400;
	border-right-color: #f5b400;
}

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

html .toggle-yellow.toggle-simple .toggle > label:after {
	background-color: #f5b400;
}

html .toggle-green .toggle label {
	color: #6ccf0e;
	border-left-color: #6ccf0e;
	border-right-color: #6ccf0e;
}

html .toggle-green .toggle.active > label {
	background-color: #6ccf0e;
	border-color: #6ccf0e;
	color: #ffffff;
}

html .toggle-green.toggle-simple .toggle > label:after {
	background-color: #6ccf0e;
}

html .toggle-red .toggle label {
	color: #e03434;
	border-left-color: #e03434;
	border-right-color: #e03434;
}

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

html .toggle-red.toggle-simple .toggle > label:after {
	background-color: #e03434;
}


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

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

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

.thumbnail .zoom {
	background-color: #11aacc;
}

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

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

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

html .thumb-info .thumb-info-action-icon-pink {
	background-color: #ff425b;
}

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

html .thumb-info .thumb-info-action-icon-orange {
	background-color: #ff6d00;
}

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

html .thumb-info .thumb-info-action-icon-blue {
	background-color: #11aacc;
}

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

html .thumb-info .thumb-info-action-icon-yellow {
	background-color: #f5b400;
}

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

html .thumb-info .thumb-info-action-icon-green {
	background-color: #6ccf0e;
}

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

html .thumb-info .thumb-info-action-icon-red {
	background-color: #e03434;
}

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

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

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

.inverted {
	background-color: #11aacc;
}

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

html .inverted-pink {
	background-color: #ff425b;
}

html .inverted-orange {
	background-color: #ff6d00;
}

html .inverted-blue {
	background-color: #11aacc;
}

html .inverted-yellow {
	background-color: #f5b400;
}

html .inverted-green {
	background-color: #6ccf0e;
}

html .inverted-red {
	background-color: #e03434;
}

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

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

.owl-carousel .owl-nav [class*="owl-"] {
	color: #ffffff;
	background-color: #11aacc;
	border-color: #11aacc #11aacc #006699;
}

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

.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: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

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

.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: #33bbff;
	background-color: #33bbff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html body .tabs-blue .nav-tabs li a,
html.dark body .tabs-blue .nav-tabs li a,
html body .tabs-blue .nav-tabs.nav-justified li a,
html.dark body .tabs-blue .nav-tabs.nav-justified li a,
html body .tabs-blue .nav-tabs li a:hover,
html.dark body .tabs-blue .nav-tabs li a:hover,
html body .tabs-blue .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-blue .nav-tabs.nav-justified li a:hover {
	color: #11aacc;
}

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

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

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

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

html body .tabs-blue.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-blue.tabs-vertical.tabs-left li a:hover {
	border-left-color: #11aacc;
}

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

html body .tabs-blue.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-blue.tabs-vertical.tabs-right li a:hover {
	border-right-color: #11aacc;
}

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

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

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

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

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

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

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

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

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

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

html body .tabs-green .nav-tabs li a,
html.dark body .tabs-green .nav-tabs li a,
html body .tabs-green .nav-tabs.nav-justified li a,
html.dark body .tabs-green .nav-tabs.nav-justified li a,
html body .tabs-green .nav-tabs li a:hover,
html.dark body .tabs-green .nav-tabs li a:hover,
html body .tabs-green .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-green .nav-tabs.nav-justified li a:hover {
	color: #6ccf0e;
}

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

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

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

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

html body .tabs-green.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-green.tabs-vertical.tabs-left li a:hover {
	border-left-color: #6ccf0e;
}

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

html body .tabs-green.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-green.tabs-vertical.tabs-right li a:hover {
	border-right-color: #6ccf0e;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #11aacc;
	border-color: #11aacc;
}

.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: #11aacc;
}

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

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

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

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

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

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

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

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

html .list-pink.list-ordened li:before {
	color: #ff425b;
}

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

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

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

html .list-orange.list-ordened li:before {
	color: #ff6d00;
}

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

html .list-blue.list-icons li > .fa:first-child,
html .list-blue.list-icons li a:first-child > .fa:first-child,
html .list-blue.list-icons li > .icons:first-child,
html .list-blue.list-icons li a:first-child > .icons:first-child {
	color: #11aacc;
	border-color: #11aacc;
}

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

html .list-blue.list-ordened li:before {
	color: #11aacc;
}

html .list-blue.list-ordened.list-ordened-style-3 li:before {
	background-color: #11aacc;
	color: #ffffff;
}

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

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

html .list-yellow.list-ordened li:before {
	color: #f5b400;
}

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

html .list-green.list-icons li > .fa:first-child,
html .list-green.list-icons li a:first-child > .fa:first-child,
html .list-green.list-icons li > .icons:first-child,
html .list-green.list-icons li a:first-child > .icons:first-child {
	color: #6ccf0e;
	border-color: #6ccf0e;
}

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

html .list-green.list-ordened li:before {
	color: #6ccf0e;
}

html .list-green.list-ordened.list-ordened-style-3 li:before {
	background-color: #6ccf0e;
	color: #ffffff;
}

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

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

html .list-red.list-ordened li:before {
	color: #e03434;
}

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

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

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

html .list-purple.list-ordened li:before {
	color: #9400d3;
}

html .list-purple.list-ordened.list-ordened-style-3 li:before {
	background-color: #9400d3;
	color: #ffffff;
}

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

html .list-turquoise.list-ordened li:before {
	color: #40e0d0;
}

html .list-turquoise.list-ordened.list-ordened-style-3 li:before {
	background-color: #40e0d0;
	color: #ffffff;
}

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

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

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

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

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

html .panel-group.panel-group-pink .panel-heading {
	background-color: #ff425b !important;
}

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

html .panel-group.panel-group-orange .panel-heading {
	background-color: #ff6d00 !important;
}

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

html .panel-group.panel-group-blue .panel-heading {
	background-color: #11aacc !important;
}

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

html .panel-group.panel-group-yellow .panel-heading {
	background-color: #f5b400 !important;
}

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

html .panel-group.panel-group-green .panel-heading {
	background-color: #6ccf0e !important;
}

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

html .panel-group.panel-group-red .panel-heading {
	background-color: #e03434 !important;
}

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

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

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

html .divider.divider-pink .fa,
html .divider.divider-pink .icons {
	color: #ff425b;
}

html .divider.divider-pink.divider-small hr {
	background: #ff425b;
}

html .divider.divider-orange .fa,
html .divider.divider-orange .icons {
	color: #ff6d00;
}

html .divider.divider-orange.divider-small hr {
	background: #ff6d00;
}

html .divider.divider-blue .fa,
html .divider.divider-blue .icons {
	color: #11aacc;
}

html .divider.divider-blue.divider-small hr {
	background: #11aacc;
}

html .divider.divider-yellow .fa,
html .divider.divider-yellow .icons {
	color: #f5b400;
}

html .divider.divider-yellow.divider-small hr {
	background: #f5b400;
}

html .divider.divider-green .fa,
html .divider.divider-green .icons {
	color: #6ccf0e;
}

html .divider.divider-green.divider-small hr {
	background: #6ccf0e;
}

html .divider.divider-red .fa,
html .divider.divider-red .icons {
	color: #6ccf0e;
}

html .divider.divider-red.divider-small hr {
	background: #6ccf0e;
}

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

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

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

html .divider.divider-style-2.divider-blue .fa,
html .divider.divider-style-2.divider-blue .icons {
	background: #11aacc;
	color: #ffffff;
}

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

html .divider.divider-style-2.divider-green .fa,
html .divider.divider-style-2.divider-green .icons {
	background: #6ccf0e;
	color: #ffffff;
}

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

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

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

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

html .divider.divider-style-3.divider-blue .fa,
html .divider.divider-style-3.divider-blue .icons {
	border-color: #11aacc;
}

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

html .divider.divider-style-3.divider-green .fa,
html .divider.divider-style-3.divider-green .icons {
	border-color: #6ccf0e;
}

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

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

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

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

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

html #header .tip-pink {
	background: #ff425b !important;
	color: #ffffff !important;
}

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

html #header .tip-orange {
	background: #ff6d00 !important;
	color: #ffffff !important;
}

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

html #header .tip-blue {
	background: #11aacc !important;
	color: #ffffff !important;
}

html #header .tip-blue:before {
	border-right-color: #11aacc !important;
}

html #header .tip-yellow {
	background: #f5b400 !important;
	color: #ffffff !important;
}

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

html #header .tip-green {
	background: #6ccf0e !important;
	color: #ffffff !important;
}

html #header .tip-green:before {
	border-right-color: #6ccf0e !important;
}

html #header .tip-red {
	background: #e03434 !important;
	color: #ffffff !important;
}

html #header .tip-red:before {
	border-right-color: #e03434 !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: #11aacc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	#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 {
		border-color: #11aacc 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 {
		color: #11aacc;
	}

	#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 {
		border-color: #11aacc transparent transparent transparent;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	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 {
		border-color: #ff425b transparent transparent transparent;
	}

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

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

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

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

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-pink .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-pink .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 {
		border-color: #ff6d00 transparent transparent transparent;
	}

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

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

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

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

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-orange .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-orange .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 {
		border-color: #11aacc transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-blue a {
		color: #11aacc;
	}

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-blue.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-blue:hover > a {
		background: #11aacc;
		color: #ffffff;
	}

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-blue .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-blue .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 {
		border-color: #f5b400 transparent transparent transparent;
	}

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

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

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

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

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-yellow .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-yellow .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 {
		border-color: #6ccf0e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-green a {
		color: #6ccf0e;
	}

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-green.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-green:hover > a {
		background: #6ccf0e;
		color: #ffffff;
	}

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-green .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-green .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 {
		border-color: #e03434 transparent transparent transparent;
	}

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

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

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

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

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-red .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-red .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 {
		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 a:after {
		border-color: #2e353e transparent transparent transparent;
	}

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		background: #ffffff;
		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 {
		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 #11aacc 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: #11aacc;
	}

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

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

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

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

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-blue > a {
		color: #11aacc;
	}

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

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

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

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-green > a {
		color: #6ccf0e;
	}

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

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

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

	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: #11aacc;
	border-top-color: #0077b3;
}

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

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

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

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

html #header .header-top.header-top-pink {
	background: #ff425b;
	border-top-color: #df4c43;
}

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

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

html #header .header-top.header-top-pink .dropdown-menu {
	background: #e7766f;
	border-color: #e7766f;
}

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

html #header .header-top.header-top-orange {
	background: #ff6d00;
	border-top-color: #26969c;
}

html #header .header-top.header-top-orange .header-nav-top ul > li.open > a {
	background: #30bec6;
}

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

html #header .header-top.header-top-orange .dropdown-menu {
	background: #30bec6;
	border-color: #30bec6;
}

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

html #header .header-top.header-top-blue {
	background: #11aacc;
	border-top-color: #2d323a;
}

html #header .header-top.header-top-blue .header-nav-top ul > li.open > a {
	background: #434c56;
}

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

html #header .header-top.header-top-blue .dropdown-menu {
	background: #434c56;
	border-color: #434c56;
}

html #header .header-top.header-top-blue .dropdown-menu a:hover,
html #header .header-top.header-top-blue .dropdown-menu a:focus {
	background: #4e5865 !important;
}

html #header .header-top.header-top-yellow {
	background: #f5b400;
	border-top-color: #f5b400;
}

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

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

html #header .header-top.header-top-yellow .dropdown-menu {
	background: #e7766f;
	border-color: #e7766f;
}

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

html #header .header-top.header-top-green {
	background: #6ccf0e;
	border-top-color: #6ccf0e;
}

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

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

html #header .header-top.header-top-green .dropdown-menu {
	background: #e7766f;
	border-color: #e7766f;
}

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

html #header .header-top.header-top-red {
	background: #e03434;
	border-top-color: #e03434;
}

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

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

html #header .header-top.header-top-red .dropdown-menu {
	background: #e7766f;
	border-color: #e7766f;
}

html #header .header-top.header-top-red .dropdown-menu a:hover,
html #header .header-top.header-top-red .dropdown-menu a:focus {
	background: #ea8b85 !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: #11aacc !important;
		color: #ffffff !important;
	}

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

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

	html #header .header-nav-bar-blue {
		background: #11aacc !important;
		color: #ffffff !important;
	}

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

	html #header .header-nav-bar-green {
		background: #6ccf0e !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-red {
		background: #e03434 !important;
		color: #ffffff !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 {
		color: #11aacc;
	}

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

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

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

.testimonial blockquote {
	background: #0099e6;
}

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

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

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

html .testimonial-pink blockquote {
	background: #e7766f;
}

html .testimonial-pink .testimonial-arrow-down {
	border-top-color: #e7766f;
}

html .testimonial-orange blockquote {
	background: #30bec6;
}

html .testimonial-orange .testimonial-arrow-down {
	border-top-color: #30bec6;
}

html .testimonial-blue blockquote {
	background: #434c56;
}

html .testimonial-blue .testimonial-arrow-down {
	border-top-color: #434c56;
}

html .testimonial-yellow blockquote {
	background: #f5b400;
}

html .testimonial-yellow .testimonial-arrow-down {
	border-top-color: #f5b400;
}

html .testimonial-green blockquote {
	background: #6ccf0e;
}

html .testimonial-green .testimonial-arrow-down {
	border-top-color: #6ccf0e;
}

html .testimonial-red blockquote {
	background: #e03434;
}

html .testimonial-red .testimonial-arrow-down {
	border-top-color: #e03434;
}

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

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

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

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

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

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

html .counters .counter-pink .fa,
html .counters .counter-pink .icons,
html .counters .counter-pink strong {
	color: #ff425b;
}

html .counters .counter-orange .fa,
html .counters .counter-orange .icons,
html .counters .counter-orange strong {
	color: #ff6d00;
}

html .counters .counter-blue .fa,
html .counters .counter-blue .icons,
html .counters .counter-blue strong {
	color: #11aacc;
}

html .counters .counter-yellow .fa,
html .counters .counter-yellow .icons,
html .counters .counter-yellow strong {
	color: #f5b400;
}

html .counters .counter-green .fa,
html .counters .counter-green .icons,
html .counters .counter-green strong {
	color: #6ccf0e;
}

html .counters .counter-red .fa,
html .counters .counter-red .icons,
html .counters .counter-red strong {
	color: #e03434;
}

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

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

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

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

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

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

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

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

html .featured-box-pink .icon-featured {
	background-color: #ff425b;
}

html .featured-box-pink h4 {
	color: #ff425b;
}

html .featured-box-pink .box-content {
	border-top-color: #ff425b;
}

html .featured-box-orange .icon-featured {
	background-color: #ff6d00;
}

html .featured-box-orange h4 {
	color: #ff6d00;
}

html .featured-box-orange .box-content {
	border-top-color: #ff6d00;
}

html .featured-box-blue .icon-featured {
	background-color: #11aacc;
}

html .featured-box-blue h4 {
	color: #11aacc;
}

html .featured-box-blue .box-content {
	border-top-color: #11aacc;
}

html .featured-box-yellow .icon-featured {
	background-color: #f5b400;
}

html .featured-box-yellow h4 {
	color: #f5b400;
}

html .featured-box-yellow .box-content {
	border-top-color: #f5b400;
}

html .featured-box-green .icon-featured {
	background-color: #6ccf0e;
}

html .featured-box-green h4 {
	color: #6ccf0e;
}

html .featured-box-green .box-content {
	border-top-color: #6ccf0e;
}

html .featured-box-red .icon-featured {
	background-color: #e03434;
}

html .featured-box-red h4 {
	color: #e03434;
}

html .featured-box-red .box-content {
	border-top-color: #e03434;
}

.featured-box-purple .icon-featured {
	background-color: #9400D3;
}

.featured-box-purple .icon-featured:after {
	border-color: #9400D3;
}

.featured-box-purple h4 {
	color: #9400D3;
}

.featured-box-purple .box-content {
	border-top-color: #9400D3;
}

html .featured-box-purple .icon-featured {
	background-color: #9400D3;
}

html .featured-box-purple h4 {
	color: #9400D3;
}

html .featured-box-purple .box-content {
	border-top-color: #9400D3;
}

/**/

.featured-box-turquoise .icon-featured {
	background-color: #40e0d0;
}

.featured-box-turquoise .icon-featured:after {
	border-color: #40e0d0;
}

.featured-box-turquoise h4 {
	color: #40e0d0;
}

.featured-box-turquoise .box-content {
	border-top-color: #40e0d0;
}

html .featured-box-turquoise .icon-featured {
	background-color: #40e0d0;
}

html .featured-box-turquoise h4 {
	color: #40e0d0;
}

html .featured-box-turquoise .box-content {
	border-top-color: #40e0d0;
}

/**/

.featured-box-maroon .icon-featured {
	background-color: #D2691E;
}

.featured-box-maroon .icon-featured:after {
	border-color: #D2691E;
}

.featured-box-maroon h4 {
	color: #D2691E;
}

.featured-box-maroon .box-content {
	border-top-color: #D2691E;
}

html .featured-box-maroon .icon-featured {
	background-color: #D2691E;
}

html .featured-box-maroon h4 {
	color: #D2691E;
}

html .featured-box-maroon .box-content {
	border-top-color: #D2691E;
}

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

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

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

html .featured-boxes-style-3 .featured-box.featured-box-blue .icon-featured {
	border-color: #11aacc;
	color: #11aacc;
}

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

html .featured-boxes-style-3 .featured-box.featured-box-geen .icon-featured {
	border-color: #6ccf0e;
	color: #6ccf0e;
}

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

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

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

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

html .featured-boxes-style-4 .featured-box.featured-box-blue .icon-featured {
	border-color: #11aacc;
	color: #11aacc;
}

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

html .featured-boxes-style-4 .featured-box.featured-box-green .icon-featured {
	border-color: #6ccf0e;
	color: #6ccf0e;
}

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


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

html .featured-boxes-style-5 .featured-box.featured-box-pink .icon-featured {
	color: #ff425b;
}

html .featured-boxes-style-5 .featured-box.featured-box-orange .icon-featured {
	color: #ff6d00;
}

html .featured-boxes-style-5 .featured-box.featured-box-blue .icon-featured {
	color: #11aacc;
}

html .featured-boxes-style-5 .featured-box.featured-box-yellow .icon-featured {
	color: #f5b400;
}

html .featured-boxes-style-5 .featured-box.featured-box-green .icon-featured {
	color: #6ccf0e;
}

html .featured-boxes-style-5 .featured-box.featured-box-red .icon-featured {
	color: #e03434;
}

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

html .featured-boxes-style-6 .featured-box.featured-box-pink .icon-featured {
	color: #ff425b;
}

html .featured-boxes-style-6 .featured-box.featured-box-orange .icon-featured {
	color: #ff6d00;
}

html .featured-boxes-style-6 .featured-box.featured-box-blue .icon-featured {
	color: #11aacc;
}

html .featured-boxes-style-6 .featured-box.featured-box-yellow .icon-featured {
	color: #f5b400;
}

html .featured-boxes-style-6 .featured-box.featured-box-green .icon-featured {
	color: #6ccf0e;
}

html .featured-boxes-style-6 .featured-box.featured-box-red .icon-featured {
	color: #e03434;
}

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

html .featured-boxes-style-8 .featured-box.featured-box-pink .icon-featured {
	color: #ff425b;
}

html .featured-boxes-style-8 .featured-box.featured-box-orange .icon-featured {
	color: #ff6d00;
}

html .featured-boxes-style-8 .featured-box.featured-box-blue .icon-featured {
	color: #11aacc;
}

html .featured-boxes-style-8 .featured-box.featured-box-yellow .icon-featured {
	color: #f5b400;
}

html .featured-boxes-style-8 .featured-box.featured-box-green .icon-featured {
	color: #6ccf0e;
}

html .featured-boxes-style-8 .featured-box.featured-box-red .icon-featured {
	color: #e03434;
}

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 #11aacc;
}

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

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

html .featured-box-effect-2.featured-box-blue .icon-featured:after {
	box-shadow: 0 0 0 3px #11aacc;
}

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

html .featured-box-effect-2.featured-box-green .icon-featured:after {
	box-shadow: 0 0 0 3px #6ccf0e;
}

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

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 #11aacc;
}

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

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

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

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

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

html .featured-box-effect-3.featured-box-blue .icon-featured:after {
	box-shadow: 0 0 0 10px #11aacc;
}

html .featured-box-effect-3.featured-box-blue:hover .icon-featured {
	background: #11aacc !important;
}

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

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

html .featured-box-effect-3.featured-box-green .icon-featured:after {
	box-shadow: 0 0 0 10px #6ccf0e;
}

html .featured-box-effect-3.featured-box-green:hover .icon-featured {
	background: #6ccf0e !important;
}

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

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

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

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

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

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

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

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

html .feature-box-pink .feature-box-icon {
	background-color: #ff425b;
}

html .feature-box-orange .feature-box-icon {
	background-color: #ff6d00;
}

html .feature-box-blue .feature-box-icon {
	background-color: #11aacc;
}

html .feature-box-yellow .feature-box-icon {
	background-color: #f5b400;
}

html .feature-box-green .feature-box-icon {
	background-color: #6ccf0e;
}

html .feature-box-red .feature-box-icon {
	background-color: #e03434;
}

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

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

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

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

html .feature-box-blue.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-blue.feature-box-style-2 .feature-box-icon .icons {
	color: #11aacc;
}

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

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

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

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

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

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

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

html .feature-box-pink.feature-box-style-3 .feature-box-icon {
	border-color: #ff425b;
}

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

html .feature-box-orange.feature-box-style-3 .feature-box-icon {
	border-color: #ff6d00;
}

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

html .feature-box-blue.feature-box-style-3 .feature-box-icon {
	border-color: #11aacc;
}

html .feature-box-blue.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-blue.feature-box-style-3 .feature-box-icon .icons {
	color: #11aacc;
}

html .feature-box-yellow.feature-box-style-3 .feature-box-icon {
	border-color: #f5b400;
}

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

html .feature-box-green.feature-box-style-3 .feature-box-icon {
	border-color: #6ccf0e;
}

html .feature-box-green.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-green.feature-box-style-3 .feature-box-icon .icons {
	color: #6ccf0e;
}

html .feature-box-red.feature-box-style-3 .feature-box-icon {
	border-color: #e03434;
}

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

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

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

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

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

html .feature-box-blue.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-blue.feature-box-style-4 .feature-box-icon .icons {
	color: #11aacc;
}

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

html .feature-box-green.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-green.feature-box-style-4 .feature-box-icon .icons {
	color: #6ccf0e;
}

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

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

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

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

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

html .feature-box-blue.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-blue.feature-box-style-5 .feature-box-icon i.icons {
	color: #11aacc;
}

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

html .feature-box-green.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-green.feature-box-style-5 .feature-box-icon i.icons {
	color: #6ccf0e;
}

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

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

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

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

html .feature-box-blue.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-blue.feature-box-style-6 .feature-box-icon i.icons {
	color: #11aacc;
}

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

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

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

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

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

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

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

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

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

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

html .featured-boxes-full .featured-box-full-pink {
	background-color: #ff425b;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-orange {
	background-color: #ff6d00;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-blue {
	background-color: #11aacc;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-yellow {
	background-color: #f5b400;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-green {
	background-color: #6ccf0e;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-red {
	background-color: #e03434;
	color: #ffffff;
}

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

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

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

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

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

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

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

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

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-pink {
	border-top-color: #ff425b;
}

html .call-to-action.call-to-action-pink {
	background: #ff425b;
}

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

html .call-to-action.call-to-action-pink {
	background: #ff425b;
}

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

html .call-to-action.featured.featured-orange {
	border-top-color: #ff6d00;
}

html .call-to-action.call-to-action-orange {
	background: #ff6d00;
}

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

html .call-to-action.call-to-action-orange {
	background: #ff6d00;
}

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

html .call-to-action.featured.featured-blue {
	border-top-color: #11aacc;
}

html .call-to-action.call-to-action-blue {
	background: #11aacc;
}

html .call-to-action.with-full-borders-blue {
	border-color: #11aacc;
}

html .call-to-action.call-to-action-blue {
	background: #11aacc;
}

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

html .call-to-action.featured.featured-yellow {
	border-top-color: #f5b400;
}

html .call-to-action.call-to-action-yellow {
	background: #f5b400;
}

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

html .call-to-action.call-to-action-yellow {
	background: #f5b400;
}

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

html .call-to-action.featured.featured-green {
	border-top-color: #6ccf0e;
}

html .call-to-action.call-to-action-green {
	background: #6ccf0e;
}

html .call-to-action.with-full-borders-green {
	border-color: #6ccf0e;
}

html .call-to-action.call-to-action-green {
	background: #6ccf0e;
}

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

html .call-to-action.featured.featured-red {
	border-top-color: #e03434;
}

html .call-to-action.call-to-action-red {
	background: #e03434;
}

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

html .call-to-action.call-to-action-red {
	background: #e03434;
}

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

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: #11aacc;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #11aacc;
}

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

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

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

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

.home-concept strong {
	color: #11aacc;
}

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

html .home-intro-pink {
	background: #ff425b;
}

html .home-intro-orange {
	background: #ff6d00;
}

html .home-intro-blue {
	background: #11aacc;
}

html .home-intro-yellow {
	background: #f5b400;
}

html .home-intro-green {
	background: #6ccf0e;
}

html .home-intro-red {
	background: #e03434;
}

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

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

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

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

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

html .slider-container .tp-caption-overlay-pink {
	background: #ff425b;
}

html .slider-container .tp-caption-overlay-opacity-pink {
	background: rgba(227, 97, 89, 0.4);
}

html .slider-container .tp-caption-overlay-orange {
	background: #ff6d00;
}

html .slider-container .tp-caption-overlay-opacity-orange {
	background: rgba(43, 170, 177, 0.4);
}

html .slider-container .tp-caption-overlay-blue {
	background: #11aacc;
}

html .slider-container .tp-caption-overlay-opacity-blue {
	background: rgba(56, 63, 72, 0.4);
}

html .slider-container .tp-caption-overlay-yellow {
	background: #f5b400;
}

html .slider-container .tp-caption-overlay-opacity-yellow {
	background: rgba(227, 97, 89, 0.4);
}

html .slider-container .tp-caption-overlay-green {
	background: #6ccf0e;
}

html .slider-container .tp-caption-overlay-opacity-green {
	background: rgba(227, 97, 89, 0.4);
}

html .slider-container .tp-caption-overlay-red {
	background: #e03434;
}

html .slider-container .tp-caption-overlay-opacity-red {
	background: rgba(227, 97, 89, 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: #11aacc;
	border-color: #11aacc #11aacc #006699;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: #0099e6;
}

.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: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

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

.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: #33bbff;
	background-color: #33bbff;
}

.shop ul.products li.product .onsale {
	background-color: #11aacc;
	border-bottom-color: #006da3;
}

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

#footer .footer-ribbon {
	background: #11aacc;
}

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

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

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

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

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

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

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

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

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

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

html #footer.color-pink {
	background: #ff425b;
	border-top-color: #ff425b;
}

html #footer.color-pink .footer-ribbon {
	background: #dc372d;
}

html #footer.color-pink .footer-ribbon:before {
	border-right-color: #a1231b;
}

html #footer.color-pink .footer-copyright {
	background: #df4c43;
	border-top-color: #df4c43;
}

html #footer.color-orange {
	background: #ff6d00;
	border-top-color: #ff6d00;
}

html #footer.color-orange .footer-ribbon {
	background: #218388;
}

html #footer.color-orange .footer-ribbon:before {
	border-right-color: #12474a;
}

html #footer.color-orange .footer-copyright {
	background: #26969c;
	border-top-color: #26969c;
}

html #footer.color-blue {
	background: #11aacc;
	border-top-color: #11aacc;
}

html #footer.color-blue .footer-ribbon {
	background: #22262b;
}

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

html #footer.color-blue .footer-copyright {
	background: #2d323a;
	border-top-color: #2d323a;
}

html #footer.color-yellow {
	background: #f5b400;
	border-top-color: #f5b400;
}

html #footer.color-yellow .footer-ribbon {
	background: #dc372d;
}

html #footer.color-yellow .footer-ribbon:before {
	border-right-color: #a1231b;
}

html #footer.color-yellow .footer-copyright {
	background: #df4c43;
	border-top-color: #df4c43;
}

html #footer.color-green {
	background: #6ccf0e;
	border-top-color: #6ccf0e;
}

html #footer.color-green .footer-ribbon {
	background: #dc372d;
}

html #footer.color-green .footer-ribbon:before {
	border-right-color: #a1231b;
}

html #footer.color-green .footer-copyright {
	background: #df4c43;
	border-top-color: #df4c43;
}

html #footer.color-red {
	background: #e03434;
	border-top-color: #e03434;
}

html #footer.color-red .footer-ribbon {
	background: #dc372d;
}

html #footer.color-red .footer-ribbon:before {
	border-right-color: #a1231b;
}

html #footer.color-red .footer-copyright {
	background: #df4c43;
	border-top-color: #df4c43;
}

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 {
	background-color: #11aacc;
}

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


.white{
	color : #fff !important;
}


.pink{
	color: #ff425b !important;
}

.orange{
	color: #ff6d00 !important;
}

.blue{
	color : #11aacc !important;
}

.yellow{
	color: #f5b400 !important;
}

.green {
   color : #6ccf0e !important;
}

.red {
   color : #e03434 !important;
}

.purple{
   color : #9400D3 !important;
}

.turquoise{
	color : #40e0d0 !important;
}

.maroon{
	color : #D2691E !important;
}

.background-pink{
	background-color: #ff425b !important;
}

.background-orange{
	background-color: #ff6d00 !important;
}

.background-blue{
	background-color : #11aacc !important;
}

.background-yellow{
	background-color: #f5b400 !important;
}

.background-green {
   background-color : #6ccf0e !important;
}

.background-red {
   background-color : #e03434 !important;
}

.background-purple {
   background-color : #9400D3 !important;
}

.border-t-blue{
	border-top: 5px solid #006699 !important;
}

.size-14{
	font-size: 14px !important;
}

.uppercase{
	text-transform : uppercase;
}
/*select option:first-child { color: #00c49e !important; }

select { color: #00c49e !important; }*/