.google-maps iframe {
	position: relative;
	width: 100%;
    height: 600px;
	z-index: 90;
	margin-bottom: -7px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#corpo {
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 80px;
	}

#corpo .title{
	display: block;
	margin: 0 auto;
	font-size: 1.7em;
	line-height: 32px;
	font-family: 'fjalla';
	color: #fff;
	background-color: #444;
	border-radius: 12px;
	padding: 7px;
	max-width: 500px;
	}

#corpo .contact{
	margin: 0 auto;
	position: relative;
	display: inline;
	float: left;
	width: 45%;
	margin-top: 30px;
	text-align: left;
	padding-left: 25px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#corpo .contact a.tel{
	color: #555;
	}

#corpo .contact a.tel:hover{
	color: #555;
	}

#corpo .contact a.mail{
	font-size: 1em;
	font-weight: 600;
	}

#corpo .rivenditore{
	margin-top: 100px;
	margin-bottom: 60px;
	}

#corpo .rivenditore a{
	font-family: 'fjalla';
	font-size: 1.25em;
	color: #fff;
	background-color: #555;
	padding: 16px 22px;
	border-radius: 0px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#corpo .rivenditore a:hover{
	color: #fff;
	background-color: #ff8200;
	border-radius: 10px;
	}

#corpo .richiesta{
	margin: 0 auto;
	position: relative;
	display: inline;
	float: left;
	width: 50%;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ff8200;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#corpo .richiesta iframe{
	width: 95%;
	height: 900px;
	}






/* responsive rules */
@media screen and (min-width: 1220px) {


	
}

@media screen and (min-width: 1051px) and (max-width: 1219px) {


	
}


@media screen and (min-width: 801px) and (max-width: 1050px) {
	
.google-maps iframe {
	height: 500px;
    }
	


}


@media screen and (min-width: 651px) and (max-width: 800px) {
	
.google-maps iframe {
	height: 450px;
    }

	
}

@media screen and (min-width: 451px) and (max-width: 650px) {
	
.google-maps iframe {
	height: 380px;
    }

#corpo .contact{
	width: 98%;
	}

#corpo .richiesta{
	width: 98%;
	}
	
}


@media screen and (min-width: 291px) and (max-width: 450px) {
	
.google-maps iframe {
	height: 340px;
    }

#corpo .contact{
	width: 98%;
	padding-left: 15px;
	}

#corpo .contact a.mail{
	font-size: 0.9em;
	}
	
#corpo .richiesta{
	width: 98%;
	}
	
}

@media screen and (max-width: 290px) {
	
.google-maps iframe {
	height: 300px;
    }

#corpo .contact{
	width: 98%;
	padding-left: 5px;
	}
	
#corpo .contact a.mail{
	font-size: 0.8em;
	}

#corpo .richiesta{
	width: 98%;
	}
	
}