.body-content{
background: white;
}
.www-header{
padding:0px;
max-width:100%;
/*max-height:390px;*/
}
.naglowek-strony{
max-width:100%;
}
#logo{
/*position:absolute;*/
/*top:30px;
left:30px;*/
max-height:360px;
max-width:100%;
}
.promo{
	color:red;
}
.map_container{
    position: relative;
    width: 100%;
	height:350px;
	margin-bottom:15px;
	
	
/*     padding-bottom: 56.25%; Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.side-box{
	background: #f9f9f9;
	text-align:center;
	padding:10px;
	margin-bottom: 10px;
}
.side-box h1,
.side-box h2,
.side-box h3, 
.side-boxh4, 
.side-boxh5, 
.side-boxh6{
	margin-top:0px
}

 .body-content{
     margin-top:70px;
 }
#map_canvas{
    position: absolute;
	min-height:350px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.oferta-zdj{
	float:left;
	max-width:23%;
	padding:1%;
	/* border: 1px solid gray;
	margin:2px; */
}
.ofirmie-zdj{
	float:left;
	max-width:30%;
	padding:1%;
	/* border: 1px solid gray;
	margin:2px; */
}

#menu li a:hover {
    cursor: pointer;
}

#all-pages{
	text-align:justify;
}

/*@media only screen and (max-width: 480px) {
#logo{
	top:0px;
	left:0px;
}	
}*/

#site-nav{
	margin-top:20px;
}

.bx-wrapper{
	margin-bottom:30px;
}



/*contact section*/
.contact-caption{
	background: #3a9dca;
	margin-top: 15px;
}
.contact-heading h2{
	color: #fff;
	font-size: 42px;
}
.contact-info{
	padding-left: 60px;
}
.contact-info h4{
	color:black;
}
#contact{
		position: relative;
	overflow: hidden;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 5;
	margin-top:10px;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.contact-info i.fa{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
#ContactForm input[type=submit]{
	max-width: 300px;
	height: 60px;
	background: #2a2a2a;
	color:white;
	padding:7px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
#ContactForm input[type=submit]:hover{
	background: white;
	color: #000;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: right;
}
input.contact-form-submit{
	color: #fff;
	background:#2a2a2a;
	font-weight: bold;
}
input.contact-form-submit:hover{
	background:black;
}
.contact-form{
	padding:0 5%;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

/*.bx-viewport{
    min-height:75px !important;
}*/


/*
@media only screen and (max-width: 468px) {
  .hide-on-mobile { display: none; }
}*/