/*
tmav� modr� barva - pozad�: #0e2a3f
Modr� barva: #173758
Zelen� barva: #d0d187
B�ov� barva: #f5eee0
*/


:root {
    --svetle-modra-1: #E1EBFB;
    --tmave-modra-1: #002057;
    --tmave-modra-2: #5a7199;
    --tmave-modra-3: #00163B;
    --oranzova-1: #FF9100;
    --seda-1: #373737;
    --seda-2: #4a4a4a;
    --vyska-havicky: 204px;
    --vyska-havicky-od-920-dolu: 160px;
    --vyska-havicky-od-700-dolu: 100px;
    --transition-header-1: .2s;
    --transition-header-2: .6s;
    --transition-header-3: .3s;
    --transition-link: .1s;
    --font-tit: 'Titillium Web',sans-serif;
    --font-open: 'Open Sans',sans-serif
}

.text-modry {
    color: #0067B0;
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background: #38B1E6;
  color: #ffffff !important;
  font-size: 22px;
  border: 1px solid #000000;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounceIn 0.8s ease-in-out 1 both;
  -moz-animation: bounceIn 0.8s ease-in-out 1 both;
  -ms-animation: bounceIn 0.8s ease-in-out 1 both;
  -o-animation: bounceIn 0.8s ease-in-out 1 both;
  animation: bounceIn 0.8s ease-in-out 1 both;
  z-index: 998 !important; }
  
  


@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important; } }
    
    
    

 .obrazek-slide {
    position: absolute;
    right: 0px;
    max-width: 76%;
    bottom: 0; 
  }  
 
@media (min-width: 768px) {
 .obrazek-slide {
    position: absolute;
    right: 18vw;
    max-width: 26%;
    bottom: 0;
    
  }
}    

  .modal-kcf {
    width: 900px;
   max-width:1200px;
  }

.card-counter{
    background-color: #0067B0;
}   
  
.card-counter .card-title{
    font-size: 80px;   
    font-family: "Poppins", sans-serif;
    color: #fab327;
}

.card-counter .card-text{
    padding-top: 10px;
    font-size: 20px;   
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}  




.slick-prev:before, .slick-next:before {
    color: #0E2A3F;
    display: none;
}

.slick-slider {
    margin-bottom: 0px;
}




.bordered {
    border: 1px solid red !important;
}

a[target="_blank"] {
  position: relative;
}


.odkazy a[target="_blank"]::after {
  content: "\f08e"; /* Unicode ikony Font Awesome, m��ete pou��t jinou ikonu podle va�ich pot�eb */
  font-family: "FontAwesome";
  font-weight: 300;
  margin-left: 5px; /* P�id�me mal� odstup od textu odkazu */
  color: gray;
  position: absolute;
  font-size: 8px;
  top: 10px;
}

.feature-box a[target="_blank"]::after {
  content: ""; /* Unicode ikony Font Awesome, m��ete pou��t jinou ikonu podle va�ich pot�eb */
  color: gray;
  position: absolute;
  font-size: 8px;
  bottom: 6px;
}

 a[target="_blank"]{
    margin-right: 12px;
 }

.sponzor_logo {
    filter: grayscale(100%);
    opacity: 0.4; /* Nastavuje logo trochu pr�hledn� */
    transition: opacity 0.5s ease, filter 0.5s ease; /* P�id�v� plynul� p�echod pro ob� vlastnosti */
    max-width: 180px;
}

.sponzor_logo:hover {
    filter: none; /* Zru�� filtr p�i najet� my��, ��m� obnov� p�vodn� barvy */
    opacity: 1; /* Obnovuje plnou nepr�hlednost p�i najet� my�� */
}


#bootstrapgrid A:hover {
  color: #000000;
}


#bootstrapgrid A {
  color: #38B1E6;
}


@media (max-width: 768px) { /* P�izp�soben� pro mobiln� za��zen� s maxim�ln� ���kou 768px */
  .obrazek-slide {
  position: absolute;
  bottom: 0;
}
}

.content .title {
    color: #173758;
    font-size: 20px !important;
    font-weight: bold;
}




.container-fluid.width-1600 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; 
}









.bg-sede-row{
    background-color: #E4E4E4;
    /*background-clip: padding-box;
    border: 10px solid transparent;*/
    padding: 10px;
    margin: 0px 0px 5px 0px;
}
/*
.bg-sede-col:first-child{
    background-color: #E4E4E4;
            
}*/


/*.bg-sede-col:nth-child(1n+2):not(:last-child) {
  background: red;
}
*/    

