@charset "utf-8";

#locationmap .mapinfo{position:relative;padding-top:10px;margin-bottom:20px;font-size:16px;}
#locationmap .mapinfo:after{
	position:absolute;top:0;left:0;width:40px;height:1px;background-color:#666;content:'';
	-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;}
#locationmap iframe{width:100%;height:400px;padding:0;margin:0;}

@media screen and (min-width:768px) {
	#locationmap .mapinfo{padding-top:20px;font-size:22px;}
	#locationmap .mapinfo:after{width:60px;}
}

@media screen and (min-width:1200px) {
	#locationmap iframe{height:600px}
}