﻿
#mapwrapper
{
	max-width:1920px;
	margin:0 auto;
	padding:0px 0;
	background-color:#ffffff;
	min-width:200px;
}

.map-holder h1 {
	color:#3272b3;
	text-transform:uppercase;
	font-family:'RobotoBold', Arial, sans-serif;
	font-size:26px;
	line-height:28px;
}

svg {
	float:left;
	width:715px;
	background-image:url(../images/divider-vertical.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding:0 25px 0 0;
	min-height:510px;
}

#msg_box { 
	float:right;
	position: relative;
	width:300px;
}

.unselectable {
	-moz-user-select:none;
	-webkit-user-select:none;
}

.tip {
	display:none;
	padding:5px 10px;
	border:1px solid #EBECED;
	color:#fff;
	font-size:13px;
	font-family:'CartoGothicStdBook', Arial, sans-serif;
	z-index:1000;
	float:left;
	position:absolute;
	background:#3673b2;
}

#msg_title {
	color:#3272b3;
	font-family:'RobotoRegular', Arial, sans-serif;
	font-size:15px;
	line-height:21px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#msg_data{
	min-height:200px;
	overflow: auto;
	word-wrap:break-word;
	text-align: left;	
	color:#787878;
	font-size:14px;
	font-family:'CartoGothicStdBook', Arial, sans-serif;
	line-height:20px;
}

#msg_data a {
	color:#3272b3;
}

#msg_data a:hover {
	color:#222;
}


@media (min-width: 1070px) and (max-width: 1350px) {

svg {
	width:475px;
	min-height:300px;
}

#msg_box { 
	width:300px;
}

}


@media (min-width: 790px) and (max-width: 1070px) {

svg {
	width:620px;
	background-image:url(../images/divider.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:0 0 25px 0;
	margin:0 0 20px 0;
	min-height:400px;
}

#msg_box { 
	float:left;
	position: relative;
	width:620px;
}
}

@media (min-width: 520px) and (max-width: 790px) {

svg {
	width:340px;
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 0 25px 0;
	min-height:240px;
}

#msg_box { 
	float:left;
	width:340px;
	padding:25px 0 0 0;
}
}

@media (min-width: 100px) and (max-width: 520px) {

svg {
	width:190px;
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 0 25px 0;
	min-height:170px;
}

.map-holder h1 {
	font-size:22px;
}

#msg_box { 
	float:left;
	width:190px;
	padding:16px 0 0 0;
}


}