/*.bg-sede-col:last-child{
    background-color: #E4E4E4;
}*/

/*a:not([href*='utf8.th.cz']):not([href^='#']):not([href^='/']):after {
 font-family: 'FontAwesome';
    content: " \f08e"; 
    position: relative; 
    color: gray;
    font-size: 10px;
}*/


.banner_text1, .banner_text2, .banner_text3  {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner_text1 {
    color: white;
    font-size: 27px;
    font-weight: bold;
    padding-top: 90px;
}

.banner_text2:before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 50%; /* Horizont�ln� zarovn�n� v polovin� n�pisu */
    transform: translateX(-50%); /* Posunut� ��rky do st�edu n�pisu */
    width:150px;
    height: 1px;
    background-color: white; /* Barva ��rky */
}

.banner_text2 {
    padding: 40px 20px 0px 20px;
    color: white;
    font-size: 14px;
}

.banner {
    min-width: 100%;
}

.banner1 {
    background-color: #0063AF;
    min-height: 240px;
}

.banner2 {
    background-color: #3389cc;
    min-height: 240px;
}

.banner3 {
    background-color: #23B0E6;
    min-height: 240px;
}

.banner4 {
    background-color: #C40522;
    min-height: 240px;
}
.banner_ico {
   color: rgba(244, 248, 254, 0.5);
   position: absolute;
   top: 20%;
   left: 50%;
   transform: translate(-50%, -50%);
   transition: opacity 0.3s ease-in-out;
   opacity: 1;
}


.ht-portfolio-one .banner:hover .banner_ico {
    opacity: 0;
}



.ht-portfolio-one:hover .banner_text1 {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}








.easy-autocomplete input {
    border-color: #EE1C25 !important;
    height: 50px !important;
    border-radius: 0px !important;
    background-color: white;
}

.easy-autocomplete a {
color: #1B185B;
}


.cr-btn, a.cr-btn, button.cr-btn {
    display: inline-block;
    height: 50px;
    color: #fff !important;
    background: #0067B0;
    padding: 11px 30px;
    font-weight: 500;
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    outline: none;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cr-btn:hover, a.cr-btn:hover, button.cr-btn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}


.btn-primary {
    color: #fff;
    background-color: #0E2A3F;
    border-color: #163758;
}

.btn-primary:hover {
    color: #fff;
    background-color: #163758;
    border-color: #0E2A3F;
}


.transparent_white {
    background-color: rgba(255,255,255,0.9) !important;
}

.transparent_black {
    background-color: rgba(0,0,0,0.5) !important;
}
.bg-sede-col{
    background-color: #E7F6FD;
    background-clip: padding-box;
    border: 10px solid transparent;
    padding: 30px;
}

.bg-sede-col:hover{
    background-color: #dbf2fc;
}


.carousel-indicators {
   bottom: -40px;
}
    


.carousel-indicators li {
    width: 5px;
}

.carousel-caption {
    bottom: -10px;
    padding-bottom: 8px;
    padding-top: 4px;
    font-size: 10px;
    background-color: rgba(0, 35, 71, 0.4)
}




/*FEATURE BOX - pou�ity i v Templates ckeditoru*/
.feature-box {
    background:#0067B0;
    padding: 20px 10px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border:1px solid #0067B0;
}

.feature-box a {
    color:white;
}



.feature-box:hover {
    background-color: #38B1E6 !important;
    border:1px solid black;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
   
}


.feature-box, .feature-box:hover ,.feature-box a, .feature-box a:hover {
    transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
     color: white !important;
}

.feature-box > a.active {
    color: white !important;
    pointer-events: none;
    cursor: not-allowed;
    
    
} 

.feature_area > .container  {
    background-color: white !important;
    padding-top: 20px;
    margin-top: 20px;
    border-top-left-radius: .75rem!important;
    border-top-right-radius: .75rem!important;
-webkit-box-shadow: 0px -2px 20px -5px rgba(0,0,0,0.19);
-moz-box-shadow: 0px -2px 20px -5px rgba(0,0,0,0.19);
box-shadow: 0px -2px 20px -5px rgba(0,0,0,0.19);
} 
    
.single_feature {
  border: 1px solid #DAE4F0;  
}  

