BODY {  
  background-color: #fff;
  padding: 0;
}

header {
	padding: 80px 0 0;
}
header img.img-responsive {
	display: inline-block;
}

section {
	padding: 50px 0;
	
}

.bg {
	background-color: #f9f9f9;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.vertical-middle, .vertical-middle img {
	vertical-align: middle;
}
/* ====================
	introduction
==================== */
.introduction P {
	font-size: 1.3em;
	font-weight: 300;
}

/* ====================
	WORK
==================== */
.work img {
	margin: 10px 0;
}


/* ====================
	CONTACT MAP
==================== */
.contact-map {
	padding-bottom: 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
	.section-image{
		text-align: center !important;
		margin-bottom: 40px;
	}
	
}


footer {
	padding: 50px 0 50px;
	background-color: #151515;
	font-size: 1em;
	color: #777;
	font-weight: 300;
}
footer a, footer a:hover {
	color: #777;
	font-weight: 400;
}

