.service-three__image:after {
	background: var(--kmp-theme-color-third);
}


.gsc-icon-box-classic.left .highlight-icon .icon-container {
	background: var(--kmp-theme-color);
	color: var(--kmp-theme-color-third);
}

.owl-carousel .owl-item.center .service-three__content {
	border-color: var(--kmp-theme-color);
}

.service-three__icon:after {
	background: var(--kmp-theme-color-third);
}

.owl-carousel .owl-item.center .service-three__title,
.owl-carousel .owl-item.center .service-three__desc{
	color: var(--kmp-theme-color-second);
}

.service-three__content {
	border: 1px solid var(--kmp-theme-color-third);
}

.service-three__icon {
	background: var(--kmp-theme-color-third);
}


.milestone-two__single,
.milestone-three__single,
.milestone-three__number-inner,
.milestone-two__number-inner {
	text-align: center;
}
.milestone-two__number-inner,
.milestone-three__number-inner {
  justify-content: center;
}

.iconbox-one__single {
	margin-bottom: 50px;
}


#dcm .milestone-three__icon,
#typy .milestone-three__icon {
	font-size: 54px;
	margin-bottom: 8px;
}
#dcm .milestone-three__number-inner,
#typy .milestone-three__number-inner {
	font-size: 26px;
}

.iconbox-five__desc {
	color: var(--body-color);
	line-height: 22px;
	font-size: 17px;
	line-height: 28px;
}



.milestone-two__text {
	font-size: 18px;
	color: #2b2b5e;
	margin: 0;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
}


.node--type-page #atag a[href^="http"]::before,
.node--type-page #atag a[href^="https"]::before {
  content: '\f0c1';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 6px;
  color: var(--kmp-theme-color);
}


#footer {
	background: var(--kmp-theme-color);
}

#footer .contact-info ul li i {
	color: var(--footer-elements);
}


#footer .block .block-title span:after {
	background: var(--footer-elements);
}

#footer .gsc-socials a i {
	background: var(--footer-elements);
}

#footer .style-3 .gsc-heading__title span:after {
	content: '';
	width: 18px;
	height: 26px;
	/* background: url(../images/arrow.png) no-repeat center center transparent; */
	background: none;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: calc(100% + 12px);
}

.footer-logo{
	margin-top: 10px;
}


.topbar__one {
/*	background: url(../images/pattern-topbar.png) repeat top left var(--topbar-bg-color); */
background: var(--topbar-bg-color);
}



.tp-bannertimer {
	background: var(--kmp-theme-color);
}




/* Šipka vpravo u položek s dalším submenu */
.gva_menu_main .sub-menu > .menu-item--expanded > a::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  margin-left: auto;
  padding-left: 8px;
  float: right;
  line-height: inherit;
  color: var(--kmp-theme-color-second);
}
/* Zarovnání druhé úrovně submenu na top */
.gva_menu_main .sub-menu > .menu-item--expanded > .sub-menu {
	top: -21px !important;
	left: 240px !important;
	padding-top: 15px;
}

.navigation .gva_menu .sub-menu > li {
	width: 100% !important;
	border-bottom: none;
	padding: 0;
}

@media (min-width: 1024.1px) {
	.navigation .gva_menu .sub-menu {
		padding-right: 0px;
	}
	
	.navigation .gva_menu .sub-menu li a{
		padding-right: 20px;
		border-bottom: 1px solid var(--kmp-theme-color-third);
		padding: 12px 0px 12px 0px;
		margin-right: 20px;
	}
}



/* typy kmp */
#typy-kmp{
	
.workprocess-one__number {
	font-size: 20px;
	width: 108px;
	height: 108px;
	margin-right: 0px;
	line-height: 100px;
}

.workprocess-one__icon{
	display: none;
}

.workprocess-one__content:after {
	margin-left: 0px;
}

.workprocess-one__content {
	min-height: 320px;
}
	
@media (min-width: 1200px) {
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
} 

}


#atag .gsc-heading {
	padding: 0 0 0px;
}


/* Sidebar wrapper */
.sidebar-inner {
  padding: 0;
}

.sidebar-inner .block {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(59, 59, 107, 0.08);
  border: 1px solid rgba(59, 59, 107, 0.06);
}

/* Sidebar block titles */
.sidebar-inner .block-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--kmp-theme-color);
  margin: 0 0 20px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(210, 72, 72, 0.15);
  position: relative;
}

.sidebar-inner .block-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--kmp-theme-color);
}

/* =============================================
   KATEGORIE
   ============================================= */

