@charset "utf-8";
/* CSS Document */
h3{
	font-size: 25px; /* google map link */
}

a:visited {
	color: #000000;
}

img { 
    max-width: 100%; 
    height: auto; 
    width: auto\9; /* ie8 */
}

.resp-container { /* google map */
    position: relative;
    overflow: hidden;
    padding-top:30%;
	width: 60%;
	
}
.resp-iframe { /* google map */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 740px) {
		.resp-container {
			width:100%;
	}
}