@media screen and (min-width: 800px)
and (max-width: 1100px){

/* Nagłówek i jego elementy 800-1100
--------------------------------------------- */	
.header{
	width: 100%;
	height: 150px;
	display: block;
	margin: 0 auto;
	position: relative;
	}	
.header figure.logo{
	width:300px;
	position: absolute;
	top: 10px;
	left: 0px;
}
figure.logo img{
	width:270px;
	}
	.header figure.logo figcaption h1{
	font-size: 20px;	
	}


.header div.flagLine{
	 width: 100%;
	 float: right;
	 height: 40px;
	 display: block;
	 background: url(../images/flagi-panstw.png) no-repeat center;
	 background-size: 60%
	 }
	 
/* Menu 800-1100
--------------------------------------------- */	
div.menu{
	display: block;
	width: 250px;
	float: left;
	}	
ul.nav{
	display: block;
	background: none;
	 }	
ul.nav li {
	margin: 0;
	padding: 2px 0;
	width: 250px;
	border-bottom: #CCC 1px solid
	}
ul.nav li a{	
	line-height: 1.4;
	color:#333;
	font-size:14px;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
	font-weight: bold;	
	}
div.about{	
	width: 450px;
	float: left;
  	line-height:2;
	margin: 30px 0 30px 0;
	}
.righContainer{
	width: 250px;
	float: left;
	padding-bottom: 13px;	
	margin: 30px 0 30px 0;
	background:url(../images/shadow-panel2.png) no-repeat center bottom;
	}
.leftContainer{
	width: 250px;
	float: left;
	margin: 30px 0 30px 0;
	padding-bottom: 15px;
	background:url(../images/shadow-panel.png) no-repeat center bottom;
	}
.leftContainer img{ 
	width: 90%;
	}
.righContainer p, .leftContainer p{
	line-height: 1.3;
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
	}
.righContainer p span, .leftContainer p span{
	line-height: 1.3;
	font-size: 14px;
	font-weight: bold;	
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.25);
	}
div.panelInner{
	width: 230px;}
div.panelInner p, div.panelInner h3, div.panelInner h4{
	line-height: 1.3;
	font-size: 12px;
	}


/* Formularz 800-1100
--------------------------------------------- */
#contact-form {
	width:390px;
	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:370px;
	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:370px;
	-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;
}
 }