html {
	-ms-overflow-style: scrollbar;
}
html .heading-primary,
html .lnk-primary,
html .text-color-primary {
	color: rgb(65,64,66) !important;
}

html .heading.heading-primary ,
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: #26318B;
}

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

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

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

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

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

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

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

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

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

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

p.drop-caps:first-child:first-letter {
	color: #26318B;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
	color: #26318B;
}

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

.btn-link:active {
	color: #4fc192;
}

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

html .btn-primary:hover {
	border-color:  gray  gray #26318b;
	background-color:  gray;
}

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

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

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

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

html .btn-primary-scale-2 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #40b786;
	border-color: #40b786 #40b786 #33916a;
}

html .btn-primary-scale-2:hover {
	border-color: #4fc192 #4fc192 #0e196d;
	background-color: #4fc192;
}

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

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

html .btn-primary-scale-2[disabled] {
	border-color: #88d5b5;
	background-color: #88d5b5;
}

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

html .btn-secondary:hover {
	border-color: #cacac8 #cacac8 #b2b0ae;
	background-color: #cacac8;
}

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

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

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

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

html .btn-secondary-scale-2 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #a5a4a1;
	border-color: #a5a4a1 #a5a4a1 #8c8a87;
}

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

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

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

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

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

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

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

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

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

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

html .btn-tertiary-scale-2 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #218388;
	border-color: #218388 #218388 #175b5f;
}

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

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

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

html .btn-tertiary-scale-2[disabled] {
	border-color: #3fc9d0;
	background-color: #3fc9d0;
}

html .btn-quaternary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:  #ef2f24;
	border-color:  #ef2f24  #ef2f24 #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-quaternary-scale-2 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #22262b;
	border-color: #22262b #22262b #0b0d0f;
}

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

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

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

html .btn-quaternary-scale-2[disabled] {
	border-color: #4e5865;
	background-color: #4e5865;
}

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-dark-scale-2 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #181c21;
	border-color: #181c21 #181c21 #030303;
}

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

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

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

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

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-light-scale-2 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

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

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

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

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

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

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #26318B;
	border-color: #26318B #26318B #40b786;
	border-color: #26318B !important;
	color: #777777;
}

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

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

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

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

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

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

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

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

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

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

html .btn-borders.btn-tertiary {
	background: transparent;
	border-color: #DCE6F4;
	color: #DCE6F4;
	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: #DCE6F4;
	border-color: #DCE6F4 #DCE6F4 #218388;
	border-color: #DCE6F4 !important;
	color: #ffffff;
}

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

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

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

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:  #ef2f24;
	color:  #ef2f24;
	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:  #ef2f24;
	border-color:  #ef2f24  #ef2f24 #22262b;
	border-color:  #ef2f24 !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: #26318B;
}

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

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

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

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #26318B;
	border-color: #26318B #26318B #40b786;
}

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

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

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

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

html .alert-primary {
	background-color: #26318B;
	border-color: #57c497;
	color: #777777;
}

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

html .alert-secondary {
	background-color: #bebdbb;
	border-color: #b7b5b3;
	color: #777777;
}

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

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

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

html .alert-quaternary {
	background-color:  #ef2f24;
	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: #26318B;
}

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

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

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

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

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

html section.section-primary {
	background-color: #26318B !important;
	border-color: #4fc192 !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: #777777;
}

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

html section.section-primary-scale-2 {
	background-color: #40b786 !important;
	border-color: #0e196d !important;
}

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

html section.section-secondary {
	background-color: #bebdbb !important;
	border-color: #b2b0ae !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: #777777;
}

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

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

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

html section.section-tertiary {
	background-color: rgba(65,64,66,0.1) !important;
	border: 0 none !important;
	color: rgb(65,64,66);
	margin: 0;
	padding: 40px 0;
}

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

html section.section-tertiary p {
	color: inherit;
}

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

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

html section.section-quaternary {
	background-color:  #ef2f24 !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-quaternary-scale-2 {
	background-color: #22262b !important;
	border-color: #17191d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.page-header h1 {
	border-bottom-color: #26318B;
}

section.page-header.custom-product {
	background-color: #4fc192;
	border-top-color: #5ac599;
}

html .page-header-color.page-header-primary {
	background-color: #26318B;
	border-bottom-color: #26318B;
	color: #777777;
}

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

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

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

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

html .page-header-color.page-header-secondary {
	background-color: #bebdbb;
	border-bottom-color: #bebdbb;
	color: #777777;
}

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

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

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

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

html .page-header-color.page-header-tertiary {
	background-color: #DCE6F4;
	border-bottom-color: #DCE6F4;
	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:  #ef2f24;
	border-bottom-color:  #ef2f24;
	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: #26318B;
	border-left-color: #26318B;
	border-right-color: #26318B;
}

html .toggle-primary .toggle.active > label {
	background-color: #26318B;
	border-color: #26318B;
	color: #777777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail .zoom {
	background-color: #26318B;
}

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

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

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

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

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

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

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

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

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

.thumb-info-ribbon {
	background: #26318B;
}

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

.inverted {
	background-color: #26318B;
}

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

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

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

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

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

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

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

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

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

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color:  #DCE6F4  #DCE6F4 #4fc192;
	background-color:  #DCE6F4;
}

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

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

.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
	border-color: #aee2cd;
	background-color: #aee2cd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list.list-icons li .fa,
.list.list-icons li .icons {
	color: #26318B;
	border-color: #26318B;
}

.list.list-icons.list-icons-style-3 li .fa,
.list.list-icons.list-icons-style-3 li .icons {
	background-color: #26318B;
}

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

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

html .list-primary.list-icons li .fa,
html .list-primary.list-icons li .icons {
	color: #26318B;
	border-color: #26318B;
}

html .list-primary.list-icons.list-icons-style-3 li .fa,
html .list-primary.list-icons.list-icons-style-3 li .icons {
	background-color: #26318B;
	color: #777777;
}

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

html .list-primary.list-ordened.list-ordened-style-3 li:before {
	background-color: #26318B;
	color: #777777;
}

html .list-secondary.list-icons li .fa,
html .list-secondary.list-icons li .icons {
	color: #bebdbb;
	border-color: #bebdbb;
}

html .list-secondary.list-icons.list-icons-style-3 li .fa,
html .list-secondary.list-icons.list-icons-style-3 li .icons {
	background-color: #bebdbb;
	color: #777777;
}

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

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #26318B;
	color: #777777;
}

html .list-tertiary.list-icons li .fa,
html .list-tertiary.list-icons li .icons {
	color: #DCE6F4;
	border-color: #DCE6F4;
}

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

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

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

html .list-quaternary.list-icons li .fa,
html .list-quaternary.list-icons li .icons {
	color:  #ef2f24;
	border-color:  #ef2f24;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .panel-group.panel-group-quaternary .panel-heading {
	background-color:  #ef2f24 !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,
html .divider.divider-primary .icons {
	color: #26318B;
}

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

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

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

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

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

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

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

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

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

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

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

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
	background: #26318B;
	color: #777777;
}

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

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

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

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

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

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

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

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

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

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

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

#header .tip {
	background: #26318B;
	color: #777777;
}

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

html #header .tip-primary {
	background: #26318B !important;
	color: #777777 !important;
}

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

html #header .tip-secondary {
	background: #bebdbb !important;
	color: #777777 !important;
}

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

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

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

html #header .tip-quaternary {
	background:  #ef2f24 !important;
	color: #ffffff !important;
}

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

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

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

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

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

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

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

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

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: rgb(0,175,212);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
	}

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

	#header .header-nav.header-nav-stripe {
		margin-top: -44px;
	}

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

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background-color: #26318B;
	}
	#header .header-nav-main.header-nav-main-square{
		margin:0px;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a {
		color: rgb(0,175,212);
	}
  #header .header-nav.header-nav-top-line nav > ul li:hover > a {
		color: rgb(215,53,113);
	}

	#header .header-nav.header-nav-dark-dropdown {
		margin-top: -44px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html #header .header-top.header-top-primary {
	background: #26318B;
	border-top-color: #4fc192;
}

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

html #header .header-top.header-top-secondary {
	background: #bebdbb;
	border-top-color: #b2b0ae;
}

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

html #header .header-top.header-top-tertiary {
	background: #DCE6F4;
	border-top-color: #26969c;
}

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

html #header .header-top.header-top-quaternary {
	background:  #ef2f24;
	border-top-color: #2d323a;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	#header .header-nav-main-light nav > ul > li.dropdown:hover > a {
		color: #26318B;
	}

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

.testimonial blockquote {
	background:  #DCE6F4;
}

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

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

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

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

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

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

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

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,
.circular-bar.only-icon .icons {
	color: #26318B;
}

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

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

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

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

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

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

.icon-featured {
	background-color: #26318B;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 #26318B;
}

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

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

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

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 #26318B;
}

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

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

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

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

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

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

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

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

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

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

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

