div.osobni_hledat
{
	height:45px;
	width:345px;
	position:absolute;
	right:0px;
	z-index:110000;
	
}

@media only screen and (max-width: 1180px)
	{
		div.osobni_hledat
		{
		
		width:50px;
		right:10px;
		bottom:10px;
		}
	}

a.osobni_sekce
{
float:left;
display:block;

color:white;
width:155px;

height:45px;
line-height:45px;
background:black;
text-align:center;
background-image:url('../images/struktura/login.png');
background-repeat: no-repeat;
background-position: 10% center;
text-decoration: none;
}

	@media only screen and (max-width: 1180px)
	{
		a.osobni_sekce
		{
		width:50px;
		background-position: center center;

		}
		a.osobni_sekce span
		{
		display:none;

		}
	}
		

form img.kontrolni_kod
{
	float:left;
	margin-top:5px;
	
}

form.hledat input
{
	width:200px;
	height:35px;
	line-height:35px;
	background-image:url('../images/struktura/lupa.png');
	background-repeat: no-repeat;
	background-position: left center;
	
	background-color:transparent;
	font-style: italic;
	color:white;
	padding-left:20px;
	border-bottom:2px solid #d9cdbd;
	margin:0px;
}

.informace_cookies
{
position:fixed;
bottom:0px;
left:0px;
z-index:100000;
text-align:center;
width:100%;
height:50px;
line-height:50px;
color:white;
font-weight:normal;
font-size:1em;
display:block;
background:black;
margin-top:20px;
}
@media only screen and (max-width: 1180px)
	{
		.informace_cookies
		{
		height:auto;
		line-height:20px;
		}
	}
.informace_cookies a
{
color:white;
}

.informace_cookies a.souhlasim_cokkies
{
background:#E7AF00;
display:block;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
width:150px;
height:30px;
line-height:30px;
position:absolute;
top:10px;
right:10px;
}

@media only screen and (max-width: 1180px)
	{
		.informace_cookies a.souhlasim_cokkies
		{
		text-align:center;
		margin:auto;
    position:static;

		}
	}

/*div pro odsazeni na stred*/
	
div.sekce_po_prihlaseni
{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	
}	

@media only screen and (max-width: 1180px)
	{
		div.sekce_po_prihlaseni
		{
		width:100%;

		}
	}
div.osobni_sekce_mini
{
	line-height: 20px;
}

div.osobni_sekce_mini a.odhlasit
{
	color:red;
	font-size:10px;
}


div.sekce_po_prihlaseni a
{
	color:black;
	
}	
	
div.sekce_po_prihlaseni table
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	
}	
	div.sekce_po_prihlaseni table th
	{
		background-color:#a9d574 ;

	}	
	
	div.sekce_po_prihlaseni table tr
	{
		line-height:40px;

	}	
	
	div.sekce_po_prihlaseni table tr:nth-child(even)
	{
		background-color:#f5f5f5 ;

	}	
	
	
	
	form.filtrace
	{}
	
	form.filtrace fieldset
	{text-align:left;}
	
/*OBSAH SEKCE KONTAKT*/
div#mapa
{
	height:350px;
}
	div#mapa img
	{
		max-width: initial;
	}
	

div.kontakt_obal
{
	width:100%;
	color:#3c3c3b;
}	

	div.kontakt_obal div
	{
		width:25%;
		height:300px;
		float:left;
	}	
	
		@media only screen and (max-width: 1180px)
		{
			div.kontakt_obal div
			{
				width:50%;
			}	
		}

		@media only screen and (max-width: 600px)
		{
			div.kontakt_obal div
			{
				width:100%;
				height:auto;
			}	
		}
	
	
		
		

	div.kontakt_obal div.kontakt_jak
	{}

		div.kontakt_obal div.kontakt_jak div
		{
			width:100%;
			height:70px;
			float:left;
			padding-left:90px;
		}	

		div.kontakt_obal div.kontakt_jak div.salina
		{
			background-image:url('../images/kontakt/salina.jpg');
			background-repeat:no-repeat;
			background-position:left center;
		}	

		
		div.kontakt_obal div.kontakt_jak div.bus
		{
			background-image:url('../images/kontakt/autobus.jpg');
			background-repeat:no-repeat;
			background-position:left center;
		}	
		
		div.kontakt_obal div.kontakt_jak div.trolej
		{
			background-image:url('../images/kontakt/trolejbus.jpg');
			background-repeat:no-repeat;
			background-position:left center;
		}	
	
	div.kontakt_obal div.kontakt_adresa
	{padding-left:5%;}
	
		@media only screen and (max-width: 1180px)
		{
			div.kontakt_obal div.kontakt_adresa
			{
				padding-left:0%;
			}	
		}
	div.kontakt_obal div.kontakt_email
	{}
	
	div.kontakt_obal div.kontakt_telefon
	{}