.single-widget2 h5.widget-title {
    
    font-weight: 700;
    color: #ffffff;
    background: #0067B0;
    padding: 10px 10px;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.single-widget2 {
    /*margin-top: 10px;*/
    /*margin-bottom: 25px;*/
    border: 1px solid #0067B0;
    box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
    position: relative;
}

.single-widget2 p {
/*padding: 10px;*/
margin-bottom: 0px;

}

.single-widget2 ul {
  list-style-type: none;
  margin-top: 10px;
  
}

 .single-widget2 li {

}

 .single-widget2 li:before {
  position: absolute;
  left: 2rem;
  font-family: 'FontAwesome';
  content: "\f105";
  font-weight: 900;
  color: #0095DA;
}

.widget-body{
 margin: 0px 10px;   
}

.service-style-3 .service-thumb {
  overflow: hidden;
  border: 1px solid #0067B0;
}

.service-style-3 img {
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 0px solid gray !important;
}


.service-style-3 img:hover {
      transform: scale(1.2);
}






    


  

#bootstrapgrid ul {
    list-style: none; /* Odstran�n� standardn�ch odr�ek */
    margin: 0;
    padding: 0;
    
}

#bootstrapgrid ul li {
    position: relative; /* Umo�n� um�st�n� pseudo-prvku vzhledem k polo�ce seznamu */
    padding-left: 24px; /* Vytvo�� m�sto pro odr�ku */
    color: black; /* Nastaven� barvy textu na �ernou */
}

#bootstrapgrid ul li::before {
    content: ''; /* Nutn� pro zobrazen� pseudo-prvku */
    position: absolute;
    left: 6px; /* Um�st�n� odr�ky vlevo od textu */
    top: 12px;
    width: 6px; /* Velikost odr�ky */
    height: 6px; /* Velikost odr�ky */
    background-color: #0067B0; /* Modr� barva odr�ky */
    border-radius: 50%; /* Kulat� tvar odr�ky */
}




.table td, .table th {
    vertical-align: middle;
}

.table TH {
    background-color: #38B1E6;
    color: white;
}



