a {
	color: #01a7e5;
}

a:hover {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}

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

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

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

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

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

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

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

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

html .heading-inverted,
html .lnk-inverted,
html .text-color-inverted {
	color: #fff !important;
}

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

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

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

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

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

.alternative-font {
	color: #01a7e5;
}

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

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

html .blockquote-tertiary {
	border-color: #01c043 !important;
}

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

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

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

p.drop-caps:first-child:first-letter {
	color: #01a7e5;
}

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

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

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

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

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

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

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

html .label-tertiary {
	background-color: #01c043;
}

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

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

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

html .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #01a7e5;
	border-color: #01a7e5 #01a7e5 #006699;
}

html .btn-primary:hover {
	/*border-color: #0099e6 #0099e6 #0077b3;	
	background-color: #0099e6;*/
	border-color: #01c043 #01c043 #017d2c;	
	background-color: #01c043;
}

html .btn-primary:active,
html .btn-primary:focus {
	/*border-color: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;*/
	background-color: #01a7e5;
	border-color: #01a7e5 #01a7e5 #006699;
}

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

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

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

html .btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #9E9E9E;
	border-color: #9E9E9E #9E9E9E #6e6e6e;
}

html .btn-secondary:hover {
	border-color: #adadad #adadad #767676;
	background-color: #adadad;
}

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

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

html .btn-secondary[disabled] {
	border-color: #f2b4b0;
	background-color: #f2b4b0;
}

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

html .btn-tertiary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #01c043;
	border-color: #01c043 #01c043 #01a339;
}

html .btn-tertiary:hover {
	border-color: #01d149 #01d149 #01be42;
	background-color: #01d149;
}

html .btn-tertiary:active,
html .btn-tertiary:focus {
	border-color: #01be42 #01be42 #01be42;
	background-color: #01be42;
}

html .btn-tertiary.dropdown-toggle {
	border-left-color: #01be42;
}

html .btn-tertiary[disabled] {
	border-color: #68d4da;
	background-color: #68d4da;
}

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

html .btn-quaternary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #383f48;
	border-color: #383f48 #383f48 #22262b;
}

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

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

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

html .btn-quaternary[disabled] {
	border-color: #657181;
	background-color: #657181;
}

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

html .btn-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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 {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

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

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

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

html .btn-light {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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 {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

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

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

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

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

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #01a7e5;
	border-color: #01a7e5 #01a7e5 #006699;
	border-color: #01a7e5 !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 {
	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] {
	border-color: #33bbff;
	background-color: #33bbff;
}

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

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #9E9E9E;
	border-color: #9E9E9E #9E9E9E #6e6e6e;
	border-color: #9E9E9E !important;
	color: #ffffff;
}

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

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

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

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

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

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #01c043;
	border-color: #01c043 #01c043 #01a339;
	border-color: #01c043 !important;
	color: #ffffff;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
	border-color: #01d149 #01d149 #01be42;
	background-color: #01d149;
}

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

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

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

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

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #383f48;
	border-color: #383f48 #383f48 #22262b;
	border-color: #383f48 !important;
	color: #ffffff;
}

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

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

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

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

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 {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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 {
	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] {
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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 {
	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] {
	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: #01a7e5;
}

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

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

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

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #01a7e5;
	border-color: #01a7e5 #01a7e5 #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 {
	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] {
	border-color: #33bbff;
	background-color: #33bbff;
}

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

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

html .alert-secondary {
	background-color: #9E9E9E;
	border-color: #e1554c;
	color: #ffffff;
}

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

html .alert-tertiary {
	background-color: #01c043;
	border-color: #289ea5;
	color: #ffffff;
}

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

html .alert-quaternary {
	background-color: #383f48;
	border-color: #31373f;
	color: #ffffff;
}

html .alert-quaternary .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: #01a7e5;
}

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

html .progress-bar-tertiary {
	background-color: #01c043;
}

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

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

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

