body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}
h1 {
	font-size: 30px;
	color: #5C93AD;
	margin-top: 0;
}
h2 {
	font-size: 20px;
	color: #A9CC86;
	margin-top: 40px;
	margin-bottom: 10px;
}
.main {
	max-width: 960px;
	margin: 0px auto;
}
.col_left {
	width: 20%;
	float: left;
}
.col_right {
	width: 75%;
	float: right;
}
.photo {
	width: 100%;
}
.map {
	width: 70%;
	height: 300px;
}
.footer {
	padding: 20px;
	margin-top: 40px;
	background: #5C93AD;
	color: #fff;
	text-align: center;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* Media queries for less than 960 pixels: */
/*======================================== */

@media only screen and (max-width: 960px) {

}

/* Media queries for less than 700 pixels: */
/*======================================== */

@media only screen and (max-width: 700px) {

}

/* Media queries for less than 600 pixels: */
/*======================================== */

@media only screen and (max-width: 600px) {
	.col_left {
		width: 100%;
		text-align: center;
	}
	.col_right {
		width: 100%;
	}
	.photo {
		width: 50%;
		margin-bottom: 30px;
	}
	.map {
		width: 100%;
	}
}

/* Media queries for less than 400 pixels: */
/*======================================== */

@media only screen and (max-width: 400px) {

}
