@font-face
{
    font-family: co-headline;
   src: url('../../master/Co Headline Corp.ttf');
}

 
 
 
 
 
  body {
      font-family: 'Exo 2',monospace;
    }



@font-face
{
    font-family: DDM;
    src: url('../../master/DDM-icon.ttf');
   
}

/*--------------------------------------------------------------
# popup
--------------------------------------------------------------*/
.popup{
    position:  fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1051;

    background-color: rgba(0,0,0,0.4);
    display: none;
	
}

.new_rezervace
{
 border: 4px solid #007bff;
  border-radius: 10px;
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	margin-right:auto;
	margin-left:auto;
    width: 760px;
     max-height:  80%;
    z-index: 1052;
	overflow-y : auto;
	overflow-x: hidden;
}
.new_rezervace_popup{


 background-color: #fff;
 padding:10px;

}

/*--------------------------------------------------------------*/

@media (max-width: 1200px){
.medium_none{display:none}
}

@media (max-width: 992px) {
.container-navbar {
    max-width: 100%;
}
.medium_none_1{display:none}
}
@media (max-width: 768px){
.medium_none_2{display:none}
}




.data-error {
    margin-left: 230px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;

    color: #dc3545;
}
.right {
    float: right;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/


.banner{
    width: 100%;
    height: 40vh;
  
    margin-top:48px;
	
    position: relative;
    color:  #fff;
;
    }





.banner_title{
  position: absolute;

  width: 100%;
 top: 50%;
  transform: translateY(-50%);
text-shadow: 2px 2px 5px rgb(0 0 0 / 90%);
padding: 15px;
}





.banner_title span {
 text-align: center;
}




.banner_link{

    text-align:center;
    width: 100%;
}

.banner_link a{
        font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 10px;
    background: #fff;
    color: #000;
    text-decoration: none;

}



.banner .btn-get-started:hover {
  background: #1e35b3;
  border: 2px solid #1e35b3;
}



@media (max-height: 800px) {
.logo img{
     width: 100px;
}
.navbar {
    padding-left: 130px!important;
   
}
}







/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-dark .navbar-nav .nav-link {
  color: rgb(0 0 0 / 83%);
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: red;
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: rgb(63 148 236 / 88%);
}
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgb(63 148 236 / 88%);
}

.bg-dark {
    background-color: #fff!important;
 
  
}

.dropdown-menu.show {
    display: grid;

}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}






.navbar-hl{  
margin-left: auto;

}




.navbar {
padding-left: 180px;
padding-right: 0px;    
min-height:30px;
padding-bottom: 0;

}

 
.navbar-nav {
white-space:nowrap;
display:block;
width:100%;
}




.collapse:not(.show) {
    display: none;
}




.navbar-nav li { position: relative; float: left;}





.button{
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}



 .logo {
    position: absolute;
    top: 15px;
    padding: 5px;
    background: #fff;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	z-index:1029;


}
 .login{
    position: absolute;
    top: 2px;
    right:15px;

}
 .login_1{
    position: absolute;
    top: 0px;
    left:15px;
    display:none

}
.search{
    position: absolute;
    top: -35px;
    right:15px;
    width:152px;
padding-right:0px;

    
}
.menu{
   position: absolute;
    top: 15px;
    right:0px;
	display:none;
    
}

.search .btn {
padding:0px;
	padding-left: 10px;
	padding-right: 10px;
   
}
.search .form-control {
padding:0px;
border:none;
}
.map{font-size: 1.6em;}
.map a{text-decoration: none;}

@media (max-width: 992px) {
.login{

    display:none;

}
.login_1{
	top:-15px;
    display:block;

}
.menu{
   display:block;
    
}
.filter{
   display:block!important;
    
}

.search{
    top:-15px;
  
}
.banner {

    height: 30vh;
}


main {margin-top: 25px; }


}
@media (min-width: 992px){
#filter_none{
    display: block!important;
    flex-basis: auto;
}
}






 .headers a{
		text-decoration: none;
		color:#000;

}

.navbar-collapse {

	flex-grow:0;
	width:100%;
}


.navbar-toggler{

 float: right;
margin-right: 0;
margin-left: auto;
}





@media (max-width: 992px) {
.navbar-nav{
padding-top:7vh;
display: flex;
}
.navbar {
width: 100%;
padding-left: 30px;
 float: right;


}


 }




@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}




.tooltip-inner {
    max-width: 250px;
    padding: 0.25rem 0.5rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 2px solid #0077c3;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {

    border-top-color: #0077c3;
}








