
/* Rozmiar od 1100px
--------------------------------------------- */		

@media screen and 
(min-width: 1100px)
 {
	
/* Nagłówek i jego elementy 1100+
--------------------------------------------- */	
.header{
	width: 100%;
	height: 150px;
	display: block;
	margin: 0 auto;
	position: relative;
	}	
figure.logo{
	float: left;
	margin-top: 10px;
}


/* Menu 1100+
--------------------------------------------- */	
div.menu{
	z-index:999;
	}	
ul.nav{
	display: block;
	 }	
ul.nav li{
	margin: 0 5px
}
/* Galeria kategorie 1100+
--------------------------------------------- */	
.block, .blockSign{
	width: 1000px;
	height: 300px;	
	}
.block h2{
	bottom: 15px;
	font-size:36px;
	color: #FFF;
	padding: 10px 10px;
	}
.nieparz h2{
	left: 50px;}
.parz h2{
	right: 50px;
	}

.content{
	width: 100%;
	display:block;
	}
.container{
	width: 1100px;
	margin: 0 auto;	
	margin-top: 10px;
	}
/* Galeria lista zdjęć 1100+
--------------------------------------------- */
ul.imageList{
	list-style: none;
	}	
ul.imageList li.galeryImg{
	display:block;
	width: 32%;
	height: 270px;
	margin: 5px;
	padding: 0;
	float: left;
	text-align:center;
	}

	
/* Opis str.gł 1100+
--------------------------------------------- */	
.essence{
	width:800px;
	margin: 0 auto;
	}
.essence h1{
	font-size:36px;
	}	
/* Slider 1100+
--------------------------------------------- */	



	
/* Kontakt 1100+
--------------------------------------------- */
.innerKontakt{
	position: relative;}
.innerKontakt strong{
	color: rgba(255,255,255, 0.3);
	text-shadow: 0px -1px 0px #333,
     -1px 1px 0px #FFF;
	}	
.contact{
	width: 400px;
	display:block;
	position: absolute;
	left: 50px;
	top: 100px;
	font-size: 26px;
	}
/* Formularz 1100+
--------------------------------------------- */
#contact-form {
	width:500px;
	z-index: 3000;
	float:right;
	margin: 50px 0;
	}

#contact-form h1 {
	font-size:42px;
	}

#contact-form h2 {
	margin-bottom:15px;
	font-style:italic;
	font-weight:normal;
	}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
	font-size:15px;
	margin-bottom:2px;
	}

#contact-form input,
#contact-form select,
#contact-form textarea {
	width:450px;
	border: 1px solid #737b8b;
	margin-bottom:20px;
	padding:4px;
	}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
	border: 1px solid #737b8b;
	background-color: #CCC;
	}

#contact-form textarea {
	height:150px;
	resize: none;
	}

#contact-form label {
	display:block;
	}

#contact-form .required {
	font-weight:bold;
	color:#F00;
	}

#contact-form #submit-button {
	width: 100px;
	color:#FFF;
	border:none;
	display:block;
	float:right;
	margin-bottom:0px;
	margin-right:6px;
	background-color:#737b8b;
	-moz-border-radius:8px;
	}

#contact-form #submit-button:hover {
	background-color: #CCC;
	}
#contact-form #submit-button:active {
	position:relative;
	top:1px;
	}
#errors {
	border:solid 1px #E58E8E;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
	display:none;
	}

#errors li {
	padding:2px;
	list-style:none;
	}

#errors li:before {
	content: ' - ';
	}

#errors #info {
	font-weight:bold;
	}

#errors #info:before {
	content: '';
	}

#success {
	border:solid 1px #83D186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;
}

#req-field-desc {
	font-style:italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color:#CCC;
	font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#CCC;
	font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  {
	color:#CCC;
	font-style:italic;
}
}

