@charset "utf-8";

.access_bg {
	background-image:url(../images/access/building.jpg);
	height:500px;
}

.access_text_bg {
    background:rgba(27,27,27,0.9);
	height:100px;
    position:relative;
    top:400px;
}

.access_text_bg p {
	color:#FFF;
	font-size:18px;
	line-height:1.75em;
	text-align:center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


#google_map {
	width: 100%;
	height: 480px;
}