html .feature-box-dark .feature-box-icon {
	background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
	background-color: #ffffff;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #26318B;
}

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

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

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

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

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

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

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #26318B;
}

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

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

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

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

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

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

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

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

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

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

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

html .feature-box-light.feature-box-style-3 .feature-box-icon {
	border-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .featured-boxes-full .featured-box-full-primary {
	background-color: #26318B;
	color: #777777;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #bebdbb;
	color: #777777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #26318B;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #26318B;
}

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

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

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

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

.home-concept strong {
	color: #26318B;
}

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

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

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

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

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

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

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

.shop ul.products li.product .onsale {
	background-color: #26318B;
	border-bottom-color: #44bd8b;
}

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

#footer .footer-ribbon {
	background: #26318B;
}

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

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

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

#footer.color .footer-ribbon {
	background: #40b786;
}

#footer.color .footer-ribbon:before {
	border-right-color: #2c7e5c;
}

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

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

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

html #footer.color-primary .footer-ribbon:before {
	border-right-color: #2c7e5c;
}

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

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

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

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

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

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

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

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

html #footer.color-tertiary .footer-copyright {
	background: #26969c;
	border-top-color: #26969c;
}

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

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

.sample-icon-list .sample-icon a:hover {
	background-color: #26318B;
}

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

div.fa.md-layer{
      font-size:4.0vmax;
}
.last_block{
   margin-bottom:-70px;
}

.container.block{
   margin-top:2em;
   margin-bottom:2em;
}

@media (max-width: 991px){
	#header .header-column.small-logo{
		width:75%;
	}
 
	.counters.counters-sm strong {
    font-size: 25px;
    line-height: 25px;
	}
}

@media (min-width: 991px){
	.f_main.call-to-action.call-to-action-primary{
		margin-top: -35px;
		z-index: 8;	
		min-height:initial;
	}
}


.container.destinace{
    margin-bottom:-48px;
}
blockquote {
    font-size: 1.2em;
}

#footer .phone{
font-size: 1.2em;
}

#footer ul{
    padding-left: 10px;
}


html .scroll-to-top{
    bottom: 0px;
}
ul li.leaf{
 list-style-image:none;
list-style-type:none;
}

.last_page_item{
    margin-bottom: -140px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
width:100%;
}

.header-logo {
    margin-top: -5px;
}
@media (min-width: 768px) {
	.header-logo {
	    margin-top: -20px;
	}
}

.bg_primary{
 background-color:#26318B;
}

.bg_secondary{
 background-color:#bebdbb;
}

.bg_tertiary{
 background-color:#DCE6F4;
}
.bg_quaternary{
 background-color: #ef2f24;
}


div.oddelovac{
	display:block;
	height:1em;
}

.main{
  margin-bottom: 25px;
}

.sidebar_right{
  margin-bottom: 25px;
}

@media (min-width: 768px) {
	div.oddelovac{
		border-right:1px solid gray;
		height:2em;
		display:inline-block;
	}
	
/*	.sidebar_right{
	  margin-bottom:0em;
	}
	
	.main{
	  margin-bottom:3em;
	}*/
	
}

.h-in {
    float: none;
    display: inline-block;
    vertical-align: bottom;
   
}

.h-in.hidden-lg {
	padding-right: 22px;
    margin-right: -10px;
}
.right{
text-align:right;
}


.druhe_menu{
background: #DCE6F4; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #DCE6F4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#DCE6F4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#DCE6F4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DCE6F4',GradientType=0 ); /* IE6-9 */
margin-bottom:2em;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

#block-system-main{
	margin-top: 0;
	margin-bottom: 15px;
}

section.section {
    margin: 1em 0;
}

.clear{
clear:both;
}

.region.region-before-content > .block-car-slide {
	background-image: url('/dokumenty/egap-karusel-bg.png'), linear-gradient(rgb(0,175,212) 0, rgba(65, 64, 66,0.1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(255,255,255);
	background-position: center;
	margin: 0 auto;
	padding: 0;
	max-width: 1170px;
}
.car_main{
	overflow:hidden;
	max-height: 200px;
	position: relative;
}
.car_main.bez_fotek{
	max-height: 150px;
}


.car_main p{
	color:white;
}
.car_main h3,.car_main h2,.car_main h1{
	color:#414042;
}

.car_main .owl-item{
	float:left;
	
}
.car_main .owl-stage{
	white-space:nowrap;

}

.car_img{
    padding: 0px;
	display:inline-block;
	float:none;
	vertical-align:middle;

}

.car_img img{


	width:100%;
}

.car_text{
	white-space:normal;
	display:inline-block;
	float:none;
	vertical-align:middle;
	padding:1em 2em 1em 1em;
	position:absolute;
	bottom:30px;
	z-index:1;
/*	width: 80%;
	margin-left: 5%;*/
}
.car_text p{
	margin:0px;
	padding:0px;
}

h1.slide_2{
    background-color: rgba(255, 255, 255, 0.7);
    display: inline;
    padding: 0.11em;
    line-height: 1.6em;	
	font-size: 1.5em;
}

h1.slide_2 a{
    color:#414042;
}
h1.slide_2 a:hover{
    color:#414042;
}
.owl-car .owl-title{
	display: block;
}
.owl-car .owl-title > .owl-prev,
.owl-car .owl-title > .owl-next {
	position: absolute;
	top: calc(50% - 20px);
	width: 80px;
	height: 40px;
	background-color: rgba(255,255,255,0);
	border: 0px solid rgb(65,64,66,0.25);
	cursor: pointer;
	opacity: 0.5;
	background-position: center;
	background-size: 80px 40px;
	background-repeat: no-repeat;
	transition: opacity .2s ease;
}
.owl-car .owl-title > .owl-prev:hover,
.owl-car .owl-title > .owl-next:hover {
	opacity: 0.75;
}
.owl-car .owl-title > .owl-prev {
	left: 0;
	right: auto;
	background-image: url(arrow-prew.svg);
}
.owl-car .owl-title > .owl-next {
	left: auto;
	right: 0;
	background-image: url(arrow-next.svg);
}



.owl-dots{
	text-align: center;
	bottom: 0;
	width: 100%;
	position: absolute;
	display:block;
}

.owl-dots .owl-dot{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 10px;
	background: rgba(255,255,255,0.9);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
	transition: all 0.3s linear;
}
.owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,1);
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots .owl-dot.active span {
	background-color: rgba(65,64,66,0.9);
}


@media (min-width: 768px) {
	.car_main{
		background-position-x: inherit;
	}
	.owl-dots{
		text-align:center;

		width: 100%;	
	}
	
}


.field.field-name-field-uvod{
  font-size: 1.2em;
}

.vypis_kategorie {
	font-size:1.2em;
}

.vypis_kategorie ul {
	margin: 0;
	padding: 0;
}
.vypis_kategorie ul li {
	margin: 0.25em 0 0.5em 0;
	padding: 0;
}

.vypis_kategorie ul li a{
	line-height: 1.73em;
	display: block;
}


/* New style */

body {
	color: rgba(65, 64, 66, 0.8);
/*
rgba(65, 64, 66, 0.8)
rgb(113, 112, 113)
*/
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 700;
	color: rgb(65,64,66);
	text-transform: none;
	letter-spacing: 0;
}
h1:empty, 
h2:empty, 
h3:empty, 
h4:empty, 
h5:empty, 
h6:empty {
	display: none;
}

h1 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 16px;
}
h2 {
	font-size: 27px;
	line-height: 35px;
	margin-bottom: 12px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 8px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 6px;
}
h5, h6 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
}
h1 > .fa {
	margin-right: 1rem;
}
h1 > .produkt-pismeno {
	display: inline-block;
	background-color: rgb(167,197,76);
	color: rgb(255, 255, 255);
	min-width: 1.6667em;
	height: 1.6667em;
	line-height: calc(1.6667em - 2px);
	text-align: center;
	font-size: 0.75em;
	margin-right: 0.625em;
	vertical-align: top;
	border: 1px solid rgb(167,197,76);
}
h1 > .produkt-pismeno-msp {
	display: inline-block;
	background-color: rgb(215,53,113);
	color: rgb(255, 255, 255);
	min-width: 5em;
	height: 1.6667em;
	line-height: calc(1.6667em - 2px);
	text-align: center;
	font-size: 0.75em;
	margin-right: 0.625em;
	vertical-align: top;
	border: 1px solid rgb(215,53,113);
	padding: 0 5px;
}

a {
	color: rgb(0,175,212);
	text-decoration: none;
	transition: all 0.1s linear;
}
a:hover {
	color: rgb(215,53,113);
	text-decoration: none;
}
a:focus,
a:active {
	color: rgb(167,197,76);
	text-decoration: none;
}