/*=========================================
	BUTTON - uredni deska
==========================================*/
.button {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align:center;
  width: 100%;
  position: relative;
  background-color:#000c27;
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

A.active {
    background-color: red;
    color: white;
}

.button span {
  position: absolute;
  left: 0;
  width: 42px;
  background-color:rgba(0,0,0,0.5);
  text-align: center;
  font-size: 14px;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid  rgba(0,0,0,0.15);
}

.button:hover span, .button.active span {
  background-color:#04245e;
  border-right: 1px solid  rgba(0,0,0,0.3);
  text-decoration: none;
}

.button:hover {
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  /*color:#E6F2FC;*/
  

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button:active, .button:focus {
  margin-top: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  color:#f4f6f7;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  box-shadow:0px 1px 0px rgba(255,255,255,0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button.barva1 {
  background: #e74c3c;
}

 
 
 
 
/*=========================================
	Modalni okna - administrace
==========================================*/
 
 .modal-header, .modal-footer {
	color:#fff;
    padding:9px 15px;
    background-color: #214382;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}
 
 
 .modal-title {
	color:#fff;
    
}
 




 .swipebox img{
    border: 1px solid gray;
    opacity: 1;
    object-fit:cover;
    /*height: 200px;*/
    /*width: 100%;*/

}

 .swipebox img:hover{
    border: 1px solid #bababa;
    opacity: .8;
}

/*.img-fluid {
        border: 1px solid #dee2e6!important;
}*/

/*.img-fluid:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}*/



.modal_kcfinder {
    height: 600px;
    padding: 0px !important;
}

@media (min-width: 768px) {
  .modal-kcf {
    width: 900px;
   max-width:1200px;
  }

}





/*zm�na modre oramovani u form focus*/
.form-control:focus {
  color: #495057;
  border-color: red;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(200,35,51,.25);
}




/*DATEPICKER nad modalnim oknem*/
.datepicker {
    position: relative; 
    z-index:99999999 !important;
    }
    



/*zm�na form SELECT*/
.selcls { 
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da; 
    outline: 0; 
/*    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; */

    } 
 

.required {
    color: red;
}

 
 
 .breadcrumb {
    background: rgba(231, 246, 253, .5);
    text-align: left;
    display: block;
}


.odkazy{ 
    list-style: none;
    padding-left: 0;

}

.odkazy LI A {
    display: block;
    padding: 12px;
    background: #EEEEEE;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #0067B0;
    transition: .6s;
    padding: 16px 10px;
    margin-bottom: 10px;
}

.odkazy LI A:hover, .odkazy LI A:focus, .odkazy LI A:active {
    background: #0067B0;
    color: #fff;
    transition: .6s;
    text-decoration: none;
}
 
 
 
 .ht-blog-three {
    border-left: 6px solid #38B1E6;
    padding: 10px;
    /*box-shadow: 0px 2px 3px rgba(0, 35, 71, 0.1);*/
    background-color: #EFF9FE;
}

 .ht-blog-three:hover {
  background-color: #e7f6fd;
}
 
 .ht-hero-slider-three .ht-single-slide {
    height: 500px;
   } 
   
 @media (max-width: 768px) {
  .ht-hero-slider-three .ht-single-slide {
    height: 300px;
   } 
}
 
 
 
 
 H1, H2, H3, H4, H5, H6{ 
    color: #031b52;
    margin-bottom: 30px;
      }

 H1.nadpis-kap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    position: relative;
    font-weight: 900;
    font-size: 36px;
    color: #0067B0;
    font-family: "Poppins", sans-serif;
    line-height: 1;

 }
 
 H1.nadpis-kap:before {
    width: 90px;
    bottom: 16px;
    position: absolute;
    content: "";
    left: 0px;
    height: 1px;
    background-color: #38B1E6;
    
 } 
 
 h1.nadpis-kap:after {
    bottom: 10px;
    width: 45px;
    position: absolute;
    content: "";
    left: 0px;
    height: 1px;
    background-color: #38B1E6;
 }   
     
 
@media (min-width: 768px) {
H1, H2, H3, H4, H5, H6{ 
    margin: 10px 0px;
      }
}


@media (max-width: 768px) {
  .banner_content p {
    margin-top: 100px;
  }
  H1, H2, H3, H4, H5, H6{ 
    margin: 10px 0px;
      }
  
}


      
.nadpisH1 {background: #031b52; height:1px; margin-top:10px;    margin-bottom: 55px;}
.nadpisH1 span{background: #fff; padding:10px 20px 10px 0; position:relative; top:-20px; left: 0px}

.nadpisH1:after{ 
    background: #031b52 none repeat scroll 0 0;
	  content: "";
	  height: 60%;
	  left: 0;
	  position: absolute;
	  top: -10px;
	  width: 1px;
      }

H2 {
  font-style: italic ;
    
}



#bootstrapgrid .row{
padding-bottom: 30px; }
      

#bootstrapgrid H2{
font-family: 'Open Sans',sans-serif;
      font-weight: 700;
      color: #ffffff;
      background: #0067B0;
      padding: 10px 10px;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px; }

/*#bootstrapgrid H3{
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 10px; }

#bootstrapgrida H3:after {
  content: "";
  width: 20%;
  left: 16px;
  top: 46px;
  margin-top: -4px;
  position: absolute;
  z-index: -1;
  height: 0;
  border-top: 1px solid red;
  z-index: 1150 !important;
}*/


      
#obsah_clanku p{
    
    margin-bottom: 10px;
    color: #333333;
    
} 



.collapsible-item.panel  {
    border: 1px solid #0067B0;
    margin-bottom: 3px;
    margin-top: 20px;
   }

.collapsible-item .panel-title  {
    background: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px 6px;
    transition: none; /* Vypnut� jak�koliv animace */
   }
   
.collapsible-item .panel-title:hover  {
    background: #0067B0;
    transition: none; /* Vypnut� jak�koliv animace */
   }

.collapsible-item .panel-title a {
    color: #0067B0;
    font-size: 16px;
    font-weight: normal;
    display: block;
    transition: none; /* Vypnut� jak�koliv animace */
   }

.collapsible-item .panel-title a:hover, .collapsible-item .panel-title:hover a .fa, .collapsible-item .panel-title:hover a span {
    color: #ffffff !important;
    transition: none; /* Vypnut� jak�koliv animace */
   }
   
.collapsible-item .panel-title a span{
    display: block; 
    padding-top: 8px;
    padding-bottom: 8px;
   }

.collapsible-item .panel-body  {
    padding: 6px;
   }
   
.collapsible-item .panel-body p {
    margin-bottom: 0px !important;
   } 













.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #031b52;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header h5 {
color: white;
font-family: 'Open Sans',sans-serif;
font-size: 18px;
}



.single-banner {
    max-height: 500px !important;
    min-height: 500px !important;
}


.tic{
  max-width: 18px; 
}

.znak{
  position: absolute; 
  top:-10px; 
}

@media only screen and (min-width: 800px) and (max-width: 1300px) {
    .znak{
    position:relative;
    top:-10px; 
} }

/*SCROOL NAVBAR*/
/*NAVBAR*/
.navbar-dole {
    top: 0px;
    z-index: 1000;
}

.navbar-admin-dole {
    top: 160px;
    z-index: 1000;
}


.odsazeni_top_admin {
    margin-top: 100px;
}

.odsazeni_top {
    margin-top: 42px;
}

