body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}

body{
	font-family: Roboto, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #000;
    padding: 0px 0px 5px 0px;
}

p {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	color: #000;
	padding: 10px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	text-align: left;
}

.legal {text-align: center;
padding-top: 30px;
font-size: 14px;}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