a.pro-link-produkt-pismeno {
	display: inline-block;
	background-color: rgb(167,197,76);
	color: rgb(255, 255, 255);
	min-width: 2em;
	padding: 0 4px;
	text-align: center;
	font-weight: 400;
	font-size: 0.85em;
	margin-right: 0.625em;
}
a.pro-link-produkt-pismeno:hover {
	color: rgb(65,64,66);
	background-color: rgb(255,255,255);
	box-shadow: inset 0 0 0 1px rgb(65,64,66);
	font-weight: 600;
}
.kategorie-produkty .link-produkt-pismeno:before {
	display: inline-block;
	background-color: rgb(167,197,76);
	color: rgb(255, 255, 255);
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-size: 0.85em;
	margin-right: 0.625em;
	vertical-align: top;
	font-weight: 400;
}
.kategorie-produkty .link-produkt-pismeno.active:before {
	color: rgb(65,64,66);
	background-color: rgb(255,255,255);
	box-shadow: inset 0 0 0 1px rgb(65,64,66);
	font-weight: 600;
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-B:before {
	content: "B";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-Bf:before {
	content: "Bf";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-C:before {
	content: "C";
}
.kategorie-produkty  .link-produkt-pismeno.produkt-pismeno-Cf:before {
	content: "Cf";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-D:before {
	content: "D";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-E:before {
	content: "E";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-F:before {
	content: "F";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-I:before {
	content: "I";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-If:before {
	content: "If";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-V:before {
	content: "V";
}
.kategorie-produkty .link-produkt-pismeno.produkt-pismeno-Z:before {
	content: "Z";
}

.kategorie-produkty .link-produkt-pismeno-blue:before {
	display: inline-block;
	background-color: rgb(0, 175, 212);
	color: rgb(255, 255, 255);
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-size: 0.85em;
	margin-right: 0.625em;
	vertical-align: top;
	font-weight: 400;
}

.kategorie-produkty .link-produkt-pismeno-blue.produkt-pismeno-G:before {
	content: "U";
}
.kategorie-produkty .link-produkt-pismeno-msp:before,
.kategorie-produkty .link-produkt-pismeno-smes:before {
	display: inline-block;
	background-color: rgb(215,53,113);
	color: rgb(255, 255, 255);
	min-width: 5em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-size: 0.7em;
	margin-right: 0.625em;
	vertical-align: middle;
	font-weight: 400;
	padding: 0 5px;
}
.kategorie-produkty .link-produkt-pismeno-msp.active:before,
.kategorie-produkty .link-produkt-pismeno-smes.active:before {
	color: rgb(65,64,66);
	background-color: rgb(255,255,255);
	box-shadow: inset 0 0 0 1px rgb(65,64,66);
	font-weight: 600;
}



.kategorie-produkty .link-produkt-pismeno-msp.produkt-pismeno-B:before {
	content: "B - MSPH";
}
.kategorie-produkty .link-produkt-pismeno-msp.produkt-pismeno-Bf:before {
	content: "Bf - MSPH";
}
.kategorie-produkty .link-produkt-pismeno-msp.produkt-pismeno-C:before {
	content: "C - MSPH";
}
.kategorie-produkty  .link-produkt-pismeno-msp.produkt-pismeno-Cf:before {
	content: "Cf - MSPH";
}
.kategorie-produkty .link-produkt-pismeno-msp.produkt-pismeno-F:before {
	content: "F - MSPH";
}
.kategorie-produkty .link-produkt-pismeno-msp.produkt-pismeno-V:before {
	content: "V - MSPH";
}
.kategorie-produkty .link-produkt-pismeno-msp.produkt-pismeno-Z:before {
	content: "Z - MSPH";
}

.kategorie-produkty .link-produkt-pismeno-smes.produkt-pismeno-B:before {
	content: "B - SMIVs";
}
.kategorie-produkty .link-produkt-pismeno-smes.produkt-pismeno-Bf:before {
	content: "Bf - SMIVs";
}
.kategorie-produkty .link-produkt-pismeno-smes.produkt-pismeno-C:before {
	content: "C - SMIVs";
}
.kategorie-produkty  .link-produkt-pismeno-smes.produkt-pismeno-Cf:before {
	content: "Cf - SMIVs";
}
.kategorie-produkty .link-produkt-pismeno-smes.produkt-pismeno-F:before {
	content: "F - SMIVs";
}
.kategorie-produkty .link-produkt-pismeno-smes.produkt-pismeno-V:before {
	content: "V - SMIVs";
}
.kategorie-produkty .link-produkt-pismeno-smes.produkt-pismeno-Z:before {
	content: "Z - SMIVs";
}



hr {
	height: 1px;
	margin: 15px 0;
	background-color: rgba(0,0,0,0.2) !important;
	background-image: none !important;
	color: inherit;
}
table:not(.form) {

	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	font-size: 13px;
	margin: 4px 0;
}

tbody {
     border-top: 0px solid #ccc;
}

table.small:not(.form) {
	font-size: 11px;
	line-height: 1.2em;
}

table:not(.form).table-fix-100 {
	table-layout: fixed;
	width: 100%;
}
table:not(.form).table-100 {
	width: 100%;
}

table:not(.form) thead tr {
	background-color:rgb(0,175,212);	
	color: white;
}
table:not(.form) tr {
	border: 0px solid rgba(0,0,0,0.1);
}
table:not(.form) tbody tr:nth-child(odd){
	background-color:#fcfdf0;
}
table:not(.form) tbody tr:nth-child(even){
	background-color:#f7f6c4;	
}

table:not(.form) tfoot tr{
	background-color:#efec6a;
}
table:not(.form) tfoot th{
	background-color:#efec6a;
}
table:not(.form) tbody th {
	background-color:rgb(0,175,212);
	color: white;	
}

table:not(.form) tbody tr:nth-child(odd) th{
	background-color:#07B6DF;
}


table:not(.form) td,table:not(.form) th {
	padding: 0.5em;
	border: 0px solid white;	
	border-right: 2px solid white;		
}

table:not(.form) td:last-child  {

	border-right: 0px solid white;	
}

table:not(.form).table-fix-row tbody td {
   line-height: normal;
   height: 32px;
}

table.tbl_blue {
	border: 4px solid #00AFD4;
}
table.tbl_blue tbody td{
	background-color:#C3F4FF;
}
table.tbl_blue  tbody  th{
	background-color:#00AFD4 !important;
	text-align:center;
	font-weight:bold;
}

table.tbl_red {
	border: 4px solid #D73571;
}
table.tbl_red  tbody  td{
	background-color:#F7D6E2;
}
table.tbl_red   tbody th{
	background-color:#D73571 !important;
	text-align:center;
	font-weight:bold;
}


table.tbl_green {
	border: 4px solid #A7C54C;
}
table.tbl_green  tbody  td{
	background-color:#EDF3DB;
}
table.tbl_green  tbody  th{
	background-color:#A7C54C !important;
	text-align:center;
	font-weight:bold;
}
table.tbl_red tbody td, table.tbl_green tbody td, table.tbl_blue tbody td{
	border: 0px solid white; 
    border-right: 0px solid white;
}

.no_li ul:not(.li)>li{
	list-style-type:none !important;
}

.txt_hand{
	font-family: 'Caveat', cursive;
	font-size:2em;
}

.txt_blue{
	color:#00AFD4;
}

.txt_red {
	color:#D73571;
}

.txt_green{
	color:#A7C54C;
}
.txt_yelow{
	color:#EBE369;
}

input[type=text],
select {
	line-height: 22px;
	color: rgb(65, 64, 66);
	margin: 0;
	padding: 2px 4px;
	background-color: rgba(65, 64, 66,0.04);
	border: 1px solid rgba(65, 64, 66,0.5);
	border-collapse: separate;
	outline-width: 0px;
	outline-style: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgb(255,255,255) inset, 0 0 0 1px rgb(255,255,255);
	transition: all 0.1s linear;
}
label {
	display: inline-block;
	border: 0 none;
	margin: 2px 4px 2px 0;
	border-radius: 0;
	padding: 2px 4px;
	cursor: pointer;
	background-color: rgba(65,64,66,0);
	line-height: 22px !important;
	transition: all 0.1s linear;
	outline-width: 0px;
	outline-style: none;
	min-width: 28px;
	text-align: left;
}
.kalkulacka label {
	display: inline-block;
	border: 1px solid rgba(65, 64, 66,0.5);
	margin: 2px 4px 2px 0;
	border-radius: 3px;
	padding: 2px 4px;
	cursor: pointer;
	background-color: rgba(65, 64, 66,0.05);
	box-shadow: 0 0 0 1px rgb(255,255,255) inset, 0 0 0 1px rgb(255,255,255);
	line-height: 22px !important;
	transition: all 0.1s linear;
	outline-width: 0px;
	outline-style: none;
	min-width: 28px;
	text-align: center;
}
#input[type=radio],
input[type=checkbox] {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	outline-width: 0px;
	outline-style: none;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
}
label > #input[type=radio],
label > input[type=checkbox] {
	vertical-align: -3px;
	
}
label:hover,
label:focus {
	color: rgb(0, 0, 0);
}

input[type=text]:hover,
input[type=text]:focus,
select:hover,
select:focus,
.kalkulacka label:hover,
.kalkulacka label:focus {
	border-color: rgba(65, 64, 66,0.75);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	box-shadow: 1px 1px 3px 0px rgba(65,64,66,0.25);
}
label:focus-within {
	color: rgb(0, 0, 0);
}
.kalkulacka label:focus-within {
	border-color: rgba(65, 64, 66,0.75);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	box-shadow: 1px 1px 3px 0px rgba(65,64,66,0.25);
}

.b {
	font-weight: 700;
}
.sb {
	font-weight: 600;
}
.fwn, .r {
	font-weight: 400;
}
.l {
	font-weight: 300;
}

.i {
	font-style: italic;
}

.all {
	text-align: left;
}
.alc {
	text-align: center;
}
.alr {
	text-align: right;
}

.valm {
	vertical-align: middle;
}
.valt {
	vertical-align: top;
}
.valb {
	vertical-align: bottom;
}

.fll,
.fll_form {
	float: left;
}
.flr,
.flr_form {
	float: right;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.nw {
	white-space: nowrap;
}

.sp {
	vertical-align: top;
	position: relative;
	top: 1px;
	z-index: 0;
	font-size: 9px;
	font-weight: normal;
	line-height: 1em;
	display: inline-block;
	margin: 0 1px;
}
.sp.pp,
#formulare .sp.pp{
	vertical-align: top;
	position: relative;
	top: -1px;
	z-index: 0;
	font-size: 9px;
	font-weight: normal;
	line-height: 1em;
	display: inline-block;
	margin: 0 2px;
	padding: 1px 2px;
	background-color: rgba(65,64,66,0.03);
	border: 1px solid rgba(65,64,66,0.1);
	border-radius: 3px;
}

.rteindent1 {
    margin-left: 20px;
}
.rteindent2 {
    margin-left: 40px;
}
.rteindent3 {
    margin-left: 60px;
}
.rteindent4 {
    margin-left: 80px;
}

.m-0 {
	margin: 0;
}
.m-5 {
	margin: 5px;
}
.m-5-10 {
	margin: 5px 10px;
}
.mb-5 {
	margin-bottom: 5px;
}
.m-10 {
	margin: 10px;
}
.m-10-0 {
	margin: 10px 0;
}
.m-15 {
	margin: 15px;
}
.m-15-0 {
	margin: 15px 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-25 {
	margin-top: 25px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-25 {
	margin-left: 25px;
}
.p-10-0 {
	padding: 10px 0;
}
.p-15-0 {
	padding: 15px 0;
}
.p-15-5 {
	padding: 15px 5px;
}
.p-15-10 {
	padding: 15px 10px;
}
.lh100p {
	line-height: 1.2rem;
}
.w-100 {
	width: 100%;
}
.w-60 {
	width: 60%;
}
.w-50 {
	width: 50%;
}
.w-25 {
	width: 25%;
}
.w-20 {
	width: 20%;
}
.w-0 {
	width: 0%;
}

.v18 {
	font-size: 18px;
}
.v16 {
	font-size: 16px;
}
.v13 {
	font-size: 13px;
}
.v12 {
	font-size: 12px;
}
.v10 {
	font-size: 11px;
}
.v9 {
	font-size: 9px;
}

.element-invisible {
	display: none;
}

.color-alert {
	color: rgb(215,53,113);
}
.color-text-def {
	color: rgb(119,119,119);
}
.bgcolor-panel-seda {
	background-color: rgba(65,64,66,0.1) !important;
}

.h-rozbal {
	cursor: pointer;
	position: relative;
}
.h-rozbal.h-closed:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: rgb(65,64,66);
}
h4.h-rozbal.h-closed:after {
	bottom: -3px;
}
h4.h-rozbal {
	margin-top: 4px;
}
.h-ico {
	position: relative;
}
.h-ico > .fa {
	position: absolute;
	line-height: inherit;
	text-align: center;
	left: 0;
	top: 0;
}

.kategorizace-zemi > h2 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 4px;
}
.kategorizace-zemi table {
	background-color: rgb(255,255,255);
}

h4.h-ico {
	padding-left: 23px;
}
h4.h-ico > .fa {
	width: 23px;
}
h4.in-block-form {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 34px;
	vertical-align: middle;
} 
.node-article .article_content .field-name-field-uvod .field-items .field-item.even {
	font-weight: 600;
}


.content img {
	display: inline-block;
}

p {
	margin: 0 0 15px 0;
	text-align: left;
}
ul,
ol {
	padding-left: 30px;
}


#header {
	margin-top: 0;
}

#logo img {
	width: auto;
}
#header .header-body {
	min-height: initial;
	padding: 0px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: rgba(65,64,66,0.1);
	box-shadow: 0 2px 2px -1px rgba(65,64,66,0.1);
}
body.admin-menu #header .header-body {
	margin-top: 0;
}
.sticky-header-active body.admin-menu #header .header-body {
	margin-top: 20px;
}

#header .jv-menu {
	position: absolute;
	top: -20px;
	right: 0;
}
#header .header-logo {
	height: 60px;
	margin: 0;
	padding: 0 !important;
}
#header .header-logo > a {
	display: inline-block;
	height: 100px;
	margin: 0;
}

#header .header-logo img {
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 40px;
	max-width: 91px;
	margin: 10px 8px 10px 0;
	transition: all 0.3s linear;
}
#header .heading-primary {
	display: inline-block;
	vertical-align: bottom;
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 1;
	transition: all 0.3s linear;
}

