body {
	font-family: "DINNextLTPro",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.42857;
	color: #333;
	background-color: #FFF;
	
	margin: 0;
	padding: 0;
	
}
/* FONT_FACE mixin */
@font-face {
  font-family: 'DINNextLTPro';
  src: url('fonts/DINNextLTPro-Regular.eot');
  src: url('fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DINNextLTPro-Regular.woff') format('woff'), url('fonts/DINNextLTPro-Regular.ttf') format('truetype'), url('fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINNextLTPro';
  src: url('fonts/DINNextLTPro-Medium.eot');
  src: url('fonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/DINNextLTPro-Medium.woff') format('woff'), url('fonts/DINNextLTPro-Medium.ttf') format('truetype'), url('fonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINNextLTPro';
  src: url('fonts/DINNextLTPro-Bold.eot');
  src: url('fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/DINNextLTPro-Bold.woff') format('woff'), url('fonts/DINNextLTPro-Bold.ttf') format('truetype'), url('fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
a:link,
a { outline:none }
a img { border:none } 
* {margin:0;padding:0;}  
  .collapse {display: none !important;}
 .btn{display: none;}
 button.btn-responsive-nav {display: none;}
 h2, .h2 {
     font-size: 32px;
 }
/*zerujemy wszystkie marginesy - niestety tutaj również będziemy musieli zadowolić się górnym i dolnym paddingiem */ 
 
html, body {height: 100%;
	
	margin: 0;
	padding: 0;
	} 
.bar {
    width: 15px;
    height: 2px;
    background: #00A8E6 none repeat scroll 0% 0%;
    margin: 3px;
    clear: both;
}
/*RWD*/
@media (min-width: 1100px) {/* style dla 3komputera*/
.collapse {display: none !important;}
.btn{display: none;}

button.btn-responsive-nav {display: none;}
}
@media (max-width: 1000px) and (min-width: 768px) {
.boxlimit{width: 768px !important;}
}

/* style dla telefon orientacja pozioma */
@media (max-width: 768px) and (min-width: 500px) {/* style dla telefon orientacja pozioma */
#logo_pzu{
	margin-left: 0px !important;
}
.boxlimit{width: 500px !important;}
#menubar{
	display: none !important;
}
#imie_top{
	width: 250px;float: left;
}
#imie_top h2 {padding: 0px 30px 12px !important;}
button.btn-responsive-nav {
top: 0px;
right: 10px;position: absolute;
    background: #fff;
    border: 1px solid #00A8E6;
    display: block;
   float: left;
    color: #FFF;
}
#banner{
	display:none;
}
#right{
float: none !important; width: 100% !important;	
}
#left{
float: none !important; width: 100% !important;		
}
.btn {

    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
}
.btn{float: right;margin: 18px 7px 10px;}
.collapsing{padding: 15px;
background: #F7F7F7 none repeat scroll 0% 0%;
overflow: hidden;transition-duration:0.5s;}
.collapse.in {clear: both;width: 100%; padding: 15px;
background: #F7F7F7 none repeat scroll 0% 0%;
overflow: hidden;
color: #fff; display: block !important;}
.collapse {display: none !important;}
#demo{clear: both;}
#demo ul{list-style: none;display: block;margin: 0px;padding: 0px;}
#demo li{ float: none;display: block;}
#demo li a{text-decoration: none;color: #0A307B; text-transform: uppercase;padding-top: 10px;
padding-bottom: 10px;
line-height: 21px;position: relative;
display: block;font-weight: 500;font-size: 18px;
padding: 10px 15px;
}


}
/* style dla telefon orientacja pionowa */
@media (max-width: 500px) {/* style dla telefon orientacja pionowa */
#logo_pzu{
	margin-left: 0px !important;
}
.boxlimit{width: 300px !important;}
#menubar{
	display: none !important;
}
#imie_top{
	width: 150px;float: left;
}
#imie_top h2 {padding: 0px 30px 12px !important;}
button.btn-responsive-nav {
top: 0px;
right: 10px;position: absolute;
    background: #fff;
    border: 1px solid #00A8E6;
    display: block;
   float: left;
    color: #FFF;
}
#banner{
	display:none;
}
#right{
float: none !important; width: 100% !important;	
}
#left{
float: none !important; width: 100% !important;		
}
.btn {

    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
}
.btn{float: right;margin: 18px 7px 10px;}
.collapsing{padding: 15px;
background: #F7F7F7 none repeat scroll 0% 0%;
overflow: hidden;transition-duration:0.5s;}
.collapse.in {clear: both;width: 100%; padding: 15px;
background: #F7F7F7 none repeat scroll 0% 0%;
overflow: hidden;
color: #fff; display: block !important;}
.collapse {display: none !important;}
#demo{clear: both;}
#demo ul{list-style: none;display: block;margin: 0px;padding: 0px;}
#demo li{ float: none;display: block;}
#demo li a{text-decoration: none;color: #0A307B; text-transform: uppercase;padding-top: 10px;
padding-bottom: 10px;
line-height: 21px;position: relative;
display: block;font-weight: 500;font-size: 18px;
padding: 10px 15px;
}

}

#wrap {min-height: 100%;} 
 
#main {
    padding-bottom: 60px;} /* ta sama wartość co wysokość stopki */ 
 