.sidebar-inner .category-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-inner .category-list .view-list-item {
  margin-bottom: 4px;
}

.sidebar-inner .category-list .views-field a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 8px;
  color: #3B3B6B !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  background: #FFFAF8;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.sidebar-inner .category-list .views-field a::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--kmp-theme-color);
  opacity: 0.5;
  transition: all 0.2s ease;
}

.sidebar-inner .category-list .views-field a:hover {
  background: #fff!important;
  color: var(--kmp-theme-color); !important;
  padding-left: 18px;
}

.sidebar-inner .category-list .views-field a:hover::after {
  color: #ffffff;
  opacity: 1;
}


.header-one__left {
	flex: 0 0 220px;
}

header .site-branding-logo {
	max-width: 200px;
}


#footer .style-3 .gsc-heading__title span:after {
	background: var(--footer-elements);
	width: 17px;
	height: 3px;
	content: "";
	display: inline-block;
	margin-left: 0px;
	margin-bottom: 5px;
}


.gsc-heading.half-padding {
	padding: 0 0 20px;
}


.size50 .milestone-two__icon {
	font-size: 50px;
}



.gsc-call-to-action{
	margin: 25px 0 25px 0;
}

.gsc-heading__sub-title {
	color: var(--body-color);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: -6px;
}

.gsc-heading__title {
	position: relative;
	margin: 0;
	letter-spacing: -1.8px;
	font-size: 40px;
	margin-top: -10px;
}


.gavias_sliderlayer .tp-bullets .tp-bullet, #gavias_slider_single .tp-bullets .tp-bullet {
	background: var(--kmp-theme-color);
}

.gavias_sliderlayer .tp-bullets .tp-bullet.selected, #gavias_slider_single .tp-bullets .tp-bullet.selected {
	background: var(--kmp-theme-color-second);
}


.team-two__content:after {
	border-right: 2px solid var(--kmp-theme-color-third);
	border-top: 2px solid var(--kmp-theme-color-third);
}

.team-two__single:hover .team-two__content:after, .team-two__single:focus .team-two__content:after {
	border-top-color: var(--kmp-theme-color);
	border-right-color: var(--kmp-theme-color);
}

.rev_slider .tp-mask-wrap span.main{
	color: var(--kmp-theme-color);
}

.no-margin-bottom{
	margin-bottom: 0px;
}


.view-page a.feed-icon{
	display: none;
}



.topbar .gva-search-region .search-content {
	top: 54px;
}

.path-search .view-content-wrap{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 24px;
  align-items: stretch;
}

.path-search .view-content-wrap > .item{
  display: flex;
}

.path-search .view-content-wrap > .item .post-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.path-search .view-content-wrap > .item .post-content{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.path-search .view-content-wrap .link-readmore {
  margin-top: auto;
}

.path-taxonomy .view-content-wrap .row {
  align-items: stretch;
}

.path-taxonomy .view-content-wrap .row > [class*="col-"] {
  display: flex;
  margin-bottom: 28px; 
}

.path-taxonomy .view-content-wrap .row > [class*="col-"] .post-block.teaser {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.path-taxonomy .view-content-wrap .row > [class*="col-"] .post-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.path-taxonomy .view-content-wrap .row > [class*="col-"] .content-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

@media (max-width: 767px){
  .path-search .view-content-wrap{
	grid-template-columns: 1fr;
	gap: 18px;
  }
}

.path-search form.views-exposed-form{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  margin: 10px 0 22px;
}

.path-search form.views-exposed-form label{
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: none;
}

.path-search form.views-exposed-form input[type="text"]{
  width: 100%;
  padding: 14px 14px;
  border-radius: 0px;
  border: 1px solid var(--kmp-theme-color);
  outline: none;
  position: relative;
}

.path-search form.views-exposed-form input[type="text"]:focus{
  
  box-shadow: 0 0 0 2px rgba(0,0,0,.06);
}

.path-search form.views-exposed-form input[type="submit"],
.path-search form.views-exposed-form button[type="submit"]{
  font-size: 16px;
  background: var(--kmp-theme-color);
  color: #fff;
  font-weight: 500;
  padding: 22px 40px;
  line-height: 1.2;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.path-search form.views-exposed-form input[type="submit"]:hover,
.path-search form.views-exposed-form button[type="submit"]:hover{
  background: var(--kmp-theme-color-second);
  color: #fff;
}

.path-search nav.breadcrumb{
  display: none;
}

@media (max-width: 767px){
  .path-search form.views-exposed-form{
	grid-template-columns: 1fr;
  }
}









@media (max-width: 1024.98px) {
	.rev_slider .tp-mask-wrap .tp-caption.btn-slide {
		margin-top: 30px !important; }

    #homepage-nase-mise-left .gsc-icon-box-classic.right, 
    #homepage-nase-mise-left .gsc-icon-box-classic.left, 
    #homepage-nase-mise-left .gsc-icon-box-classic.left-2, 
    #homepage-nase-mise-left .gsc-icon-box-classic.left-3 {
	display: table;
	max-width: 100%; }

}


@media (max-width: 1100px) {
  #homepage-nase-mise-right {
    display: none !important;
  }
}



@media (max-width: 768px) {

    .tp-bgimg.defaultimg,
    .tp-parallax-wrap,
    .rev_slider li.tp-revslider-slidesli{
  background-image: none !important;
  background: #FFF !important; }

}


@media (max-width: 1100px) {
  #homepage-nase-mise-right {
    display: none !important;
  }
}



/* Zobrazit jen na iPad Pro/Mini (768px–1199px) */
#nase-mise-tablety {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #nase-mise-tablety {
    display: block;
  }
  #nase-mise-full {
    display: none;
  }
}





