@charset "UTF-8";


/* ********************************** */
/* css/page/home.css */

.newsBox{
	height: 236px;
	width: 100%;
	background: url("img/backgroundNews.png") repeat-y top right;
	margin-top: 95px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.listNews{
	overflow: hidden;
}
.singleNews .containerImage{
	width: 572px;
	height: 236px;
	float: left;
	position: relative;
	overflow: hidden;
}
.singleNews .containerImage img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.borderContainerImage{
	background: url("img/patternNews.png") repeat top left;
	position: absolute;
	z-index: 2;
}
.borderContainerImage.top{
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
}
.borderContainerImage.bottom{
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}
.borderContainerImage.left{
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
}
.borderContainerImage.right{
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}
.contentNews{
	float: right;
	width: 348px;
	margin-right: 15px;
	height: 236px;
}
.singleNews{
	width: 960px;
	height: 236px;
	overflow: hidden;
}
.singleNews .newsDate{
	font: 22px/20px 'straitregular';
	color: #191919;
	display: block;
	margin-top: 13px;
	margin-bottom: 2px;
}
.singleNews .newsDate b{
	color: #a0a0a0;
	font-weight: normal;
}
.singleNews .titleNews{
	color: #f32018;
	font: 30px/26px 'BreeSerif-Regular';
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
}
.singleNews .descriptionNews{
	color: #040a2b;
	font: 13px/18px 'source_sans_proregular';
	margin-top: 10px;
}
.paginationNews {
    bottom: 25px;
    position: absolute;
    right: 25px;
}
.paginationNews a span{
	display: none;
}
.paginationNews a{
	width: 3px;
	height: 25px;
	float: left;
	margin-left: 10px;
	background: #222;
}
.paginationNews a.selected{
	background: #f32018;
}
#vetrina{
	width: 945px;
	margin: 50px auto 0;
	background: url("img/backBoxPage.png") repeat-y center top;
	padding-top: 10px;
	padding-left: 15px;
	overflow: hidden;
}
.boxSxHome{
	width: 363px;
	float: left;
}
.titleBoxHome{
	width: 373px;
	position: absolute;
	z-index: 3;
}
.titleBoxHome h2{
	color: #a0a0a0;
	font-family: 'BreeSerif-Regular';
	font-size: 30px;
	text-transform: uppercase;
	margin-left: 182px;
	line-height: 25px;
	margin-top: 12px;
	font-weight: normal;
}
.titleBoxHome h2 span{
	font-family: 'straitregular';
	font-size: 22px;
	color: #191919;
	display: block;
	text-transform: lowercase;
}
.imageBoxProduct{
	width: 347px;
	z-index: 1;
	position: relative;
}
.imageBoxHomeVetrina{
	margin-top: 75px;
	height: 228px;
}
.imageBoxProduct {
	height: 204px;
	width: 347;
}
.imageBoxHomeOffer, .imgBoxHomeUsed {
	margin-top: 15px;
	height: 204px;
}
.opacityOverImage{
	width: 180px;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
.opacityOverOfferImage{
	background-image: url(img/opacityOverOfferImage.png);
}
.titleBoxHome .colorOrangeOffer{
	color: #ff8a00;
}
.boxDxHome{
	float: right;
	width: 582px;
}
.boxProduct{
	width: 154px;
	height: 154px;
	float: left;
	padding: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.boxProductVetrina{
	background-position: 0 0;
}
.boxProductVetrina:hover{
	background-position: 0 -184px;
}
.boxProductOffer{
	background-position: -184px 0;
}
.boxProductOffer:hover{
	background-position: -184px -184px;
}
.boxProductUsed{
	background-position: 0 -460px;
}
.boxProductUsed:hover{
	background-position: -184px -460px;
}
.textProduct{
	height: 60px;
	width: 100%;
}
.textProduct .descriptionProduct{
	color: #191919;
	font-size: 11px;
	font-family: 'source_sans_proregular';
	text-transform: uppercase;
	line-height: 13px;
	height: 26px;
}
.textProduct .descriptionProduct .codeProduct{
	text-transform: none;
	display: inline-block;
}
.textProduct .priceProduct{
	color: #00a648;
	font-size: 20px;
	font-family: 'BreeSerif-Regular';
	line-height: 42px;
	display: inline-block;
}
.imageProduct{
	height: 94px;
	width: 154px;
}
.imageProduct  img{
	max-height: 100%;
	max-width: 100%;
	min-width: 0;
}
.linkProduct{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 4;
	bottom: 0;
	left: 0;
}
#offerte{
	width: 945px;
	background: url("img/backBoxPage.png") repeat-y scroll center top ;
	padding-top: 10px;
	padding-left: 15px;
	overflow: hidden;
	margin-top:10px;
}
#offerte  .titleBoxHome{
	margin-top: 3px;
}
.imgOffer {
	padding-top:70px;
}
.boxProductOffer .priceProduct{
	color: #ff8a00;
}
.oldPrice{
	color: #a0a0a0;
	font-size: 14px;
	font-family: 'BreeSerif-Regular';
	line-height: 22px;
}
.boxProductOffer del{ color: #a0a0a0; }

#usato{
	width: 945px;
	background: url("img/backBoxPage.png") repeat-y scroll center top ;
	padding-top: 10px;
	padding-left: 15px;
	overflow: hidden;
	margin-top:10px;
}
#usato  .titleBoxHome{
	margin-top: 3px;
}
.titleBoxHome .colorRedUsed {
	color:#f32018
}
.boxProductUsed .priceProduct{
	color: #f32018;
}
.imgUsed {
	padding-top:85px;
}
.imgUsedCars {
	padding-top:65px;
}
#autoUsate {
	background: url("img/backBoxPage.png") repeat-y scroll center top transparent;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 10px;
	width: 945px;
	min-height:398px;
}


