
@charset "utf-8";
/* CSS Document */
	
section.map{padding:0em;border-radius: 0em;}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
   .google-maps iframe {
   margin:0.4em;
         position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/*figure iframe{width:auto;
height:auto;}*/
	@media screen and (max-width:599px) {
 ul li{
    display: block;
	font-size:1.6em;
	text-align: center;
	}
	header div.top h1{font-size:190%;float:left;padding-bottom:20px;}
	.noshow, address{display:none;}

	}