.hledani_drazeb_kategorie
{
	float:left;
	width:53%;
	font-size: 12px;
}
.hledani_drazeb_kategorie .zalozka
{
	float:left;
	padding:3px 8px 3px 8px;
	border: 1px solid rgb(200,200,250);
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	cursor:pointer;
	font-size: 15px;
}
.activex
{
	border-bottom: 5px solid black;
}
.hledani_drazeb_kategorie .zalozka:hover
{
	background: rgba(68, 121, 186, 0.5);
	color:white;
}
.sel_img
{
	float: left;
	height: 70px;
	margin-left: 60Px;
	padding-bottom: 15px;
}
.sel_img .active
{
	border-bottom: 5px solid black;
}
.hledani_drazeb_kategorie .obsahzal_nemovite
{
	margin-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
.obsahzal_nemovite .skupina
{
	padding: 0px 5px 5px 55px;
	margin:5px 5px 5px 5px;
	width: 140px;
	height: 55px;
	font-size: 10px;
	cursor:pointer;
	float:left;
	white-space: nowrap;
}
.skupina .nadpis
{
	font-size: 20px;
	text-decoration: underline;
	font-family: calibri;
}
.skupina .pocet
{
	font-size: 14px;
}
.vybrane
{
	background-color: rgba(70,120,200, 0.3)
}
.obsahzal_nemovite .domy
{
	background-image: url("icons2/35x35/home.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .komercni
{
	background-image: url("icons2/35x35/factory.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .byty
{
	background-image: url("icons2/35x35/byt.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .garaze
{
	background-image: url("icons2/35x35/parking.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .pozemky
{
	background-image: url("icons2/35x35/plot.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .ostatni
{
	background-image: url("icons2/35x35/ostatni.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .movite
{
	background-image: url("icons2/35x35/ostatni.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .auta
{
	background-image: url("icons2/35x35/car4.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .podniky
{
	background-image: url("firmy2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .hypoteky
{
	background-image: url("hypoteky2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .servisy
{
	background-image: url("opravy_servis2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .energie
{
	background-image: url("energie2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .cestovani
{
	background-image: url("dovolena2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .pujcovny
{
	background-image: url("pujcovny2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .ubytovani
{
	background-image: url("ubytovani2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .kurzy
{
	background-image: url("kurzy2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.obsahzal_nemovite .ostatni_sluz
{
	background-image: url("ostatni_sluz2.png");
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#list_block {
	margin-top: 30px;
}
.hledani_drazeb
{
	margin-right: 10px;
	margin-left: 15px;
	display: flex;
	justify-content: center;
	border: 3px solid lightgrey;
	padding-top: 10px;
	width: 45%;
	float: left;
	padding-left: 10px;
	min-height: 50px;
}
#info_hledani {
	font-size: 16px;
}
.category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2rem;
}
.category-grid > div {
	border: 3px solid lightgrey;
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	box-shadow: 2px 2px 2px rgba(50,50,50,.2);
}
.big:hover {
	transform: scale(1.1)  !important;
}
.category-grid > div:hover {
	transform: scale(1.2);
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	cursor: pointer;
	box-shadow: 10px 10px 10px rgba(50,50,50,.4);
}
.category-grid > div > img {
	width: 100%;
	object-fit: cover;
	max-height: 119px;
}
.hledani_drazeb input, .hledani_drazeb select, input[name=search]
{
	border-radius: 0px;
	margin-bottom: 15px;
	width: 100%;
}
.hledani_drazeb .popis
{
	float: left;
	margin-right: 15px;
}
.hledani_nalezene
{
	width:95%;
}
input[name=search]
{
	width: 140px;
}
input[name=cena_od], input[name=cena_do]
{
	width: 100px;
}
.drazba
{
	padding:8px;
	cursor:pointer;
	width:100%;
	border-radius: 8px;
	border: 1px solid rgb(200,200,250);
	box-shadow: 0px 0px 10px rgba(50,50,50,.4);
	margin-bottom: 20px;
}
.drazba .break
{
	width:100%;
	height:3px;
	background-image: url("linka.png");
	clear:both;
	margin-bottom: 10px;
	background-size: cover;
}
.drazba .popis
{
	float:left;
	-webkit-box-flex: 1;
     -moz-box-flex: 1;
      box-flex: 1; 
}
.drazba .popis h2
{
	font-size: 14px;
	font-weight: bold;
	color: rgb(48,111,156);
	padding-bottom: 10px;
	margin-top: 5px;
}
.drazba .popish
{
	font-size:12px;
	color:grey;
	float:left;
	padding-bottom: 8px;
	width:25%;
	white-space: nowrap;
}
.drazba .hodnota_sl1
{
	font-size:12px;
	float:left;
	padding-bottom: 8px;
	width:20%;
	white-space: nowrap;
}
.drazba .hodnota_sl2
{
	font-size:12px;
	float:left;
	padding-bottom: 8px;
	width:35%;
	white-space: nowrap;
}
.drazba:hover
{
	background-color: rgba(70,120,200, 0.3);
}
.drazba .info
{
	width:200px;
	font-size:12px;
	color:red;
	float:left;
}
.info .prubeh
{
	padding-top: 10px;
	color:black;
	text-align: center;
}
.drazba .info .ko2
{
	margin-top:5px;
	padding-left:40px;
	background-repeat: no-repeat;
	background-image: url('cervena.png');	
	text-align: left;
	background-position: 0px 6px;
	background-size: 30px;
	min-height: 38px;
}
.param_drazby
{
	width:100%;
	border: none;
	border-collapse: collapse;    	
	white-space: nowrap;
	box-shadow: none;
	font-size:12px;
}
.param_drazby td 
{
	border: none;	
	padding: 5px;
}
.param_drazby .popis
{
	color:grey;	
}
.drazba img
{
	padding:10px;
	padding-right: 18px;
	float:left;
	max-width: 200px;
	max-height: 200px;
}