/*toto menu je standardne skryto*/
.responzivni_obal
{
	display:none;
	
}

.responzivni_obal_viditelny
{
	display:block;
	
	position:absolute;
	top:100px;
	left:0px;
	
	width:100%;
	height:100%;
	background-color:#3fbc93;
	
	
	z-index:400000;
}

	.responzivni_obal_viditelny a.zavri_obal
	{
		color:silver;
		position:fixed;
		top:100px;
		right:10px;
		z-index:400001;
		font-size:24px;
		text-decoration:none;
		font-family:font_regular;
	}
	
	.responzivni_obal_viditelny h3
	{
		color:white;
		text-align:center;
	}

	

	
div.nahoru
{
	position: fixed;
	bottom: 30px;
	right: 15px;
	display: none;
	height: 50px;
	width: 50px;
	z-index:2122000;
	line-height: 50px;
	font-size: 40px;
	background-color: rgba(0,0,0,0.8);
	color: #3fbc93;
	cursor: pointer;
	border-radius: 50%;
	text-align:center;
}

/*@media only screen and (max-width: 1180px)
	{
		div.nahoru
		{
				position:fixed;
				bottom:50px;
				right:10px;
				display:block;
				height: 50px;
				width: 50px;
				line-height:40px;
				font-size:25px;
				background-color: white;
				color:#000;
				border-radius: 50%;
				cursor:pointer;
				border:5px solid #000;
		}
	}*/
	
	
	
/* ************** */
/* paticka prvky*/
/* ************** */

.text_paticka
{
width:100%;
height:250px;
float:left;
text-align:left;
}

	@media only screen and (max-width: 600px)
	{
		.text_paticka
		{
			height:auto;
		}
	 }

.eu_paticka_prvni_text
{
width:30%;
float:left;
text-align:justify;
padding-right:5%;
}


	@media only screen and (max-width: 600px)
	{
		.eu_paticka_prvni_text
		{
			width:100%;
		}
	 }

.eu_paticka_druhy_text
{
width:30%;
float:left;
text-align:justify;
padding-right:5%;
}
	
	@media only screen and (max-width: 600px)
	{
		.eu_paticka_druhy_text
		{
			width:100%;
		}
	 }	 
	 
	 
.loga_paticka
{
width:40%;
float:left;
text-align:center;
}

	@media only screen and (max-width: 600px)
	{
		.loga_paticka
		{
			width:100%;
			height:auto;
			padding-left:0%;
		}
	 }

.loga_paticka div.ikony
{
	width:100%;
	text-align:center;
	float:left;
}

.oteviraci_paticka
{
width:50%;
float:left;
text-align:left;
}

.oteviraci_paticka b
{
	color:#f1592a;
	font-size:14px;
}


.kontakt_paticka
{
width:50%;
text-align:left;
float:left;
}

	.kontakt_paticka b
	{
		color:white;
		font-size:14px;
	}



table.naklady_druzstvo
{
	
}

table.naklady_druzstvo tr td.studena
{
	background:blue;
	color:white;
}

table.naklady_druzstvo tr td.tepla
{
	background:red;
	color:white;
}

div.reklama_mikulovinn
{
	float:left;
	display:block;

	color:white;
	width:100%;

	height:100px;
	line-height:100px;
	background:black;
	text-align:center;
	text-decoration: underline;
	font-size:18px;
	cursor:pointer;
	font-weight: bold;
}

div.reklama_mikulovinn div.pozadi_reklama
{
	background-image:url('../images/mikulovinn/mikulovinn.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: 100%;
	width: 100%;
}	

	div.reklama_mikulovinn div.pozadi_reklama::before {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(52,73,94,0.75);
	}