@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/*
100 – Thin.
200 – Extra Light (Ultra Light)
300 – Light.
400 – Normal.
500 – Medium.
600 – Semi Bold (Demi Bold)
700 – Bold.
800 – Extra Bold (Ultra Bold)
*/




div#tisk-top {display: none;} /* jen pro tisk */
div.jen-pro-tisk {display: none;} /* jen pro tisk */



/*************************/
/***   FONTS           ***/
/*************************/

@font-face {
    font-family: 'SourceSansPro';
    src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: initial;
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('/fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Merriweather-Light';
    src: url('/fonts/Merriweather-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Merriweather-Light';
    src: url('/fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Merriweather-Black';
    src: url('/fonts/Merriweather-Black.ttf') format('truetype');
    font-weight: 900;
}

/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/
* {
	margin: 0px;
	padding: 0px;
}

/* iva vzor:
.figtree-<uniquifier> {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
body {
    background-color: white;
    color: #0e2d50;  
	font-size: 16px;  /* 18px */
	text-align: left;
	font-family: "Figtree", serif; /* 'SourceSansPro',sans-serif */
  	font-weight: 500; /* 300 */
	line-height: 24px;
	height: 100%;
	/**overflow-x: hidden;**/
}
.overflow-x-hidden{
	overflow-x: hidden;
}
section{
	/**overflow-x: hidden;**/
	position: relative;
	clear: both;
	width: 100%;
}
.editable_section p:not(.gallery) a[rel="lightbox[all]"] img, .sekce-text p:not(.gallery) a[rel="lightbox[all]"] img, .textovyBlok p:not(.gallery) a[rel="lightbox[all]"] img {
	border: none !important;
	margin: 2px !important;
	max-width: 100%;
	width: auto !important;
      height: auto !important;
	z-index: 50;
	position: relative;
	-webkit-transition: all .5s;
    	transition: all .5s;
}
.editable_section a[rel="lightbox[all]"], .sekce-text a[rel="lightbox[all]"], .textovyBlok a[rel="lightbox[all]"]{
	position: relative;
	display: inline-block;
	transition: all 0.4s ease-out;
}	
.editable_section a[rel="lightbox[all]"]:after, 
.sekce-text a[rel="lightbox[all]"]:after, 
.textovyBlok a[rel="lightbox[all]"]:after,
.justified-gallery a[rel="lightbox[all]"]:after {
	-webkit-transition: all 0.4s ;
    	transition: all 0.4s ;
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background: transparent;
	z-index: 100;
	content: '';
}
.justified-gallery a[rel="lightbox[all]"]{
	position: absolute;
}
.justified-gallery a[rel="lightbox[all]"]:after{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/*.justified-gallery a[rel="lightbox[all]"] img{

}*/
.editable_section a[rel="lightbox[all]"]:hover:after, 
.sekce-text a[rel="lightbox[all]"]:hover:after, 
.textovyBlok a[rel="lightbox[all]"]:hover:after,
.justified-gallery a[rel="lightbox[all]"]:hover:after{
	background: rgba(14, 45, 80, 0.64);
	opacity: 1;
}
.img-border-blue img{
	border: 1px solid transparent !important;
}
.img-border-blue img:hover{
	border: 1px solid #0094d8 !important;
}
#main_content .gallery a[rel="lightbox[all]"] img, 
#main_content .reference-img-gallery a[rel="lightbox[all]"] img, 
#main_content .gallery img{
	position: inherit;
	display: initial;
	border: none !important;
	z-index: 0;
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption{
	top: auto;
}
#main_content .gallery a[rel="lightbox[all]"]:hover img, 
#main_content .reference-img-gallery a[rel="lightbox[all]"]:hover img{
	border: none !important;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4{
  	margin: 0 0 12px 0;
  	text-align: left;
  	line-height: 1.2;
	
}
h1, .h1 {
	color: white;
	font-size: 48px;
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
    font-weight: 700; /* 300 */
	line-height: 58px;
	text-transform: uppercase;
	text-align: left;
    margin: 5px 0;
}
body#uvod h1, body#uvod .h1{
	color: #0e2d50;
	font-size: 48px;  /* 36px; */
	line-height: 58px;
	text-transform: uppercase;
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
   	font-weight: 700; /* 300 */
	position: relative;
	padding: 0 0 60px 0; /* 60 kvuli svisle care pod h1 */
	text-align: center;
	margin: 0;
}
/* svisla cara nad h1: */
/*body#uvod h1:before, body#uvod .h1:before{
	content: '';
	width: 1px;
	height: 45px; 
	background: #0e2d50;
	position: absolute;
	top: 0;
	left: 50%;
}*/
/* svisla cara pod h1: */
body#uvod h1:after, body#uvod .h1:after{
	content: '';
	width: 1px;
	height: 45px; /* vyska */
	background: #0e2d50;
	position: absolute;
	bottom: 0;
	left: 50%;
}




h2, .h2 {
	color: #0e2d50;
    font-size: 32px;
	font-weight: 700;
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
	line-height: 38px;
    margin: 0 0 16px 0;
}
h3, .h3 {
	color: #0e2d50;
    font-size: 24px;
	font-family: "Figtree", serif; /* 'Merriweather' */
	font-weight: 700;
	line-height: 28px;
    margin: 0 0 8px 0;
	clear: both;
}
h4, .h4 {
	color: #0e2d50;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;

}
p, li {
	font-size: 16px;  /* 18px */
  	font-weight: 500; /* 300 */
	line-height: 24px;

  	margin: 0 0 12px 0;
  	/*list-style-type: none;  iva zruseno */
	/*list-style-type: disc;*/ /* iva pridano - zase zruseno kvuli produktum a upraveno nize */
  	color: #0e2d50;
 	font-family: "Figtree", serif; /* 'SourceSansPro',sans-serif */
 }
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: none; /* stranka produkty v EN a DE - cislo v krouzku */
}

/* iva */
span.span-smaller {
	font-size: 0.85em;
}


/* iva */




h2.zastreseni-swim-spa {
	color: #0e2d50;
    font-size: 26px;
	font-weight: 300;
	font-family: "Figtree", serif; /* 'Merriweather-Light',sans-serif */
    margin-bottom: 5px;
}


.small, small{
	font-size: 16px;
}
.intro-text strong, .intro-text b {
	font-family: "Figtree", serif; /* 'Merriweather-Black',sans-serif */
 	font-weight: 700; /* 900 */
	/*font-size: 18px;*/
	padding-bottom: 5px;
	padding-top: 10px;
    display: inline-block;
}



body#uvod .intro-text p {
	margin: 0 0 30px 0;

}


body#uvod .intro-text strong {
 	font-weight: 700; 
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 16px 0;

}

#cookies_souhlas{
	width: 100% !important;
}
#main_content ul{
	padding-left: 0;
}


.EditableSection li, .textovyBlok li, .sekce-text li {
    position: relative;
    padding-left: 20px;
    /*list-style: none;  iva zruseno */
}
/* iva zruseno, nepouzivali nikde a nehodilo se tam: 
.EditableSection li:before, .textovyBlok li:before, .sekce-text li:before {
    content: '';
	width: 5px;
	height: 11px;
	background: #432720;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 2px;
}
.EditableSection .ul-blue li:before, .textovyBlok .ul-blue li:before, .sekce-text .ul-blue li:before {
	background: #0094d8;
}*/

.EditableSection ol li, .textovyBlok ol li, .sekce-text ol li {
   /*padding-left: 40px;*/
	padding: 5px 0 0 0; /* iva */
    counter-increment: item;
}
.EditableSection ol li:before, .textovyBlok ol li:before, .sekce-text ol li:before {
    background: #ed1d24;
    color: white;
    border-radius: 50px;
    content: counter(item);
    font-size: 20px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Figtree", serif; /* "Roboto" */
}
.EditableSection ol li strong, .textovyBlok ol li strong, .sekce-text ol li strong {
    margin-top: 5px;
    display: inline-block;
}

/* iva */
.sekce-text strong, .sekce-text strong p {
	font-weight: 700;
}
strong {
	font-weight: 700;
}

hr.hr1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.hr2 {
	border: 1px solid #dcdddf;

}

.fleft-img {
	float: left;
	margin: 5px 40px 10px 0;
	max-width: 100%;

}