.sticky-header-active #header .header-logo img {
	max-height: 32px;
	max-width: 73px;
	margin: 25px 4px 3px 0;
}
.sticky-header-active #header .heading-primary {
	font-size: 9px;
	margin-bottom: 3px;
}

#header .header-btn-collapse-nav {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	text-align: center;
	margin: 10px 0;
	background-color: rgba(255,255,255,0);
	color: rgba(0,175,212,0.8);
	border: 0 none;
	border-radius: 0;
	transition: all 0.3s linear;
	font-size: 30px;
}
.sticky-header-active #header .header-btn-collapse-nav {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 25px 0 3px 0;
	font-size: 24px;
}

#header .header-btn-collapse-nav:hover {
	color: rgba(0,175,212,1);
}
#header .header-btn-collapse-nav:active {
	box-shadow: none !important;
}

#header .dropdown-toggle.disabled {
	cursor: default;
}

#stranka {
	padding-top: 15px;
	padding-bottom: 0;
}

div.org_str_line {
	position: absolute;
	line-height: 1px;
	overflow: hidden;
	z-index: 0;
	background-color: rgb(65,64,66) !important;
}
div.org_str {
	position: absolute;
	padding: 6px;
	line-height: 13px;
	z-index: 1;
	box-sizing: border-box;
	font-size: 13px;
}
div.org_str.v10 {
	font-size: 10px;
}
div.org_str.alc {
	text-align: center;
}
div.org_str.bgc0 {
	background-color: rgb(65,64,66);
	color: rgb(255,255,255);
}
div.org_str.bgc1 {
	background-color: rgb(167,197,76);
	color: rgb(65,64,66);
}
div.org_str.bgc2 {
	background-color: rgb(215,53,113);
	color: rgb(255,255,255);
}
div.org_str.bgc3 {
	background-color: rgb(235,227,105);
	color: rgb(65,64,66);
}

.file > .fa {
	margin-right: 3px;
	line-height: inherit;
}
.file > .file-size {
	display: inline-block;
	margin-left: 3px;
	font-size: 1.0rem;
	font-style: italic;
}
.file > a {
	display: inline;
}


.block-nabidka-sluzeb-nadpis > .content {
	padding: 1.5em;
}
.block-mapa-rizik-nadpis > .content {
	padding: 50px 15px 1px;
}
.block-mapa-rizik-kategorizace  .content {
	padding: 8px 15px 50px;
}
.block-mapa-rizik-kategorizace {
	margin-bottom: 25px;
}

.clear.druhe_menu {
	margin: 0;
}
.nabidka-sluzeb-front {
	padding: 25px 0 25px;
}
.nabidka-sluzeb-front > h2 {
	color: rgb(65,64,66);
}
.nabidka-sluzeb-front > h2,
.nabidka-sluzeb-front > .content {
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px auto;
}
.nabidka-sluzeb-front ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.nabidka-sluzeb-front ul.menu li {
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 15px 5px;
	background-color: rgba(255,255,255,0);
	padding: 0px;
	box-sizing: border-box;
	width: 100%;
}
.nabidka-sluzeb-front ul.menu li:hover {
	/*border: 3px solid rgba(0,0,0,0.2);*/
}