@media (max-width: 767px) {
  .gsc-tabs .tabs_wrapper {
    flex-direction: column !important;
  }
  
  .gsc-tabs .nav-tabs {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    border-bottom: 2px solid var(--kmp-theme-color); !important;
    margin-bottom: 20px !important;
  }
  
  .gsc-tabs .nav-tabs li {
    flex: 1 1 auto !important;
  }
  
  .gsc-tabs .nav-tabs li a {
    display: block !important;
    text-align: center !important;
    padding: 10px 8px !important;
    font-size: 12px !important;
  }
  
  .gsc-tabs .tab-content {
    width: 100% !important;
    padding: 0 !important;
  }
  
  
}


body button#klaro_toggle_dialog:focus {
	outline: 3px solid var(--kmp-theme-color);
}

body #klaro .klaro .cn-body .cm-btn,
body #klaro .klaro .cn-body .context-notice .cm-btn,
body #klaro .klaro .cn-body .cookie-notice .cm-btn,
body #klaro .klaro .cookie-modal .cm-btn,
body #klaro .klaro .context-notice .cm-btn,
body #klaro .klaro .cookie-notice .cm-btn {
	color: #fff;
	background-color: var(--kmp-theme-color);
	padding: 8px 8px;
	margin-right: .5em;
	border-style: none;
	font-size: 1em;
	cursor: pointer;
	font-size: 12px;
}

body #klaro .klaro .cn-body .cm-btn:hover,
body #klaro .klaro .cn-body .context-notice .cm-btn:hover,
body #klaro .klaro .cn-body .cookie-notice .cm-btn:hover,
body #klaro .klaro .cookie-modal .cm-btn:hover,
body #klaro .klaro .context-notice .cm-btn:hover,
body #klaro .klaro .cookie-notice .cm-btn:hover{
	color: var(--kmp-theme-color-second);
	background-color: var(--kmp-theme-color-dark);
}

body #klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a:hover {
	color: var(--kmp-theme-color);
	cursor: pointer;
}

body #klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
body #klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes,
body #klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p ,
body #klaro .klaro .cookie-notice strong {
  color: var(--kmp-theme-color-dark);
  font-size: 12px;
  text-decoration: none;
  cursor: default;
}

body #klaro .klaro .cookie-modal p{
	font-size: 12px;
}

body #klaro .klaro .cookie-modal .cm-modal .cm-header h1.title {
	font-size: 18px;
	text-align: center;
}

body #klaro .klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,
body #klaro .klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,
body #klaro .klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider {
	background-color: var(--kmp-theme-color-dark);
}


.kmp-centers-table {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
}

.kmp-centers-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.kmp-centers-table thead tr {
  background: #3B3B6B;
}

.kmp-centers-table thead th {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 18px;
  text-align: left;
  border: none;
}

.kmp-centers-table tbody tr {
  border-bottom: 1px solid #f0eaea;
  transition: background 0.15s ease;
}

.kmp-centers-table tbody tr:last-child {
  border-bottom: none;
}

.kmp-centers-table tbody tr:hover {
  background: #fffaf8;
}

.kmp-centers-table tbody td {
  padding: 13px 18px;
  color: #555;
  vertical-align: middle;
  line-height: 1.5;
}

.kmp-centers-table tbody td:first-child {
  font-weight: 600;
  color: #3B3B6B;
}