/* iva */
.reference-detail .sekce-text {
  width: 100%; /* pro tlacitko uplne vpravo, kdyz neni popis */
}
.popis-realizace-wrapper {
  display: flex;
  justify-content: space-between; /* vyplnena cela sirka rocicovskeho prvku */
 
}
.popis-realizace-wrapper .popis-realizace-left {
  /*background: orangered;*/
}
.popis-realizace-wrapper .popis-realizace-right {
  /*background: blue;*/
}


/* iva */
ul.ul-hp {
	list-style-type: disc;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.ul-hp li {
	list-style-type: disc; /* musi byt i tady, maji v "li" vyse nastaveno "none" */
	color: #fff;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

ul.ul-podstranka {
	list-style-type: disc;
	text-align: left;
	margin: 0 0 0 20px;
	/* iva: nejde padding: 0 0 0 40px; */
	/*border: 1px solid red;*/
}
ul.ul-podstranka li {
	list-style-type: disc; /* musi byt i tady, maji v "li" vyse nastaveno "none" */
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 12px 0;
	padding: 0;
	
}



body#typy-zastreseni-bazenu .varianty-posuvu-blok ul.ul-podstranka {
	margin: 0 0 20px 20px;
}
body#typy-zastreseni-bazenu .varianty-posuvu-blok ul.ul-podstranka li {
	margin: 0 0 8px 0;
}

body#typy-zastreseni-bazenu .varianty-posuvu-blok p {
  	margin: 0 0 4px 0;
}





ul.ul-podstranka li ul {
	list-style-type: disc;
	text-align: left;
	margin: 0 0 15px 40px;
	/* iva: nejde padding: 0 0 0 40px; */
	/*border: 1px solid red;*/
}
ul.ul-podstranka li ul li {
	list-style-type: disc; /* musi byt i tady, maji v "li" vyse nastaveno "none" */
	line-height: 1.8;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

/* iva pro ukazku na test webu: */
.green {color: green;}


/* ***** */ 


a#poptavka-fix {
    position: fixed;

	bottom: 30px;
	right: 30px;
	
	width: 120px;

	
 	/*top: 50%;
	right: 0;
	transform: translateY(-50%);*/

	cursor:pointer;
    z-index: 10;
	/*padding: 15px 20px 15px 20px;*/
	
	text-decoration: none;
	
	/*color: white;
	background: #77afb6;*/
	
}

a#poptavka-fix p {
 
	/*color: white;
	
	font-size: 23px;
	text-transform: uppercase;
	font-family: 'Merriweather-Light';
   	font-weight: 300;*/
	
	margin: 0;
	
}

a#poptavka-fix:hover {
 
	/*color: white;
	background: #5cabb5;*/
	text-decoration: none;

}

a#poptavka-fix:hover p {
 
	/*font-size: 23px;
	text-transform: uppercase;
	font-family: 'Merriweather-Light';
   	font-weight: 300;*/

}


/* ***** */ 








div.menu-fix {
    display: none; /* nejdriv pred scrollovanim */
	
	position: fixed;

 	top: 80px;
	left: 0;
	width: 100%;

	cursor:pointer;
    z-index: 10;
	padding: 0;
	
	text-decoration: none;
	
	color: #0e2d50;
	background: #e8eef6;
	
	text-align: center;
	
	
}



div.menu-fix a {
 
	color: #0e2d50;
	text-decoration: none;
	display: inline-block;
	padding: 15px 18px;

}

div.menu-fix a p {
 
	color: #0e2d50;
	
	font-size: 16px;
	text-transform: none;
   	font-weight: 500;
	
	margin: 0;
	
}



div.menu-fix a:hover p {
 
	color: #5a8cc4;
	
	text-decoration: none;

}


div.menu-fix.scrolled {
    display: block; 
}



div#technologie-menu-fix {
    /*display: none;*/ /* nejdriv pred scrollovanim */
	
	position: fixed;

 	top: 65px;
	left: 0;
	width: 100%;

	cursor:pointer;
    z-index: 10;
	padding: 0;
	
	text-decoration: none;
	
	color: #0e2d50;
	background: #e8eef6;
	
}



div#technologie-menu-fix a {
 
	color: #0e2d50;
	text-decoration: none;
	display: inline-block;
	padding: 15px 18px;

}

div#technologie-menu-fix a p {
 
	color: #0e2d50;
	
	font-size: 16px;
	text-transform: none;
   	font-weight: 500;
	
	margin: 0;
	
}



div#technologie-menu-fix a:hover p {
 
	color: #5a8cc4;
	
	text-decoration: none;

}





/* ***** */ 


div#typy-zastreseni-menu-fix {
    /*display: none;*/ /* nejdriv pred scrollovanim */
	
	position: fixed;

 	top: 65px;
	left: 0;
	width: 100%;

	cursor:pointer;
    z-index: 10;
	padding: 0;
	
	text-decoration: none;
	
	color: #0e2d50;
	background: #e8eef6;
	
}


div#typy-zastreseni-menu-fix a {
 
	color: #0e2d50;
	text-decoration: none;
	display: inline-block;
	padding: 15px 18px;

}


div#typy-zastreseni-menu-fix a p {
 
	color: #0e2d50;
	
	font-size: 16px;
	text-transform: none;
   	font-weight: 500;
	
	margin: 0;
	
}



div#typy-zastreseni-menu-fix a:hover p {
 
	color: #5a8cc4;
	
	text-decoration: none;

}







/* ***** */ 









img {
	margin: 0; 
	max-width: 100%;
}
a, a:visited {
  	color: #5A8CC4;  /* 0e2d50 */
  	font-weight: normal;
	text-decoration: none;
 }
a:hover {
	text-decoration: underline;
	color: #5A8CC4;
}
table {
	border-collapse: collapse;
	border: none;
  	margin: 0 0 12px 0;
}
table td {
  	vertical-align: top;
  	text-align: left;
}
.EditableSection th, .textovyBlok th, .sekce-text th,
.EditableSection td, .textovyBlok td, .sekce-text td{
	font-size: 16px;	
  	color: #0e2d50;
	font-family: "Figtree", serif; /* 'SourceSansPro',sans-serif */
	padding: 5px;
	border: 1px solid #e0e0e0;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
} 

/* iva: */
body#ochrana-osobnich-udaju-gdpr h2 {
	margin: 45px 0 15px 0;
}	




.EditableSection a, .textovyBlok a, .sekce-text a{
	text-decoration: underline;
}
.EditableSection a:hover, .textovyBlok a:hover, .sekce-text a:hover{
	text-decoration: none;
}

/* iva */
.clear {
    clear: both;
    height:0px;
    float:none;
    font-size:0px;
    line-height:0px;
    margin:0;
    padding:0;
    display:block;
}

.nobr	{ white-space:nowrap; }

.pb2 { padding-bottom:2px;}	
.pb5 { padding-bottom:5px;}	
.pb10 { padding-bottom:10px;}	
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb25 { padding-bottom:25px;}
.pb30 { padding-bottom:30px;}	
.pb40 { padding-bottom:40px;}
.pb50 { padding-bottom:50px;}
.pb60 { padding-bottom:60px;}
.pb80 { padding-bottom:80px;}
.pb100 { padding-bottom:100px;}


.pb60-aktuality-mezera { padding-bottom:60px;} /* zmensuje se */






.mb-20{
	margin-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}
.no-padding{
	padding: 0 !important;
}
.text-blue{
	color: #0094d8;
}


.aright {
	text-align: right;
}

.upper {
	text-transform: uppercase;
}





/* iva - pred .img-with-caption: */
div.obrazky-rada a {
	width: 32%;
}
div.obrazky-rada a img {
	width: 100%;
}


div.obrazky-rada.div-typ-zastreseni a {
	width: 32%;
}
div.obrazky-rada.div-typ-zastreseni a img {
	width: 100%;
	width: calc(100% - 16px);
}




.img-with-caption{
	position: relative;
	display: inline-block;
	margin: 2px 0; /* iva */
}
.img-with-caption .over{
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 30px;
	background: transparent;
}
.img-with-caption:hover .over,
.img-with-caption:focus .over{
	background: rgba(14,45,80, 0.6);
    	opacity: 1;
}
.img-with-caption .over p{
	color: white;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 75%);
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
    	font-weight: 300;
    	text-align: center;
	font-size: 25px;
}