.section-title p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
   
    font-family: "Poppins", sans-serif;
    color: #37423b;
      transform: translateY(-50%);

}




















































/*--------------------------------------------------------------
# Pobocky
--------------------------------------------------------------*/
.branch-boxes {
   
    position: relative;

}
.col-branch{padding: 2px;
 background: #fff;
 border-radius: 15px;

 box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
 
    overflow: hidden;
 
 }

 
 
.branch{ 
text-align: center;
color: white;
  text-shadow: 2px 2px 4px #000000;
height: 200px;
font-size: 30px;
padding: 40px 30px;
background-size: cover;
  filter:grayscale(50%);

  border-radius: 15px;
}

.branch:hover{filter: grayscale(0);}

.top-20{
    opacity: 1;
    transform: translateZ(0);


}
.branch-boxes a{
            text-decoration: none;
}




.col-xl-11_{
flex: 0 0 auto;
    width: 11.11%;

}
.col-pob .branch{
text-align: center;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    height: 200px;
    font-size: 20px;



}

.col-mapa{
    height: 400px;
    font-size: 20px;
	    width: 100%;
background-repeat: no-repeat;

}


.pomocky-menu{
    position: absolute;
    top: -40px;
	right: 0;
	border:0;
	padding: 15px 40px 15px 40px;
    background: #f6f7f6;
    border-radius: 7px ;
	color:rgb(0 0 0 / 83%);
    line-height: 1;
    box-shadow: rgb(17 17 26 / 10%) 1px 0px 1px;
    
    }










/*--------------------------------------------------------------
# NEWS
--------------------------------------------------------------*/
.news-boxes {
    padding: 10px 20px;
    position: relative;
    background-color: #f6f7f6;
}
.news_img{width: 100%;
float: right}

.col-news{border-radius: 5px;
    border: 1px solid #c9dce2;
    padding: 10px 20px;}
    
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.page-boxes {
	
    padding-top: 50px;
    position: relative;
    background-color: #f6f7f6;

}
.pege-title {
	position: relative; 
	left: 0px;
    top: 0px;

	bottom: 10px;

}


.pege-title-secondary {
	position: relative; 
	padding-left:20px;
	padding-bottom:5px;
	margin-left: 20px;
	border-bottom:2px solid var(--bs-green);
	border-left:2px solid var(--bs-green);
	border-bottom-left-radius: 20px 20px;

}
.pege-title-secondary p{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0rem;
        text-transform: uppercase;
    font-family: "Poppins", sans-serif;


}
 .col-page {
	color: #ffffff;
    font-style: italic;
    display: block;
    font-size: 0.8em;
    position: absolute;
    top: 0;font size=10px
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}
.page-img{text-align: center;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    height: 200px;
    font-size: 30px;
    padding: 40px 30px;
    background-size: cover;
    filter: grayscale(50%);
    border-radius: 15px;}
    
.page-boxes .col-square{
position: relative;
	border-radius: 8px;
   
    background-color: #d00e0f00;


}























 /*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/   
.team-boxes {
    padding: 10px 20px;
    position: relative;
    background-color: #fff;
}
.team-boxes h4 {
	padding-top:15px;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
.team-boxes span {
  
    display: block;
    
}


.col-team{
	position: relative;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    
    text-align: left;
     background-color: #f6f7f6;
    padding: 0px;
     }
  .col-team_1{
	position: relative;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    
    text-align: left;
     background-color: #f6f7f6;
    padding: 0px;
     }  
 
  
 .col-team a{   color:#000;text-decoration: none;}
 
 .col-team .team_img{   
padding-right:20px;
 height: 100%;
 float: left;
border-radius: 15px 0px 0px 15px;
 
   }
  .col-team .text{   
 position:  absolute;
 top:0px;
 left:220px;
   }
   
   
 .team_text{
   position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
 top:0;
     overflow: hidden;
   
}






@media (min-width: 765px) {
.team_text span{font-size: 1.1rem;}
.team_text h4{font-size: 1.8rem;}
}
@media (min-width: 992px) {
.team_text span{font-size: 0.9rem;}
.team_text h4{font-size: 1.5rem;}
}

@media (min-width: 1200px) {
.team_text span{font-size: 1.1rem;}
.team_text h4{font-size: 1.8rem;}
}

@media (min-width: 1400px){
.team_text span{font-size: 1.3rem;}
.team_text h4{font-size: 2rem;}
}
 
 .team_text h5{
 padding-top:10px;
    
}
 
 
 
 
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/   
 
 body {
  position: relative;
  margin: 0;
  padding-bottom: 20.5rem;
  min-height: 100%;
}
html {
    height: 100%;
  box-sizing: border-box;
}
 
 
 
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
    background: #202222;
    color: #888;
    font-size: 0.8em;
   padding:15px;
 
}
.footer .row{
  
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


.footer h2, .footer h3, .footer h4 {
    color: #ffffff;
    font-size: 1.1em;
    border-bottom: 1px solid rgb(200, 200, 200);
    line-height: 1.2em;
    margin-bottom: 8px;
}
.footer a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #888;
    text-decoration: none;
}
.footer ul.alt {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1em 0;
}
.footer .copyright {
    font-size: 0.9em;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
}



 
/*--------------------------------------------------------------
# nabidka
--------------------------------------------------------------*/   




