a#btnContatti, a#btnContatti:visited, a#btnContattiMob, a#btnContattiMob:visited {
	color: #333;
	background-color: #f2f2f2;
}

.contenuto {
	width: auto;
    max-height: 600px !important;

}

#formContatti {
	padding: 0 20px;
}

#formContatti .form-group {
	margin-bottom: 5px;
}

#formContatti .form-group label {
	margin-bottom: 0;
}


#formContatti .checkbox a {
	color: #BC1F31 !important;
	font-weight: normal;
	font-size: 13px;
}

#formContatti .buttonssend {
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
}

#mapDiv .gm-style .place-card-large {
    display: none;
}

@media (max-width: 3000px) and (max-height: 1100px) {
	.contenuto {
		width: 355px;
		top: 150px;
		z-index: 999;
	}

	iframe {
		position: relative;
		z-index: 800;
	}

	iframe body, iframe html {
		margin:0;
        padding:0;
        border:0px;
        height:100%;
        width:100%;
        z-index: 800;
	}
}	

@media (max-width: 930px) {
	.contenuto {
    	left: 20px;
    	margin-left: auto;
	}
}