/* po zmene fotek nadpis zvlast */
.img-with-caption.typ-zastreseni {
	margin: 2px 2px 35px 2px; /* iva */
	vertical-align: top;

}


.img-with-caption.typ-zastreseni h2{
	color: black;
	/*font-family: 'Merriweather-Light';*/
		font-size: 1.1em;
		font-weight: 600;
		text-align: center;
		margin: 0 0 2px 0;
		padding: 10px 8px;
	
	
}
/*.img-with-caption.typ-zastreseni:hover .over,
.img-with-caption.typ-zastreseni:focus .over{
	background: transparent;
}*/





div.motory-wrapper {
	display: flex; 
	
}

a.posun-krytu-motory {
	

	text-decoration: none;
	
	display: flex; 
	align-items: center; /* svisle */

	
}


a.posun-krytu-motory div.obr {
	display: flex;        
	flex: 25%;
	flex-direction: column;
   
 }
 a.posun-krytu-motory div.text {
	display: flex;
	flex: 75%;
	flex-direction: column;
 }



a.posun-krytu-motory div.obr img {
	width: 100%;
	

}

a.posun-krytu-motory h2{
	color: black;
	/*font-family: 'Merriweather-Light';*/
		font-size: 1.1em;
		font-weight: 600;
		text-align: left;
		margin: 0 0 10px 20px;
		
	
	
}
a.posun-krytu-motory p{
		margin: 0 0 20px 20px;
		
	
	
}





/* seznam aktualit: */



div.aktualita-blok {
	
	
	display: flex; 
	align-items: center; /* svisle */

	
}


div.aktualita-blok div.obr {
	display: flex;        
	flex: 35%;
	flex-direction: column;
 	overflow: hidden; /* obr. vylezal nekdy nahoru i dolu */

 }
div.aktualita-blok div.text {
	display: flex;
	flex: 65%;
	flex-direction: column;

}



div.aktualita-blok div.obr a img {
	width: 100%;

}

div.aktualita-blok h2 {
    font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	text-align: left;
    margin: 0 0 10px 20px;
	text-transform: none;
	
}
div.aktualita-blok p {
		margin: 0 0 10px 20px;
	
}


div.aktualita-blok .btn-wrap {
	margin: 0 0 10px 20px;

}






/* detail aktuality: */


div.aktuality-detail ul {
	list-style-type: disc;
	list-style-position: outside; /* pro inside neodrazi novy radek az za text u odrazky */
	margin: 0;
	padding: 0;
	overflow: hidden; /* pro obtekani obrazku, aby se seznam odsazoval */
}
div.aktuality-detail ul li {
	text-align: left;
	font-size: 1em;
	line-height: 1.8;
	margin: 0 0 4px 30px;
	padding: 0 0 2px 0;
}
div.aktuality-detail ul li p {
	display: inline;
	font-size: 1em;
	line-height: 1.8;
	/*margin: 0 0 25px 0;  nejde pro inline*/
}


/* 2. uroven: */
div.aktuality-detail ul li ul {
	list-style-type: circle;
	list-style-position: outside; /* pro inside neodrazi novy radek az za text u odrazky */
	margin: 0;
	padding: 0;
	overflow: hidden; /* pro obtekani obrazku, aby se seznam odsazoval */
}
div.aktuality-detail ul li ul li {
	list-style-type: circle;  /* pro circe, jinak disc */
	text-align: left;
	font-size: 1em;
	line-height: 1.8;
	margin: 0 0 4px 30px;
	padding: 0 0 2px 0;
}
div.aktuality-detail ul li ul li p {
	display: inline;
	font-size: 1em;
	line-height: 1.8;
	/*margin: 0 0 25px 0;  nejde pro inline*/
}










/* iva: */
.nobr	{ white-space:nowrap; }


/* pro video ve strance - reference detail i HP: */

.odkVideoOut {
	position: relative;
	max-width: 1100px; /* jinak se pak nevejde na vysku */
	margin: auto;
}
.odkVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 5px;
	height: 0;
}
.odkVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





div.div-hp-pf {
	text-align: center;
}
div.div-hp-pf img {
	width: 100%;
	max-width: 1100px;
}

.pb-nad-pf {padding-bottom:30px;}







div.kontakt-zavolejte {
	float: left;
	position: relative;
	width: 50%;
}
div.kontakt-napiste {
	float: left;
	position: relative;
	width: 50%;
}

div.kontakt-zavolejte p, div.kontakt-napiste p {
	margin: 0 0 10px 0;
}

div.kontakt-zavolejte p.big, div.kontakt-napiste p.big {
	color: #5A8CC4;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
div.kontakt-zavolejte p.big a, div.kontakt-napiste p.big a {
	color: #5A8CC4;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	text-decoration: none;
}
div.kontakt-zavolejte p.big a:hover, div.kontakt-napiste p.big a:hover {
	text-decoration: underline;
}


div.kontakt-adresy {
	float: left;
	position: relative;
}
	
div.kontakt-left {
	float: left;
	position: relative;
	width: 50%;
}

div.kontakt-right {
	float: right;
	position: relative;
	width: 50%;
}

div.kontakt-adresy h2 {
	margin: 0 0 25px 0;
}


div.kontakt-left h3.oteviraci-doba {
    font-size: 16px;
	font-weight: 700;
	line-height: 22px;
    margin: 0 0 2px 0;
}






div.kontakt-osoby {
	float: left;
	position: relative;
	width: 100%;
}
	
div.kontakt-osoby div.osoba {
	float: left;
	position: relative;
	width: 33%;
}

div.kontakt-osoby div.osoba h3 {
	margin: 0 0 25px 0;
}

div.kontakt-osoby div.osoba div.osoba-foto {
	float: left;
	position: relative;
}

div.kontakt-osoby div.osoba div.osoba-udaje {
	float: left;
	position: relative;
	padding: 5px 15px;
}

div.kontakt-osoby div.osoba div.osoba-foto img {
	width: 80px;
	max-width: 100%;
	border-radius: 50%;
}

div.kontakt-osoby div.osoba div.osoba-udaje p a {
	text-decoration: none;
}
div.kontakt-osoby div.osoba div.osoba-udaje p a:hover {
	text-decoration: underline;
}










@media (max-width: 640px){
	.pb-nad-pf {padding-bottom:20px;}
	
}









/**********************************/
/*         COMMON COMPONENTS
/**********************************/



#main_content { /* iva */
	text-align: center; /* iva pro .container */
	/*border: 3px solid lightgreen;*/
	overflow: visible;
}

.container { /* neslo spravne rozvrzeni, neco prebira z bootstrau > pouzivam container1 */
	padding: 50px 0;
	/**overflow: hidden;**/
	margin: 0 424px 0 424px;  /* 360 + padding 64 */
	/*width: 96%;*/
	display: inline-block;
	text-align: left;
	/*border: 1px solid red;*/

}
.container1 {
	padding: 40px 0;
	/**overflow: hidden;**/
	margin: 0 424px 0 424px;  /* 360 + padding 64 */
	/*width: 96%;*/
	/*width: 60%;*/
	display: block;  /* misto inline-block, ktere enbralo width a max-width 100% */
	text-align: left;
	/*border: 1px solid red;*/

}
.container.small-padding{
	padding: 10px 0;
}


/* iva: predefinovany ten z bootstrapu, protoze .container roytakoval design */

.container1 div.text-end {
	width: 100%;
	margin-left: auto; 
	margin-right: 0;
	/* takto nestacilo - jeste je k nemu pruhledny obrazek, ktery roztahuje sirku divu .container1 - napr. dole v detailu aktuality */
}

/*@media (min-width: 1400px){
	.container {
		max-width: 1360px;
	}
}
@media (min-width: 1600px){
	.container {
		max-width: 1580px;
	}
}
@media (min-width: 1710px){
	.container {
		max-width: 1690px;
	}
}*/