@media (max-width: 720px) {
    .odsazeni_top_admin {
    margin-top: 190px;
    }
    .odsazeni_top {
    margin-top: 50px;
}
}  

.is-sticky img {
    width: 180px;
    top: 0px;
}



/*CALENDAR*/

    
.calendar th, .calendar td, .calendar h2 {
        text-align: center;
    }
    
.calendar td:nth-child(6) {
    color: gray;
}

.calendar td:nth-child(7) {
    color: red;
    
}

.calendar .selectable{
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */

}
    






/*ADMINISTRACE - tla��tka modal*/

.novinka_add {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
}

.novinka_seznam{
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 999;
}

.novinka_edit{
    top: 0px;
    position: absolute;
    right: 0;
    z-index: 999;
}


.clanek_add{
    position: absolute;
    right: 45px;
    top: 2px;
    z-index: 999;
}

.clanek_seznam{
    position: absolute;
    right: 89px;
    top: 2px;
    z-index: 999;
}

.clanek_edit{
    top: 2px;
    position: absolute;
    right: 0;
    z-index: 999;
}

.menu_add{
    position: absolute;
    right: 0px;
    bottom: -40px;
    z-index: 999;
}

.menu_seznam{
    position: absolute;
    right: 40px;
    bottom: -40px;
    z-index: 999;
}

.menu_edit{
    top: 0px;
    position: absolute;
    right: 0;
    z-index: 999;
}


.blog {
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
  background-color: #F8F9FA;
}


.blog-content {
  background: rgba(3, 27, 82, 0.9) none repeat scroll 0 0;
  height: 100%;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 60%;
  border: 1px solid white;
}

