
html body {
	height:100%;
} 

body { 
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #000000;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 1.25;
}

h1, h2, h3{
	font-weight: 700;
	text-align: left;
	color: #000000;
	word-break: break-word;
}

h1{
	font-size: 30px;
	margin-top: 0;
	text-align: center;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 22px;
}

a{
	color: #ff6a00;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


p{
	color: #000000;
	text-align: justify;
	font-size: 16px;
}


.main{
	margin: 0 auto;
	max-width: 1180px;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0  0 10px #ff6a00;
}

.head{
	padding: 20px;
	text-align: left;
	background-color: #e6e6e6;
	background-image: linear-gradient(#ffffff, #e6e6e6);
	box-shadow: 0 10px 10px -5px #cccccc;
}

.content{
	padding: 20px;
	text-align: left;
}

.footer{
	padding: 20px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #e6e6e6;
}
.footer a{
	font-size: 12px;
}

.nadpis-logo{
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}
.nadpis-logo1{
	display: inline-block;
	position: relative;
	top: -4px;
	font-size: 24px;
	color: #ff6a00;
}

.nadpis-popis{
	margin: 5px 0 15px 0;
	line-height: 1.5;
}

.menu{
	text-align: right;
	font-size: 14px;
	line-height: 1.75;
}
.menu a{
	font-size: 14px;
	font-weight: 700;
	margin: 0 10px;
}

.home{
	text-align: center;
}

.menu-kategoria{
	display: inline-block;
	margin: 10px;
	padding: 20px;
	width: 200px;
	height: 142px;
	vertical-align: top;
	font-size: 12px;
	/*background-color: #e6e6e6;*/
	/*background-image: linear-gradient(#e6e6e6, #ffffff);*/
	border-radius: 5px;
	box-shadow: 0 0 10px #cccccc;
	transition: all linear 0.2s;
	
}
.menu-kategoria:hover{
	box-shadow: 0  0 10px #ff6a00;
}

.menu-kategoria-nazov{
	display: inline-block;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 700;
}

.menu-kategoria img{
	width: 64px;
	height: 64px;
}

/* zoznam inzeratov */

.zoznam-sekcia{
	padding: 10px;
	line-height: 1.5;
	background-color: #e6e6e6;
	border-radius: 0 0 5px 5px;
}
.zoznam-sekcia1{
	padding: 10px;
	line-height: 1.5;
	background-color: #e6e6e6;
	border-radius: 5px;
}

.zoznam-sekcia-nazov{
	padding: 10px;
	font-weight: 700;
	color: #ffffff;
	background-color: #00d4ff;
	border-radius: 5px 5px 0 0;
}

.zoznam-podkategorie{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 20px 0 0;
	width: 20%;
}

.zoznam-inzeraty{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 0 0 0;
	width: 80%;
}

.link-kategorie{
	display: none;
	text-align: right;
	margin: 0 0 20px 0;
}

.link-kategorie-button{
	display: inline-block;
 	color: #ff6a00;
}

.link-kategorie-button:hover{
	text-decoration: underline;
	cursor: pointer;
}

.link-kategorie-button img{
	width: 24px;
	height: 24px;
	vertical-align: -6px;
}

.link-kategoria{
	display: block;
}

.inzerat{
	margin: 0 0 20px 0;
	height: 120px;
	border-radius: 5px;
	box-shadow: 0 0 10px #cccccc;
	transition: all linear 0.2s;
}
.inzerat:hover{
	box-shadow: 0  0 10px #ff6a00;
}

.inzerat-cont{
	padding:10px;
}

.inzerat-nazov{
	margin: 5px 0;
	max-height: 45px;
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inzerat-nazov h2{
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.inzerat-info{
	margin: 5px 0;
}

.inzerat-cena{
	font-size: 16px;
}

.inzerat-img{
	display: inline-block;
	float: left;
	width: 160px;
	height: 120px;
	margin: 0 10px 0 0;
	background-color: #00d4ff;
	/*background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	border-radius: 5px 0 0 5px;
}

.inzerat-img img{
	width: 160px;
	height: 120px;
	object-fit: cover;
	border-radius: 5px 0 0 5px;
}

.inzerat-text{
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inzerat-kategoria{
	margin: 5px 0;
}

.oznam{
	margin: 40px 0;
	text-align: center;
}

.oznam-chyba{
	margin: 40px 0;
	text-align: center;
	color: red;
}

.stranky{
	text-align: center;
}

.stranky a{
	display: inline-block;
	margin: 3px;
	padding: 5px;
	background-color: #e6e6e6;
	transition: all linear 0.2s;
}
.stranky a:hover{
	box-shadow: 0 0 5px #ff6a00;
}

.stranky span{
	display:inline-block;
	margin: 3px;
	padding: 5px;
	color: #ffffff;
	background-color: #00d4ff;
}

/* inzerat */

.inzerat-box{
	display: inline-block;
	width: 100%;
}

.inzerat-data{
	display: inline-block;
	float: left;
	box-sizing: border-box;
	vertical-align: top;
	width: 50%;
	padding: 0 20px 0 0;
	/*min-height: 570px;*/
	
}

.inzerat-data-text{
	font-size: 16px;
	/*overflow-wrap: break-word;*/
	word-break: break-word;
}

.inzerat-foto{
	display: inline-block;
	float: right;
	box-sizing: border-box;
	vertical-align: top;
	width: 50%;
	/*min-height: 2000px;
	padding: 0 0 0 30px;*/
	text-align: center;
	
}

/*.inzerat-foto img{
	width: 100%;
	height: auto;
}*/

.inzerat-dalsie-inzeraty{
	display: inline-block;
	box-sizing: border-box;
	float: right;
	width: 50%;
	padding: 0 20px 0 0;
}

.dalsie-inzeraty-nadpis{
	margin: 40px 0 20px 0;
	font-size: 16px;
	font-weight: 700;	
}

.dalsie-inzeraty-footer{
	text-align: center;	
}

.inzerat-no-photo{
	width: 100%;
	height: auto;
	background-color: #00d4ff;
	box-shadow: 0 0 5px #808080;
}

.inzerat-photo1{
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	box-shadow: 0 0 5px #808080;
}

.inzerat-photo-thumb{
	width: 100%;
	height: auto;
	/*margin: 10px;*/
	vertical-align: middle;
	/*transition: linear all 0.2s; */
	box-shadow: 0 0 5px #808080;
}

/*.inzerat-photo-thumb:hover{
	box-shadow: 0 0 5px #ff6a00;
}*/

.inzerat-data-link{
	/*text-align: right;*/
}

.inzerat-data-link a{
	display:inline-block;
	padding: 10px 20px;
	margin: 10px 0;
	font-weight: 700;
	color: #ffffff;
	background-color: #ff6a00;
	box-shadow: 0 0 10px #808080;
	border-radius: 5px;
	transition: linear all 0.2s;
}

.inzerat-data-link a:hover{
	box-shadow: 0 0 10px #ff6a00;
	transform: scale(1.05);
}

/* vyhladavanie */

.vyhladavanie{
	text-align: center;
}

.form-vyhladavanie{
	display: inline-block;
	margin: 20px 0;
	padding: 20px;
	border-radius: 5px;
	background-color: #e6e6e6;
}

.vyhladavanie-nadpis{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;	
}

.hladat-text, .hladat-kategoria{
	display: inline-block;
}
.hladat-text input[type=text], .hladat-kategoria select{
	/*box-sizing: border-box;
	height: 28px;*/
	margin: 5px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: solid 1px #cccccc;
	border-radius: 0;
}

.tlacidlo{
	display:inline-block;
	padding: 10px 20px;
	margin: 5px;
	font-weight: 700;
	color: #ffffff;
	background-color: #ff6a00;
	box-shadow: 0 0 10px #808080;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: linear all 0.2s;
}

.tlacidlo:hover{
	text-decoration: underline;
	box-shadow: 0 0 10px #ff6a00;
}

.hladany-vyraz{
	background-color: #99ff33;
}


/* keywords */

.zoznam-keywords{
	/*text-align: justify;*/
}

.link-keyword{
	display: inline-block;
	margin: 5px;
	padding: 10px;
	background-color: #e6e6e6;
	border-radius: 5px;
	transition: linear all 0.2s; 
}

.link-keyword:hover{
	box-shadow: 0 0 10px #ff6a00;
}

.reklama1{
}

.reklama1-nadpis1, .reklama1-nadpis2{
	margin: 20px 0;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.reklama1-nadpis1{
	margin: 20px 0;
}
.reklama1-nadpis2{
	margin: 40px 0 0 0;
	display: none;
}


.tlacidlo-sticker{
	display:inline-block;
	color:#ffffff;
	width:280px;
	padding:15px 0 0 0;
	margin:5px 0 0 0;
	font-weight:700;
	background-color: #ff6a00;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	text-decoration:none;
	transition:linear 0.2s all;
	cursor:pointer;
}
.tlacidlo-sticker:hover{
	/*background-color:#40ff40;*/
	color:#ffffff;
	box-shadow:0 0 10px #ff6a00;
}

.sticker{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	z-index: 20;
}

.footer-sticker{
	margin-bottom: 80px !important;
}

@keyframes button {
  0%   {width: 240px; height: 38px; font-size: 18px;}
  50%  {width: 256px; height: 38px; font-size: 20px;}
  100% {width: 240px; height: 38px; font-size: 18px;}
}

.animate{
	animation-name: button;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


/*@media screen and (max-width: 380px) {
	.menu{ font-size: 14px; }
	.menu a{ font-size: 14px; margin: 0 5px; }
}*/

@media screen and (max-width: 479px) {
	/*.menu{ text-align: center; }*/
	.menu{ font-size: 12px; text-align: center; }
	.menu a{ font-size: 12px; margin: 0 5px; }
}	

@media screen and (min-width: 480px) and (max-width: 999px){
	.inzerat-no-photo{ width: 50%; }
    .inzerat-photo1{ width: 50%; }
}

@media screen and (max-width: 639px) {
	.inzerat-img{ display: block; float: none; width: 100%; height:200px; border-radius: 5px 5px 0 0; }
	.inzerat-img img{ width: 100%; height:200px; border-radius: 5px 5px 0 0; }
	.inzerat{ height: auto; }

}

@media screen and (max-width: 999px) {
	.zoznam-podkategorie{ display: none; padding: 0; width: 100%; }
	.zoznam-inzeraty{ display: block; width: 100%; }
	.link-kategorie{ display: block; }
	.link-kategoria{ display: inline-block; margin: 0 20px 0 0; }
	.inzerat-data{ display: block; width: 100%; padding: 0 0 20px 0; min-height: auto; }
	.inzerat-foto{ display: block; width: 100%; /*min-height: auto; padding: 20px 0 0 0;*/ }
	.inzerat-dalsie-inzeraty{ display: block; width: 100%; padding: 0; }
	.reklama1-nadpis2{ display: block; }
}