.cols{
	display: flex;
}
.col{
	display: inline-block;
	vertical-align: middle;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.6s ease-in-out;
    	-moz-transition: opacity 1.6s ease-in-out;
    	-ms-transition: opacity 1.6s ease-in-out;
    	-o-transition: opacity 1.6s ease-in-out;
    	transition: opacity 1.6s ease-in-out;
}
.fader.visible{
	opacity: 1;
}
.borderEffect{
	position: relative;
	border: 1px solid #e2e2e2;
}
.borderEffect:before, .borderEffect:after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    z-index: 3;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.borderEffect:before {
    border-bottom: 1px solid #fe7201;
    border-left: 1px solid #fe7201;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.borderEffect:after {
    border-top: 1px solid #fe7201;
    border-right: 1px solid #fe7201;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.borderEffect:hover:after, .borderEffect:hover:before, button:hover .borderEffect:after, button:hover .borderEffect:before  {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.borderEffect div.inner {
    	text-transform: uppercase;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 10px 30px;
	background: #fe7201;	
	margin: 8px;
}
.borderEffect a, .borderEffect a:hover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	color: transparent !important;
}
.rotater{
	font-size: 50px;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}
.rotater:hover .to-rotate{
    	-ms-transform: rotateY(360deg);
    	-webkit-transform: rotateY(360deg);
    	transform: rotateY(360deg);
    	transition: ease-in-out .6s;
    	-webkit-transition: ease-in-out .6s;
}
#index-odrazky li{
	margin-bottom: 3px;
}

/**********************************/
/*         HEADER
/*********************************/
header{
	position: relative; 
	width: 100%;
	-webkit-transition: width .7s; 
  	transition: all .7s;

}
header .container-header{
	position: relative;
	padding: 0;
	overflow: hidden;
	width: 96%;
	margin-top: 0;
	max-width: 1690px;
	/*margin-top: 0; */   /* -20px;*/   /* jinak mi neslo odstranit mezeru nahore nad header */
	/*border: 1px solid red;*/
}
header .header-inner{
	position: relative;
	padding: 20px 0;
	-webkit-transition: width .7s; 
  	transition: all .7s;
}
header #logo img{ /* NENI */
	max-height: 80px;  /* 100px pred oriznutim */
	-webkit-transition: width .7s; 
  	transition: all .7s;
}
header .navbar-brand {
	padding: 0;
	-webkit-transition: width .7s; 
  	transition: all .7s;
	margin-left: -50px;

}

/* stranky s 2. radkem top menu: (menu se posouvalo nahoru - i s logem) - logo vracim nahoru, nize menu posouvam dolu */
body#typy-zastreseni-bazenu header .navbar-brand, body#technologie header .navbar-brand, body#o-nas header .navbar-brand, body#kontakt header .navbar-brand {
	margin-top: -25px;
}


header .navbar-brand img.logo { 
	height: auto;
	margin-left: 15px;
}


/* ... */



header .container-header{
	overflow: visible;
}

header.scrolled {
	background: #0e2d50;
	margin-top: 0;
	padding: 0;  /* 4px 0 vadilo u velke sirky, 0 je OK i u male     zmensilo se logo, rozsirit, aby sedelo s modrym pruhem rozbaleneho mob. menu */
}
header.scrolled .header-inner{ /* iva 250605: nenasla jsem v kodu */
	padding: 8px 0;
}

header.scrolled .navbar-brand {  /* iva: .navbar-brand je "a" s logem */
	margin-top: -10px; /* -30px pred oriznutim loga   logo je s velkym prostorem kolem kvuli stinu */
	margin-bottom: -15px;  /* -45px pred oriznutim loga */
}

/* stranky s 2. radkem top menu: (menu se posouvalo nahoru - i s logem) - logo vracim nahoru, nize menu posouvam dolu */
body#typy-zastreseni-bazenu header.scrolled .navbar-brand, body#technologie header.scrolled .navbar-brand, body#o-nas header.scrolled .navbar-brand, body#kontakt header.scrolled .navbar-brand {
	margin-top: -10px;
}


header.scrolled .navbar-brand img.logo {   /* header.scrolled #logo img */
	max-height: 90px; /* udava vysku ukotveneho top menu, ale nedavat vic, aby podtrzeni polozek menu bylo az dole   40px */
}


/* .... */



header.scrolled .nav li.lvl-1 > a {
	padding: 28px 0 24px 0; /* zvetseno nahoru a dolu */
}






/* iva jazyky - ne po ukotveni top menu: */
header.scrolled .nav-flags{
	display: none;
}







#margin-header{ /* iva 250605: nenasla jsem v kodu */
	padding-top: 185px;
}
#margin-header h1{
	text-transform: uppercase;
	margin: 0;
}
#margin-header .container{
	padding: 30px 0;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{ /* iva 250605: nenasla jsem v kodu */
	padding: 0;
	overflow: visible;
}
#menu_top{
	z-index: 2;
}
.navbar {
    padding: 0;
	margin-top: 0;
	-webkit-transition: width .7s; 
  	transition: all .7s;
	padding: 0;
	padding-bottom: 0px;
	width: 100%;
	flex-wrap: nowrap;
}
.navbar-toggler {
    display: none;
}
#navbarNavDropdown{ /* TOP menu - cast s polozkami */
	background: #0e2d50;
	padding: 0 15px; /* po stranach menu navic */
	flex-grow: 0;
    flex-basis: auto;
}


/* stranky s 2. radkem top menu: (menu se posouvalo nahoru - i s logem) - menu posouvam dolu, vyse logo vracim nahoru */
body#typy-zastreseni-bazenu #navbarNavDropdown, body#technologie #navbarNavDropdown, body#o-nas #navbarNavDropdown, body#kontakt #navbarNavDropdown {
	margin-top: 25px;
}


/* stranky s 2. radkem top menu: (menu se posouvalo nahoru - i s logem) - menu posouvam dolu, vyse logo vracim nahoru */
body#typy-zastreseni-bazenu header.scrolled #navbarNavDropdown, body#technologie header.scrolled #navbarNavDropdown, body#o-nas header.scrolled #navbarNavDropdown, body#kontakt header.scrolled #navbarNavDropdown {
	margin-top: 0;
}



.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	text-align: left;
	display: block;
	width: 100%;
}
.nav {
	justify-content: space-between;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;
	padding: 0;
	
}


.nav li.lvl-1.mobile {  /* uvod jen v mob. menu */
	display: none;
}

.nav li.lvl-2 {  /* sekce ve strankech jen v mob. menu */
	display: none;  /* ZMENA ZKUSIT display: none; */
}



/* iva - rozbalovaci polozky jen pro mob. */
.nav li.lvl-1.rozbal {
	display: none;
}

/* iva - proklikavaci polozky jen pro PC */
.nav li.lvl-1.proklik {
	display: inline-block;
}



/* iva - prepinani jazyku mob.: */
.nav li.lvl-1.mob-flags {
	
	display: none;

}


#menu_top .navbar-collapse .zahlavi-modre { /* hlavicka rozbaleneho mob. menu */
	display: none;
}







.nav li.lvl-1 > a {
    font-size: 16px; /* 19px */
	font-weight: 600;
    color: white;
	font-family: "Figtree", serif; /* 'SourceSansPro' */
	padding: 20px 0 16px 0; /* rozdelen padding a margin kvuli podtrzeni hover a active   dole je 16px a 4px je podtrzeni pro hover a active, default trasparent */
    margin: 0 15px;
	border-bottom: 4px solid transparent;
	/*border-radius: 3px;*/
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
	
}
/*.nav li.lvl-1 > a img.eshop {
    width: 24px;
	margin: 0 3px 0 0;
}*/
.nav li.lvl-1 > a i.eshop { /* pres font awesome */
	margin: 0 4px 0 0;
}



/* iva */
.navbar2 {
    padding: 0;
	margin-top: 0;
	-webkit-transition: width .7s; 
  	transition: all .7s;
	padding: 0;
	padding-bottom: 0px;
	width: 100%;
	flex-wrap: nowrap;
	background-color: #e8eef6;
}
.nav li.lvl-1 > a ul li.lvl-2 > a {
    font-size: 16px; /* 19px */
	font-weight: 600;
    color: white;
	font-family: "Figtree", serif; /* 'SourceSansPro' */
	padding: 20px 30px 16px 0; /* rozdelen padding a margin kvuli podtrzeni hover a active   dole je 16px a 4px je podtrzeni pro hover a active, default trasparent */
    margin: 0 30px;
	/*border-radius: 3px;*/
    text-transform: none;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
	
}




	/* jen menu pro PC */
	/* JINAK .nav li.lvl-1 > a.aProklik {
		display: inline-block !important;
		border: 1px solid red;
	}*/

	/* jen mob. menu */
	/* JINAK .nav li.lvl-1 > a.aRozbal {
		display: none !important;
		border: 1px solid green;
	} */






