/* =============================================================================
   Contact
   ========================================================================== */


#map_canvas {
	height: 500px;
	width: 100%;
	border-top: 4px solid #545540; /* DK GREEN */
}

#map-wrapper {
	margin: 0 auto;
	width: 960px;
}
#map-info {
	width: 500px;
	height:auto;
	padding: 4%;
	position: relative;
	z-index: 1;
	margin: 80px 0 -870px 0;
	float: left;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 1px #9E9E9E;
	box-shadow:0px 0px 10px 1px #9E9E9E;
	font-size: 14px;
}

#map-info #column1 {
	float: left;
	width: 55%;
	height:auto;
	margin: 25px 0;
}

#map-info #column2 {
	float: right;
	width: 45%;
	height:auto;
	margin: 25px 0;
}

.map-inset-img {
	float:right;
	width:97%;
	height:auto;
}

#map-info #column1 .left, #map-info #column2 .left {
	width: 8%;
	float: left;	
}

#map-info #column1 .right, #map-info #column2 .right {
	float: right;
	width: 89%;
	margin: 0 0 10px 0;
}

#map-info #column1 .right a.email {
	color: #4d4d4d; /*dark gray*/
}
#map-info #column1 .right a.email:hover {
	color: #cd4843; /* red */
}

#map-info a.google-link {
	font-size:14px;
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 600;
  	color: #ffffff;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:.05em;

	background:#cd4843;
	border:2px solid #ca4842; /*red*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	
	padding: 10px 50px;
	margin: 0 5px 0 0;
	float: left;
	margin: 20px 0 20px 0;
}
#map-info a.google-link:hover {
	background-color:transparent;
	border:2px solid #ca4842; /*red*/
	color:#ca4842; /*red*/
}

#map-info #column3 {
	border-top:1px solid #ccc;
	float:left;
	padding-top:25px;
	margin-top:-10px;
}



@media only screen and (min-width:481px) and (max-width: 768px) {

#map_canvas {
	height: 400px;
	width: 100%;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}

#map-wrapper {
	margin: 0 auto;
	width: 100%;
	position:absolute;
}

#map-info {
	width:300px;
	height:100%;
	padding: 8%;
	position: relative;
	z-index: 1;
	display:block;
	margin: 80px auto -9000px auto;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 1px #9E9E9E;
	box-shadow:0px 0px 10px 1px #9E9E9E;
	font-size: 14px;
	float:none;
	
}

#map-info #column1 {
	display:block;
	margin:15px auto 0 auto;
	width: 100%;
	float:none;
}

#map-info #column2 {
	display:block;
	margin:0 auto;
	width:100%;
}

#map-info #column2 img {
	display:block;
	margin:0 auto;
}

#map-info a.google-link {
	width:200px;
	margin:15px auto 35px auto;
	display:block;
	text-align:center;
}

.map-inset-img {
	float:right;
	width:100%;
	height:auto;
}

#map-info #column3 {
	border-top:1px solid #ccc;
	margin:25px auto 0 auto;
	display:block;
	padding-top:25px;
	height:auto;
	width:100%;
	float:none;


}
}




@media screen and (max-width: 480px) { 
#map-wrapper {display:none;}
#map_canvas {display:none;}
}