.col-square{
 	position: relative;
	border-radius: 15px;
    line-height: 1.2;
     box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
 }
 










.nabidka-boxes {
 
    position: relative;
    background-color: #fff;

     
}
.new-boxes,.nabidka-boxes,.branch-boxes {
	
   padding-bottom: 30px;
}

.nabidka-boxes .col-square{
	position: relative;
	border-radius: 15px;
    line-height: 1.2;
     box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
    


}

 
.col_pobocka{
   background-image: var(--background);background-size: cover;background-repeat: no-repeat;
 }
 
.col_pobocka:hover{
   background-image: var(--background_hover);background-size: cover;background-repeat: no-repeat;
 }
 
 
 
 
 .new-boxes .col-square,.branch-boxes .col-square{
	position: relative;
    /* border: 2px solid #0003; */
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    border-radius: 15px;
}



 .new-boxes .col-square .col-nabidka{
 position:  absolute;
 padding: 0px 10px 10px 10px;
    top: auto;
    left: 0;
    bottom: 0px!important;
    right: 0;
    text-align: center;
    font-size: 1.8em;
    line-height: 1;
    color: #000;
background-color:rgb(255 255 255 / 30%);
border-radius: 0px 0px 15px 15px; 

 }
 
 .branch-boxes .col-square .col-nabidka{
 position:  absolute;
 padding: 0px 10px 10px 10px;
    top: auto;
    left: 0;
    bottom: 20px!important;
    right: 0;
    text-align: center;
    font-size: 1.8em;
    line-height: 1;
    color: #000;



 }
  
 .branch-boxes .col-square .col-nabidka SPAN{

    font-size: 1em;




 }
 
 

 .page-boxes .col-square .col-nabidka{
 position:  absolute;
 padding: 0px 10px 10px 10px;
    top: auto;
    left: 0;
    bottom: 0px!important;
    right: 0;
    text-align: center;
    font-size: 1.2em;
    line-height: 1;
    color: #000;
background-color:rgb(255 255 255 / 80%);
border-radius: 0px 0px 15px 15px; 

 }




 .clanky_data{
 
 position:  absolute;
    left: 0;
	top: 0px;
    right: 0;
    text-align: left;
    font-size: 1.2em;
    padding:15px;
    color:#000;
 
 
 }


.col-square-60:before{
    content: "";
    display: block;
    padding-top:60%;
 }

.col-square-50:before{
    content: "";
    display: block;
    padding-top:50%;
 }
 

.col-square-40:before{
    content: "";
    display: block;
    padding-top:40%;
 }
.col-square-30:before{
    content: "";
    display: block;
    padding-top:30%;
 }

.col-square-20:before{
    content: "";
    display: block;
    padding-top:20%;
 }



.col-nabidka{
 
    font-size: 6em;
  position:  absolute;

    left: 5px;
    bottom: 0;
    right: 5px;
    color: #000;
    text-align: center;
}


.nabidka-boxes span {
   position: absolute;



    left: 0;
    bottom: 5px;
    right: 0;

    display: block;
    font-size: 0.2em;
}


 
/*--------------------------------------------------------------
# aktivity
--------------------------------------------------------------*/   
.zamereni_aktivity h4{
	font-size: 1rem;
	margin-top: 0.8rem;
	margin-bottom: 0px;
	 font-weight: bold;
	
	}
.zamereni_aktivity hr{
	width:80%;
	margin-top: 0px;
	margin-bottom: 5px;
	
	}
.filter{

    color:#000;

    display:none;

}


.aktivity_section{
border-radius: 8px;
  
    padding: 0px;
     margin-top:0px;
}
.letak{
		width: 100%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

}
.aktivity_section h4{
padding: 10px;
background-color: #c5c5c5;
border-radius: 8px 8px 0 0;
}

