@media screen and (max-width: 500px){
	.list1 {
		display: block;
		width: 100%;
	}

	.list2 {
		width: 100%;
		display: block;
		padding-left: 0;
		margin-left: 0;
		padding-top: 150px;
		position: absolute;
		text-align: center;
	}

	.box3 .list1{
		transform: translate(50%);
	}

	.list2 h3 {
		text-align: center;
	}

	.list2 ol {
		padding-left: 100px;
	}

	.list2 ul {
		padding-left: 75px;
	}
}

.box {
	padding: 30px 30px 130px 30px;
	margin: 10px 0;
	display: inline-block;
	box-shadow: inset 0px 0px 30px #000;
	border-radius: 5px;
	vertical-align: middle;
	width: 80%; 
	text-align: center;
	font-weight: 100;
}

abbr {
	text-transform: uppercase;
	color: #284991;
}

.some1, .some2 {
	text-align: left;
}

.list1 {
	transition: all 0.2s;
	float: left;
	margin-left: 10%;
}

.list2 {
	transition: all 0.2s;
	display: inline-block;
	position: static;
	text-align: left;
}

.some1 p, .some2 p {
	display: inline-block;
	padding: 0;
	margin: 2px;
}

.some2 {
	margin-top: 50px;
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
}

.form_box {
	width: 40%;
	height: 200px;
	margin-top: -200px;
}

.form_box *{
	display: block;
	margin-top: 5px;
	resize: none;
}

/* ------------------------------------------- */
/* ----------- Formularz kontaktowy ---------- */
/* ------------------------------------------- */


input::placeholder {color: rgba(255, 255, 255, 0.6);}
textarea::placeholder {color: rgba(255, 255, 255, 0.6);}

input[name=email], input[name=_subject] {
	color: #fff;
	width: 100%;
	height: 25px;
	background-color: #284991;
	border: 1px solid #000;
	padding-left: 10px; 
	border-radius: 2px;
	outline: none;
} 

textarea[name=message] {
	color: #fff;
	width: 100%;
	height: 150px;
	background-color: #284991;
	border: 1px solid #000;
	padding-left: 10px;
	padding-top: 10px; 
	font-family: Arial;
	border-radius: 2px;
	outline: none;
}

button[name=submit] {
	color: #fff;
	background-color: #284991;
	border: 1px solid #000;
	padding: 5px 25px;
	cursor: pointer;
	border-radius: 2px;
	outline: none;
	text-align: center;
	transition: all 0.2s;
}