.blog-content p {
color: white;
line-height: 18px;
font-size: 14px;
}

  .blog-thumb a {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .blog-thumb a img {
      max-width: 100%; }

.blog-content {
  padding: 25px; }
  .blog-content .blog-meta {
    margin-bottom: 7px; }
    .blog-content .blog-meta span {
      font-size: 14px;
      color: #777;
      line-height: 30px;
      padding-right: 25px;
      font-weight: 500; }
      .blog-content .blog-meta span:last-child {
        padding-right: 0; }
    .blog-content .blog-meta a {
      color: #777; }
      .blog-content .blog-meta a:hover {
        color: #db1e16; }
    .blog-content h5 {
	  color: #ffffff;
	  font-family: 'Open Sans',sans-serif;
	  font-size: 14px;
	  font-weight: 700;
	  margin-bottom: 15px;
	}
	.blog-content > h3 {
	  color: #ffffff;
	  font-family: 'Open Sans',sans-serif;
	  font-size: 20px;
	  font-weight: 700;
	}
    .blog-content h5 a {
      color: #fff; }
      .blog-content h5 a:hover {
        color: #444; }
  .blog-content p {
    margin-bottom: 0px; }
    .blog-content p:first-letter {
      text-transform: capitalize; }

.blog:hover .blog-thumb a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content {
    padding: 20px; }
	.portfolio-filters button {
	  font-size: 16px;
	  padding: 0 20px 5px;
	}
	}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-content {
	  height: 100%;
	  width: 70%;
	}
			.blog-content {
  padding: 80px;
}
	}
@media only screen and (max-width: 575px) {
	.blog-content {
	  height: 100%;
	  width: 70%;
	}
	}



/* Readmore Style */
.cr-readmore, a.cr-readmore, button.cr-readmore {
  
  text-align: right;
  margin-top: 0px;
  transition:.4s;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  
  
}
  .cr-readmore:hover,
  a.cr-readmore:hover,
  button.cr-readmore:hover {
    color: #ffffff !important;
    background-color: #0063AF;
    padding: 0 6px;
     }

.cr-readmore2 {
  color: #555;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500; }
  .cr-readmore2:after {
    content: "\eb55";
    font-family: "Icofont";
    padding-left: 2px;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .cr-readmore2:hover {
    color: #db1e16; }
    .cr-readmore2:hover:after {
      padding-left: 7px; }



.ht-hero-content-four p {

     margin-left: 0px; 
     margin-right: inherit; 

}

.ht-hero-content-four {
    text-align: left;

}


.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.ht-hero-slider {
    float: left;
    width: 100%;
    background: rgb(225,235,251);
    background: linear-gradient(316deg, rgb(23 55 88) 0%, rgb(6 50 82) 16%, rgb(14 42 63) 100%);
}


/* Emergency links on the home page. */
.odkazy li a.odkaz-pohotovost {
    background: #f5ceca;
    color: #a52323;
    border-left: 4px solid #c62828;
    line-height: 1.4;
}
.odkazy li a.odkaz-pohotovost:hover,
.odkazy li a.odkaz-pohotovost:focus {
    background: #efb5af;
    color: #841c1c;
}
.odkazy li a.odkaz-zachranka {
    background: #fbe9e7;
    color: #a52323;
    border-left: 4px solid #c62828;
    line-height: 1.4;
}
.odkazy li a.odkaz-zachranka:hover,
.odkazy li a.odkaz-zachranka:focus {
    background: #f5ceca;
    color: #841c1c;
}
.odkazy a.odkaz-pohotovost[target="_blank"]::after,
.odkazy a.odkaz-zachranka[target="_blank"]::after {
    position: static;
    color: currentColor;
    display: inline-block;
    vertical-align: middle;
}
.odkazy-divider {
    border: 0;
    border-top: 1px solid #ccd8df;
    margin: 22px 12px 22px 0;
}
/* Doctor directory search: beside specialties on desktop, above on smaller screens. */
.lekari-toolbar {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    scroll-margin-top: 24px;
}
.lekari-toolbar .zarazeni-links {
    flex: 1;
    min-width: 0;
}
.lekari-search {
    flex: 0 0 340px;
    order: 1;
    min-width: 0;
}
.lekari-search label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}
.lekari-search-controls {
    display: flex;
    gap: 8px;
}
.lekari-search-controls .form-control {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 44px;
    font-size: 16px;
}
.lekari-search-controls .btn {
    min-height: 44px;
    padding: 8px 14px;
}
.lekari-search-reset {
    display: inline-block;
    padding: 10px 0;
    min-height: 44px;
    text-decoration: underline;
}
.lekari-search small {
    display: block;
    margin-top: 6px;
}
@media (max-width: 991px) {
    .lekari-toolbar { flex-direction: column; gap: 16px; }
    .lekari-search { flex: auto; order: 0; width: 100%; }
    .lekari-toolbar .zarazeni-links { width: 100%; }
    .lekari-toolbar .zarazeni-links a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        white-space: normal;
        text-align: left;
    }
}
mark.lekari-highlight {
    background: #ffe082;
    color: #172b4d;
    padding: 0 2px;
    border-radius: 2px;
}
/* Doctor directory redesign: matches the blue, airy visual language of test9.th.cz. */
.doctor-list-card{border:1px solid #0b70b6!important;border-radius:12px!important;overflow:hidden;box-shadow:0 4px 14px rgba(0,55,100,.08);transition:transform .2s ease,box-shadow .2s ease}.doctor-list-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,55,100,.18)}.doctor-card-header{padding:18px 16px 14px!important;background:linear-gradient(135deg,#0067b0,#0b83c8)!important}.doctor-card-header h3{font-size:22px;line-height:1.2}.doctor-card-header p{margin:5px 0 0;font-size:13px}.doctor-card-body{min-height:136px}.doctor-card-photo{background:#eef5f9}.doctor-card-photo .img-container{height:100%;min-height:136px}.doctor-card-info{display:flex;align-items:center}.doctor-card-info .card-body{width:100%;padding-left:18px!important}.doctor-card-info p{margin-bottom:7px!important}.doctor-card-info a{overflow-wrap:anywhere}.doctor-detail{background:#fff;border-radius:14px;padding:22px 18px;margin-bottom:28px;box-shadow:0 5px 20px rgba(0,55,100,.08)}.doctor-detail-title{color:#0067b0;border-bottom:3px solid #34a9df;padding-bottom:12px}.doctor-detail-photo img{max-height:340px;width:100%;object-fit:cover;border-radius:12px}.doctor-schedule-title{color:#15364f;margin-top:28px}.doctor-schedule-table{border-color:#d8e5ec}.doctor-schedule-table th{background:#34a9df;color:#fff;border-color:#d8e5ec;padding:11px 13px}.doctor-schedule-table td{padding:11px 13px;white-space:normal}.doctor-schedule-table td small{color:#c53d50}.doctor-detail-main a{font-weight:600}@media(max-width:767px){.doctor-card-photo .img-container{min-height:180px}.doctor-card-info .card-body{padding:16px!important}.doctor-detail{padding:16px 10px}.doctor-detail-photo{margin-top:20px}.doctor-schedule-table{font-size:13px}.doctor-schedule-table th,.doctor-schedule-table td{padding:9px 7px}}

/* Refined doctor directory cards */
.lekari-toolbar{padding:18px 22px;background:rgba(255,255,255,.86);border:1px solid #d7e7f0;border-radius:14px;box-shadow:0 6px 22px rgba(0,70,120,.06)}
.zarazeni-links{line-height:2.5}.zarazeni-links a{border-radius:999px!important;padding:4px 12px!important;line-height:1.3;transition:all .15s ease}.zarazeni-links a:hover{background:#0067b0!important;color:#fff!important}
.doctor-list-column{padding-left:10px;padding-right:10px}.doctor-list-card{border:1px solid #d8e6ee!important;border-top:4px solid #0067b0!important;border-radius:14px!important;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(0,64,110,.09);transition:transform .2s ease,box-shadow .2s ease}.doctor-list-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(0,64,110,.18)}
.doctor-card-header{padding:15px 18px 13px!important;background:#0067b0!important;text-align:left!important}.doctor-card-header h3{margin:0!important;font-size:21px!important;line-height:1.25}.doctor-card-header p{margin:6px 0 0!important;opacity:.9;font-size:12px}
.doctor-card-body{min-height:150px!important}.doctor-card-photo{background:#edf5f9}.doctor-card-photo .img-container{height:100%;min-height:150px;display:flex;align-items:center;justify-content:center;overflow:hidden}.doctor-card-photo .img-cover{width:100%;height:100%;object-fit:cover}.doctor-card-info{display:flex;align-items:center}.doctor-card-info .card-body{width:100%;padding:20px 18px!important}.doctor-card-info p{margin:0 0 9px!important;font-size:14px}.doctor-card-info p:first-child a{font-size:21px;line-height:1.15}.doctor-card-info .fa{width:21px;color:#0067b0}.doctor-card-info a{overflow-wrap:anywhere}
.doctor-detail{background:#fff;border:1px solid #d8e6ee;border-radius:16px;padding:24px!important;box-shadow:0 7px 24px rgba(0,64,110,.08)}.doctor-detail h2{color:#0067b0;border-bottom:3px solid #34a9df;padding-bottom:12px}.doctor-detail-photo img{max-height:360px;width:100%;object-fit:cover;border-radius:14px}.doctor-schedule-title{font-size:27px;color:#15364f;margin:32px 0 13px}.doctor-schedule-table{border:1px solid #d8e6ee!important;border-radius:10px;overflow:hidden}.doctor-schedule-table th{background:#0067b0!important;color:#fff;padding:12px 14px!important}.doctor-schedule-table td{padding:12px 14px!important;white-space:normal!important}.doctor-schedule-table tr:nth-child(even){background:#f5f9fb}.doctor-schedule-table td small{color:#c53d50}
@media(max-width:767px){.lekari-toolbar{padding:14px}.doctor-list-column{padding-left:0;padding-right:0}.doctor-card-header{text-align:center!important}.doctor-card-body{min-height:0!important}.doctor-card-photo .img-container{height:190px;min-height:190px}.doctor-card-info .card-body{padding:18px!important}.doctor-detail{padding:16px 12px!important}.doctor-schedule-table{font-size:13px}.doctor-schedule-table th,.doctor-schedule-table td{padding:9px 7px!important}}
.doctor-detail-heading h2{position:relative;padding-right:46px}.doctor-edit-link{position:absolute;right:0;top:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #b9d6e5;border-radius:8px;background:#eef7fc;color:#0067b0;font-size:18px;text-decoration:none}.doctor-edit-link:hover{background:#0067b0;color:#fff}.doctor-detail-footer{display:flex;justify-content:flex-end;margin-top:22px}.cr-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border:1px solid #0067b0;border-radius:7px;background:#fff;color:#0067b0!important;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s ease}.cr-btn:hover{background:#0067b0;color:#fff!important;text-decoration:none}.cr-btn .fa{font-size:13px}@media(max-width:767px){.doctor-detail-heading h2{padding-right:40px}.doctor-edit-link{width:32px;height:32px;font-size:16px}.doctor-detail-footer{justify-content:stretch}.cr-btn{justify-content:center;width:100%}}
.doctor-detail{position:relative}.doctor-detail-heading h2{position:static;padding-right:0}.doctor-edit-link{position:absolute;right:10px;top:8px;width:22px;height:22px;border:0;border-radius:4px;background:transparent;color:#8a9aa4!important;font-size:12px;opacity:.7}.doctor-edit-link:hover{background:#edf5f9;color:#0067b0!important;opacity:1}.doctor-detail-heading h2 p{padding-right:30px}
.doctor-card-header h3{font-size:22px!important;margin-bottom:8px!important}.doctor-card-header p{display:inline-block;margin:0!important;padding:5px 10px;border:1px solid rgba(255,255,255,.55);border-radius:999px;font-size:14px!important;font-weight:600;line-height:1.25;letter-spacing:.1px}.doctor-card-info .card-body{padding:20px 20px!important}.doctor-card-info p{display:flex;align-items:center;gap:9px;min-height:25px;margin:0 0 10px!important}.doctor-card-info p .fa{flex:0 0 22px;width:22px;text-align:center;font-size:17px}.doctor-card-info p a{font-size:16px;line-height:1.3}.doctor-card-info p:first-child a{font-size:22px;font-weight:700;line-height:1.15}.doctor-card-info p:last-child{margin-bottom:0!important}@media(max-width:767px){.doctor-card-header h3{font-size:21px!important}.doctor-card-header p{font-size:13px!important}.doctor-card-info .card-body{padding:17px 18px!important}}
.doctor-detail{position:relative!important}.doctor-detail .doctor-edit-link{position:absolute!important;top:8px!important;right:10px!important;z-index:5!important;width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;background:transparent!important;border:0!important;color:#8a9aa4!important;font-size:12px!important;opacity:.65}.doctor-detail .doctor-edit-link:hover{background:#edf5f9!important;color:#0067b0!important;opacity:1}.doctor-detail-heading h2{padding-right:0!important}@media(max-width:767px){.doctor-detail .doctor-edit-link{top:7px!important;right:8px!important}}
.doctor-detail-main>.card-text{display:flex;align-items:baseline;gap:8px;line-height:1.45;margin-bottom:7px!important}.doctor-detail-main>.card-text strong{flex:0 0 76px}.doctor-detail-main>.card-text a{min-width:0;overflow-wrap:anywhere}.doctor-detail-main>.card-text strong+ a{margin-left:0}@media(max-width:767px){.doctor-detail-main>.card-text strong{flex-basis:70px}.doctor-detail-main>.card-text{font-size:14px}}
.doctor-list-card{overflow:hidden!important;border-radius:14px!important}.doctor-list-card .doctor-card-header,.doctor-list-card .doctor-card-body{margin-left:0!important;margin-right:0!important;border-radius:0!important}.doctor-card-body{overflow:hidden}.doctor-card-photo{padding:0!important;overflow:hidden}.doctor-card-photo .img-container{width:100%;height:100%;min-height:150px;overflow:hidden}.doctor-card-photo img.img-cover{display:block;width:100%!important;height:100%!important;min-height:150px;object-fit:cover!important;object-position:50% 50%;transform:scale(1.02)}@media(max-width:767px){.doctor-card-photo .img-container,.doctor-card-photo img.img-cover{min-height:190px}}
.doctor-list-card{display:flex!important;flex-direction:column!important}.doctor-card-header{flex:0 0 auto;border-radius:10px 10px 0 0!important}.doctor-card-body{display:flex!important;align-items:stretch!important;flex:1 1 auto!important;min-height:190px!important;height:auto!important}.doctor-card-photo,.doctor-card-info{align-self:stretch!important}.doctor-card-photo .img-container{height:100%!important;min-height:100%!important}.doctor-card-photo img.img-cover{height:100%!important;min-height:100%!important}.doctor-card-body .doctor-card-info{min-height:190px}@media(max-width:767px){.doctor-card-body{min-height:0!important}.doctor-card-body .doctor-card-info{min-height:0}}
.doctor-card-body{position:relative!important;min-height:190px!important}.doctor-card-photo{position:relative!important;display:block!important;min-height:190px!important}.doctor-card-photo .img-container{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important}.doctor-card-photo img.img-cover{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:50% 50%!important}.doctor-card-info{min-height:190px!important}@media(max-width:767px){.doctor-card-body,.doctor-card-photo,.doctor-card-info{min-height:190px!important}}
.doctor-card-header{position:relative!important}.doctor-card-today{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;justify-content:center;width:43%;max-width:250px;color:#fff;font-size:13px;font-weight:650;line-height:1.35;text-align:right}.doctor-card-today-label,.doctor-card-today-ranges{display:block}.doctor-card-today .fa{margin-right:5px}.doctor-card-today-closed{opacity:.72;font-weight:500}.doctor-card-today-ranges{white-space:normal;overflow-wrap:anywhere}.doctor-card-today-ranges span{display:block}@media(max-width:767px){.doctor-card-today{position:static;transform:none;width:auto;max-width:none;margin-top:9px;font-size:12px}}
.doctor-schedule-table .doctor-schedule-closed{color:#c53d50;font-size:13px;font-weight:400;text-align:left}.doctor-schedule-table .doctor-schedule-empty{color:transparent}