#footer {position: relative; 
    margin-top: -60px; /* wysokość stopki z minusem :) */ 
    height: 60px; 
    clear:both;color: #999;
    font-size: 12px;}  
 #footer a{
 	color: inherit;
 }
/*Opera Fix*/ 
body:before {/* thanks to Maleika (Kohoutec)*/ 
content:""; 
height:100%; 
float:left; 
width:0; 
margin-top:-32767px;/* thank you Erik J - negate effect of float*/ 
}
.boxlimit{
	width: 1170px; margin: 0px auto;
}
#top{
	height: 84px; margin-top: 21px;
}
#logo_pzu{ float: left;margin-left: 20px;

}
#imie_top h2{
	color: #333;
font-size: 35px;
text-transform: uppercase;	
padding: 35px 30px 12px;
font-weight: 500;
line-height: 1.1;
float: left;
}
#imie_top h2 small{
	color: #999;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}
#menubar{
	clear: both;
}
#cssmenu{
	float: left;
}
#cssmenu ul{
list-style: none;
}
#cssmenu li{
	float: left; padding: 0px;
}
#cssmenu li a{
	text-decoration: none; color: #0A307B;line-height: 21px;position: relative;
	display: block;
	padding: 10px 15px;text-transform: uppercase;
	font-weight: 500;font-size: 18px;
}
#cssmenu li:hover a{
	color: #37A9E5;
}
#min_tel{
	float: right;
}
#min_tel ul{
	list-style: none;
	
}
#min_tel li{
	float: left;
}
#min_tel li a{
color: #0A307B;    padding-top: 4.5px;
    padding-bottom: 4.5px;line-height: 21px;position: relative;
    display: block;font-size: 18px;
    padding: 10px 15px; text-decoration: none;
}
#min_tel .icon-email, #demo .icon-email{
    width: 16px;
    background-position: 100% center;
}
#min_tel .icon-tel, #demo .icon-tel{
    width: 6px;
    background-position: 0px 0px;
}
 .icon-tel,  .icon-email {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 0.5em;
    height: 16px;
    background-image: url("images/sprite-contact.png");
    background-repeat: no-repeat;
}
#banner{
	clear: both;
}
#text_main{
	clear: both;
}
#left{margin-top: 42px;
	width: 780px; float: left;padding-left: 15px;
}
#right{margin-top: 42px;
	width: 262px; float: right;
}
#right h2{
	font-size: 32px;font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #0A307B;
}
#left h1{
	
	    font-size: 39px;font-family: inherit;
	    font-weight: 500;
	    line-height: 1.1;
	    color: #0A307B; text-transform: capitalize;
	
}
#right ul{
	list-style: none;
}
#right li{
	background-color: #EBEBEB;
	background-image: linear-gradient(to right, #F5F5F5 0%, #FFF 100%);
	border-left: 3px solid #F5F5F5;
	margin-bottom: 1px;
}
#right li a{
	color: #21244F;
	background: transparent none repeat scroll 0% 0%;position: relative;
	display: block; text-decoration: none; width: 260px;
	padding: 10px 15px;text-transform: uppercase;
	font-weight: 500;
}
#right li:hover a{
	color: #00A8E6;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #0A307B;
}
p {
    margin: 0px 0px 10.5px;
}
#left .list > li:first-child {
    border-top: medium none;
    padding-top: 0px;
}
.list > li{
	padding-left: 0px;
	margin-bottom: 21px;
	padding-top: 21px;
	border-top: 1px solid #E7E7E7;
}
.more{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	line-height: 1.42857;
	-moz-user-select: none;
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	border-radius: 0px;
	background-clip: padding-box;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 3px;
	padding: 6px 24px 4px;
	color: #666;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px; text-decoration: none;
}
.more:hover {
  color: #333;
  background-color: #f7f7f7;
}
.btn-main {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #00A8E6;
    white-space: nowrap;
    -moz-user-select: none;
    padding: 12px 30px 10px;
    font-size: 18px;
    line-height: 1.15;
    color: #FFF;
    background-color: #00A8E6;
    border-radius: 0px;
    background-clip: padding-box;
}
h3, .h3 {
    font-size: 26px;
}
#power{
	float: right;
}
#power a{
	color: #00A8E6;
}
#infoot{
	border-top: 1px solid #E7E7E7;
	padding-top: 42px;
	padding-bottom: 42px;
	font-size: 12px;
}
.form-control {margin-bottom: 15px;
    display: block;
    width: 220px;
    height: 20px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.sendform{
	display: inline-block;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #00A8E6;
	white-space: nowrap;
	-moz-user-select: none;
	padding: 12px 30px 10px;
	font-size: 18px;
	line-height: 1.15;
	color: #FFF;
	background-color: #00A8E6;
	border-radius: 0px;
	background-clip: padding-box;
}
.sendform:hover{color: #FFF;
background-color: #008ABD;
border-color: #007BA9;}
.context-box{margin-bottom: 42px;}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}
#text_blog ul{
	list-style: none;padding-bottom: 80px;
}
#text_blog li{
	float: left;
	    width: 25%;
	
}
#text_blog li h4 a{
	font-size: 15px;
	margin: 0px 0px 10px;color: #333; text-decoration: none;
}
#text_blog{ clear: both;
	
	padding-top: 42px;
	padding-bottom: 42px;
	border-top: 1px solid #E7E7E7;
}
#text_blog h2{
		    font-size: 32px;
	
}
time{
	color: #999;
	font-size: 12px;
}