.nabidka-sluzeb-front ul.menu li a {
	display: block;
	width: 180px;
	height: 100%;
	padding: 190px 5px 5px;
	font-weight: 700;
	color: rgb(65,64,66) !important;
	margin: 0 auto;
	line-height: 1.1em;
	text-align: center;
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: 180px 180px;
}
.nabidka-sluzeb-front ul.menu li a.ico-riziko-neplaceni-primo-pro-vyvozce {
	background-image: url(/dokumenty/img/icons/ico-riziko-neplaceni-primo-pro-vyvozce.svg);
}
.nabidka-sluzeb-front ul.menu li a.ico-riziko-neplaceni-pro-financujici-banku {
	background-image: url(/dokumenty/img/icons/ico-riziko-neplaceni-pro-financujici-banku.svg);
}
.nabidka-sluzeb-front ul.menu li a.ico-riziko-znehodnoceni-investice {
	background-image: url(/dokumenty/img/icons/ico-riziko-znehodnoceni-investice.svg);
}
.nabidka-sluzeb-front ul.menu li a.ico-riziko-zruseni-kontraktu-dovozcem {
	background-image: url(/dokumenty/img/icons/ico-riziko-zruseni-kontraktu-dovozcem.svg);
}
.nabidka-sluzeb-front ul.menu li a.ico-pojisteni-bankovnich-zaruk {
	background-image: url(/dokumenty/img/icons/ico-pojisteni-bankovnich-zaruk.svg);
}
.nabidka-sluzeb-front ul.menu li a.ico-specialni-produkty-pro-msp {
	background-image: url(/dokumenty/img/icons/ico-specialni-produkty-pro-msp.svg);
}

.panel-seda {
	background-color: rgba(65,64,66,0.1);
	border-color: rgb(65,64,66);
	border-width: 5px 0 0 0;
	border-style: solid;
	color: rgb(65,64,66);
	padding: 15px;
}
h1 img.zeme-vlajka{
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 40px;
	max-width: 53px;
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid rgba(65,64,66,0.5);
	box-shadow: 0 0 2px 0px rgba(65,64,66,0.25);
}
.node.node-zeme .field > .field-label,
.node.node-zeme .field.field-name-field-kategorie > .field-items,
.node.node-zeme .field.field-name-field-oecd > .field-items,
.node.node-zeme .field.field-name-field-lepsi7 > .field-items {
	font-weight: 700;
	color: rgb(65,64,66);
	text-transform: none;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 7px 0;
}
.node.node-zeme .field.field-name-field-silne-stranky,
.node.node-zeme .field.field-name-field-slabe-stranky {
	margin-top: 14px;
}
.node.node-zeme .field.field-name-field-oecd,
.node.node-zeme .field.field-name-field-lepsi7 {
	display: inline-block;
	vertical-align: middle;
}
.node.node-zeme .field.field-name-field-lepsi7 > .field-items  > .field-item {
	color: rgb(119,119,119);
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}
.node.node-zeme .field.field-name-field-lepsi7 > .field-items > .field-item::before {
	content: " ";
	vertical-align: super;
}
.color-line {
	height: 15px;
	background-image: url(/dokumenty/color-line2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.footer{
	background-color: rgb(255,255,255);
	color: rgb(65,64,66);
	padding: 90px 0 30px;
}

.footer > div > div{
	display: block;
	vertical-align: middle;
	float: none;
}
.footer a {
	color: rgb(65,64,66);
}
.footer a:hover,
.footer a:focus,
.footer a:active {
	color: rgb(65,64,66);
}
.footer a.logo100 {
	background-image: url(/dokumenty/img/logo-oslav-vyroci-100-w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 140px 19px;
	height: 28px;
}
.footer a.logo100-en {
	background-image: url(/dokumenty/img/logo-oslav-vyroci-100-w-en.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 140px 19px;
	height: 28px;
}

#toolbar {
	display: none !important;
}
.sticky-header-active #admin-menu {
	opacity: 0.75;
	transition: all 0.3s linear;
} 
.sticky-header-active #admin-menu:hover {
	opacity: 1;
} 

#admin-menu {
	font-size: 9px;
}
#admin-menu .dropdown a {
	border-right: 1px solid rgba(238, 238, 238, 0.3);
	padding: 4px;
	line-height: 14px;
}
#admin-menu .admin-menu-search input {
	margin: 3px 0;
	line-height: 13px;
	border-radius: 3px;
}	

.row-soubory-popis,
.row-zpravy {
	position: relative;
	border-top: 1px solid rgba(65,64,66,0.1);
}
.row-zpravy {
	padding: 2px 10px;
}
.row-soubory-popis.views-row-first,
.row-zpravy.views-row-first {
	border-top: 3px solid rgba(65,64,66,0.1);
}
.row-soubory-popis.views-row-last,
.row-zpravy.views-row-last {
	border-bottom: 2px solid rgba(65,64,66,0.1);
	margin-bottom: 10px;
}


.edit-link-set {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.row-soubory-popis:hover .edit-link-set {
	display: block;
}

.edit-link-set a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	box-shadow:  0 0 2px 0 rgba(0,0,0,0.2);
	text-align: center;
}
.edit-link-set i.fa {
	font-size: 20px;
	line-height: 28px;
	color: rgba(0,0,0,0.4);
}

.plovouci-menu {
	position: fixed;
	top: 138px;
	right: 0;
	white-space: nowrap;
	background-color: rgb(167,197,76);
	color: rgb(255,255,255);
	z-index: 100;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.5);
	box-shadow: 0 1px 2px 1px rgba(119,119,119,0.6);
	width: 41px;
	transition: all 0.3s linear;
}	
.sticky-header-active .plovouci-menu {
	top: 113px;
}
.plovouci-menu:hover {
	width: 300px;
	box-shadow: 0 2px 3px 1px rgba(119,119,119,0.6);
}
.plovouci-menu .content ul.menu {
	margin: 0;
	padding: 0;
	width: 300px;
	overflow: hidden;
}
.plovouci-menu .content ul.menu > li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.plovouci-menu .content ul.menu > li.last {
	border-bottom: 0 none;
}
.plovouci-menu .content ul.menu > li > a {
	display: block;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0);
	color: rgb(255,255,255);
	font-size: 12px;
	text-transform: uppercase;
	line-height: 28px;
	transition: all 0.1s linear;
}
.plovouci-menu .content ul.menu > li > a:hover {
	background-color: rgb(255,255,255);
	color: rgb(0,175,212);
}
.plovouci-menu .content ul.menu > li > a > i.fa {
	margin: 0 10px 0 0;
	width: 20px;
	text-align: center;
	font-size: 17px;
	line-height: 28px;
}

.vyhledavani-menu {
	position: fixed;
	top: 88px;
	right: 0;
	white-space: nowrap;
	background-color: rgb(65,64,66);
	color: rgb(235,227,105);
	z-index: 100;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.5);
	box-shadow: 0 1px 2px 1px rgba(119,119,119,0.6);
	width: 41px;
	height: 42px;
	transition: all 0.3s linear;
}	
.sticky-header-active .vyhledavani-menu {
	top: 63px;
}
.vyhledavani-menu.hovered,
.vyhledavani-menu.sOpen {
	width: 300px;
	box-shadow: 0 2px 3px 1px rgba(119,119,119,0.6);
}
/*.vyhledavani-menu:focus-within {
	width: 300px;
	box-shadow: 0 2px 3px 1px rgba(119,119,119,0.6);
}*/

.vyhledavani-menu .input-group-float {
	position: relative;
	display: block;
	height: 28px;
}

.vyhledavani-menu .form-item-search-block-form {
	margin: 0;
	height: 28px;
}
.vyhledavani-menu .form-item-search-block-form > label {
	opacity: 0;
	margin: 0;
}
.vyhledavani-menu .form-item-search-block-form > input.form-control {
	float: none;
	border-radius: 3px;
	border: 1px solid rgba(65, 64, 66,0.5);
	height: 28px;
	width: 250px;
	margin: 6px 0 6px 6px;
	padding: 2px 8px;
	line-height: 24px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 0 0 1px rgb(255,255,255) inset, 0 0 0 1px rgba(255,255,255,0.5);
}
.vyhledavani-menu .form-item-search-block-form > input.form-control:hover,
.vyhledavani-menu .form-item-search-block-form > input.form-control:focus {
	border-color: rgba(65, 64, 66,0.75);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	box-shadow: 1px 1px 3px 0px rgba(65,64,66,0.25);
}
.vyhledavani-menu .form-actions {
	position: absolute;
	right: 0;
	top: -6px;
	margin: 0;
	left: auto;
	width: 40px;
	height: 40px;
}
.vyhledavani-menu .form-actions .input-group-btn {
	width: auto;
}
.vyhledavani-menu .form-actions .input-group-btn.btn-over {
	position: absolute;
	right: 0;
	top: 0;
	cursor: zoom-in;
	display: block;
	z-index: 3;
	width: 40px;
	height: 40px;
}
/*.vyhledavani-menu:hover .form-actions .input-group-btn.btn-over,*/
/*.vyhledavani-menu.sOpen .form-actions .input-group-btn.btn-over {
	display: none;
}*/