html section.section-primary {
	background-color: #01a7e5 !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-secondary {
	background-color: #9E9E9E !important;
	border-color: #767676 !important;
}

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

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

html section.section-tertiary {
	background-color: #01c043 !important;
	border-color: #01be42 !important;
}

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

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

html section.section-quaternary {
	background-color: #383f48 !important;
	border-color: #2d323a !important;
}

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

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

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

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

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

html section.section-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-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.section-dotline {
    border-top: 30px solid #333;
    background: url(../images/bg_dotline.gif);
    border-bottom: 30px solid #333;
}

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


section.page-header.custom-product {
	background-color: #0077b3;
	border-top-color: #0081c2;
}

html .page-header-color.page-header-primary {
	background-color: #01a7e5;
	border-bottom-color: #01a7e5;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-secondary {
	background-color: #9E9E9E;
	border-bottom-color: #9E9E9E;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-tertiary {
	background-color: #01c043;
	border-bottom-color: #01c043;
	color: #ffffff;
}

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

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

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

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

html .page-header-color.page-header-quaternary {
	background-color: #383f48;
	border-bottom-color: #383f48;
	color: #ffffff;
}

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

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

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

html .page-header-color.page-header-quaternary .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: #01a7e5;
	border-left-color: #01a7e5;
	border-right-color: #01a7e5;
}

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

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

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

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

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

html .toggle-tertiary .toggle label {
	color: #01c043;
	border-left-color: #01c043;
	border-right-color: #01c043;
}

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

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

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

html .toggle-quaternary .toggle.active > label {
	background-color: #383f48;
	border-color: #383f48;
	color: #ffffff;
}

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

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

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

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

.thumbnail .zoom {
	background-color: #01a7e5;
}

l
.img-thumbnail .zoom {
	background-color: #01a7e5;
}

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

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

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

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

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #01c043;
}

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

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

html .thumb-info .thumb-info-action-icon-quaternary 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;
}

.inverted {
	background-color: #01a7e5;
}

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

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

html .inverted-tertiary {
	background-color: #01c043;
}

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

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

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

.social-icons-list a {
	background-color: #01a7e5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #0074ad;
}

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

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #01a7e5;
	border-color: #01a7e5 #01a7e5 #006699;
}

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

.owl-theme .owl-controls .owl-nav [class*="owl-"]:active,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	border-color: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

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

.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
	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: #01a7e5;
	color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list.list-icons li .fa {
	/*color: #01a7e5;
	border-color: #01a7e5;*/
}

.list.list-icons.list-icons-style-3 li .fa {
	background-color: #01a7e5;
}

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

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

html .list-primary.list-icons li .fa {
	color: #01a7e5;
	border-color: #01a7e5;
}

html .list-primary.list-icons.list-icons-style-3 li .fa {
	background-color: #01a7e5;
	color: #ffffff;
}

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

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

html .list-secondary.list-icons li .fa {
	color: #9E9E9E;
	border-color: #9E9E9E;
}

html .list-secondary.list-icons.list-icons-style-3 li .fa {
	background-color: #9E9E9E;
	color: #ffffff;
}

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

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

html .list-tertiary.list-icons li .fa {
	color: #01c043;
	border-color: #01c043;
}

html .list-tertiary.list-icons.list-icons-style-3 li .fa {
	background-color: #01c043;
	color: #ffffff;
}

html .list-tertiary.list-ordened li:before {
	color: #01c043;
}

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

html .list-quaternary.list-icons li .fa {
	color: #383f48;
	border-color: #383f48;
}

html .list-quaternary.list-icons.list-icons-style-3 li .fa {
	background-color: #383f48;
	color: #ffffff;
}

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

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #01a7e5;
	color: #ffffff;
}