/* top menu 2. radek - jen dokud neni odscrollovane, pak jinak (pres .menu-fix ve strankach dole): */
.druhy-radek {   /* menu se timto posunulo nahoru !!!! */
	display: block;
	background: #E8EEF6E5;
	padding: 0;
	margin: 0 -15px; /* aby sv. modra prekryla tm. modrou pod ni - u tm. modreho je padding 15px */
}

.druhy-radek ul {
    margin: 0;
 	padding: 0;
}

.druhy-radek ul li {
    margin: 0;
 	padding: 0;
    display: inline-block;
}

.druhy-radek ul li > a {
    margin: 0;
    position: relative;
    display: inline-block;
	padding: 15px 12px;
	color: #0e2d50;

	
}
.druhy-radek ul li:first-of-type > a {
	padding: 15px 12px 15px 25px;
}



.druhy-radek ul li > a:hover {
 
	color: #5a8cc4;
	text-decoration: none;

}



.druhy-radek.scrolled {
	display: none;
}




/* iva - prepinani jazyku - ne mobilni: */



.nav-flags {
	justify-content: space-between;
	text-align: right;
	margin: 0 0 0 0; /* ALE pri -25px NEJDOU ODKAZY A PRI -15 JEN ODSPODA >> oriznuto logo nahore o 25px  default je bottom 12px a tady jeste zmensit mezeru nad logem, ktere ma velky okraj kvuli stinu */
}
.nav-flags li {
    margin: 0; /* default je bottom 12px */
    position: relative;
    display: inline-block;
	padding: 0;
	
}
.nav-flags li.lvl-1 > a {
    font-size: 16px; /* 19px */
	font-weight: 600;
    color: white;
	font-family: "Figtree", serif; /* 'SourceSansPro' */
	padding: 7px 13px 0 13px; 
    text-decoration: none !important;
    display: inline-block;
	position: relative;
	background: transparent;  
}


.nav-flags li.lvl-1 > a:hover, .nav-flags li.lvl-1 > a.active{
	color: #5a8cc4;  
}

.nav-flags li.lvl-1 > a:first-of-type {
   padding: 7px 13px 0 0;
}
.nav-flags li.lvl-1 > a:last-of-type {
   padding: 7px 35px 0 13px;
}




/* old jazyky pres vlajecky:

.nav li.lvl-1.flags {
 	
	background: transparent;  

}
.nav li.lvl-1.flags > a {
    margin: 17px 4px 20px 4px;
    display: inline-block;
	position: relative;
	background: transparent;  
}
.nav li.lvl-1.flags > a:first-of-type {
   margin: 17px 4px 20px 10px;
}
.nav li.lvl-1.flags > a:last-of-type {
   margin: 17px 8px 20px 4px;
}


.nav li.lvl-1.flags > a > img {
   width: 20px;
}

.nav li.lvl-1.flags > a:hover{
	background: transparent;  
}
*/



/* k: iva - prepinani jazyku*/





/* iva - 2. uroven top menu: */











/* k: iva - 2. uroven top menu */





.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: white;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active, .nav li.lvl-1.show > a, .dropdown-toggle:hover{
	color: #5a8cc4; /* white */
	/*background: #003776;*/
	border-bottom: 4px solid #5a8cc4;  /* podtrzeni polozky top menu pri najeti */
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
	border: none;
    margin: 0;
    left: 0px;
	top: 67px;
    min-width: 100%;
    background-color: #003776;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
	background: inherit;
}

/**********************************/
/*         PANELY
/**********************************/

.section-boxes{
	overflow-x: hidden;
	padding-top: 30px;
}
.col-blue{
	background: #0e2d50;
	padding: 80px 90px;
	margin-top: -30px;
}
.col-blue h2{
	color: white;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.col-blue p{
	color: white;
	font-size: 18px;
	font-family: "Figtree", serif; /* 'SourceSansPro-SemiBold' */
    	font-weight: 600;
}


.col-img{
	padding: 0;
	overflow: hidden;
}
.col-img .bcg-img{
	height: 100%;
	width: 100%;
	background-size: cover !important;
}

/* iva lazy loading bg-image: */
.col-img .bcg-img.bcg-img1.lazy {
    background-image: none;
    background-color: #0e2d50;
}
.col-img .bcg-img.bcg-img2.lazy {
    background-image: none;
    background-color: #0e2d50;
}
.col-img .bcg-img.bcg-img1 {
	background-image: url(/gfx/hp1-design-2.webp);	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0e2d50;
}
.col-img .bcg-img.bcg-img2 {
	background-image: url(/gfx/hp2-individualni-pristup-2.webp);	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0e2d50;
}

/* iva: */
/*.col-img .bcg-img.bcg-img1 {
	background: url(/gfx/hp1-design.jpg) no-repeat center center;
}
.col-img .bcg-img.bcg-img2 {
	background: url(/gfx/hp2-individualni-pristup.jpg) no-repeat center center;
}*/



.panels{
	display: flex;
	align-items: stretch;
}
.panel-big{
	flex-basis: 50%;
	max-width: 50%;
	/*background: url(/gfx/xx.jpg) no-repeat center center;*/
}
.video-toggle{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .5s; 
  	transition: all .5s;
}
.video-toggle:hover{
	background: rgba(0, 148, 216,0.64);
}
.panels-small{
	flex-basis: 50%;
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;	
}
.panel-small{
	flex-basis: 50%;
	max-width: 50%;
}
.panel-img{
	position: relative;
}
a.link-fill{
	z-index: 10;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s;
    	transition: all .5s;
}
.panel-img a:hover{
	background: rgba(0, 148, 216,0.64);
}
.panel-text{
	padding: 25px;
	background: #fbf5ee;
	position: relative;
}
.showroom-nadpis{
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Figtree", serif; /* 'Montserrat-ExtraLight' */
	font-weight: 200;
}
.panel-text p.kontakt{
	line-height: 1.5;
}
.panel-text p.kontakt a{
	text-decoration: none;
}
.panel-text p.kontakt a:hover{
	text-decoration: underline;
}
.panel-text p.kontakt i{
	display: inline-block;
	width: 20px;
}
.panel-text p b{
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
	font-family: "Figtree", serif; /* 'Montserrat-SemiBold' */
}
.panel-text p.vice{
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.panel-text p.vice a{
	text-decoration: none;
	font-weight: 500;
	font-family: "Figtree", serif; /* 'Montserrat-SemiBold' */
}
.panel-text p.vice a:hover{
	text-decoration: underline;
}
.panel-big-in{
	color: white;
	text-align: center;
}
.panel-big-in .round{
	background: white;
	color: #0094d8;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 10px;
}
.panel-big-in p{
	color: white;
	font-weight: 500;
	font-family: "Figtree", serif; /* 'Montserrat-SemiBold' */
}

/**********************************/
/*         BUTTONS
/**********************************/

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn,  .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: 600;
	font-family: "Figtree", serif; /* 'SourceSansPro-SemiBold' */
	font-size: 18px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	border-radius: 0;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary{
	background: #0e2d50;
	border: 1px solid white;
	border-radius: 0;
	padding: 15px 40px;
	margin: 10px 0;
	color: white !important;
	transition-duration: .3s;
      transition-property: transform;
	text-transform: uppercase;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: white;
	border: 1px solid #0e2d50;
	color: #0e2d50 !important;
	transform: scale(1.1);
}
.btn-back{
	position: relative;
}
 .btn-back:before{  /* dlouha sipka doleva */
	content: '\f30a';
	font-family: "Font Awesome 6 Free";  /* 231005 iva vyssi verze pri vloz. do webu */
	font-weight: 900;
	margin-right: 6px;
}
.btn.btn-secondary{
	background: white;
	padding: 10px 25px;
	border: 1px solid white;
	color: #0e2d50 !important;
	transition-duration: .3s;
      transition-property: transform;
	text-transform: uppercase;
	margin: 10px;
	font-size: 24px;
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
    	font-weight: 300;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: white;
	border: 1px solid #0e2d50;
	color: #0e2d50 !important;
	transform: scale(1.1);
}
.btn.btn-white-outline{
	background: transparent;
	border: 3px solid white;
	border-radius: 0;
	color: white !important;
	text-transform: uppercase;
	padding: 10px 35px;
}
.btn.btn-white-outline:hover, .video-toggle:hover .btn.btn-white-outline{
	background: #0094d8;
	border: 3px solid #0094d8;
	color: white !important;
}
.btn.btn-brown-outline{
	background: white;
	border: 4px solid #412721;
	border-radius: 0;
	color: #412721 !important;
	text-transform: uppercase;
	padding: 15px 10px;
}
.btn.btn-brown-outline:hover{
	background: #412721;
	color: white !important;
}
.btn-angle-wrap{
	overflow: hidden;
	display: inline-block;
}
.btn.btn-blue-angle{
	margin: 10px 12px;
	outline: 4px solid white;
	border-radius: 0;
	color: white !important;	
	text-transform: uppercase;
	padding: 15px 25px;
	z-index: 2;
	background: transparent;
	position: relative;
}
.btn.btn-blue-angle:after{
	content: '';
	z-index: -1;
	background: #0094d8;
	left: 55%;
	bottom: -180px;
	width: 400px;
	height: 400px;
	position: absolute;
	transform: rotate(-25deg);
	-webkit-transition: all .5s; 
  	transition: all .5s;
}
.btn.btn-blue-angle:hover:after{
	left: -50px;
}


/* iva: */
.btn.btn-poptat{
	background: #0e2d50;
	padding: 10px 25px;
	border: 1px solid #0e2d50;
	color: white !important;
	transition-duration: .3s;
      transition-property: transform;
	text-transform: uppercase;
	margin: 10px;
	font-size: 20px;
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
    font-weight: 500;
	
	white-space: nowrap;
}
.btn.btn-poptat:hover, .btn.btn-poptat:focus .btn.poptat{
	background: #0e2d50;
	border: 1px solid #0e2d50;
	color: white !important;
	transform: scale(1.1);
}
.btn-poptat:after{  /* dlouha sipka doprava */
	content: '\f30b';
	font-family: "Font Awesome 6 Free";  /* 231005 iva vyssi verze pri vloz. do webu */
	font-weight: 400;
	margin-left: 8px;
}



.btn.btn-care{
	background: #fff;
	padding: 10px 25px;
	border: 1px solid #5e4132;
	color: #5e4132;
	transition-duration: .3s;
    transition-property: transform;
	text-transform: uppercase;
	margin: 15px 10px;
	font-size: 20px;
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
    font-weight: 600;
	
	white-space: nowrap;
}
.btn.btn-care:hover, .btn.btn-care:focus .btn.care{
	background: #5e4132;
	border: 1px solid #5e4132;
	color: white !important;
	transform: scale(1.1);
}


/* zastreseni: */
.btn.btn-lblue {
	background: #5A8CC41A;
	border: 1px solid #5A8CC41A;
	border-radius: 4px;
	padding: 21px 35px;
	margin: 10px 0;
	color: #5A8CC4 !important;
	transition-duration: .3s;
      transition-property: transform;
	text-transform: none;
}
.btn.btn-lblue:hover/*, .btn.btn-lblue:focus*/ {
	background: #5A8CC41A;
	border: 1px solid #5A8CC4;
	border-radius: 0;
	color: #5A8CC4 !important;
	transform: scale(1.1);
}

.btn.btn-lblue i { /* pres font awesome */
	margin: 0 7px 0 0;
}




/* iva: aktuality detail */
body#aktuality_detail h2 {
	font-size: 26px;
	margin-top: 25px;
	margin-bottom: 10px;
}

body#aktuality_detail h3 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 10px;
}




