/* CSS Document */

/* SMALL SCREENS | iPhone */

	body{
		background-position: 123px 0;
	}
	
	#sidebar{
		width: 110px;
	}
	
	section{
		left: 120px;
	}
	
	#homepage section{
		width: 300px;
	}
	
	section,
	#sidebar{
		min-height: 500px;
	}
	
	section article{
		margin: 5px 0;
		padding-left: 50px;
	}
	
	section article h1{
		font-size: 200%;
	}

	section article p{
		font-size: 100%;
	}
	
	#homepage section{
		left: 125px;
		padding-left: 150px;
	}
	
	#homepage section article p{
		line-height: 12px;
	}
	
	#homepage #slider-wall{
		width: 110px !important;
	}
	
	#homepage #slider-wall img{
		width: 100%;
		height: auto;
	}
	
	#homepage section article{
		padding-left: 0;
	}
	
	#kontakt article p{
		font-size: 80%;
	}
	
	#kontakt article{
		min-width: 500px;
	}
	
	
	#kontakt #adresa #mapa{
		height: 100px !important;	
	}
	
	#kontakt #kont-clear{
		display: none;
	}
	
	#kontakt legend{
		padding-bottom: 5px;
	}
	
	#galerie section{
		position: relative !important;
	}
	
	label{
		font-size: 50%;
	}
	
	iframe{
		width: 300px;
		height: 100px;
	}
	
	input, textarea{
		border-radius: 0;
	}
	
	input{
		width: 90px;	
	}
	
	textarea{
		float: left;
		width: 230px;
		height: 50px;
		margin-left: 20px;
	}
	