html .list-dark.list-icons li .fa {
	color: #2e353e;
	border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li .fa {
	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: #01a7e5;
	color: #ffffff;
}

html .list-light.list-icons li .fa {
	color: #ffffff;
	border-color: #ffffff;
}

html .list-light.list-icons.list-icons-style-3 li .fa {
	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: #01a7e5;
	color: #777777;
}

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

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

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

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

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

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

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

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

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

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

html .panel-group.panel-group-quaternary .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 {
	color: #01a7e5;
}

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

html .divider.divider-secondary .fa {
	color: #9E9E9E;
}

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

html .divider.divider-tertiary .fa {
	color: #01c043;
}

html .divider.divider-tertiary.divider-small hr {
	background: #01c043;
}

html .divider.divider-quaternary .fa {
	color: #383f48;
}

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

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

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

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

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

html .divider.divider-style-2.divider-primary .fa {
	background: #01a7e5;
	color: #ffffff;
}

html .divider.divider-style-2.divider-secondary .fa {
	background: #9E9E9E;
	color: #ffffff;
}

html .divider.divider-style-2.divider-tertiary .fa {
	background: #01c043;
	color: #ffffff;
}

html .divider.divider-style-2.divider-quaternary .fa {
	background: #383f48;
	color: #ffffff;
}

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

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

html .divider.divider-style-3.divider-primary .fa {
	border-color: #01a7e5;
}

html .divider.divider-style-3.divider-secondary .fa {
	border-color: #9E9E9E;
}

html .divider.divider-style-3.divider-tertiary .fa {
	border-color: #01c043;
}

html .divider.divider-style-3.divider-quaternary .fa {
	border-color: #383f48;
}

html .divider.divider-style-3.divider-dark .fa {
	border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa {
	border-color: #ffffff;
}

@media (min-width: 992px) {
	#header nav ul.nav-main a,
	#header nav ul.nav-main a:focus,
	#header nav ul.nav-main a:hover {
		color: #01a7e5;
	}

	#header nav ul.nav-main > li.open a,
	#header nav ul.nav-main > li.active > a,
	#header nav ul.nav-main > li:hover > a {
		color: #ffffff;
		background-color: #01a7e5 !important;
	}

	#header nav ul.nav-main .dropdown > ul.dropdown-menu {
		border-top-color: #01a7e5 !important;
	}

	#header nav ul.nav-main .dropdown-submenu > a:after,
	#header nav ul.nav-main .dropdown-submenu:hover > a:after {
		border-left-color: #01a7e5;
	}
}

#header nav ul.nav-main .tip {
	background: #01a7e5;
	color: #ffffff;
}

#header nav ul.nav-main .tip:before {
	border-right-color: #01a7e5;
}

html #header nav ul.nav-main .tip-primary {
	background: #01a7e5 !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-primary:before {
	border-right-color: #01a7e5 !important;
}

html #header nav ul.nav-main .tip-secondary {
	background: #9E9E9E !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-secondary:before {
	border-right-color: #9E9E9E !important;
}

html #header nav ul.nav-main .tip-tertiary {
	background: #01c043 !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-tertiary:before {
	border-right-color: #01c043 !important;
}

html #header nav ul.nav-main .tip-hr {
	background: #e00e02 !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-hr:before {
	border-right-color: #e00e02 !important;
}

html #header nav ul.nav-main .tip-quaternary {
	background: #383f48 !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-quaternary:before {
	border-right-color: #383f48 !important;
}

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

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

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

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

html[dir="rtl"] #header nav ul.nav-main .tip.skin:before {
	border-left-color: #01a7e5;
}

@media (min-width: 992px) {
	#header.single-menu nav ul.nav-main li.active > a {
		border-top: 5px solid #01a7e5;
	}

	#header.darken-top-border {
		border-top: 5px solid #0077b3 !important;
	}

	#header.colored .header-top {
		/*background-color: #01a7e5;*/