.aktivity_section .row{
	padding-left: 10px;
	padding-right: 10px;
}

.activity-boxes {
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 20px;
    position: relative;
    background-color: #f6f7f6;
}
.activity-title p{
	margin-left: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #37423b;

}

.filtr{
    margin: 0px;
    padding: 0px;

}
.filtr li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
   
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}
.filtr li input {
    margin-right: 5px;
}
.activity-boxes .name{ font-weight: bold;margin-bottom: 2px;font-size: 16px;}


.col-activity {

    color: #000;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    line-height: 1.3;
  overflow: hidden;
}





.col-activity-list{
    color: #000;
    font-size: 1em;


    text-align: left;
}


.activity-boxes a, .activity-boxes a:hover, .activity-boxes a:visited {
text-decoration:none;
}




.col-a_1{
position: relative;
	border-radius: 8px;
    border: 1px solid #000;
  height:80px;
    padding: 10px;


}
.a_1{text-align: left;
 padding-left: 90px;
}



.col-a_1 img{
height:78px;
  position:  absolute;
 left: 0px;
 top:0px;
 border-radius: 8px;
}

.col-activity-termin {
  position:  absolute;
	color:#000;
	font-size: 0.9rem;
    bottom: 0px;
    left: 5px;

    text-align: right;
}
.col-activity-prelep {
  position:  absolute;
	color:#000;
     /*  top: 30px; */
    bottom: -30px;
   right: -45px;
 padding:  0;

}

.prelep {
display: block;
	color:#000;
	font-size: 0.9rem;line-height:0.9rem;

 padding: 15px 5px 15px 5px;
margin: 20px;
    text-align: center;
 transform: rotate(-13deg);

border: 3px solid #c00d0d;
border-radius: 15px;

box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
background-color: rgb(255 255 255 / 50%);
font-weight: bold;
}

.prelep_data {
display: block;
	color:#000;
	font-size: 0.9rem;line-height:0.9rem;

 padding: 5px 3px 5px 3px;
margin: 5px 5px 5px 5px;
    text-align: center;
 transform: rotate(-13deg);

border: 3px solid #c00d0d;
border-radius: 15px;

box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
background-color: rgb(255 255 255 / 50%);
font-weight: bold;
}




/*.col-activity-prelep{top:-50px;}*/


@media (min-width:600px) {
.prelep{font-size: 1.5rem;line-height:1.5rem;margin: 20px;}
.col-activity-prelep{ bottom: -0px; right: -15px;}
.activity-boxes .name {font-size: 16px;}

}
@media (min-width: 765px) {
.prelep{font-size: 1.7rem;line-height:2.0rem;margin: 20px;}
.col-activity-prelep{ bottom: -0px; right: -15px;}
.activity-boxes .name {font-size: 18px;}
.letak{

	width: 350px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

}
@media (min-width: 992px) {
.prelep_user .prelep{font-size: 1.0rem;line-height:1.0rem;margin: 0px;}

}


@media (min-width: 1200px) {
.prelep{font-size: 1.2rem;line-height:1.3rem;margin: 40px;}
.col-activity-prelep{ bottom: -25px; right: -40px;}
.activity-boxes .name {font-size: 17px;}
.prelep_user .prelep{font-size: 1.3rem;line-height:1.3rem;margin: 40px;}
}

@media (min-width: 1400px){
.prelep{font-size: 1.5rem;line-height:1.5rem;margin: 50px;}
.col-activity-prelep{    bottom: -30px; right: -45px;}
.activity-boxes .name {font-size: 20px;margin-bottom: 16px;}
.prelep_user .prelep{font-size: 1.5rem;line-height:1.5rem;margin: 50px;}
}



















.col-activity-IK {
  position:  absolute;

    bottom: 0px;
    right: 5px;
font-weight: bold;
    text-align: left;
    font-size: 20px;

    /* text-shadow: 2px 2px 4px black;*/
}
.col-popis {
  position:  absolute;
 padding:10px;
    top: 50px;
    bottom: 50px;


    text-align: left;

         
}
.col-popis::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}
.col-popis::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.col-activity-termin_list{
  position:  absolute;

    bottom: 0px;
    right: 5px;

    text-align: right;
}

.activity-back{
  position:  absolute;
 padding:10px;
    top: 0px;
   right: 0px;
   color:#0d6efd;
   border: 0;
background-color: #fff;
font-size: 25px;
   z-index: 3;

}