/* iva: technologie */
/*body#technologie h2 {
	text-transform: none;
}*/






/**********************************/
/*  VYROBCI 
/*********************************/

.slick-prev, .slick-next{
	height: 35px;
}	
.vyrobci .slick-track{
	padding: 10px 0;
}
.vyrobce-box{
	text-align: center;
	padding: 0 10px;
	margin: 15px;
	height: 105px;
	position: relative;
-webkit-box-shadow: 0px 0px 15px 4px rgba(242,242,242,1);
-moz-box-shadow: 0px 0px 15px 4px rgba(242,242,242,1);
box-shadow: 0px 0px 15px 4px rgba(242,242,242,1);

}
.vyrobce-box a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vyrobce-box img{
	display: inline-block;
	max-width: 100%;	
	width: auto;
	height: auto;
	max-height: 100%;
}
.vyrobci-slide{
    padding: 0 40px;
	margin-top: 40px;
}
.vyrobci-slide .slick-next {
    z-index: 50;
    right: 10px;
	color: transparent !important;
}
.vyrobci-slide .slick-next:before {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: black;
    font-size: 35px;
}
.vyrobci-slide .slick-prev {
    z-index: 50;
    left: 10px;
	color: transparent !important;
}
.vyrobci-slide .slick-prev:before {
    content: '\f104';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #0e2d50;
    font-size: 35px;
}

/**********************************/
/*         INTRO
/**********************************/
#intro{
	background-size: cover !important;
	clear: both;
}
#intro.subpage{
	margin-bottom: 20px;
	text-align: center; /* iva pro blue */
}
#intro.subpage img{
	height: auto;
	max-height: 760px;
    	object-fit: cover;
      width: 100%;
	z-index: 0;
    	margin-bottom: -40px;
}
#intro.subpage .blue {
	background: #0e2d50;
	padding: 56px 64px;
	display: inline-block;
 	margin: -100px 360px 0 360px;
	/*margin: -100px auto 0 auto;
	max-width: 1250px;*/
   /*margin-top: -100px;*/
    z-index: 200;
	text-align: left;
	/*border: 1px solid orange;*/
}
#intro.subpage .blue h1 {
	color: white;
	text-transform: uppercase;
	margin: 0 0 35px 0;
}

/* je jen nadpis bez textu pod nim: */
body#aktuality_detail #intro.subpage .blue h1 {
	margin: 0;
}
body#aktuality_seznam #intro.subpage .blue h1 {
	margin: 0;
}
body#stranka-neexistuje #intro.subpage .blue h1 {
	margin: 0;
}



#intro.subpage .blue * {
	/*color: white !important; iva ne kvuli odakzum v kontaktech */
}
#intro.subpage .blue p {
	color: white;
    font-weight: 400;
	font-size: 24px;
	line-height: 34px;
}
#intro.subpage .blue .btn:hover, #intro.subpage .blue .btn:focus{
	color: #0e2d50 !important;
}
#intro.subpage .blue p span.width-blue {  /* jinak neslo roztahnout modry blok spravne - napr. pro konakty */
	visibility: hidden;
}





/*iva vadilo:
body#uvod #intro{
	 width: 100%;
	position: relative;
	padding-top: 50%;
	max-height: 974px;
	background: #0e2d50;
}*/

/*iva vadilo: 
.slide-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}*/
#slides{
	position: relative;
	margin: 0 !important; 
	overflow: hidden;
	float: none;
	display: none;
}
#slides.smoothslides-on{
	display: block;
	max-width: 100% !important;
}	






/**********************************/
/* iva PODSTANKY */
/**********************************/
 
/* pod moodrym blokem: */
.vetsi-text {
    font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 8px 0;
}




/* pres flexbox - technologie, zastreseni: */

.blok-obr-text {
	display: block;
	position: relative;
	float: left; /* nutne pro shadow kdyz maji jeho deti */
	width: 100%;
}

.shadow1 {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	/*border: 1px solid red;*/
}


.blok-obr-text-wrapper {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
	flex-wrap: wrap;
}

.blok-obr-text .obr {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	flex: 30%; /* neni gap */
	
	/* zdeformuje fotku, ale roztahne ji pres cely box, object-fit: cover nize u obrazku zobrazi jen "vnitrni" cast: */
}

.blok-obr-text .text {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	flex: 70%; /* neni gap */
	flex-direction: column;
	
	align-self: center; /* svisle */
	
	padding: 56px 56px 56px 20px;
}



body#typy-zastreseni-bazenu .blok-obr-text .text {
	padding: 56px 56px 56px 56px;
}

