body{
	font-family: 'Lato', sans-serif;
	background: #FFFFFF;
	overflow-x:hidden !important;
}
a{
	color: #fff;
}

a:hover{
	color: #fff;
}

.full{
	width: 100%;
}
.background-top{
	background: url('../img/background-top.jpg') no-repeat;
	width: 100%;
	background-size: 100%;
	display:block;
	height: 587px;
	max-height: 587px;
}
#sec-home{
	height: 387px;
	max-height: 387px;
	position:relative;
}
.col-xs-6 figure{
	margin-bottom: 50px;
}
.logo h1{
	font-size: 6.857em;
	font-weight: bold;
	text-align:center;
	color:#e1001a;
	padding-top: 50px;
}
.static_banner {
	background-image: url(../img/background-top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 350px;
	max-height: 350px;
	border-bottom: 11px solid #e1001a;
	border-top: 9px solid #e1001a;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.phone{
	background: #3c3c3c;
	color:#FFFFFF;
}
.phone p{
	padding: 7px 0;
	margin: 0;
	font-size: 1.286em;
}
.nopadding img{
	width: 100%;
}
.services{
	position: absolute;
	top: 230px;
	right: 0;
	left: 0;
}
.vendita-auto{
	padding-bottom: 50px;
	border-bottom: 2px solid #3c3c3c;
	margin-top: 120px;
}
.vendita-auto h1{
	font-weight: 700;
	color:#000000;
	font-size: 3.714em;
	margin-bottom: 52px;
}
.vendita-auto h1 span{
	color:#e1001a;
}
.title{
	border-bottom: 1px solid #3c3c3c;
	width: 100%;
	margin-bottom: 12px;
	height: 4px;
}
.title span{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 100;
	font-size: 23px;
	color: #e1001av;
	display: block;
	width: 70%;
	margin: 0 auto;
}
.seat span{
	border-bottom: 7px solid #e1001a;
}
.mazda span{
	border-bottom: 7px solid #007fc6;
}
a.view{
	font-size:1.571em;
	display:block;
	text-align: center;
	line-height: 1;
	color:#000000;
	font-weight: 300;
}
.map_canvas .container, .map_canvas .container>div, .orari{
	height: 100%;
}

a.view span{
	font-weight: 700;
}
a.mazda span, a.seat span{
	border:0;
}
a.mazda span{
	color:#007fc6;
}
a.seat span{
	color:#e1001a;
}
a.view:hover,a.view:active,a.view:focus{
	text-decoration:none;
}
	 .overlay {
    background:transparent; 
    position:relative; 
    width:100%;
    height:480px; 
    top:480px; 
    margin-top:-480px;}
.map_container{
    position: relative;
    width: 100%;
    max-height: 480px;
	height: 370px;
	overflow: hidden;
}
.map_container .map_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.map_container .map_canvas iframe{
	position: absolute;
	z-index: 10;
}
.indirizzo,.orari{
	background: black;
}
.map_container .map_canvas>div.container, .map_container .map_canvas>div.container .col-md-5{
	z-index: 30;
}
.indirizzo{
	padding: 15px 97px 15px 27px;
	background: url('../img/place_bg.png') no-repeat #3c3c3c center right;
	color:#FFFFFF;
	margin-bottom: 8px;
}
.indirizzo address{
	font-size: 1.071em;
	margin-bottom: 0;
}
.indirizzo address a {
	color:#FFFFFF;
	text-decoration:none;
}
.indirizzo address a:hover {
	text-decoration:underline;
}
.orari{
	padding: 15px 97px 15px 27px;
	background: url('../img/orari_bg.png') no-repeat #e1001a top right;
	color:#FFFFFF;
}
.orari p{
	line-height: 1;
	font-size: 1.071em;
	margin-bottom: 8px;
}
.orari h2{
	margin-top: 0;
}
.orari p{
	font-weight: 300;
}
.orari h5{
	margin-bottom: 0;
	font-size: 1.071em;
}
footer{
	background:#3c3c3c;
	padding: 10px 0;
	color:#FFFFFF;
}
.fb{
	position: absolute;
	right: 0;
	top: 0;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px ) {
	body{
		font-size: 13px;
	}
}
@media (max-width: 768px) { 
	body{
		font-size: 11px;
	}
	.services{
		position: static;
		bottom:0;
	}
	#sec-home{
		height: inherit;
		max-height: inherit;
	}
	.static_banner{
		height: 277px;
	}
	.logo{
		width: 70%;
		max-width: 280px;
		margin: 0 auto;
	}
	.logo img{
		width: 100%;
	}
	.vendita-auto{
		margin-top: 0;
	}
	.fb{
		right: 15px;
		top: -20px;
	}
	.phone{
		background:inherit;
		padding: 20px !important;
	}
	.phone img {
		max-width: 320px;
	}
	.phone p{
		background: #3c3c3c;
		margin: 0 auto;
		max-width: 320px;
	}
	.vendita, .assistenza, .ricambi{
		margin-bottom: 20px !important
	}
	.col-xs-6 img{
		width: 70%;
		margin: 0 auto;
		display: block;
	}

}