.activity-boxes .col-square{
position: relative;
	border-radius: 15px;
   

box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}
.col-list{
position: relative;

	}
.gallery {
    display: inline;
    
}

.gallery img {
    margin: 5px;
    left: 50%;
    top: 50%;
    width: 150px;
 
}




.has-float-label {
margin-top: 10px;
    display: block;
    position: relative;
}

.has-float-label div{

border-left: 0px ;
border-top: 0px ;
border-right: 0px ;
 font-weight: bold;
}


.has-float-label label, .has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: .75rem;
  	padding-left:20px;
    line-height: 1;
    padding: 0 1px;
    background: #ffffff;
    
}

.has-float-label samp, .has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    right: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    background: #ffffff;
    
}

form .row > * {

    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-top: calc(var(--bs-gutter-x) /8);
    padding-bottom: calc(var(--bs-gutter-x) / 8);
    margin-top: var(--bs-gutter-y);
}



.passive{background-color:  transparent;;}

.red{color: #dc3545;}
.green{color: #198754;}

.modal-backdrop {
    background-color: #0000005c;
}

.message {
	position: relative;
	text-align: center;
	line-height: 150%;
	border: 1px solid red;
	font-size: 16px;
    padding: 1rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
   

 
}


}
.storno {
color:red;
    position: absolute;
    top: 0px;
    font-size: 1.5em;
    right: 0;
}

#message{
position: fixed;
       top: 0;
    left: 0px;
	z-index: 1099;
    width: 80%;
    padding:30px;
    margin-right: 10%;
    margin-left: 10%;
    border-radius:8px;
    text-align: center;
        font-size: 1.2rem;
     border-width: 1px; 
     border-style: solid; 

}

.message_close{
position: absolute;
top:2px;
right:2px;
padding:0;
margin: 0;
  font-size: 1.3rem;
  border:0;
 color:#dc3545;
 background-color:#ffcfcf00;
}








@media (max-width: 600px) {






 .new-boxes .col-square .col-nabidka{

    font-size: 1em;

 }
 .row > * {

    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
 /*   padding-top: calc(var(--bs-gutter-x) / 5);
    padding-bottom: calc(var(--bs-gutter-x) / 5);*/  
}



.logo_praha {
    position: relative;
    top: -200px;
   right: 50px;
}


.col-activity {

    font-size: 0.9em;


}
.col-activity-IK {
   
    font-size: 15px;

}
.col-activity-prelep {
 

       padding: 50px 0;
      bottom: -55px; right: -15px;

}
}


/*--------------------------------------------------------------
# kalendar
--------------------------------------------------------------*/  
.ui-widget-header {
    border: 1px solid var(--bs-green);
    background: var(--bs-green);

}
/*---------------------------------------------------------------------------------
 * kalensar
 * ----------------------------------------------*/
 .boxes {
   
    background-color: #fff;
    padding:10px;
}
 .boxes label{
   
   font-weight: bold;
}
.clanek{height: 170px;overflow: hidden;}

/*///////////////////////////////////nabidka ///////////////////////////*/

.icon{
  position: absolute;


 top: 4px;
 left: 0;
 right: 0;
font-family:DDM;
font-size: 4rem;

margin: 0px;
padding: 0px;

 font-style: normal;
line-height:4rem;


}
.col-nabidka {
    top: 0px;

}
.col-nabidka span{font-size: 0.9rem;}



.banner_title h2{font-size: 1.2rem;line-height:1.2rem; font-weight: bold;margin-top: 50px;}
.banner_title h3{font-size: 1.1rem;line-height:1.2rem; margin-bottom: 5px;}
.banner_title h4{font-size: 1.0rem;line-height:1.1rem; }


.team-user .team_text {font-size: 0.9rem;line-height:1.0rem;}
.team-user .team_text h5{font-size: 1.2rem;line-height:1.2rem; font-weight: bold;margin-top: 8px;}
.team-user .team_text h6{font-size: 0.9rem;line-height:1.0rem; margin-bottom: 10px;}

.col-square-20 .banner_title h2{font-size: 1.2rem;line-height:1.2rem; font-weight: bold;margin-top: 10px;}