.kmp-centers-table .city {
  display: inline-block;
  background: #fdf0f0;
  color: var(--kmp-theme-color);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}



/* =============================================
   ORDERED LIST – číslovaný seznam
   ============================================= */

.node--type-article .region__content .field--name-body ol {
  list-style: none;
  counter-reset: kmp-counter;
  padding: 0;
  margin: 20px 0;
}

.node--type-article .region__content .field--name-body ol li {
  counter-increment: kmp-counter;
  position: relative;
  padding: 10px 16px 10px 52px;
  margin-bottom: 8px;
  background: #fffaf8;
  border-radius: 8px;
  border-left: 3px solid var(--kmp-theme-color);
  line-height: 1.6;
}

.node--type-article .region__content .field--name-body ol li::before {
  content: counter(kmp-counter);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--kmp-theme-color);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============================================
   UNORDERED LIST – odrážkový seznam
   ============================================= */

.node--type-article .region__content .field--name-body ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.node--type-article .region__content .field--name-body ul li {
  position: relative;
  padding: 6px 0 6px 22px;
  margin-bottom: 4px;
  line-height: 1.6;
}

.node--type-article .region__content .field--name-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--kmp-theme-color);
  border-radius: 50%;
}

.node--type-article .region__content .field--name-body blockquote {
    font-size: 18px;
    color: var(--kmp-theme-color);
    margin-top: 20px;
    padding-left: 50px;
    margin-bottom: 50px;
    position: relative;
}

.node--type-article .region__content .field--name-body blockquote:after{
    font-family: "Font Awesome 5 Free";
content: "\f10d";
left: 0;
top: 0;
position: absolute;
z-index: 1;
color: var(--kmp-theme-color);
font-size: 24px;
text-align: center;
line-height: 40px;
font-weight: 900;
}


/* =============================================
   TABULKA – inline v článku
   ============================================= */

.node--type-article .field--name-body table.table,
.node--type-article .field--name-body table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(59, 59, 107, 0.08);
  border: 1px solid #e8d5d5;
}

.node--type-article .field--name-body table thead tr {
  background: var(--kmp-theme-color); !important;
}

.node--type-article .field--name-body table thead th {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  padding: 13px 16px !important;
  text-align: left !important;
  border: 1px solid #B83A3A !important;
}

.node--type-article .field--name-body table tbody tr {
  border-bottom: 1px solid #e8d5d5 !important;
  transition: background 0.15s ease;
}

.node--type-article .field--name-body table tbody tr:last-child {
  border-bottom: none !important;
}

.node--type-article .field--name-body table tbody tr:hover {
  background: #fffaf8 !important;
}

.node--type-article .field--name-body table tbody tr:nth-child(even) {
  background: #fdf8f8;
}

.node--type-article .field--name-body table tbody td {
  padding: 11px 16px !important;
  color: #555 !important;
  vertical-align: middle !important;
  line-height: 1.5 !important;
  border: 1px solid #e8d5d5 !important;
}

.node--type-article .field--name-body table tbody td:first-child {
  font-weight: 600 !important;
  color: #3B3B6B !important;
}

/* Responzivní wrapper pro přetečení na mobilu */
@media (max-width: 767px) {
  .node--type-article .field--name-body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* ===========================================
   PRELOADER – bijící srdce
   =========================================== */
   
   #gva-preloader {
	 display: flex !important;
	 opacity: 1 !important;
	 visibility: visible !important;
   }
   
   #gva-preloader {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #ffffff;
	 z-index: 99999;
	 display: flex;
	 align-items: center;
	 justify-content: center;
   }
   
   #preloader-inner {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 gap: 20px;
   }
   
   #preloader-inner img {
	 width: 180px;
	 display: block;
	 animation: heartbeat 1.2s ease-in-out infinite;
   }
   
   #preloader-inner span {
	 font-family: 'Montserrat', sans-serif;
	 font-size: 11px;
	 font-weight: 700;
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 color: #3B3B6B;
	 opacity: 0.5;
	 display: block;
	 animation: fade-pulse 1.2s ease-in-out infinite;
   }
   
   @keyframes heartbeat {
	 0%   { transform: scale(1); }
	 14%  { transform: scale(1.2); }
	 28%  { transform: scale(1); }
	 42%  { transform: scale(1.14); }
	 56%  { transform: scale(1); }
	 100% { transform: scale(1); }
   }
   
   @keyframes fade-pulse {
	 0%, 100% { opacity: 0.35; }
	 50%       { opacity: 0.7; }
   }