body#typy-zastreseni-bazenu .varianty-posuvu-blok .blok-obr-text .text {
	padding: 40px 56px 40px 56px;
}
body#typy-zastreseni-bazenu .varianty-posuvu-blok .blok-obr-text .obr img {
	padding: 0 50px;
}







body#technologie .blok-obr-text .obr img {
	object-fit: contain;
	object-position: top;
}

body#typy-zastreseni-bazenu .blok-obr-text .obr img {
	object-fit: cover;
	object-position: top;
}



.blok-obr-text .text h2 {
	margin: 0 0 30px 0;
}







/* k: pres flexbox - technologie, zastreseni */





/* klasicky - servis: */

.blok-text-obr-servis {
	display: block;
	position: relative;
	float: left; /* nutne pro shadow kdyz maji jeho deti */
	width: 100%;
}


.blok-text-obr-servis .text {
	display: block;
	position: relative;
	float: left; 
	width: 70%;

	padding: 0 30px 0 0;
}

.blok-text-obr-servis .obr {
	display: block;
	position: relative;
	float: left; 
	width: 30%;
}

.blok-text-obr-servis .obr .div-prospekt {
	display: block;
	position: relative;
	margin: -50px 0 0 80px;
}


.blok-text-obr-servis .text h2 {
	margin: 0 0 30px 0;
}





/* k: klasicky - servis */





/* klasicky - materialy v zastreseni - 4 boxy vedle sebe: */

.blok-material {
	display: block;
	position: relative;
	float: left; /* nutne pro shadow kdyz maji jeho deti */
	width: 25%;
}
.blok-material img {
	width: 92%;
	width: calc(100% - 28px);

}
.blok-material div {
	position: absolute;
	left: 115px;
	bottom: 16px;
}



/* k: klasicky - materialy v zastreseni - 4 boxy vedle sebe */









/**********************************/
/*         BANNERS
/**********************************/
.banner{
	text-align: center;
	color: #0094d8;
	border-bottom: 1px solid #0094d8 ;
	padding: 0;
}
.banner-title{
	color: #0094d8 ;
	font-size: 32px;
	font-family: "Figtree", serif; /* 'Montserrat-ExtraLight' */
	font-weight: 200;
	text-transform: uppercase;
}
.banner a{
	text-decoration: none !important;
}
.banner i{
	color: #0094d8 ;
	font-size: 30px;
}

/**********************************/
/*         REFERENCE SLIDER
/**********************************/
.reference-slide{
	position: relative;
}
.reference-slide .over{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.reference-slide:hover .over{
	background: rgba(83, 58, 52, 0.4);
	opacity: 1;
}
.reference-slide .over p{
	color: white;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.reference-slide .over p .misto{
	font-size: 24px;
}

.slick-dots{
	margin-top: 8px;
      bottom: auto;
	position: relative;
}
.slick-dots li button{
	background: #fbf5ee;
	border: 5px solid #fbf5ee;
}
.slick-dots li.slick-active button, .slick-dots li button:hover{
	border: 5px solid #0094d8;
}
.slick-dots li button:before{
	content: '' !important;
	color: transparent;
}

/***************************/
/*  AKTUALITY   iva
/***************************/

/* iva: */
.col-white {
	background: #fff;
	margin-top: 0;
}

.col-white:first-of-type {
	padding: 60px 50px 60px 100px;
}

.col-white:nth-of-type(2) {
	padding: 60px 100px 60px 50px;
}

.col-white h2 {
	color: #0e2d50;
	text-align: left;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.col-white p {
	color: #0e2d50;
	font-size: 18px;
	font-family: "Figtree", serif; /* 'SourceSansPro-SemiBold' */
    font-weight: 600;
}

.aktuality-hp h2.h2-aktuality { /* nadpis - neni */
	color: #0e2d50;
	padding: 40px 50px 20px 50px;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
	
}

.aktuality-hp h2 { /* title aktuality */
    font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	text-align: left;
    margin: 0 0 8px 0;
	text-transform: none;
		
}

div.aktuality-hp img.aktualita-img {  
	/*float: left;
	margin: 0 25px 15px 0;
	width: 250px;*/
	width: 100%;
	height: 40vh; /* 40%  výšky prohlížeče */
    object-fit: cover;
}
div.aktuality-hp p {  
	overflow: hidden; /* pro text, ktery je jen vedle obrazku, ne pod nim */
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 15px 0 0 0;
	
}








/**********************************/
/*         FOOTER
/**********************************/
/* iva lazy loading bg-image: */
#footer-info.lazy {
    background-image: none;
    background-color: #3f2e28;
}
#footer-info {
    position: relative;
	background-image: url(/gfx/footer-bg.webp?v=1);	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3f2e28;
	background-size: cover;
	
	padding-top: 30px;
}
/*#footer-info {
    position: relative;
	background: #0e2d50 url(/gfx/footer-bg.jpg) no-repeat center center;	
	background-size: cover;
}*/








/*@media (min-width: 1710px){
	#footer-info .container {
		max-width: 1360px;  
	}
}*/







/*@media (min-width: 375px){
	#footer-info {
		background-image: url(/gfx/footer-bg-mobile.webp?v=1);	
	}
}*/



#footer-info h2{
	text-transform: uppercase;
	margin-bottom: 60px;
	font-weight: normal;

}
#footer-info h3{ /* iva od 250423 jsou tam h4 default */
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
}
#footer-info h4{ 
	margin-bottom: 22px;
}
#footer-info h4.v-seznamu{ 
	margin-bottom: 10px;
}
#footer-info p{
	color: white;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px 0;
}

#footer-info a{
	text-decoration: none;
}


#footer-info ul { /* iva vlevo byla mezera */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-info ul li{
	list-style-type: none;  /* iva nutne i tady */
	text-align: left; /* center */
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 7px;
}
#footer-info ul li a{
	color: #AC9999;
	text-decoration: none;
}
#footer-info ul li a.link-big{
	font-size: 24px;
}
#footer-info ul li a:hover, #footer-info ul li a:focus{
	/*text-decoration: underline;*/
	color: white;
}
#footer-info .social-links{
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}
#footer-info .social-links a{
	color: white;
	font-size: 26px;
	margin: 0 10px;
}
#footer-info .social-links a:first-of-type{
	margin: 0 10px 0 0;
}

#footer-info .social-links a:hover, #footer-info .social-links a:focus{
	color: #9f9f9f;
}
.col-mg{
	margin-bottom: 35px; 
}



#footer-info hr {
    border: 1px solid #AC9999;
	margin: 0 0 50px 0;
}







footer {
    background: white;
}
#footer *{
	color: #0e2d50;
	font-size: 16px; /* 18 */
}
#footer p{
	margin-bottom: 5px;
	text-align: center;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}	
#footer b, #footer strong{
	font-weight: normal;
}

/**********************************/
/*         MODALS
/**********************************/
.modal{
	z-index: 2002;
}
.modal-dialog{
	max-width: 650px;
}
.modal-backdrop{
	background: #432720;
	z-index: 2001;
}
div.modal-header{
	background: white;
}
div.modal-dialog .modal-header{
	display: block;
	border: none;
	text-align: center;
}
div.modal-dialog .modal-title{
	text-transform: uppercase;
	color: #432720;
	font-weight: 600;
	font-family: "Figtree", serif; /* 'Montserrat-SemiBold' */
}
div.modal-dialog .modal-header .close{
	border: none !important;
	color: #452a23;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 0.7;
}
div.modal-dialog .modal-header .close:hover{
	color: #452a23;
	opacity: 1;
}
div.modal-dialog .modal-body {
    background-color: white;
}
div.modal-dialog .modal-body a{
	text-decoration: none;
}
div.modal-dialog .modal-body a:hover{
	text-decoration: underline;
}
div.modal-dialog small{
	font-size: inherit;
}



.form-wrap {
	background-color: #5A8CC41A;
	/*-webkit-box-shadow: 0px 0px 15px 4px rgb(242 242 242);
    -moz-box-shadow: 0px 0px 15px 4px rgba(242,242,242,1);
    box-shadow: 0px 0px 15px 4px rgb(242 242 242);*/
	padding: 60px 60px 50px 60px;
	/*text-align: center !important;*/
	/*width: 600px;
	max-width: 100%;*/
	margin: 0 auto;
}


