@charset "utf-8";



/*-----------------------------*/


.telo{
	background-image: url('/images/pozadi.jpg');
}

.hlava__menu li{
	display: inline-block;
	margin-right: 15px;
	color: darkorange;
}

.radka2{
	margin-bottom: 40px;
}

.ramec{
	padding: 60px;
}

.radka1 .ruzek,.radka3 .ruzek{
	position: absolute;
	top: 0;
	left: 0;
}
.radka2 .ruzek{
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg);
}

.obr img{
	width: 100%;
	height: auto;
}



.sl_grad{
	background-image:linear-gradient( -10deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6) );
}

.radka{
	padding-top: 40px;
	padding-bottom: 20px;
}

.radka_hlava{
	width: 100%;
}

h3{
	font-family: 'Gotham', sans-serif;
	font-size: 21px;
	color: #1a7795;
	margin-top: 26px;
}
.radka3 h3{
	margin-top: 56px;
}

h4{
	font-size: 20px;
	color: #1a7795;
	
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1px 14px 4px 14px;
	border-radius: 20px;
	display: inline-block;
	margin-top: 14px;
	margin-bottom: 14px;
}

.text{
	line-height: 130%;
}

.ikony{
	margin-top: 24px;
	margin-bottom: 28px;	
}
.ikony img{
	margin-right: 14px;	
}
.stazeni{
	color: #49a3c0;
	margin-bottom: 18px;
	background-color: #fffeac;
	padding: 1px 10px 3px 10px;
	border-radius: 10px;	
	display: inline-block;	
	
}
.stazeni:hover{
	text-decoration: underline;
}
.koupit{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 8px 20px 8px 20px;
	border-radius: 20px;
	display: inline-block;
	background-color: #2bbbd8;
	color: white;
	margin-top: 10px;
	transition: all ease-in-out 0.3s;
	border: 1px solid transparent;
}
.koupit:hover{
	background-color: rgba(255, 255, 255, 0);
	color: #2bbbd8;
	border: 1px solid #2bbbd8;
}


.radka1 .ramec{
	padding-top: 90px;
}
.radka2 .ramec{
	padding-top: 90px;
}


.radka2 .sloup6{
	float: right;
}




.nadpis{
	text-align: center;
	font-size: 24px;
	color: #1a7795;
}
.nadpis1{
	margin-bottom: 10px;
	font-weight: 600;
}




.sloupec_cenik{
	background-color: #00a1c3;
	transition: all ease-in-out 0.3s;
}

.sloupec_cenik:hover{
	opacity: 0.8;
}


.cenik__img{
	width: 28px;
	display: inline-block;
	vertical-align: bottom;
}
.cenik__txt{
	display: inline-block;
	margin-bottom: -12px;
	vertical-align: bottom;
	margin-right: 10px;
	color: rgb(255, 255, 255);
	font-size: 36px;
	line-height: 140%;
	font-weight: 500;
}
.radka__cenik{
	font-weight: 600;
	text-align: center;
	padding-top:16px;
	padding-bottom:26px;
	vertical-align: bottom;
}


/*---------------------pata---------------------*/


.pata{
	background-color: black;
	padding-top: 20px;
	text-align: center;
}

.pata .logo{ 
	width: 108px;
	margin-bottom: 16px; 
	margin-right: 8px;
	float: none;
}

.fil3 {fill:#219100}
.fil1 {fill:#E30000}
.fil2 {fill:#EBEDED}
.fil0 {fill:white;fill-rule:nonzero}

.pata .text{
	line-height: 160%; 
	color: #d1d1d1;
	display: inline-block;
	margin-left: 34px;
	text-align: left;
}


.tucnejsi{
	font-weight: 600;
	color: white;
}

.pata .mapa{
	width: 100%;
	height: 196px;
}
.pata .radka_copy{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	height: 75px;
}
.pata .text_copy{
	font-size: 13px;
	color: #d1d1d1;
	display: inline-block;
}
.pata .sipka{
	width: 24px;

	margin-top: 13px;
	float: right;
	cursor: pointer;
	transition: all ease-out 0.3s;
}
.pata .sipka:hover{
	margin-top: 7px;
}
.pata .sipka polygon{
	fill:#666666;
}







