/* ******************************************************* */
/* Copyright © 2015 Váš prostor, s.r.o. - všechna práva vyhrazena*/
/* Autor: Váš prostor, s.r.o.*/
/* ****************************************************** */
.clanek
{
margin-bottom:10px;
position:relative;
width:100%;
}

.clanek .telo ul li
{
		line-height:30px;
		font-family: font_regular;
		font-size: 14px;
		list-style:disclosure-closed;
		list-style-position: inside;
}

.clanek .nadpis_div
{


}

.clanek .hlavicka
{
	
	width:1180px;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width: 1180px)
	{
		.clanek .hlavicka
		{
			width:100%;
		}
	}
	
.clanek div.oddelovac_hlavicka
{
	width:10%;
	border-top:1px solid #3fbc93;
	text-align:left;
	
	margin-bottom:10px;
}	
	
.clanek .hlavicka .cas_zadani
{
color:white;
text-align:right;
width:140px;
float:left;
}

.clanek .telo
{
	min-height:100px;
	_height:100px;
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	
	border-bottom:1px solid silver;

}
@media only screen and (max-width: 1180px)
	{
		.clanek .telo
		{
			width:100%;
		}
	}
.clanek .telo img.leva
{
	float:left;
	margin-right:2%;
	
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	

}

.clanek .telo img.prava
{
	float:right;
	margin-left:2%;
	
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);

}

.clanek .cely_clanek
{
padding-left:25px;
color:#fd8b09;
text-align:right;
width: 1180px;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 1180px)
	{
		.clanek .cely_clanek
		{
			width:100%;
		}
	}

.clanek .cely_clanek a
{
color:#3fbc93;
}


.clanek .foto_detail
{
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	height:590px;
	background-size: cover;
	background-repeat: no-repeat;
	background-postion:center center;
}

@media only screen and (max-width: 1180px)
	{
		.clanek .foto_detail
		{
			width:100%;
			height:200px;
		}
	}

	
.clanek .foto_detail h1
{
/*	width: 80%;
	background-color: #f1592a;
	color: white;*/

	/*	line-height: 100px;
	position: absolute;
	bottom: 10%;
	left: 10%;*/
	
	
/*	text-decoration: none;
	display: block;
	font-family: font_black;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;*/
	
}	
	
		@media only screen and (max-width: 1180px)
		{
			.clanek .foto_detail h1
			{
/*				line-height:20px;
				padding-top:5px;
				height:50px;
				width:100%;
				left:0%;
				bottom:0px;
				font-size:18px;*/
			}
		}

.clanek .paticka
{

height:2px;
line-height:2.5em;
text-align:right;
font-size:10px;
}


/* ***************************** */
/* Default FORM*/
/* ***************************** */
.clanek form {font-size:12px;width:600px;padding:14px;}