.orariBox {
	width:960px;
	margin:0 auto;
	height:205px;
	background:url(img/imgOrari.jpg) no-repeat left top;
	margin-top:50px;
}
.uffVenditeBox {
	width:235px;
	text-align:right;
	float:left;
}
.uffTecnicoBox {
	width:235px;
	text-align:left;
	float:right;
}
.orariBoxTitle {
	color: #191919;
	font-family: 'BreeSerif-Regular';
	font-size: 30px;
	font-weight: normal;
	margin-top:30px;
}
.orariVendite, .telVendite {
	font-family: 'straitregular';
	font-size: 13px;
	color:#00a648;
	margin-top:8px;
}
.orariTecnico, .telTecnico {
	font-family: 'straitregular';
	font-size: 13px;
	color:#f22018;
	margin-top:8px;
}
.telVendite, .telTecnico {
	margin-top:15px;
}
.weekDays {
	font-family: 'straitregular';
	font-size: 13px;
	color:#191919;
	text-transform: uppercase;
	margin-top:5px;
}
.hours, .telVenditeValue, .telTecnicoValue {
	font-size: 18px;
	font-family: 'BreeSerif-Regular';
	color:#191919;
	line-height:15px;
}
.hours .grey {
	color:#a0a0a0;
}

.brandsTitle {
	background: none repeat scroll 0 0 #E8E9E8;
	color: #a0a0a0;
	float: left;
	font-family: 'straitregular';
	font-size: 13px;
	font-weight: normal;
	margin: 0 auto 0 430px;
	padding: 0 10px;
	position: relative;
	text-transform: lowercase;
	top: -13px;
	width: 80px;
}
.carouselWrapper {
	width:960px;
	margin:0 auto;
	padding-top:8px;
	background:url(img/patternGrey.png);
	position:relative;
	margin-top:50px;
}
.carouselWrapper_inner {
	padding:15px 0;
	background:#e8e9e8;
}
#carousel {
	width:961px;
	height:80px;
	background:#e8e9e8;
	overflow:hidden;
}
#carousel li {
	margin-left:2px;
	float:left;
	display:block;
}


.vatProduct {
	font-size: 9px;
	color: #999;
	font-style: italic;
}