.form-control {
	
	border: 1px solid #0E2D5026;
	border-radius: 4px;
	padding: 15px 12px;
	margin: 0 0 35px 0;

}

textarea.form-control  {
	
	margin: 0 0 10px 0;

}


.form-control::placeholder {
  color: #c2cad3;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #c2cad3;
}


.form-group label {
	
	padding: 0 0 14px 0;

}



/* odeslat kontakt. form: */
.btn.btn-odeslat-form {
	background: #5A8CC4;
	border: 1px solid #5A8CC4;
	border-radius: 4px;
	padding: 15px 73px 15px 73px;
	/*padding: 15px 60px 15px 80px;*/
	/*max-width: 100%;*/
	/*padding: 15px 35px 15px 55px;*/
	margin: 4px 0;
	color: white !important;
	transition-duration: .3s;
    transition-property: transform;
	text-transform: none;
	
	
}
.btn.btn-odeslat-form:hover/*, .btn.btn-lblue:focus*/ {
	background: #5A8CC4;
	border: 1px solid white;
	border-radius: 0;
	color: white !important;
	transform: scale(1.1);
}


/*.form-wrap span.znak {
    position: relative;
    margin-left: -173px;
	vertical-align: middle;
	color: white;
    z-index: 2;
}

.btn.btn-odeslat-form:hover + span.znak {
	 transform: scale(1.1);
 }*/



.form-wrap span.znakxx:before {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
   
   	content: '\f0e0';
	font-family: "Font Awesome 6 Free";  /* 231005 iva vyssi verze pri vloz. do webu */
	color: white;
	font-weight: 900;

    position: absolute;
    left: 28px;
    top: 0px;
    /*pointer-events: none;*/
}





form#form-send-mail div.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}




/**********************************/
/*         SEARCHBOX
/**********************************/
#form_search{
	display: flex;
	margin-bottom: 30px;
}
.search_text{
	border: 1px solid #432720;
	color: #432720;
	padding: 10px 15px;
	flex-grow: 1;
	margin-right: 5px;
}

/**********************************/
/*         BREADCRUMB
/**********************************/
.breadcrumb{
	background: white;
	margin-bottom: 0;
}
.breadcrumb *{
	font-size: 14px;
	font-weight: 200;
	font-family: "Figtree", serif; /* 'Montserrat-ExtraLight' */
	color: #432720;
	text-transform: uppercase;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	margin: 0 10px;
}

/**********************************/
/*         REFERENCE 
/**********************************/

.reference-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;  /* space-between  pri 2 polozkach refrenci da 1. a 3. - muselo by se zmenit na flex-start a dat asi gap */
}
.reference-wrap.vzornik{
	justify-content: center;
	margin: 0 -10px;
	margin-bottom: 10px;
}
.reference-box{
	position: relative;
	flex-basis: 33%;   /* zal. pro 2 vedle sebe, ted 3: 50% */
	max-width: calc(33% - 15px);  /* calc(50% - 10px) */
	margin-bottom: 30px;  /* 20pc */
 	
	background-repeat: no-repeat;
	/*background-position: -60px; prepsano nize */
    background-position: center center;

    background-size: calc(100% + 60px) auto !important;
	
	cursor: pointer;
	-webkit-transition: all .4s; 
  	transition: all .4s;
}
.reference-wrap.vzornik .reference-box{
	max-width: calc(50% - 20px);
	margin: 10px;	
}
.reference-box a{
	display: block;
	padding-top: 55%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.reference-box img{
	position: absolute;
	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	left: 0;
    	top: 0;
}
.reference-box .over{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	opacity: 1;
	z-index: 2;
	-webkit-transition: all .4s; 
  	transition: all .4s;
	padding: 30px;
}
.reference-box .over:after{
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	right: 60px;
	padding: 0;
	margin: 0;  /* 30px */
	/*border: 1px solid white;*/
	opacity: 0;
	-webkit-transition: all .4s; 
  	transition: all .4s;
}

.vzornik .reference-box .over{
	background: transparent;
	opacity: 1;
}
.reference-box:hover, .reference-box:focus{
	background-position: 0px !important;
      background-size: calc(100% + 60px) auto !important;
}

.reference-box:hover .over, .reference-box:focus .over{
	background: rgba(14,45,80, 0.6);
	opacity: 1;
}
.reference-box:hover .over:after, .reference-box:focus .over:after{
	left: 0;
	right: 0;
	opacity: 1;
}

.reference-box .over .over-in {
	position: absolute;
	left: 15px;
	bottom: 0;

}

.reference-box .over .over-in p{
	color: white;
	font-size: 14px;
   	font-weight: 500;

	/* zal.
	color: white;
	text-transform: uppercase;
	font-size: 36px;
   	font-weight: 300;
	text-align: center;
	text-shadow: 2px 1px 4px #121212;
	*/
}
.vzornik .reference-box .over p{
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}
.reference-box .over p .misto{
	font-size: 24px;
}

.reference-detail{
	margin-bottom: 30px;
}
.reference-detail .container{
	padding: 10px 0;
}
.reference-detail h2, .reference-detail .h2{
	font-size: 42px;
	color: #432720;
	text-transform: uppercase;
	font-family: "Figtree", serif; /* 'Merriweather-Light' */
   	font-weight: 300;
}

/* iva*/
.reference-detail table.parametry {
	border: none !important;
	outline: none;
	
}
.reference-detail table.parametry th {
	font-weight: normal;
	border: none !important;
	
}
.reference-detail table.parametry td {
	font-weight: bold;
	border: none !important;
	
}



/* iva - pro aktuality, maji tuto tridu: */
.reference-detail ul {
	list-style-type: disc;
	text-align: left;
	margin: 0 0 0 20px;
	/* iva: nejde padding: 0 0 0 40px; */
	/*border: 1px solid red;*/
}
.reference-detail ul li {
	list-style-type: disc; /* musi byt i tady, maji v "li" vyse nastaveno "none" */
	line-height: 1.8;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}










.ke-stazeni-wrap {
	display: block;
	position: relative;
}
.ke-stazeni-box {
	display: block;
	position: relative;
	float: left;
	width: 25%;   
	padding: 0 15px 30px 15px; 

	-webkit-transition: all .4s; 
  	transition: all .4s;
	
	/*border: 1px solid blue*/
}


.ke-stazeni-box:first-of-type {
	/*padding: 0 30px 30px 0;  */
	/*border: 1px solid red*/
}


.ke-stazeni-box a, .ke-stazeni-box p {
	color: #5A8CC4;

}

.ke-stazeni-box p {
	text-align: center;
	margin: 0 0 35px 0;

}



.ke-stazeni-box img {
	max-width: 100%; /*calc(100% + 60px);*/
	transform: scale(1.3);
	/*transform: scale(1.5);*/
	/*margin: 0 0 15px 0;*/
	
	/*border: 2px solid lightgreen*/
	
}










/* iva*/
form#form-send-mail div.outer-recaptcha
{
     /* az v responsive: text-align: center; */
}
form#form-send-mail div.g-recaptcha
{
     display: inline-block;
	 padding: 5px 0;
}


div.anchor { /* zastreseni, technologie, o nas */
    display: block;
    position: relative;
    top: -140px; /* posun kvuli ukotvenemu menu */
    visibility: hidden;
}

div.anchor2 { /* kontakt form */
    display: block;
    position: relative;
    top: -230px; /* posun kvuli ukotvenemu menu byl 180, jeste s 2. radekem je 230 */
    visibility: hidden;
}



div.div-hp-care {
	text-align: center;
}
div.div-hp-care img {
	width: 100%;
	max-width: 750px;
}








/***********
RESPONSIVE
************/


header{
	position: fixed;
	top: 0;
	z-index: 2000;
	margin-top: 20px;
}


@media (min-width: 576px){
	#slides .camera_pag, .caption{
		max-width: 510px;
	}
}
@media (min-width: 768px){
	#slides .camera_pag, .caption{
		max-width: 690px;
	}
}
@media (min-width: 992px){
	#slides .camera_pag, .caption{
		max-width: 930px;
	}
}
@media (min-width: 1200px){
	#slides .camera_pag, .caption{
		max-width: 1110px;
	}
}
@media (min-width: 1400px){
	#slides .camera_pag, .caption{
		max-width: 1330px;
	}
}