/*grad-blue*/
background: #00aded; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00aded 0%, #007dac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aded), color-stop(100%,#007dac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00aded 0%,#007dac 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00aded 0%,#007dac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aded', endColorstr='#007dac',GradientType=0 ); /* IE6-8 */
	}

	#header.colored .header-top ul.nav-top li a:hover, #header.colored .header-top ul.nav-top li a:active {
		/*background-color: #0099e6 !important;*/
		background-color: transparent !important;
	}
	#header.colored .header-top ul.nav-top li.header-top-lang, #header.colored .header-top ul.nav-top li.header-top-lang:active {
		  margin-left: 20px;
		  background-color: transparent !important;
	}	
	#header.colored .header-top ul.nav-top li.header-top-lang a{
		  padding-left: 0;
          padding-right: 0;
	}
	#header.colored .header-top ul.nav-top li.header-top-lang span{
		  padding: 0;
          margin: -10px 0 0 0;
          height: 2px;
          background-color: #05dd4c;;
	}	

	#header.flat-menu nav ul.nav-main li > a,
	#header.flat-menu nav ul.nav-main li.active > a {
		color: #333;
	}

	#header.flat-menu nav ul.nav-main > li.active > a {
		color: #01a7e5 !important;
		background-color: transparent !important;
	}

	#header.flat-menu nav ul.nav-main > li:hover > a,
	#header.flat-menu nav ul.nav-main > li > a:hover {
		color: #ffffff !important;
		background-color: #01a7e5 !important;
	}

	#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
		border-top-color: #01a7e5;
	}
}

@media (min-width: 992px) {
	html #header nav ul.nav-main li.dropdown-primary > a {
		color: #01a7e5;
	}

	html #header nav ul.nav-main li.dropdown-primary.open > a,
	html #header nav ul.nav-main li.dropdown-primary.active > a,
	html #header nav ul.nav-main li.dropdown-primary:hover > a {
		background: #01a7e5 !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-primary > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #01a7e5 !important;
		background: #01a7e5 !important;
	}

	html #header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a,
	html #header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

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

	html #header nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover,
	html #header nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #0099e6 !important;
	}

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

	html #header nav ul.nav-main li.dropdown-secondary.open > a,
	html #header nav ul.nav-main li.dropdown-secondary.active > a,
	html #header nav ul.nav-main li.dropdown-secondary:hover > a {
		background: #9E9E9E !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #9E9E9E !important;
		background: #9E9E9E !important;
	}

	html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a,
	html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a,
	html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #adadad;
	}

	html #header nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover,
	html #header nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #adadad !important;
	}

	html #header nav ul.nav-main li.dropdown-tertiary > a {
		color: #01c043;
	}

	html #header nav ul.nav-main li.dropdown-tertiary.open > a,
	html #header nav ul.nav-main li.dropdown-tertiary.active > a,
	html #header nav ul.nav-main li.dropdown-tertiary:hover > a {
		background: #01c043 !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #01c043 !important;
		background: #01c043 !important;
	}

	html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a,
	html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a,
	html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #01d149;
	}

	html #header nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover,
	html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #01d149 !important;
	}

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

	html #header nav ul.nav-main li.dropdown-quaternary.open > a,
	html #header nav ul.nav-main li.dropdown-quaternary.active > a,
	html #header nav ul.nav-main li.dropdown-quaternary:hover > a {
		background: #383f48 !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #383f48 !important;
		background: #383f48 !important;
	}

	html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a,
	html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a,
	html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #434c56;
	}

	html #header nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover,
	html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #434c56 !important;
	}

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

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

	html #header nav ul.nav-main .dropdown-dark > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #2e353e !important;
		background: #2e353e !important;
	}

	html #header nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a,
	html #header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

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

	html #header nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover,
	html #header nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #39424d !important;
	}

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

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

	html #header nav ul.nav-main .dropdown-light > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu,
	html #header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #ffffff !important;
		background: #ffffff !important;
	}

	html #header nav ul.nav-main .dropdown-light > ul.dropdown-menu li a,
	html #header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a {
		color: #777777;
	}

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

	html #header nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover,
	html #header nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #ffffff !important;
	}
}

