@charset "utf-8";
/* CSS Document */
body {
	background : #fff;
	margin : 0;
	padding : 0;
	font-family: 'Roboto', sans-serif;
	font-size : 1.3em;
}
#menu .wrapper {
	background : #fff;
	position : fixed;
	border-bottom : 5px solid #e20020;
	z-index:999;
	left : 0;
	right : 0;
	text-align : center;
}
#menu img {
	margin: 15px;
	max-width: 200px;
}
#menu .wrapper li a:hover {
	color : #7ead29;
}
#menu .wrapper li.last a {
	border : none;
}
h2 {
	font-size : 2.9em;
	margin : 0 0 20px;
	padding : 0;
}
.wrapper {
	width : 100%;
	max-width : 1100px;
	margin : auto;
}
#top {
	background : url('main.jpg') no-repeat 50% top;
	background-size:cover;
	padding-bottom : 55%;
	width : 100%;
}
#top {
	position : relative;
}
#top .wrapper {
    margin: auto;
    position: absolute;
    left: 50%; /* positions img relative to container */
  	top: 50%;  /* positions img relative to container */
  	transform: translate(-50%, -50%); 
	width : 90%;
	color: #fff;
}
#top .wrapper h1 {
	color: #000;
	font-size : 2.6em;
	text-align: center;
}
#about, #cenik {
	background : #e20020;
	color : #fff;
}
#about .info {
	margin: auto;
	text-align: center;
	padding: 160px 50px;
}
.quotes {display: none;}
#info h2 {
	color : #fff;
	position : absolute;
	max-width : 40%;
	margin-top : 2%;
	font-size : 3.5em;
	line-height : 1;
}
.nabidka .wrapper {
	padding : 140px 0;
	background : url('bg-co-nabizim.jpg') no-repeat right 50%;
}
.nabidka .info {
	padding-right : 520px;
}
.nabidka ul li {
	list-style-image : url('ul-li.png');
	padding-left : 10px;
	padding-bottom : 5px;
	color : #707070;
}
.nabidka h2, #kontakt h2 {
	color : #e20020;
}

#info2 {
	background : url('info2.jpg') no-repeat 50% 60%;
	background-size:cover;
	position : relative;
	padding-bottom : 30%;
}

#cenik .info {
	padding : 160px 0 160px 370px;
	background : url('bg-cenik.png') no-repeat left 50%;
}

.praxe .wrapper {
	text-align: center;
	font-size: 1.6em;
}

#kontakt {
	padding : 5em 0 40px;
	background: #e20020;
	color: #fff;
}
#kontakt h2 {
	color: #fff;
}
#kontakt .wrapper {
	text-align : center;
}
#kontakt a img {
	margin-top : 40px;
   opacity: 1;
   transition: opacity .5s ease;
   -moz-transition: opacity .5s ease;
   -webkit-transition: opacity .5s ease;
}
#kontakt a:hover img {
	opacity : .4;
}
a {
	color : #000;
}
a:hover {
	text-decoration : none;
}

#menu select {
	display : none;
}

@media (max-width: 1000px) {
	h2 {
		font-size : 1.5em;
	}
	#nabidka .wrapper {
		background-size : 50%;
		background-position : 50% 30px;
		padding : 0;
	}
	#about .info, #nabidka .info, #cenik .info {
		padding : 55px 20px 50px;
		background-size : 50%;
		background-position : 50% 30px;
	}
	.nabidka .info {
		padding : 50px 20px 20px;
	}
	#top .logo { 
		width : 30%;
	}
	#info h2 { 
		max-width : 70%;
		font-size : 1.5em;
		margin-left: 20px;
		margin-top: 2%;
	}
	.nabidka .wrapper {
		padding: 20px 0;
		background: none;
	}
	#menu .wrapper ul { 
		margin : 0;
	}
	#menu .wrapper li { 
		display : none;
	}
	#menu select {
		display : block;
		width : 90%;
		margin : 0 5%;
		padding : 5px;
	}
	#kontakt {
		padding: 30px 0;
	}
}
@media (max-width: 600px) {
	#top .wrapper {
		top: 75%;
	}
	#about .info {
		padding: 50px;
	}
	#top .wrapper h1 {
		font-size : 1.3em;
	}

	.nabidka .info {
		padding: 20px;
	}

}