@charset "utf-8";
/* CSS Document */

.metro .mapsed-container .gm-style {
	line-height: 1.428571429;
	color: #333333;
	background-color: #ffffff;
};

.metro .mapsed-container h1, 
.metro .mapsed-help h3 { 
	font-size: medium;
	background-color: #eee;
	color: #333;
	border-radius: 5px;
	padding-left: 5px;
}

.metro .mapsed-container h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 0.2rem;
	line-height: 1.6rem;
	background-color: #EEE;
	padding: 0.3rem;
	padding-left: 0.7rem;
	border-radius: 5px;
}

.metro button.mapsed-control-button {
	border: solid 1px #888;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	padding: 1px 6px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: 400;
	margin-right: 3px;
	margin-top: 5px;
	cursor: pointer;
}

.metro .mapsed-address-entry ul {
	list-style-type: none;
	margin: 0 5px 0 5px;
	padding: 0;
}

.metro .mapsed-address-entry label input {
	display: inline-block;
	width: 70%;
	float: right;
	color: #333;
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 2px;
}

.metro .mapsed-address-entry label, 
.metro .mapsed-address-entry label input {
	height: 2.0rem;
	line-height: 1.8rem;
	font-size: 1.1rem;
}

.metro .mapsed-address-entry label {
	margin-top: 0.8rem;
}

.metro .mapsed-address-entry label input {
	margin-top: 0rem;
}

.metro .mapsed-container ul li, 
.metro .mapsed-container ol li {
	line-height: 1.6rem;
	margin-bottom: 0.6rem;
}

.metro .mapsed-address-entry {
	min-width: 25rem;
}

.metro .mapsed-address-entry .mapsed-save-button,
.metro .mapsed-address-entry .mapsed-locate-button {
}

*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.map-body img,
.map-container img { 
	max-width: none; 
}

.frame {
	overflow: hidden;
}

.metro .tab-control .frames {
	background-color: rgba(255, 255, 255, 0.5);
}

.map-body {
	line-height: 1.428571429;
	position: relative;
	margin-top: 15px;
}

.map-container {
	background-color: #CCC;
	float: left;
}

.map-body,
.map-container {
	height: 500px;
	width: 100%;
	line-height: 1.6rem;
}

.metro .map-container img {
	max-width: none !important;
}

.map-info {
	line-height: 1.6rem;
}

/******************************************************************/
/*                                                                */
/* Responsive styling                                             */
/*                                                                */
/******************************************************************/

@media only screen and (min-device-width: 481px) and 
					   (max-device-width: 640px) and 
					   (orientation:landscape) {
	/* For landscape layouts only */
	.map-body,
	.map-container {
		height: 250px;
		width: 510px;
	}
}

@media only screen and (max-device-width: 569px) and 
					   (orientation:landscape) {
	/* For landscape layouts only */
	.map-body,
	.map-container {
		height: 250px;
		width: 416px;
	}
}

@media only screen and (max-device-width: 568px) and 
					   (orientation:landscape) {
	/* For landscape layouts only */
	.map-body,
	.map-container {
		height: 250px;
		width: 415px;
	}
}

@media only screen and (max-device-width: 533px) and 
					   (orientation:landscape) {
	/* For landscape layouts only */
	.map-body,
	.map-container {
		height: 250px;
		width: 380px;
	}
}

@media only screen and (max-device-width: 360px) and 
					   (orientation:portrait) {
	/* For landscape layouts only */
	.map-body,
	.map-container {
		height: 350px;
		width: 200px;
	}
}