.clanek  form fieldset 
{
border:1px solid #FF8603;
margin:5px;
background:#F4F7F9;
}
.clanek  form label {
display:block;
font-weight:normal;
text-align:left;
width:180px;
float:left;
color:#838383;}

.clanek  form label span{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:180px;
}

.clanek form input{
font-size:12px;
padding:4px 2px;
border:solid 1px silver;
width:200px;
margin:2px 0 10px 10px;}

.clanek  form input[type="checkbox"]{
width:50px;
}

.clanek  form input[type="radio"]{
width:50px;
}

.clanek  form select
{
font-size:12px;
padding:4px 2px;
border:solid 1px silver;
width:206px;
margin:2px 0 15px 10px;
}
.clanek  form legend
{
font-size:12px;
padding:4px 2px;
border:solid 1px silver;
width:206px;
margin:2px 0 10px 10px;
font-weight:bold;
background:#FFFFFF;
}

.clanek form textarea{
font-size:12px;
padding:4px 2px;
border:solid 1px silver;
width:200px;
margin:2px 0 10px 10px;}

.clanek form label.povinne {color:red;}

.clanek form .text_checkbox
{float:left;width:180px;}

.clanek form input.tlacitko_submit
{
border:1px solid #E00024;
background:#EAEAEA;
width:150px;
margin:0px;
}

.clanek form img.kontrolni_obrazek
{margin-left:10px;}

.clanek form input#kontrolni_kod
{position:relative;top:-33px;
width:120px;
clear:both;}

/* ***************************** */
/* zarovnani vychozi a speciality IVANCICE */
/* ***************************** */
/*SPOLENE CSS PRO CK A WEB**/
/**pozor toto je treba upravit na dvou mistech...*/
div.stred
{text-align:center;}

.clanek .telo p
{
	font-family: font_regular;
	color:black;
	font-size:14px;
}

.clanek .telo a
{
	font-family: font_regular;
	color:black;
	font-size:14px;
	text-decoration:underline;
}

.clanek .telo a:hover
{
	font-family: font_regular;
	color:#ff5900;
	font-size:14px;
	text-decoration:underline;
}

.clanek .telo h2
{
	font-family: font_black;
	color:#ffa72c;
	font-size:21px;
	background:none;
	padding:0px;
}

.clanek .telo h3
{
	font-family: font_black;
	color:#ffa72c;
	font-size:18px;
}
.clanek .telo h4
{
	font-family: font_black;
	color:black;
	font-size:16px;
}

.clanek .telo div.oddelovac_clanek
{
	border-bottom:1px solid #dddddd;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	
	height:1px;
}

.clanek .telo p.hlavni_odstavec_clanek
{
	
	font-family:font_mediumitalic;
	font-style:italic;
	font-size:14px;
	text-align:left;
}

.clanek .telo ul.seznam_vedle_tri
	{
		margin-top:1%;
		margin-bottom:1%;
		float:left;
		width:33%;
	}
	
	@media only screen and (max-width: 600px)
	{
		.clanek .telo ul.seznam_vedle_tri
		{
			width:100%;
		}
	}

.clanek .telo ul{
	font-family: font_regular;
	font-size:16px;
}
	
	.clanek .telo ul li
	{
		font-family: font_regular;
		font-weight:normal;
		margin-left:15px;
	}

	
/************************/
	/***VYCHOZI TABULKY****/
	/**********************/
	
	
	.clanek .telo table.tabulka_dva_sloupce, .clanek .telo table.tabulka_tri_sloupce, .clanek .telo table.tabulka_ctyri_sloupce
	{
	width:100%;
	font-family: font_regular;
	font-weight:normal;
	border-spacing: 0px;
	margin-top:5px;
	}
	
	.clanek .telo table.tabulka_dva_sloupce tr th, .clanek .telo table.tabulka_tri_sloupce  tr th, .clanek .telo table.tabulka_ctyri_sloupce  tr th
	{
	text-align:left;
	background-color:#ffa72c;
	color:white;
	height:28px;
	
	font-family: font_black;
	font-weight:normal;
	padding-left:10px;
	
	}
		.clanek .telo table.tabulka_dva_sloupce tr th:first-child, .clanek .telo table.tabulka_tri_sloupce tr th:first-child
		{
		
		}
		.clanek .telo table.tabulka_dva_sloupce tr th:last-child, .clanek .telo table.tabulka_tri_sloupce tr th:last-child
		{
		
		}
		
.clanek .telo table.tabulka_dva_sloupce tr:nth-child(even) {}

.clanek .telo table.tabulka_dva_sloupce tr:nth-child(odd) {color:black;background-color:#afe5d3;}	
		
	.clanek .telo table.tabulka_dva_sloupce tr td
	{
	width:50%;
	text-align:left;
	border-bottom:1px solid #e8e8e8;
	height:40px;
	padding:5px;
	}
			
	.clanek .telo table.tabulka_tri_sloupce tr td
	{
	width:33%;
	text-align:left;
	border-bottom:0px solid #e8e8e8;
	height:20px;
	padding-left:10px;
	}
	
	.clanek .telo table.tabulka_ctyri_sloupce tr td
	{
	width:auto;
	text-align:left;
	border-bottom:0px solid #e8e8e8;
	height:20px;
	padding-left:10px;
	}
	
		.clanek .telo table.tabulka_dva_sloupce tr td:first-child, .clanek .telo table.tabulka_tri_sloupce tr td:first-child
		{
		text-align:left;
		width:60%;
		}
		
		.clanek .telo table.tabulka_dva_sloupce tr td:nth-child(2), .clanek .telo table.tabulka_tri_sloupce tr td:nth-child(2)
		{
		text-align:left;
		width:20%;
		}
		
		.clanek .telo table.tabulka_dva_sloupce tr td:nth-child(3), .clanek .telo table.tabulka_tri_sloupce tr td:nth-child(3)
		{
		text-align:left;
		width:20%;
		}
		
/*		.clanek .telo table.tabulka_tri_sloupce tr td:last-child
		{
		text-align:left;
		}*/
	
	.clanek .telo table.tabulka_tri_sloupce tr td a,.clanek .telo table.tabulka_ctyri_sloupce tr td a
	{
	color:black;
	text-decoration:underline;
	}
		
	.clanek .telo table.tabulka_tri_sloupce tr td.bunka_tucne,.clanek .telo table.tabulka_ctyri_sloupce tr td.bunka_tucne
	{
	color:black;
	font-family:font_black;
	font-size:16px;
	}
	
		
	.clanek .telo table.mensi_radky tr td
	{
	height:20px;
	}
	
	.clanek .telo table.nejmensi_radky tr td
	{
	height:20px;
	}
	
	.clanek .telo table.prvni_sloupec_kratky tr td:first-child
	{
		width:15%;
	}	
	
	
	.clanek .telo img.obrazek_leva
	{
		float:left;
		height:200px;
		margin-right:20px;
		
		-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
		-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
			
	}
	
	 @media only screen and (max-width: 600px)
		{
			.clanek .telo img.obrazek_leva
			{
			width:100%;
			margin-right:0px;
			margin-bottom:5px;
			}
		}	
	
	.clanek .telo img.obrazek_prava
	{
		float:right;
		height:200px;
		margin-left:20px;
		
		-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
		-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	}
	
		 @media only screen and (max-width: 600px)
		{
			.clanek .telo img.obrazek_prava
			{
			width:100%;
			margin-left:0px;
			margin-bottom:5px;
			}
		}

	
/* ***************************** */
/* UVODNI STRANA BOX  */
/* ***************************** */

			div.box_uvod_primarni
			{
				width:100%;
				position:relative;
				height:500px;
				overflow: hidden;
			}
			
				@media only screen and (max-width: 1180px)
				{
					div.box_uvod_primarni
					{
							height:300px;
					}
				}
			
			div.box_uvod_primarni div.box_uvod_primarni_obal_nekonecny
			{
				height:100%;
			}
			
				div.box_uvod_primarni div.box_uvod_primarni_polozka
				{
					height:100%;
					width:100%;
					float:left;
				}

					div.box_uvod_primarni_polozka div.box_uvod_primarni_horni
					{
					height:100%;
					width:100%;
					background-position:center center; 
					background-repeat: no-repeat; 
					background-size: cover; 
					}
					
					div.box_uvod_primarni_polozka div.box_uvod_primarni_text_odkaz_hlavni
					{
					height:220px;
					width:220px;
					background-color:#3fbc94;
					color:white;
					line-height:30px;
					position: absolute;
					top: 50%;
					transform: translate(0, -50%);
					right:10%;
					}
					
					@media only screen and (max-width: 600px)
					{
						div.box_uvod_primarni_polozka div.box_uvod_primarni_text_odkaz_hlavni
						{
							height:30%;
							left:10%;
							width:80%;
							right:auto;
							overflow: hidden;
						}
					}
					
					div.box_uvod_primarni_polozka div.box_uvod_primarni_text_odkaz_hlavni div.box_uvod_primarni_text_hlavni
					{
						position: absolute;
						top: 50%;
						transform: translate(0, -50%);
						text-align:left;
						padding-left:10px;
					}
					
					div.box_uvod_primarni_polozka div.box_uvod_primarni_text_odkaz_hlavni div.box_uvod_primarni_text_hlavni a
					{
						color:white;
						text-decoration:none;
						display:block;
						font-family: font_black;
						font-size:28px;
						text-transform: uppercase;
					}
					
					@media only screen and (max-width: 1180px)
					{
						div.box_uvod_primarni_polozka div.box_uvod_primarni_text_odkaz_hlavni div.box_uvod_primarni_text_hlavni a
						{
							font-size:18px;
						}
					}
					
					div.uvod_primarni a.sipka_vlevo
					{
						color:white;
						position:absolute;
						top:50%;
						left:5%;
						text-decoration:none;
					}
					
					div.uvod_primarni a.sipka_vpravo
					{
						color:white;
						position:absolute;
						top:50%;
						right:5%;
						text-decoration:none;
					}
					
					@media only screen and (max-width: 500px)
						{
							div.uvod_primarni a.vsechny_produkty
							{
							width:100%;
							}
						}	
/***novinky*/
div.box_uvod_novinky
{
	width:100%;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:5px;
	height:70px;
	line-height:70px;
}

div.box_uvod_novinky div.datum, div.box_uvod_aktualni_sdeleni div.datum
{
 color:white;
 font-family: font_bold;
 font-size:13px;
 text-align:center;
 width:20%;
 height:30px;
 line-height:30px;
 background-color:#ffa72c;
 float:left;
 margin-top:15px;
}

		
	@media only screen and (max-width: 450px)
	{
		div.box_uvod_novinky div.datum, div.box_uvod_aktualni_sdeleni div.datum
		{
		width:25%;
		}
	}

	div.box_uvod_novinky div
	{
	 text-align:left;
	 width:80%;
	 float: left;
	}
	
	@media only screen and (max-width: 450px)
	{
		div.box_uvod_novinky div
		{
		width:75%;
		}
	}
	
	div.box_uvod_novinky div a
	{
	 color:black;
	 font-family: font_bold;
	 font-size:14px;
	 text-align:left;
	 height:30px;
	 line-height:30px;
	 float:left;
	 margin-left:20px;
	 margin-top:15px;
	}
	
/**aktualni sdeleni*/
div.box_uvod_aktualni_sdeleni
{
	width:100%;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:5px;
	min-height:70px;
	line-height:70px;
	padding-bottom:20px;
	float:left;
	height:auto;
}

div.box_uvod_aktualni_sdeleni div
{
	float:left;
	line-height:20px;
	margin-left:2%;
	width:78%;
	text-align:justify;
	
}

@media only screen and (max-width: 450px)
	{
		div.box_uvod_aktualni_sdeleni div
		{
		width:73%;
		}
	}

div.box_uvod_aktualni_sdeleni div.datum
{
		margin-left:0px;
		width:20%;
}

@media only screen and (max-width: 450px)
	{
		div.box_uvod_aktualni_sdeleni div.datum
		{
		width:25%;
		}
	}

/***mohlo_by_vas_zajimat*/
div.mohlo_by_vas_zajimat_uvod
{
	width:100%;
	margin-bottom:5px;
	height:220px;
	
}
	div.box_uvod_mohlo_by_vas_zajimat
	{
	width:24%;
	height:100%;
	float:left;
	margin-right:1.3%;
	}
	
	@media only screen and (max-width: 600px)
	{
		div.box_uvod_mohlo_by_vas_zajimat
		{
		width:49%;
		margin-right:1%;
		}
	}	
	
	@media only screen and (max-width: 350px)
	{
		div.box_uvod_mohlo_by_vas_zajimat
		{
		width:99%;
		margin-right:1%;
		}
	}	
	
		div.posledni_mohlo_by_vas_zajimat
		{
			margin-right:0%;
		}
		
		

	div.box_uvod_mohlo_by_vas_zajimat div.obrazek
	{
		background-position:center center; 
		background-repeat: no-repeat; 
		background-size: cover; 
		height:180px;		
		margin-bottom:10px;
		cursor:pointer;
	}
	
		
	
	div.box_uvod_mohlo_by_vas_zajimat div a
	{
	 color:black;
	 font-family: font_bold;
	 font-size:14px;
	 text-align:left;
	 width:100%;
	}
	
	
	/***uvodni_box */
div.uvodni_strana_box_uvod
{
	width:100%;
	margin-bottom:10px;
	margin-top:20px;
	height:auto;
	
}
	div.box_uvod_uvodni_strana_box
	{
	width:29%;
	height:400px;
	float:left;
	margin-right:6.5%;
	
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	
	overflow: hidden;
	}
	
	@media only screen and (max-width: 900px)
	{
		div.box_uvod_uvodni_strana_box
		{
		width:49%;
		margin-right:1%;
		
		}
	}	
	
	@media only screen and (max-width: 600px)
	{
		div.box_uvod_uvodni_strana_box
		{
		width:99%;
		margin-right:1%;
		margin-bottom:2%;
		}
	}	
	
		div.posledni_uvodni_strana_box
		{
			margin-right:0%;
			margin-left:0%;
		}
		
			@media only screen and (max-width: 900px)
			{
				div.posledni_uvodni_strana_box
				{
				
				margin-top:1%;

				}
			}	
			
			@media only screen and (max-width: 600px)
			{
				div.posledni_uvodni_strana_box
				{
				margin-bottom:0%;
				}
			}	
	
		

	div.box_uvod_uvodni_strana_box div.obrazek
	{
		background-position:center center; 
		background-repeat: no-repeat; 
		background-size: cover; 
		height:245px;		
		margin-bottom:10px;
		cursor:pointer;
	}
	
		
	
	div.box_uvod_uvodni_strana_box div a
	{
	 color:#3fbc93;
	 font-family: font_black;
	 font-size:18px;
	 text-align:center;
	 width:100%;
	 text-transform: uppercase;
	 display:block;
	 
	}
	div.box_uvod_uvodni_strana_box div.oddelovac_stred
	{
		width:30%;
		border-top:1px solid #3fbc93;
		text-align:center;
		margin:auto;
		margin-bottom:10px;
	}
	
	div.box_uvod_uvodni_strana_box div.text
	{
			padding:1%;
			
	}
	
		/***uvodni_box LEVA PRAVA*/
div.box_uvod_uvodni_strana_leva_prava
{
	width:100%;
	margin-bottom:10px;
	margin-top:20px;
	height:370px;
	float:left;
	
}

		@media only screen and (max-width: 600px)
		{
			div.box_uvod_uvodni_strana_leva_prava
			{
			width:100%;
			margin-right:0%;
			}
		}	
	
	
		div.posledni_uvodni_strana_leva_prava
		{
			margin-right:0%;
		}
		
	
	div.box_uvod_uvodni_strana_leva_prava div.obrazek
	{
		background-position:center center; 
		background-repeat: no-repeat; 
		background-size: cover; 
		height:100%;		
		margin-bottom:10px;
		cursor:pointer;
		width:55%;
		float:left;
		
		padding:5%;
		
		-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
		-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.55);
	}
	
		@media only screen and (max-width: 600px)
		{
			div.box_uvod_uvodni_strana_leva_prava div.obrazek
			{
			width:100%;
			margin-right:0%;
			height:50%;
			}
		}	

		
	
	
	
	div.box_uvod_uvodni_strana_leva_prava div.obal_text_odkaz
	{
		width:45%;
		float:left;
		padding:5%;
	}
	
		@media only screen and (max-width: 600px)
		{
			div.box_uvod_uvodni_strana_leva_prava div.obal_text_odkaz
			{
			width:100%;
			margin-right:0%;
			}
		}	
	
	div.box_uvod_uvodni_strana_leva_prava div a
	{
	 color:#3fbc93;
	 font-family: font_black;
	 font-size:18px;
	 text-align:left;
	 width:100%;
	 text-transform: uppercase;
	 display:block;
	}
	
		div.box_uvod_uvodni_strana_leva_prava div a:hover
		{
		 text-decoration: none;
		}
	
		div.box_uvod_uvodni_strana_leva_prava div.vice_informaci a
		{
		 color:#3fbc93;
		 font-family: font_black;
		 font-size:12px;
		 text-align:center;
		 width:40%;
		 line-height:30px;
		 display:block;
		 border:1px solid #3fbc93; 
		 font-weight:normal;
		 text-transform: none;
		 margin-top:50px;
		}
		
			div.box_uvod_uvodni_strana_leva_prava div.vice_informaci a:hover
			{
			 color:white;
			 border:1px solid #3fbc93; 
			 background-color:#3fbc93;
			}
	
	div.box_uvod_uvodni_strana_leva_prava div.oddelovac_stred
	{
		width:30%;
		border-top:1px solid #3fbc93;
		text-align:left;
		margin-bottom:10px;
	}
	
	div.box_uvod_uvodni_strana_leva_prava div.text
	{
			padding:1%;
	}
	

	
	
	