.vyhledavani-menu .form-actions .input-group-btn button {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: rgb(65,64,66);
	background-color: rgb(65,64,66);
	color: rgb(235,227,105);
	border-radius: 0;
}
.vyhledavani-menu .form-actions .input-group-btn.btn-over button {
	cursor: zoom-in;
}
.vyhledavani-menu .form-actions .input-group-btn button i.fa {
	font-size: 17px;
	text-align: center;
	line-height: 40px;
}
/*.vyhledavani-menu .input-group-btn button > i > input,*/
.vyhledavani-menu input[type=submit] {
	opacity: 0;
	width: 0;
	height: 0;
	padding: 0;
	border-width: 0;
	display: none;
}


.date-nav-wrapper .date-prev,
.date-nav-wrapper .date-next {
	font-size: inherit;
}
.date-nav-wrapper .date-prev a,
.date-nav-wrapper .date-next a {
	font-size: inherit;
	font-weight: normal;
	margin: 0;
}
.date-nav-wrapper .item-list {
	padding: 0;
}

.date-nav-wrapper .item-list .pager li {
	padding: 0;
}
.date-nav-wrapper .pager li>a,
.date-nav-wrapper .pager li>span {
	font-size: inherit;
	font-weight: normal;
	border: 0 none;
	color: rgb(0,175,212);

}
.date-nav-wrapper .pager li>a:hover {
	background-color: rgba(255,255,255,0);
	color: rgb(215,53,113);
}
.date-nav-wrapper .pager li>a:focus,
.date-nav-wrapper .pager li>a:active {
	color: rgb(167,197,76);
	background-color: rgba(255,255,255,0);
}

.sidebar_right{
  padding: 0 7px;
}
.nabidka-sluzeb-sidebar h4,
.rychle-odkazy-sidebar h4 {
	margin: 0 0 4px 0;
}
.nabidka-sluzeb-sidebar ul.menu,
.rychle-odkazy-sidebar ul.menu,
.menu-link-vypis ul.menu {
	padding: 0;
	margin: 0 0 25px 0;
}
.nabidka-sluzeb-sidebar ul.menu > li,
.rychle-odkazy-sidebar ul.menu > li,
.menu-link-vypis ul.menu > li {
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 0;
	position: relative;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
.nabidka-sluzeb-sidebar ul.menu > li.expanded > a {
	border-width: 0 0 1px 0;
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
}

.nabidka-sluzeb-sidebar ul.menu > li.expanded > ul.menu {
	margin: 0 0 0 15px;
}
.nabidka-sluzeb-sidebar ul.menu > li.collapsed:before,
.nabidka-sluzeb-sidebar ul.menu > li.expanded:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0;
	top: 2px;
	line-height: 24px;
	font-size: 15px;
	z-index: -1;
	width: 15px;
	text-align: center;
}
.nabidka-sluzeb-sidebar ul.menu > li.collapsed:before {
	content: "\f0da";
}
.nabidka-sluzeb-sidebar ul.menu > li.expanded:before {
	content: "\f0d7";
}
.nabidka-sluzeb-sidebar ul.menu > li.first,
.rychle-odkazy-sidebar ul.menu > li.first,
.menu-link-vypis ul.menu > li.first {
	border-width: 2px 0 0 0;
}
.nabidka-sluzeb-sidebar ul.menu > li.last,
.rychle-odkazy-sidebar ul.menu > li.last,
.menu-link-vypis ul.menu > li.last {
	border-width: 1px 0 2px 0;
}
.nabidka-sluzeb-sidebar ul.menu a,
.rychle-odkazy-sidebar ul.menu a,
.menu-link-vypis ul.menu a {
	display: block;
	padding: 2px 4px 2px 15px;
}
.nabidka-sluzeb-sidebar ul.menu li.active-trail > a,
.nabidka-sluzeb-sidebar ul.menu li.active-trail > a.link-produkt-pismeno:before,
.rychle-odkazy-sidebar ul.menu li.active-trail > a {
	font-weight: 600;
}
.nabidka-sluzeb-sidebar ul.menu li.active-trail > a,
.rychle-odkazy-sidebar ul.menu li.active-trail > a {
	background-color: rgba(65,64,66,0.04);
}
.nabidka-sluzeb-sidebar ul.menu > li.expanded > ul.menu a {
	padding: 2px 4px 2px 6px;
}
.nabidka-sluzeb-sidebar ul.menu > li.expanded > ul.menu a.link-produkt-pismeno {
	padding: 4px 4px 2px 6px;
}

.nabidka-sluzeb-sidebar ul.menu > li.expanded > ul.menu > li.first,
.nabidka-sluzeb-sidebar ul.menu > li.expanded > ul.menu > li.first.last {
	border-width: 0;
}
.nabidka-sluzeb-sidebar ul.menu > li.expanded > ul.menu > li.last {
	border-width: 1px 0 0 0;
}
.nabidka-sluzeb-sidebar li a.active,
.rychle-odkazy-sidebar li a.active {
	color: rgb(65,64,66);
}




article.post-large {
	margin-left: 30px;
}

.body > .container {
	padding-right: 35px;
}

#obsah-text-form,
.obsah-text-scroll {
	overflow-x: auto;
	position: relative;
	left: -20px;
	width: calc(100% + 60px);
}
.obsah-text-scroll-100 {
	overflow-x: auto;
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
}
.content .rtecenter img {
	margin: 0 auto;
}
div.kontakt {
	padding: 0 15px;
}
div.kontakt .fa {
	min-width: 1.0em;
	text-align: center;
	margin-right: 6px;
}
hr.kontakt.fa {
	overflow: visible;
	display: block;
	font-size: 24px;
	margin-left: 33px;
	margin-top: 25px;
	height: 3px;	
}
hr.kontakt.fa:before {
	margin-top: -11px;
	position: relative;
	top: 0;
	/*top: -12px;*/
	left: -33px;
	float: left;
}
hr.s3 {
	height: 3px;
}

.container-contents > .content {
	margin: 0 auto;
}

.counters .counter {
	margin: 10px 0 ;
}

.breadcrumb {
	margin: 0;
	padding: 0.5em 15px;
	font-size: 11px;
	font-weight: 600;
	background-color: rgba(255,255,255,0);
}

.car_main.bez_fotek h1.slide_2 {
	font-size: 19px;
}


.field.field-name-field-silne-stranky.field-type-text.field-label-above{
	display: block;
	vertical-align: top;
	width: 100%;
}

.field.field-name-field-slabe-stranky.field-type-text.field-label-above{
	display: block;
	vertical-align: top;
	width: 100%;
}

@media (max-width: 374px) {
	#header .header-logo img {
		margin: 10px 4px 10px 0;
	}
	#header .heading-primary {
		font-size: 10px;
	}
	article.post-large {
		margin-left: 15px;
	}
	.car_main h1.slide_2 {
		font-size: 28px;
	}

/*	.car_main,
	.car_main .item {
		max-height: 200px;
	}
	.nabidka-sluzeb-front ul.menu li {
		margin: 2px;
	}
*/
}

@media (min-width: 768px) {
	.footer > div > div {
		display: inline-block;
	}
	.nabidka-sluzeb-front > h2,

	.container-contents > .content {
    width: 750px;
	}
	.nabidka-sluzeb-front ul.menu li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: calc(50% - 10px);
	}

	.field.field-name-field-silne-stranky.field-type-text.field-label-above{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	
	.field.field-name-field-slabe-stranky.field-type-text.field-label-above{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

}
@media (max-width: 991px) {
	#header .header-nav.header-nav-top-line nav > ul li {
		border-bottom: 1px solid rgba(65,64,66,0.1);
	}
	#header .header-nav.header-nav-top-line nav > ul > li:first-child {
		border-top: 3px solid rgba(65,64,66,0.1);
	}
	#header .header-nav.header-nav-top-line nav > ul > li:last-child {
		border-bottom: 2px solid rgba(65,64,66,0.1);
	}
	#header .header-nav.header-nav-top-line nav > ul > li > a {
		color: rgb(65,64,66);
		background-color: rgba(0,0,0,0);
	}
	#header .header-nav.header-nav-top-line nav > ul > li.active > a {
    color: rgb(0,175,212);
		background-color: rgba(0,0,0,0);
	}
	#header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    color: rgb(215,53,113);
		background-color: rgba(0,0,0,0);
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu {
		margin-left: 15px;
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu > li:first-child {
		border-top: 1px solid rgba(65,64,66,0.1);
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu > li:last-child {
		border-bottom: 0px none;
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu > li > a {
		color: rgb(119, 119, 119);
		white-space: normal;
	}
	#header .header-nav-main nav > ul > li.dropdown.opened > .dropdown-menu > li.active > a {
		color: rgb(65,64,66);
	}
	
	#header .header-nav.header-nav-top-line {
		width: 100%;
		margin-left: 0;		
	}
	#header .header-nav.header-nav-top-line .menu-res-small {
		max-width: calc(100% - 30px);
	}

	.owl-car .owl-title,
	.owl-car .owl-item .car_img .views-field-field-image-titulka,
	.image-titulka img {
		display: none;
	}

}