.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-secondary blockquote {
	background: #adadad;
}

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

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

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

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

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

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 {
	color: #01a7e5;
}

html .counters .counter-primary .fa,
html .counters .counter-primary strong {
	color: #01a7e5;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary strong {
	color: #9E9E9E;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary strong {
	color: #01c043;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary strong {
	color: #383f48;
}

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

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

.icon-featured {
	background-color: #01a7e5;
}

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

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

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

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

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

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

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

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

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

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

html .featured-box-tertiary .icon-featured {
	background-color: #01c043;
}

html .featured-box-tertiary h4 {
	color: #01c043;
}

html .featured-box-tertiary .box-content {
	border-top-color: #01c043;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 #01a7e5;
}

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

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

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

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 #01a7e5;
}

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

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

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

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

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

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

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

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

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

html .feature-box-tertiary .feature-box-icon {
	background-color: #01c043;
}

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

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 {
	color: #01a7e5;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa {
	color: #01a7e5;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa {
	color: #9E9E9E;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa {
	color: #01c043;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa {
	color: #383f48;
}

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

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa {
	color: #ffffff;
}

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

.feature-box.feature-box-style-3 .feature-box-icon i.fa {
	color: #01a7e5;
}

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

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa {
	color: #01a7e5;
}

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

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa {
	color: #9E9E9E;
}

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

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa {
	color: #01c043;
}

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

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa {
	color: #383f48;
}

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

.feature-box.feature-box-style-4 .feature-box-icon i.fa {
	color: #01a7e5;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa {
	color: #01a7e5;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa {
	color: #9E9E9E;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa {
	color: #01c043;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa {
	color: #383f48;
}

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

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa {
	color: #ffffff;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa {
	color: #01a7e5;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa {
	color: #01a7e5;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa {
	color: #9E9E9E;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa {
	color: #01c043;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa {
	color: #383f48;
}

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

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

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa {
	color: #01a7e5;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa {
	color: #9E9E9E;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa {
	color: #01c043;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa {
	color: #383f48;
}

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

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa {
	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: #01a7e5;
}

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

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

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

html .featured-boxes-full .featured-box-full-quaternary {
	background-color: #383f48;
	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: #01a7e5;
}

.pricing-table .most-popular h3 {
	/*background-color: #01a7e5 !important;*/
/*grad-blue*/
background: #00aded; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00aded 0%, #007dac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aded), color-stop(100%,#007dac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00aded 0%,#007dac 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00aded 0%,#007dac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aded', endColorstr='#007dac',GradientType=0 ); /* IE6-8 */			
}

.pricing-table.princig-table-flat .plan h3 {
	/*background-color: #01a7e5;*/
/*grad-blue*/
background: #00aded; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00aded 0%, #007dac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aded), color-stop(100%,#007dac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00aded 0%,#007dac 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00aded 0%,#007dac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aded', endColorstr='#007dac',GradientType=0 ); /* IE6-8 */		
color: #49f383;
}

.pricing-table.princig-table-flat .plan h3 span {
	/*background: #01a7e5;*/
	background: none;
	/*padding-top: 10px;*/
	line-height: 30px;
}

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

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

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

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

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

html .call-to-action.featured.featured-secondary {
	border-top-color: #9E9E9E;
}

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

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

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

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

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

html .call-to-action.call-to-action-tertiary {
	background: #01c043;
}

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

html .call-to-action.call-to-action-tertiary {
	background: #01c043;
}

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

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

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

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

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

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary 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 {
	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 {
	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: #01a7e5;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #01a7e5;
}

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

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

.recent-posts .date .day,
article.post .post-date .day {
	/*color: #01a7e5;*/
}

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

.home-concept strong {
	color: #01a7e5;
}

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

.shop ul.products li.product .onsale {
	background-color: #01a7e5;
	border-bottom-color: #006da3;
}

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

#footer .footer-ribbon {
	background: #01a7e5;
}