@media (min-width:600px) {
.icon{font-size: 6rem;line-height:6rem;}
.col-nabidka span{font-size: 1.2rem;}

.team-user .team_text {font-size: 1.0rem;line-height:1.1rem;}
.team-user .team_text h5{font-size: 1.4rem;line-height:1.4rem; font-weight: bold;margin-top: 8px;}
.team-user .team_text h6{font-size: 1.0rem;line-height:1.1rem; margin-bottom: 15px;}


.banner_title h2{font-size: 1.7em;line-height:1.8rem; font-weight: bold;margin-top: 70px;margin-bottom: 30px;}
.banner_title h3{font-size: 1.5rem;line-height:1.5rem; margin-bottom: 5px;}
.banner_title h4{font-size: 1.2rem;line-height:1.4rem; }


.col-square-20 .banner_title h2{font-size: 1.7em;line-height:1.8rem; font-weight: bold;margin-top: 10px;margin-bottom: 30px;}

}
@media (max-width: 300px) {

.search{
    top:15px;
	left: 15px;
}

}
@media (max-width: 765px) {
.col-square-50:before {
    padding-top: 60%;
}
.col-activity {

    padding: 5px;

}
}
@media (min-width: 765px) {
.icon{font-size: 9rem;line-height:9rem;}
.col-nabidka span{font-size: 1.4rem;}

.team-user .team_text {font-size: 1.3rem;line-height:1.4rem;}
.team-user .team_text h5{font-size: 2rem;line-height:2rem; font-weight: bold;margin-top: 15px;}
.team-user .team_text h6{font-size: 1.3rem;line-height:1.5rem;margin-bottom: 25px; }


}
@media (min-width: 992px) {
.icon{font-size: 8rem;line-height:8rem;}
.col-nabidka span{font-size: 1.2rem;}


.team-user .team_text {font-size: 1.0rem;line-height:1.1rem;}
.team-user .team_text h5{font-size: 1.4rem;line-height:1.4rem; font-weight: bold;margin-top: 8px;}
.team-user .team_text h6{font-size: 1.0rem;line-height:1.1rem; margin-bottom: 15px;}

.banner_title h2{font-size: 2rem;line-height:2rem; font-weight: bold;margin-top: 70px;margin-bottom: 30px;}
.banner_title h3{font-size: 1.8rem;line-height:1.8rem; margin-bottom: 5px;}
.banner_title h4{font-size: 1.4rem;line-height:1.5rem; }





}

@media (min-width: 1200px) {
.icon{font-size: 7rem;line-height:7rem;}
.team-user .team_text {font-size: 1.1rem;line-height:1.2rem;}
.team-user .team_text h5{font-size: 1.6rem;line-height:1.6rem; font-weight: bold;margin-top: 10px;}
.team-user .team_text h6{font-size: 1.1rem;line-height:1.2rem; margin-bottom: 20px;}



}

@media (min-width: 1400px){
.icon{font-size: 9rem;line-height:9rem;}

.team-user .team_text {font-size: 1.3rem;line-height:1.4rem;}
.team-user .team_text h5{font-size: 2rem;line-height:2rem; font-weight: bold;margin-top: 10px;}
.team-user .team_text h6{font-size: 1.3rem;line-height:1.5rem;margin-bottom: 25px; }


.banner_title h2{font-size: 2.5rem;line-height:2.5rem; font-weight: bold;margin-top: 70px;margin-bottom: 30px;}
.banner_title h3{font-size: 2rem;line-height:2rem; margin-bottom: 5px;}
.banner_title h4{font-size: 1.6rem;line-height:1.6rem; }


}


@media (max-width: 577px) {
.col-square-50:before {
    padding-top: 25%;
}

}
}


 .page-boxes .col-square .col-nabidka span{

    font-size: 0.8em;


 }
 .logo_70 {
    position: absolute;
    z-index:1029; 
    left:230px;
    top:20px
}
 
.logo_msmt {
    position: absolute;
    z-index: 1029; 
    left: 50%;
	/*bottom: 50px;  Odsazení od horního okraje */
  	top: -120px; /* Odsazení od horního okraje */
    width: 200px;
    transform: translateX(-50%);
}
 
 
 .logo_praha {
    position: absolute;
    top: 80px;
    right: 10px;
    
}
.fb {
    position: absolute;
    top: -35px;
    right: 180px;
 
    padding-right: 0px;
}
.fb img{
   width:30px; 
}
.fb_ {
   display: none;
}
.fb_ img{
   width:30px; 
}
@media (max-width: 992px){
.fb {
    top: -15px;
}
}
@media (max-width: 500px){
.fb {
   display: none;
}
.fb_ {
   display: block;
    position: absolute;
    top: 12px;
    right: 90px;

    padding-right: 0px;
}
 .logo_70 {
     width:150px; 
    left:auto;
    right:20px
}

}