@media (min-width: 992px) {
	.nabidka-sluzeb-front > h2,

	.container-contents > .content {
    width: 970px;
	}
	.nabidka-sluzeb-front ul.menu li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: calc(33.333333% - 10px);
	}
	#header {
		margin-top: 22px;
	}
	.sticky-header-active body.admin-menu #header .header-body {
		margin-top: 20px;
	}

	#header .header-logo {
		height: 80px;
		margin: 0;
		padding: 0 !important;
	}
	#header .header-logo img {
		display: inline-block;
		height: auto;
		width: auto;
		max-height: 80px;
		max-width: 114px;
		margin: -5px 10px 15px 0;
		transition: all 0.3s linear;
	}
	#header .heading-primary {
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1;
		transition: all 0.3s linear;
	}
	
	.sticky-header-active #header .header-logo img {
		max-height: 80px;
		max-width: 104px;
		margin: 10px 8px 10px 0;
	}
	.sticky-header-active #header .heading-primary {
		font-size: 11px;
		margin-bottom: 10px;
	}
	#header .header-nav.header-nav-top-line {
		margin-top: 22px;
		margin-bottom:0px;
	}
	#header .header-nav.header-nav-top-line nav > ul > li > a {
		color: rgb(65,64,66);
		background-color: rgba(0,0,0,0);
	}
	#header .header-nav.header-nav-top-line nav > ul > li > a,
	#header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		padding: 20px 10px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a:before,
	#header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		top: 0;
		left: 0;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
		display: inline-block;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		display: none;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li.active > a {
		color: rgb(65,64,66);
	}

	.plovouci-menu {
		top: 160px;
	}
	.sticky-header-active .plovouci-menu {
		top: 135px;
	}
	.vyhledavani-menu {
		top: 110px;
	}
	.sticky-header-active .vyhledavani-menu {
		top: 85px;
	}


	.sidebar_right{
	  padding: 0 7px 0 21px;
	}

	#obsah-text-form {
		overflow-x: visible;
		position: relative;
		left: -35px;
		width: calc(100% + 60px);
	}

	
	#admin-menu {
		font-size: 11px;
		box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5);
	}
	#admin-menu .dropdown a {
		padding: 4px 8px;
	}

	.obsah-text-scroll-100 {
		overflow-x: auto;
		position: relative;
		left: 0;
		width: 100%;
	}

}

@media (min-width: 1200px) {
	.nabidka-sluzeb-front > h2,
	
	.container-contents > .content {
    width: 1170px;
	}
	.nabidka-sluzeb-front ul.menu li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: calc(33.333333% - 10px);
	}

	#obsah-text-form {
		overflow-x: visible;
		position: relative;
		left: 0;
		width: auto;
	}

	table.small:not(.form) {
		font-size: 12px;
		line-height: 1.2em;
	}

}
@media (max-width: 320px) {
	.car_main h1.slide_2 {
		font-size: 19px;
	}
	.car_main .item {
		max-height: 200px;
	}
	.car_main.bez_fotek h1.slide_2 {
		font-size: 17px;
	}

}


html .scroll-to-top {
	box-shadow: 0 0 2px 0px rgb(255,255,255);
	border: 1px solid rgba(255,255,255,0.8);
	color: rgba(255,255,255,0.8);
}
html .scroll-to-top:hover {
	box-shadow: 0 0 2px 1px rgb(255,255,255);
	color: rgba(255,255,255,1.0);
}
html .form-inline label {
	display: inline-block;
}

/* FORMULARE */
#formulare {
	color: rgb(65,64,66);
	font-size: 13px;
	width: 730px;
	margin: 0 auto;
	position: relative;
}
#formulare .i {
	font-style: italic;
}
#formulare .sp {
	vertical-align: top;
	position: relative;
	top: 1px;
	z-index: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 1rem;
	display: inline-block;
	margin: 0 1px;
}


#formulare .odkazy,
#formulare .odkazy2 {
	box-shadow: 1px 1px 4px -1px rgba(65,64,66,0.5);
}
#formulare .odkazy a {
	display: block;
	border: 1px solid rgba(65,64,66,0.5);
	padding: 2px 10px;
	background-color: rgba(0, 175, 212, 0.1);
}
#formulare .hlava {
	height: 3px;
	background-color: rgba(65,64,66,0.5);
	border-radius: 3px 3px 0 0 ;
}
#formulare .pata {
	height: 3px;
	background-color: rgba(65,64,66,0.5);
	border-radius: 0 0 3px 3px ;
}
#formulare .form-alert {
	border: 1px solid rgba(65,64,66,0.5);
	padding: 2px 10px;
	background-color: rgba(215,53,113,0.1);
}
#formulare .napoveda {
	position: relative;
	height: 28px;
	background-color: rgba(65,64,66,0.05);
	border: 1px solid rgba(65,64,66,0.5);
	padding: 2px 10px;
	cursor: pointer;
}
#formulare .napoveda.aktivni {
	box-shadow: 1px 1px 4px -1px rgba(65,64,66,0.5);
}

#formulare .napoveda span.sipka,
#formulare .napoveda span.sipka2 {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	top: 0;
	right: 10px;
	line-height: 26px;
	text-align: right;
}
#formulare .napoveda.aktivni span.sipka {
	display: none;
}
#formulare .napoveda span.sipka2 {
	display: none;
}
#formulare .napoveda.aktivni span.sipka2 {
	display: block;
}

#formulare ol.napoveda_in {
	margin: 0 !important;
	padding: 10px 10px 10px 25px;
	border-width: 0 1px;
	border: 1px solid rgba(65,64,66,0.5);
}
#formulare ol.napoveda_in li {
	padding-left: 4px;
}
#formulare div.form_panel{
	margin: 10px 0px;
	padding: 5px;
	border: 1px solid rgba(65,64,66,0.5);
 	border-radius: 3px;
	box-shadow: 1px 1px 4px -1px rgba(65,64,66,0.5);
	background-color: rgba(65,64,66,0.04);
}
#formulare .pageBBA {
	page-break-before: always;
}
#formulare div.poznamka{
	color: rgba(65, 64, 66, 0.9);
	padding: 4px 8px;
	margin: 2px 0px;
	line-height: 18px;
	background-color: rgba(235,227,105,0.5);
	border: 1px solid rgba(65, 64, 66,0.5);
	border-radius: 3px;
}
#formulare div.linka{
	height: 1px;
	border-top: 1px solid rgba(64,64,64,0.5);
	background-color: transparent;
	margin: 10px 0px;
}
#formulare div.mezera{
	height: 10px;
	background-color: transparent;
}
#formulare label{
	display: inline-block;
	border: 1px solid rgba(65, 64, 66,0.5);
	margin: 2px 4px 2px 0;
	border-radius: 3px;
	padding: 2px 4px;
	cursor: pointer;
	background-color: rgba(65, 64, 66,0.05);
	box-shadow: 0 0 0 1px rgb(255,255,255) inset, 0 0 0 1px rgb(255,255,255);
	line-height: 22px !important;
	transition: all 0.1s linear;
	outline-width: 0px;
	outline-style: none;
}
form.search-form input[type=submit],
#formulare input[type=submit],
#sliding-popup .popup-content #popup-buttons button,
button.button-m {
	width: 150px;
	height: 28px;
	color: rgb(255,255,255);
	margin: 2px 0px;
	cursor: pointer;
	padding: 2px 4px;
	line-height: 16px;
	font-size: 13px;
	background-color: rgb(0,175,212);
	border: 1px solid rgba(65, 64, 66,0.5);
	outline-width: 0px;
	outline-style: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset, 0 0 0 1px rgb(255,255,255);
	transition: all 0.3s linear;
	text-shadow: none;
	white-space: nowrap;
}
#sliding-popup .popup-content #popup-buttons button,
button.button-m {
	width: auto;
	padding: 2px 8px;
}
#sliding-popup .popup-content #popup-buttons button {
 margin: 5px;
 background-image: none !important;
 font-weight: 400;
}
#sliding-popup .popup-content #popup-buttons button  > .fa,
button.button-m > .fa {
	margin: 0 8px 0 0;
	font-size: 14px;
}
button.button-m.button-i-r > .fa {
	margin: 0 0 0 8px;
}