#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: #01a7e5 !important;*/
}

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

#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: #01a7e5;
	border-top-color: #01a7e5;
}

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-secondary {
	background: #9E9E9E;
	border-top-color: #9E9E9E;
}

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

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

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

html #footer.color-tertiary {
	background: #01c043;
	border-top-color: #01c043;
}

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

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

html #footer.color-tertiary .footer-copyright {
	background: #01be42;
	border-top-color: #01be42;
}

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

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

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

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

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

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

.t-center {text-align:center;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.t-bold {font-weight: bold;}
.t-italic {font-style:italic;}
.f-left {float:left;}
.f-right {float:right;}

.t-red {color:#ef2c0b;}
.t-orange {color:#f97b0c;}
.t-yellow {color:#f7e821;}
.t-grey {color:#8c8c8c;}
.t-ccc {color:#ccc;}
.t-999 {color:#999;}
.t-666 {color:#666;}
.t-333 {color:#333;}
.t-black {color:#000;}
.t-white {color:#fff;}


.clr {clear:both;}
.nowrap {white-space: nowrap;}

.btn-full {width:100%;  max-width: 700px;}

.Remarks {font-family:Arial;font-size:12px;color:#666;letter-spacing:normal;margin-top:150px;}
.Remarks a {letter-spacing:normal;}
.Remarks ul, .Remarks ol {padding:0;margin:0;}
.Remarks ul li, .Remarks ol li {line-height: 15px;margin: 5px 30px;letter-spacing:normal;}
.Remarks ul.list-unstyled li {line-height: 15px;margin: 5px 15px;letter-spacing:normal;}

.mt-50 {margin-top:50px;}
.mr-50 {margin-right:50px;}
.mb-50 {margin-bottom:50px;}
.ml-50 {margin-left:50px;}

.mt-100 {margin-top:100px;}
.mr-100 {margin-right:100px;}
.mb-100 {margin-bottom:100px;}
.ml-100 {margin-left:100px;}

.mt-150 {margin-top:150px;}
.mr-150 {margin-right:150px;}
.mb-150 {margin-bottom:150px;}
.ml-150 {margin-left:150px;}

.mt-200 {margin-top:200px;}
.mr-200 {margin-right:200px;}
.mb-200 {margin-bottom:200px;}
.ml-200 {margin-left:200px;}

.tsmall {font-family:Arial;font-size:12px;color:#666;letter-spacing:normal;}
.tsmall a {letter-spacing:normal;}
.tsmall ul, .Remarks ol {padding:0;margin:0;}
.tsmall ul li, .tsmall ol li {line-height: 15px;margin: 5px 30px;letter-spacing:normal;}
.tsmall ul.list-unstyled li {line-height: 15px;margin: 5px 15px;letter-spacing:normal;}



.grad-blue {
/*grad-blue*/
background: #00aded; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00aded 0%, #007dac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aded), color-stop(100%,#007dac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00aded 0%,#007dac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00aded 0%,#007dac 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00aded 0%,#007dac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aded', endColorstr='#007dac',GradientType=0 ); /* IE6-8 */		
}

.grad-green{
/*grad-green*/	
background: #59da88; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5ZGE4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZGE1NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #59da88 0%, #0da543 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59da88), color-stop(100%,#0da543)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #59da88 0%,#0da543 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #59da88 0%,#0da543 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #59da88 0%,#0da543 100%); /* IE10+ */
background: linear-gradient(to bottom,  #59da88 0%,#0da543 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59da88', endColorstr='#0da543',GradientType=0 ); /* IE6-8 */
}

.owl-carousel .owl-item p {clear:both;}

/*CLinkfooter*/
#footer .CLinkfooter {background:url(../images/footer_bg.jpg) 0 0 repeat-x #008cbf;font-family:Arial;font-size:12px;color:#fff;line-height: 16px;}
#footer .CLinkfooter_icon {background:url(../images/footer_left.jpg);background-position:left top;background-repeat:no-repeat;}
#footer .CLinkfooter_content {padding-top: 155px; padding-left: 290px; padding-right: 70px;min-height:291px;}

#footer .CLinkfooter_partner {clear:both;text-align:center;}
#footer .CLinkfooter_partner img {padding:0 10px;margin:10px 0 20px 0;background:#fff; border: 1px solid #fff; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}

#footer .CLinkfooter_link {text-align:center;color:#fff;}
#footer .CLinkfooter_link a {letter-spacing:normal;text-align:center;color:#fff;}
#footer .CLinkfooter_link a:hover {color:#fff;}

#footer .CLinkfooter_copyright {letter-spacing:normal;text-align:center;padding:5px 0 10px 0;}
#footer .CLinkfooter_copyright a {color:#fff;letter-spacing:normal;}
#footer .CLinkfooter_copyright a:hover {color:#fff;}

#footer .footer-menu {padding-top: 60px;}
#footer .footer-menu h5 {color:#01a7e5;border-bottom: #03dd52 solid 2px;}
#footer .footer-menu .list.list-icons.list-icons-sm li { padding-left: 13px; margin-bottom: 0px; line-height: 18px;}
#footer .footer-menu .list.list-icons.list-icons-sm li .fa {top: 4px;}
#footer .footer-menu ul li a {font-size:12px;color:#666;font-family:Arial;/*line-height:10px;*/}
#footer .footer-menu ul li a:hover {color:#01a7e5; text-decoration: none;}

#footer .CLinkfooter_mobile {background-color:#008cbf; padding: 10px 0;}
#footer .CLinkfooter_mobile_copyright {letter-spacing:normal;color:#fff;font-family:Arial;font-size:12px;text-align:center;line-height: 16px;}
#footer .CLinkfooter_mobile_copyright a {letter-spacing:normal;color:#fff;}
#footer .CLinkfooter_mobile_copyright a:hover {color:#fff;}


.guarantee {margin: 130px auto 80px auto;}
.guarantee-tag span {text-align:center;display:block;width:16.6%;float:left;}
.guarantee-tag span img {width:100%;max-width:174px;margin:0 auto;}

.service-submenu {background-color:#0079a6;	color:#d2f3ff; font-size: 14px;}
.service-submenu a {color:#d2f3ff; background-color:#0079a6;padding: 10px 10px 10px 10px;display:block;float:right;text-decoration: none;}
.service-submenu a:hover {color:#fff;}
.service-submenu a.active {color:#fff; background-color:#015E81;color:#fff;}


/*Table style*/
div.table-responsive table.table-bordered {
    border: 0px solid #ddd;
}
.table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
}
.table > thead > tr > th, .table > thead > tr > th.blue {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  background-color: #00a5e2;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 14px !important;
}
.table > thead > tr > th.blank {
  background-color: #fff;
}

.table > thead > tr > th.green {
  background-color: #12BD4D;
}
.table > thead > tr > th.grey {
  background-color: #808080;
}
.table > thead > tr > th.white {
  background-color: #fff;
  color:#333;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

table tr.subtitle td{
  background-color:#666;
  color: #fff;
}

table tr.subtitle-green td{
  background-color:#069D1E;
  color: #fff;
}

table tr.subtitle-blue td{
  background-color:#0F79C0;
  color: #fff;
}

table tr.subtitle_highlight td{
  background-color:#01b23e;
  color: #fff;
}

table tr.hightlight:nth-of-type(odd) td{
  background-color:#d6f9d3;
}

table tr.hightlight:nth-of-type(even) td{
  background-color:#f1ffef;
}

table tr.hightlight:nth-of-type(odd) td.no-highlight{
  background-color:#f9f9f9;
}

table tr.hightlight:nth-of-type(even) td.no-highlight{
  background-color:#fff;
}


.sp {padding: 0% 0;}
.sp p {font-size:14px;}
.sp div img {/*width: 300px;*/max-width: 100%;display: block; height: auto;}

.sp div.col-md-3 {}

.feature-box-info p {font-size:14px;line-height: 18px;}

.table-responsive > .table > tbody > tr > td {  white-space: normal;}

.indexdomainsearch {background-color: #EFEFEF; padding: 15px 0;background-image: url(../images/bg_domains.jpg);background-position-x: center;}
.indexdomainsearch_title {font-size:18px;display: block;margin-bottom: 5px;letter-spacing:4px;}
.indexdomainsearch input.domainenter {float: left; width: auto;border-radius: 0;border-color: #ccc;border-right:0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;width: 300px;}
.indexdomainsearch lable input{font-size:12px;}

.indexdomainsearch .form-control.error:focus {
    border-color: #27e468;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #27e468;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #27e468;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #01A7E5;
    outline: 0;
}


.indexnews {}
.indexnews h3 {font-size: 24px; margin: 0 0 20px 0; line-height: 28px;}
section.indexnews section.section {padding: 30px 0 0px 0;}
.indexnews article {clear:both;}
.indexnews article p {line-height:20px;}
span.indexnews-thum {width:120px;height:120px;overflow:hidden;float:left;margin:0 10px 10px 0;display:block;}
span.indexnews-thum img {max-width:120px;width:100%;height:auto;}

.clinknews {}
.clinknews div.post-content {margin-left:-60px;}
.clinknews .post-large .post-image div {clear:both;/*padding-top:20px;*/}
.clinknews .post-large .post-image img.img-responsive {max-width:674px;height:auto;margin:0 auto;border: 1px solid #c2c2c2;}
.clinknews .simple-post-list .post-image img {max-width:70px; max-height:70px;border: 1px solid #c2c2c2;}


section.parallax_cs {background-image: url(../images/parallax_cs.jpg);background-position:center;margin-bottom:-50px;background-attachment:fixed;padding-top:150px;padding-bottom:150px;}

#header nav.mega-menu ul.nav-main .mega-menu-signin {
    padding-left: 0;
    margin-left: -4px;
    margin-right: auto;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
    width: 40%;
    right: 8px;
    border-radius: 0px 0 0px 0px;
}

#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
    border-radius: 0px 0px 0px 0px;
}

.pricing-table h3 {
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    font-size: 1.3em;
    font-weight: normal;
    margin: -20px -2px 10px -2px;
    padding: 10px;
    line-height: normal;
    padding: 20px 2px 10px 2px;
}

.pricing-table h3 span {
    display: block;
    font: bold 30px / 30px "\5FAE\8F6F\96C5\9ED1",Arial;
    margin-top: 10px;
}

.pricing-table.pricing-table-sm h3 span {
    font: bold 22px / 22px "\5FAE\8F6F\96C5\9ED1",Arial;
    height: 100px;
    margin: 10px auto -65px;
    width: 100%;
}

.pricing-table.pricing-table-sm h3 span.nowrap {
    font: inherit;
    height: auto;
    margin:auto;
    width:auto;
	display: inline;
}

.pricing-table.pricing-table-sm .plan a.details {white-space: nowrap;font-size:12px;color:#666;text-decoration: underline;}


.simpleplan {
	/*background: #696969;*/
	background-image: url("../images/bg_lodyas.png");
	background:url(../images/bg_lodyas.png) 0 0 ;
	margin-top: -35px;
	margin-bottom:35px;	
	position:relative;
	}
.simpleplan .container {padding-top: 30px;}	

.simpleplan .container li b, 
.simpleplan .container li strong {
	color:#333;
	}	


.feature-box-iconssimple {text-align:center;height: 140px;}
.feature-box-iconssimple .text{line-height: 16px; margin-top: 5px;}

/*5-column-layout*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 991px) {
.table-responsive {
    /*border-left: 5px solid #ddd;*/
    padding-top: 30px;
}
}