form.search-form input[type=submit]:hover,
form.search-form input[type=submit]:focus,
#formulare input[type=submit]:hover,
#formulare input[type=submit]:focus,
#sliding-popup .popup-content #popup-buttons button:hover,
#sliding-popup .popup-content #popup-buttons button:focus,
button.button-m:hover,
button.button-m:focus {
	border-color: rgb(0, 175, 212);
	background-color: rgb(255, 255, 255);
	color: rgb(0,175,212);
	box-shadow: 0 0 0 1px rgba(0, 175, 212, 0.5) inset, 1px 1px 3px 0px rgba(65,64,66,0.25);
	text-shadow: none;
}
form.search-form input[type=text],
#formulare input[type=text],
#formulare textarea {
	margin: 2px 0px;
	padding: 2px 4px;
	background-color: rgba(65, 64, 66,0.04);
	border: 1px solid rgba(65, 64, 66,0.5);
	border-collapse: separate;
	outline-width: 0px;
	outline-style: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgb(255,255,255) inset, 0 0 0 1px rgb(255,255,255);
	transition: all 0.1s linear;
}
#formulare textarea{
	resize: vertical;
	overflow: auto;
	min-height: 56px;
}
#formulare table.form {
	border: 0 none;
	width: 100%;
}
form.search-form input[type=text]:hover,
form.search-form input[type=text]:focus,
#formulare table.form tr:not(.nohover):hover label,
#formulare input[type=text]:hover,
#formulare input[type=text]:focus,
#formulare table.form tr:not(.nohover):hover input[type=text],
#formulare div.formtr:hover input[type=text],
#formulare textarea:hover,
#formulare textarea:focus,
#formulare table.form tr:hover textarea,
#formulare div.formtr:hover textarea,
#formulare label:hover,
#formulare label:focus {
	border-color: rgba(65, 64, 66,0.75);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	box-shadow: 1px 1px 3px 0px rgba(65,64,66,0.25);
}
#formulare label:focus-within {
	border-color: rgba(65, 64, 66,0.75);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	box-shadow: 1px 1px 3px 0px rgba(65,64,66,0.25);
}

#formulare table.form tbody tr:not(.nohover):hover,
#formulare div.formtr:hover {
	color: rgb(0,0,0);
}
#formulare input[type=radio],
#formulare input[type=checkbox] {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	outline-width: 0px;
	outline-style: none;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
}
#formulare div.formulare-historie {
	cursor: help;
	display: inline-block;
	height: 15px;
	margin: 0px;
	padding: 0;
	position: absolute;
	width: 15px;
	z-index: 1000;
}
#formulare form .formulare-historie-ikona,
.formulare-historie-ikona {
	background-image: linear-gradient(135deg, rgb(255,165,0) 7px, rgba(255,165,0,0) 7px);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}
#formulare form .formulare-historie-ikona-nove,
.formulare-historie-ikona-nove {
	background-image: linear-gradient(135deg, rgb(230,0,0) 7px, rgba(230,0,0,0) 7px);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}
div.formulare-historie-ajax {
	position: absolute;
	z-index: 10000;
	overflow:visible;
	left: 0;
	width: 100%;
	color: black;
	display: none;
	padding: 5px;
	background-color: rgb(248, 248, 248);
	border: 1px solid rgba(65,64,66,0.5);
	border-radius: 3px;
	box-shadow: 0 1px 2px 2px rgba(65,64,66,0.5);
	max-width: 720px;
}
#formulare-historie-x {
	cursor: pointer;
	padding: 0;
	position: absolute;
	line-height: 1;
	font-size: 18px;
	top: 1px;
	right: 3px;
	background-color: rgb(255,255,255);
}
#formulare-historie-x > i {
	color: rgba(65,64,66,0.75);
	transition: all 0.1s linear;
}
#formulare-historie-x:hover > i {
	color: rgb(230,0,0);
}

table.formulare-historie {
	background-color: rgb(255,255,255);
}
#formulare tbody{
	border: 0 none;
}
#formulare p,
#formulare div.p {
	color: rgb(65,64,66);
	margin: 6px 10px;
	padding: 4px 0px;
}
#formulare li {
	line-height: 1.5rem;
}
#formulare td {
	padding: 0 1px;
}
#formulare .odkazy2 { 
	margin: 0 0 10px 0;
}

#formulare .checkbox-check {
	display: inline-block;
	vertical-align: top;
}
#formulare .checkbox-check input[type=checkbox]{
	margin: 0 2px 2px 0;
}

#formulare .checkbox-text {
	display: inline-block;
	white-space: normal;
	width: calc(100% - 20px);
}



.kalkulacka {
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
	border-radius: 0;
	padding: 15px 10px;
}
.block-produkt-form-link,
.block-kalkulacka-link,
.block-ico-link {
	position: relative;
	margin: 4px 0 4px 2px;
}
.block-produkt-form-link > .fa,
.block-kalkulacka-link > .fa,
.block-ico-link > .fa {
	position: absolute;
	line-height: 22px;
	width: 22px;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 14px;
	color: rgba(65,64,66,0.8);
	z-index: 0;
}
.block-produkt-form-link:hover > .fa,
.block-kalkulacka-link:hover > .fa,
.block-ico-link:hover > .fa {
	color: rgba(65,64,66,1);
}

.block-produkt-form-link .produkt-form-link,
.block-kalkulacka-link .k-link,
.block-ico-link .ico-link {
	position: relative;
	padding-left: 28px;
	display: inline-block;
	z-index: 1;
}
.block-kalkulacka-link .k-link {
	position: relative;
}
.block-kalkulacka-link .k-oznaceni {
	position: absolute;
	line-height: 20px;
	width: 41px;
	text-align: center;
	top: 0;
	left: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	font-size: 12px;
}
.block-kalkulacka-link .k-nazev {
	padding-left: 45px;
	display: inline-block;
}

/* Hledani */

.page-search .search-form fieldset { 
	margin: 10px 0 0 0;
	height: auto !important;
}
.page-search .search-form legend { 
	font-size: 18px;
	margin: 0;
}
.page-search .search-form input[type="submit"]{
	margin: 5px 0 10px 0;
}

ol.search-results {
	padding: 0;
}

ol.search-results > li {
	border-bottom: 1px solid rgba(65,64,66,0.1);
	padding: 5px 10px;
	margin: 0;
}
ol.search-results > li:first-child {
	border-top: 3px solid rgba(65,64,66,0.1);
}
ol.search-results > li:last-child {
	border-bottom: 2px solid rgba(65,64,66,0.1);
}
ol.search-results .title {
	margin: 0;
	line-height: 1.6em;
}
ol.search-results p {
	margin: 5px;
	line-height: 1.6em;
}

/* Strankovani */

.pagination {
	border-radius: 3px;
	margin: 0 0 20px;
}
.pagination > li {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	float: left;
}
.pagination > li > a {
	display: inline-block;
	border-radius: 0;
	font-size: 13px;
	line-height: 20px;
	padding: 5px;
	min-width: 32px;
	text-align: center;
	color: rgb(0,175,212);
	border-color: rgba(65,64,66,0);
}
.pagination > li > a:hover {
	color: rgb(215,53,113);
	background-color: rgba(65,64,66,0);
	border-color: rgba(65,64,66,0);
}
.pagination > li > a:focus {
	color: rgb(167,197,76);
	background-color: rgba(65,64,66,0);
	border-color: rgba(65,64,66,0);
}

.pagination > li.active > a {
	font-size: 16px;
	font-weight: 700;
	background-color: rgba(255,255,255,0) !important;
	border-color: rgba(65,64,66,0);
	color: rgb(0,0,0);
	text-shadow: none;
	text-decoration: none !important;
}
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
	background-color: rgba(255,255,255,0) !important;
	color: rgb(0,0,0) !important;
	border-color: rgba(65,64,66,0) !important;
}
.pagination-lg > li:first-child > a {
	border-radius: 3px 0 0 3px;
}
.pagination-lg > li:last-child > a {
	border-radius: 0 3px 3px 0;
}

/* Hlavni menu */
#mainMenu .dropdown-submenu > ul.dropdown-menu {
	display: none !important;
}
#mainMenu .dropdown-submenu > a:after {
	display: none !important;
}
/* ------------------- */
#hidden-input-blur {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	z-index: -1;
}

#regions_div path {
stroke-width: 1; /* control the countries borders width */
stroke: #414042; /* choose a color for the border */
}

#sliding-popup {
	padding: 15px 5px;
}
#sliding-popup.sliding-popup-bottom {
	/*background-color: rgb(0,175,212);*/
	background-color: rgba(65,64,66,0.975);
}

#sliding-popup .popup-content::after {
	display: block;
	clear: both;
	content: "";
}


#sliding-popup .popup-content #popup-text,
#sliding-popup .popup-content #popup-text p {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 12px;
	color: rgba(255,255,255,0.75) !important;
	letter-spacing: 1px;
	text-align: center;
}
#sliding-popup .popup-content #popup-text p {
	margin: 5px;
}

.split_1{
	margin:1em auto;
	display:inline-block;
	vertical-align:top;
	float:none;
}
.split_2{
	margin:1em auto;
	width:80%;
	display:block;
}
.split_1:empty,
.split_2:empty {
	display: none;
}
@media (max-width: 1024px) {
	.split_1{
		display:block;
	}	
}
@media (min-width: 1024px) {
	.split_2{
		margin:1em 0em 1em 0em;
		border-left: 1px solid #cdcdcd;

		display:inline-block;
		vertical-align:top;
		float:none;
		width:25%;
	}
}

.front li.last.collapsed.kategorie-produkty {
    display: none;
}

