@charset "UTF-8";

@font-face {
    font-family: 'abarth_heavyregular';
    src: url('../font/abarth_heavy-webfont.eot');
    src: url('../font/abarth_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/abarth_heavy-webfont.woff') format('woff'),
         url('../font/abarth_heavy-webfont.ttf') format('truetype'),
         url('../font/abarth_heavy-webfont.svg#abarth_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'abarth_blackregular';
    src: url('../font/abarth_black-webfont.eot');
    src: url('../font/abarth_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/abarth_black-webfont.woff') format('woff'),
         url('../font/abarth_black-webfont.ttf') format('truetype'),
         url('../font/abarth_black-webfont.svg#abarth_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'abarth_medium';
    src: url('../font/abarth-medium.eot');
    src: url('../font/abarth-medium.eot?#iefix') format('embedded-opentype'),
         url('../font/abarth-medium.woff') format('woff'),
         url('../font/abarth-medium.ttf') format('truetype'),
         url('../font/abarth-medium.svg#abarth-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'abarth_romanroman';
    src: url('../font/abarth_roman-webfont.eot');
    src: url('../font/abarth_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/abarth_roman-webfont.woff') format('woff'),
         url('../font/abarth_roman-webfont.ttf') format('truetype'),
         url('../font/abarth_roman-webfont.svg#abarth_romanroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

.geneva_regular_12{
	font-family: Geneva, sans-serif;
	font-size:12px;
}
.abarth_blackregular_10{
	font-family: 'abarth_blackregular';
	font-size:10px;
}
.abarth_blackregular_12{
	font-family: 'abarth_blackregular';
	font-size:12px;
}
.abarth_blackregular_15{
	font-family: 'abarth_blackregular';
	font-size:15px;
	font-weight: normal;
}

.abarth_blackregular_18{
	font-family: 'abarth_blackregular';
	font-size:18px;
	font-weight: normal;
}



.abarth_heavyregular_12 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 12px;
    font-weight: normal;
}

.abarth_heavyregular_14 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 14px;
    font-weight: normal;
}

.abarth_heavyregular_15 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 15px;
    font-weight: normal;
}

.abarth_heavyregular_17 {
    font-family: 'abarth_heavyregular';
    font-size: 17px;
    font-weight: normal;
}

.abarth_heavyregular_20 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 20px;
    font-weight: normal;
}

.abarth_heavyregular_25 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 25px;
    font-weight: normal;
}

.abarth_heavyregular_28 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 28px;
    font-weight: normal;
}
.abarth_heavyregular_40 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
}


.abarth_medium_10{
    font-family: 'abarth_medium';
	font-size:10px;
	font-weight:normal;
}

.abarth_medium_12{
    font-family: 'abarth_medium';
	font-size:12px;
	font-weight:normal;
}


.abarth_medium_13{
    font-family: 'abarth_medium';
	font-size:13px;
	font-weight:normal;
}

.abarth_medium_20{
    font-family: 'abarth_medium';
	font-size:20px;
	font-weight:normal;
}


.black{
	color:#000;	
}
.grey{
	color:#373737;	
}
.white{
	color:#fff;	
}
.red{
	color:#c51216;	
}
.bg_white {
    background-color: #FFFFFF;
}
.right {
	text-align: right;
}
hr {
    background-color: #828282;
    border: 0 none;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
* { margin: 0px; padding: 0px; outline: none; }

img {
	border: none;
	vertical-align:bottom;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.button_light {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 87%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(87%,#dedede), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 87%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dedede 87%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 87%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 87%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	font-family: 'abarth_blackregular';
	text-decoration: none;
	font-size: 12px;
	color: #282828;
	height: 42px;	
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #bfbfbf;
	-webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
	cursor: pointer;
}

.button_light div {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	height: 42px;
}

.button_light:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #dedede 13%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(13%,#dedede), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#dedede 13%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#dedede 13%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#dedede 13%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#dedede 13%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}

.button_light_inline {
	margin: 8px;
}

.button_dark {
	background: #666973; /* Old browsers */
	background: -moz-linear-gradient(top,  #666973 0%, #2e2f35 87%, #494a52 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666973), color-stop(87%,#2e2f35), color-stop(100%,#494a52)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666973 0%,#2e2f35 87%,#494a52 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666973 0%,#2e2f35 87%,#494a52 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666973 0%,#2e2f35 87%,#494a52 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666973 0%,#2e2f35 87%,#494a52 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666973', endColorstr='#494a52',GradientType=0 ); /* IE6-9 */
	font-family: 'abarth_blackregular';
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	height: 42px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #bfbfbf;
	-webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 8px;
	cursor: pointer;
}

.button_dark span {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	height: 42px;
}

.button_dark:hover {
	background: #666973; /* Old browsers */
	background: -moz-linear-gradient(top,  #494a52 0%, #2e2f35 13%, #666973 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494a52), color-stop(13%,#2e2f35), color-stop(100%,#666973)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #494a52 0%,#2e2f35 13%,#666973 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #494a52 0%,#2e2f35 13%,#666973 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #494a52 0%,#2e2f35 13%,#666973 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #494a52 0%,#2e2f35 13%,#666973 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494a52', endColorstr='#666973',GradientType=0 ); /* IE6-9 */
}

.corner_top_left {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.corner_black_top_left {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner-black.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.corner_top_right {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner.png);
	background-position: -25px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.corner_black_top_right {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner-black.png);
	background-position: -25px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.corner_bottom_left {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner.png);
	background-position: 0px -25px;
	background-repeat: no-repeat;
	position: absolute;	
	bottom: 0px;
	left: 0px;
}

.corner_black_bottom_left {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner-black.png);
	background-position: 0px -25px;
	background-repeat: no-repeat;
	position: absolute;	
	bottom: 0px;
	left: 0px;
}

.corner_bottom_right {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner.png);
	background-position: -25px -25px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.corner_black_bottom_right {
	width: 24px;
	height: 24px;
	background-image: url(../img/corner-black.png);
	background-position: -25px -25px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.cross {
	width: 30px;
	height: 30px;
	background-image: url(../img/cross.png);
	position: absolute;
	top: -13px;
	left: -13px;
}

.top_link {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'abarth_heavyregular';
	font-size: 16px;
	text-decoration: none;
	color: #f7f7ff;
	background-image: url(../img/top.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-top: 4px;
	height: 23px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
}
.view{
	position:relative;
	z-index:1;
	overflow: hidden;
}

.row0{
	background:#080808;	
	text-align: center;
}

.row0_content{
	max-width: 1280px;
	margin:0 auto;
	overflow: hidden;
}

.row0_bigimg{
	overflow: hidden;
}

.row0_descr{
	text-align: left;
	/*padding-top:60px;*/
	padding-left:100px;
	width:26%;
}

.row0_descr img{
	max-width: none;
}
.row0_descr p{
	margin-top: 30px;
	white-space: nowrap;
}

@media (min-width:401px) and (max-width:719px){
	.image_row0{
		width:440px;
	}	
	.row0_bigimg{
		width:100%;
	}	
}

@media (min-width:720px) and (max-width:869px){
	.image_row0{
		width:500px;
	}
	.row0_bigimg{
		width:100%;
	}
}

@media (min-width:870px) and (max-width:1085px){
	.image_row0{
		width:540px;
	}
	.row0_bigimg{
		position:relative;
		top: 49px;
	}
}
@media (min-width:870px) and (max-width:876px){
	.row0_bigimg{
		width:100%;
	}	
}

.container{
	width: 100%;
}

@media (max-width:380px){
	.image_row0{
		position:relative;
		left:-45px;
	}
}



.image_row0 {
/*
    left: 50%;
    margin-left: -640px;
    position: relative;
*/
	/*max-width: 671px;*/
	max-width: 756px;
max-height: 404px;
}
.button_discover_more {
    cursor: pointer;
    margin-top: 30px;
    min-width: 120px;
    text-align: center;
 /*   left: 50%;
    margin-left: -476px;
    margin-top: 335px;
    position: absolute;*/
}
.view960 {
	width: 960px;
	margin: auto;
	position:relative;
}
.view770 {
	max-width: 770px;
	margin: auto;
	position:relative;
}
.row1{
	width:100%;
	background:#F7F7F7;	
	padding-top:48px;
	padding-bottom:22px;
}

.row0,.row1,.row2{
	overflow: hidden;
}
.center{
	text-align:center;	
}
.crm_list {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
}
.crm_list:first-child{
	margin-left: 5px;
}

@media (max-width:960px){
	.crm_list:first-child{
		margin-left: 10px;
	}
	.crm_list{
		clear:left;
		display:block;
	}
	.crm_list a{
		/*float:left;*/
		/*width:100%;*/
		width:96%;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.social_item{
		/*display: block !important;
		float:left;*/
		display: inline-block !important;
		margin-left: 0 !important;
		margin-top: 10px;
		width:70px;
		text-align: center;
		vertical-align: bottom;
		height:75px;
	}
	.partners_item{
		/*display: block !important;
		float:left;*/
		display: inline-block !important;
		width:100px;
		height:42px;
		margin-left: 0 !important;
		margin-top: 10px;
	}
}

.button_fb_share div{
	background-image: url('../img/fb-share.png');
	width: 78px;
	height:27px;
	cursor: pointer;
}

div.pt_baloon{
	background-image: url('../img/pt-baloon.png');
	background-repeat: no-repeat;
	width: 56px;
	margin-top: 10px;
	height:57px;
	padding: 13px 12px;
	color:#fff;
}

.crm_text{
	margin-bottom:40px;
	padding-left: 10px;
	padding-right: 10px;
}
.row2{
	width:100%;
	background:#26272c;	
	padding-top:44px;
}
h1.news_from_abarthworld{
	padding-top:19px;
	padding-bottom:19px;
}
.home_news1{
	/*min-width:361px;*/
/*	height:371px;
	float:left;	*/
	background:#fff;
	margin-top:42px;
}
.home_news2{
	/*min-width:361px;*/
/*
	height:371px;
	float:left;*/
	margin-left:48px;
	margin-top:42px;
	padding-left:14px;
}
.home_news_img{
	border:7px solid white;
	float:right;	
}
.home_news_title{
	margin-top:34px;
}
.home_news1 .home_news_title{
	margin-left:24px;
	margin-right:24px;	
}
.home_news1 .home_news_text{
	margin-left:24px;
	margin-right:24px;
}
.home_news1 .home_news_text,
.home_news2 .home_news_text{
	margin-top:11px;
	/*height:63px;*/
}
.home_news_link{
	height:28px;
	margin-right:24px;	
}
.arrow{
	background-image: url("../img/arrow.png");
}
.print{
	background-image: url("../img/print.png");
	visibility: hidden;
}

.arrow,.print {
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-family: 'abarth_heavyregular';
    font-size: 12px;
    height: 28px;
    padding-right: 50px;
    padding-top: 10px;
    text-decoration: none;
}
.home_spacer{
	height:42px;	
}
.miyr_img{
	border:7px solid white;
}
.miyr_content{
	width:378px;
	height:198px;	
	background:#FFFFFF;
}

@media (max-width:480px){
	.miyr_content{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.miyr_table{
	width:100%;
	height:100%;
	padding:0 16px;
}
.miyr_table td{
	background-color: #fff;
}
.miyr_title{
	margin-bottom:10px;
}
.miyr_text{
	text-align:justify;
	margin-right:7px;
	line-height:15px;
	/*padding: 10px;*/
}
h1.challenges{
	padding-top:19px;
	margin-bottom:-2px;	
}
.challenges_subtitle{
	margin-bottom:35px;	
}
.challenges_content{
	/*width:708px;*/
	min-height:132px;
	padding-left:34px;	
}
.challenges_badge{
	float:left;
	margin-left:28px;	
}
.challenges_btn{
	float:left;
	margin-left:45px;
	margin-top:29px;
}
.box {
    padding: 24px;
    position: relative;
    width: 313px;
}



.car_title{
	line-height:31px;
}
.car_subtitle{
	line-height:10px;
}
.space_img_box_config {
	height: 196px;
	position: relative;
}
.car {
	display: none;
	width: 313px;
	height: 265px;
}

.car:first-child {
	display: block;
}

@media (max-width:480px){
	.miyr_content{
		width:auto;
	}	
	.box{
		/*width:100%;*/
		padding: 0px;
		margin: auto;
		float: none;
	}
	.box.float_left{
		float: none;
	}
	.box.pull-right{
		margin-top: 30px;
	}
	.car{
		width:287px;
	}
	.box h1, .box .car_box{
		padding:24px;
	}
}

.img_box_config {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.refresh_gray {
	width: 23px;
	height: 26px;
	display: inline-block;
	background-image: url(../img/refresh-gray.png);
	cursor: pointer;
}
.refresh_black {
    background-image: url("../img/refresh-black.png");
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 23px;
}
.store_title{
	line-height:31px;
}
.thumb_store {
	border: 1px solid #cac5c5;
}
.top_link {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'abarth_heavyregular';
	font-size: 16px;
	text-decoration: none;
	color: #f7f7ff;
	background-image: url(../img/top.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-top: 4px;
	height: 23px;
	display: inline-block;
	cursor: pointer;
}

.pad0{
	padding:0 !important;
}

.mar0{
	margin:0 !important;
}

h2{
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
	text-transform: uppercase;
	text-align: left;	
	padding-left:20px;
}

h3{
    font-family: 'abarth_heavyregular';
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    line-height: 25px;
}

h4{
	font-family: 'abarth_medium';
	font-size: 25px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	color: #fff;
	line-height:20px;
	margin-bottom: 30px;
}

@media (min-width:481px){
	h2{
		font-size: 40px !important;
	}
	.rtr_img{

		width: 316px !important;
	}
	.rtr div.row-fluid > div,{
		height:460px;
	}
}

.product_view,.kit_view,.accessori_view, .elenco_auto, .elenco_kit_view, .notfound_view{
	background-color: #26272c;
	max-width:1028px;
	margin:0 auto;
	padding-top: 20px;
}


.product_view .container-fluid, .kit_view .container-fluid, .accessori_view .container-fluid, .elenco_auto .container-fluid, .elenco_kit_view .container-fluid{
	max-width:1120px;
}


.rtr{
	text-align: center;
	color: #fff;
}


.rtr p{
	text-align: left;
}

.rtr_img{
	width:66%;
}

.rtr_box{
	margin: 10px auto;
}
.main_carousel {
	position: relative;
}
.carousel-control{
	border:0;
	opacity:1;
	border-radius:0;
	width:47px;
	height:45px;
	position:absolute;
}
.carousel-control.left{
	background:url('../img/product/prev.png');
	left:0;
	bottom:0;
	top:auto;
}

.carousel-control.plus{
	background:url('../img/product/piu.png');
	right:0;
	bottom:auto;
	top:20px;	
	left:auto;
    cursor: pointer;
}
.carousel-control.right{
	background:url('../img/product/next.png');
	right:0;
	bottom:0;
	top:auto;	
}

.carousel-control.refresh{
	background:url('../img/control-refresh.png');
	left:0;
	bottom:0;
	top:auto;
}

.carousel-control.cart{
	background:url('../img/control-cart.png');
	right:0;
	bottom:0;
	top:auto;	
	left:auto;
    cursor: pointer;	
}

.carousel{
	max-width:320px;
}

.container-product-row .carousel-inner{
	max-width:	301px;
	max-height: 290px;
}

.addon div.span4{
}

@media (max-width:480px){
	.carousel{
		width:250px !important;
		margin: 0 auto 20px auto;
	}

	.container-product-row .carousel-inner{
		width:	250px !important;
		height: 250px !important;
	}
	
	.container-product-row .carousel-inner .item img{
		width:250px !important;
		height:250px !important;
	}
	h2.redh2{
		text-align:left !important;
		font-size: 22px !important;
	}
	h2.redh2 img{
		margin-right:200px !important;	
	}
}

.container-product-row .carousel-indicators{
	display:none;

}

.carousel-indicators{
	/*position: relative;
	left:50%;
	top:-20px;
	right:auto;*/
	position: absolute;
	left: 50%;
	top: 100%;
	right: auto;
	margin-top: -25px;
}

@media (max-width:480px){
	.main_carousel.slide .carousel-indicators{
		display:none;
	}
}

.elastislide-wrapper{
	background-color:transparent !important;
	box-shadow:none !important;
}

.elastislide-horizontal ul li {
	margin: 0 5px !important;	
}

.elastislide-wrapper nav span {
    position: absolute;
    width: 16px !important;
    height: 33px !important;
    border-radius: none !important;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
}

.elastislide-wrapper nav span.elastislide-next{
    background: url("../img/overlay-next.png") no-repeat !important;

}

.elastislide-wrapper nav span.elastislide-prev{
    background: url("../img/overlay-prev.png") no-repeat !important;
	
}

.elastislide-carousel ul li a img{
	border:0 !important;
}

.product-car ul, .kit ul{
	margin: 15px 0 !important;	
}
.product-car, .kit{
	padding-top:30px;
}

.kit img{
	float:right;
}

.kit h2{
	padding: 0;
	margin: 0;
	width: 160px;
}

.product-car .span3 li, .kit li{
	margin: 0;
	list-style: none;
}
.product-car .span3 li, .product-car .span3 li div, .kit li, .kit li div{
	width: 148px;
	font-size:11px;
}

.product-car .span3 li a, .kit li a{
	width:100%;
	padding:0;
}

.product-car-2{
	color:#fff;
	font-size:13px;
}
.technical-info{
	background-color:#fff;
	/*padding-left: 30px;
	padding-right: 30px;*/
}

.technical-info .caratteristiche img{
	margin-right: 10px;	
	vertical-align: middle;
}

.technical-info dt, .technical-info dd{
	float: left;
    font-family: 'abarth_medium';
    font-size: 15px;
    font-weight: normal;	
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-left: 0 !important;
} 


.technical-info dl{
	margin-left: 0;		
}

@media(min-width:481px){
	.technical-info dl{
		margin-left: 42px;

	}
	.technical-info .caratteristiche img{
		margin-right: 32px;
	}	
}

.technical-info a{
	float:left;
	width: 100%;
	color: #26272c;
}

.technical-info h4{
	color: #000;
	font-family: abarth_heavyregular;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
@media(max-width:480px){
	.technical-info h4{
		padding:0;
	}
}
.technical-info .caratteristiche{
	margin-top:40px;	
}

h2.redh2{
	color: #b71010;
	background-color:#fff;
	padding-left: 30px;
}

div.bkwhite, div.bkwhite-kit{
	background-color:#fff;
	padding:20px;	
}

div.bkwhite h2.redh2{
	padding: 0px;
	margin: 0px;
}

div.bkwhite-kit{
	margin:0 20px;
}

@media (max-width:767px){
	div.bkwhite-kit{
		padding: 20px;
	}
}

@media (max-width:767px){
	div.fb-container{
		display: none;
	}
}


.elenco_kit_view .container-product-row{
	padding-bottom: 80px;
}

@media (min-width:481px){
	.technical-info a.print{
		margin-bottom:120px;
	}
	.technical-info a.arrow{
		margin-bottom:30px;
	}
	.technical-info .span4 div{
		top:-50px;
		position:relative;
		height:100%;
	}
	.product-car-2 a.button_light,	.product-car-2 a.button_fb_share div{
		margin-top: 70px;
		margin-left:24px;
	}
	
	.product-car-2 div.pt_baloon{
		margin-left: 24px;
	}
	

	

	
	.elenco_auto .span8 p{
		width:50%;
	}
	.elenco_auto .span8 img{
		position:relative;
		/*top: -60px;*/
	}
}
@media (min-width:768px){
	.accessori_view, .elenco_auto, .elenco_kit_view{
		padding-top: 100px;
	}	
	.accessori_view .container-product-row{
		padding-bottom: 80px;
	}	
}

@media (min-width:960px){
	.accessori_view .container-product-row .span5 p{
		min-height: 310px;
	}	
}

.technical-info a{
	margin-bottom:20px;	
}

.technical-info .span4 div{
	margin-right:50px;
}

.container-product-row{
	background-image:url('../img/cross-white.png');
	background-repeat:no-repeat;	
	padding: 20px 18px;
	/*margin-left:10px;*/
}

.container-product-row-no-cross, .container-product-row-no-cross-first{
	padding: 20px 33px;

}
.container-product-row-no-cross{
	margin-left:10px;
}

.container-product-row-no-cross-first{
	margin-left:0;
}

.popover-buttons li{
		display:inline;
}

.popover-buttons img{
	max-width: none;
}

.popover-buttons img{
	padding:16px;
}
.popover-buttons{
	width: 100%;
}

.popover-buttons li div{
	background-image:url('../img/product/corner-little.png');
	width:56px;
	height:53px;
	float:left;
	margin-left:17px;
	margin-bottom:17px;
}

/*.popover-buttons li div:hover{
	background-image:url('../img/product/corner-little-black.png');
}*/

.popover-buttons li div.black{
	background-image:url('../img/product/corner-little-black.png');
}


@media (min-width:481px){
	.popover-buttons li{
		display:block !important;
		margin-bottom:17px !important;
	}
	.popover-buttons{
		margin-top: 110px !important;	
	}
}

.h1-corner{
	position: relative;
	max-width:320px;	
	margin-bottom: 0px;
}

@media (min-width:481px){
	/*.popover-gallery{
		position:absolute;
		top:30px;
		max-width:1024px;		
	}*/
	.h1-corner{
		margin-bottom: 30px;
	}
}

@media (min-width:769px){
	.product-popover,.product-overlay{
		position:absolute;
		top:45px;
		max-width: 1020px;
		height:340px;
	}
	.product-overlay{
		max-width: 1080px;
	}
}

@media (max-width:768px){
	.product-overlay{
		padding: 0;		
	}
}

/*.product-popover li{
	display: block;
	float:left;
}*/

.product-overlay{
	background-color: rgba(38, 39, 44, 0.93);
	margin: auto;
	width: 100%;
	text-align: center;
	z-index: 101;
	display: none;
}

.product-overlay .x_overlay{
	width: 100%;
	max-width: 560px;
	margin:auto;
	float:right;
	color:#fff;
	cursor: pointer;
}

.product-top-link{
	margin-right: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}


.product-overlay .video-container iframe,
.product-overlay .video-container object,
.product-overlay .video-container embed {
    position: relative;
}

.product-overlay .video-container{
	height: 400px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    max-width: 560px;
    max-height: 315px;
}

.kit-2 img{
	float: left;
	margin: 8px 20px 20px 0;
}

.kit-2{
	color: #fff;

}

.kit-2 a.button_light{
	margin-top: 40px;
	margin-bottom: 10px;
}
.kit-2 a.button_light,.kit-2 a.button_light div{
	width:148px;
}


.features p{
	text-transform: uppercase;
}

.features ul{
	margin:0 0 20px 0;
}

.features li{
	list-style-type: none;
	text-transform: uppercase;
}

/*.features li:before{
	content: '/ ';
}*/

.compatibility table{
	width: 100%;
}

.compatibility table thead td{
	background-color: #ed1c24;
}

.compatibility table td{
	text-align:center;
	padding: 4px 0;
	text-transform: uppercase;
	border:1px solid #67686c;
}

.compatibility table tbody td{
	font-family: 'abarth_heavyregular';
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	width: 33%;
}

.compatibility .span6{
	margin:0;
}

.compatibility table tbody td span{
	font-size: 14px;
}

.compatibility table tbody tr td span{
	min-height:45px;
}

.compatibility table tbody tr.opt td span{
	height:170px;
}

.addon-head{
	background-image: url('../img/addon-header.png');
	width:320px;
	height: 36px;
	background-repeat: repeat-x;
	padding-top:10px;
}

.white-head .addon-head{
	background-image: url('../img/addon-header-white.png');
}

.addon-head div{
	padding-left: 12px;
	text-transform: uppercase;
	color: #fff;
}

.white-head .addon-head div{
	color: #000;
}

.fb-comments *{
	background-color: rgb(247,247,247);
}

.fb-like-box *{
	background-color: rgb(247,247,247);
}


/** Link nella barra superiore, link delle scritte menu principale, box bianco "get some news from abarthworld" **/
a, a:hover{text-decoration:none}
.home_news_link a.arrow.grey:hover, a.toolbar_link:hover{color:#373737}
a.arrow.white:hover, a.top_link:hover{color:#fff}
.span4 a.arrow.white.right:hover, a.arrow.black:hover{color:#000}
a.button_light:hover{color:#282828}

.header_select_box_list a.toolbar_link:hover{color:#dadada}

/** pulsante dove compaiono i badge **/
.challenges_content a.challenges_btn.button_light span {line-height:42px}


/** Reel a comparsa: CARS & PARTS **/

/*
ul.elasti-submenu-1 {
	list-style:none;
	margin:0;
	padding:0;
}
ul.elasti-submenu-1 li {
	float:left;
	margin-right: 20px;
}
.submenu_item {
	width:180px;
	height:336px;
}
*/



/** PRODUCT PAGE **/

.popover-buttons ul li:hover{cursor:pointer;}

.vignetta {
	background:url('../img/vignetta.png') no-repeat center center;
	width: 270px;
	height: 102px;
}

@media(max-width:480px){
	.vignetta{
		min-height: 0 !important;
	}
}

.vignetta p {
	padding: 5px 10px;
	font-weight:bold;
	font-size:13px;
}


.racing-reel{
	/*max-width: 1280px;*/
	margin: auto;
}

@media (min-width:768px){
	.racing-reel{
		padding: 0;
	}	
	.racing-reel .row-fluid .span6{
		width: 50%;
	}
}

.racing-reel .racing-img{
	background-image: url('../img/racing-reel.png');
	/*background-position: right;*/
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin: auto;
}

@media(min-width:1050px){
   .racing-reel .racing-img{
   	background-position: 0 -36px;
   }
}

.racing-reel .locator-img{
	background-image: url('../img/locator/locator-img.png');
	/*background-position: right;*/
	background-size: auto 100%;
	margin: auto;	
}

.racing-reel .academy-img{
	background-image: url('../img/academy/academy_reel.png');
	background-position: right;
	background-size: auto 100%;
	margin: auto;	
}

.racing-reel .racing-img img, .racing-reel .academy-img img, .racing-reel .locator-img img{
	display: none;
}


.racing-reel .row-fluid > div{
	height: 380px;
	display: table;
}

@media (max-width:480px){
	.racing-reel .row-fluid > div{	
		height: 240px;
	}
}

@media (min-width:768px){
.racing-reel .row-fluid{
	height: 360px;
	overflow: hidden;
}
}

@media (min-width:1050px){
	.racing-reel .row-fluid > div{
		height: 453px;
	}
}


.racing-white{
	background-color: #fff;
	font-family: 'abarth_heavyregular';
	font-size: 75px;
	line-height: 75px;	
	font-weight: normal;
	text-transform: uppercase;
	line-height: 66px;
}

@media(min-width:1020px){
	.racing-white{
		height: 360px !important;
	}
}

.racing-white > div{
	color: #26272c;
	height: 140px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	/*padding: 20px 18px;
	margin-left:10px;	*/
}

.racing-white p{
	margin: auto;
	padding-top: 36px;
	
}

.weight36{
	font-size: 36px;
	line-height: 22px;
}
.weight54{
	font-size: 54px;
}

.weight75{
	font-size: 75px;
}

.weight79{
	font-size: 79px;
}

.weight60{
	font-size: 60px;
	line-height: 52px;
}

@media(max-width:480px){
	.weight75{
		font-size: 56px;
	}
	.weight79{
		font-size: 60px;
	}
}

.racing-reel .bkcross {
	background-image: url(../img/cross-2.png);
	background-repeat: no-repeat;
	margin: auto;
	max-width: 400px;
	
/*	position: absolute;
	top: -13px;
	left: -13px;
	*/
}
.abarth_offers .span6,
.abarth_racing .span6{
	position: relative;
	padding: 26px 26px;
	/*text-align: center;	*/
	margin-top: 20px;	
}

.abarth_racing .span6 h3 {
	margin: 0px;
}

.abarth_racing .span6 img {
	margin: auto;
	width: 385px;
	display: block;
	margin-top: 20px;
}

.abarth_racing .span12, .abarth_academy .span12{
	margin-top: 20px;
}

.abarth_racing .span6 p{
	text-align: left;
	padding: 20px 30px;
}

.abarth_racing h3, .abarth_locator h3{
	font-family: 'abarth_heavyregular';
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0;
	text-align: center;	
}

.abarth_racing .row-racing{

}

.row-academy{
	position: relative;
	font-size: 14px;	
	padding-bottom: 40px;
}

.row-academy h3{
	padding: 20px;
	text-align: center;

}

.row-academy h4{
	font-family: 'abarth_heavyregular';
	font-weight: normal;
	font-size: 21px;
	text-transform: uppercase;	
	padding-left: 0;
	margin-bottom: 0;
}

.abarth_academy .academy-courses .row-fluid{
	margin-bottom: 40px;
}

.abarth_academy .academy-courses .row-fluid p{
	
}

.abarth_academy .subheader h3{
	padding-bottom: 0;
	margin-bottom: 0;
}

.abarth_academy .subheader h5{
	text-transform: uppercase;
	text-align: center;	
	margin-top: 0;
}

.abarth_academy .subheader h6{
	font-family: 'abarth_heavyregular';
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.abarth_academy dl.timetable dt,.abarth_academy dl.timetable dd{
	font-weight: normal;
	float:left;
	line-height: 28px;
}

.abarth_academy dl.timetable dt{
	clear:left;
}

.abarth_academy dl.timetable dd{
	padding-left: 30px;
}

.abarth_academy  dl.timetable{
	text-transform: uppercase;
}

.row-academy .video-container{
	padding-top: 0;
	height: 315px;
	padding-bottom: 0;
}

.row-academy .video-container iframe,
.row-academy .video-container object,
.row-academy .video-container embed {
    max-width: 560px;
    max-height: 315px;
}

.abarth_academy dl.list dt{
	font-family: 'abarth_heavyregular';
	font-weight: normal;
	font-size: 21px;
	text-transform: uppercase;
}

.abarth_academy dl.list dd{
	font-family: 'abarth_medium';
	font-weight: normal;
	font-size: 14px;
	margin-left: 0;
	margin-bottom: 60px;
}

.abarth_academy .parco-vetture .row-fluid{
	margin-top: 60px;
}

.abarth_academy dl.list dd:last-child{
	margin-bottom: 0;
}

.locator-logo{
	margin-top: 70px;
}

.academy-logo{
	margin-top: 20px;
}

.abarth_locator .row-fluid > .span12{
	margin: 20px 0;
}
.abarth_locator .row-fluid{
	position: relative;
	/*padding: 20px;*/
	
}

.abarth_locator{
	margin-top: 60px;
	overflow: hidden;
}

.abarth_locator .row-locator{
	margin-top: 30px;
	border: 5px solid #fff;
	background-color: #fff;
}

.abarth_locator .row-locator p{
	font-size: 18px;
	color: #26272c;
	text-transform: uppercase;
	margin: 0;
}

.abarth_locator .row-locator input{
	background-color: #26272c;
	color: #fff;
	border-radius: 0;
}

.abarth_locator .row-locator .span5{
	background-color: #fff;
	padding: 12px 20px 0 20px;
}

.abarth_locator .row-locator .span7{
	
}

.abarth_locator .locator_buttons .button_light{
	width:63px;
	height: 36px;
	margin-right: 20px;
}

.button_light.red {
	background: none;
	background-color: #f12424;
	color: #fff;
	border: none;
	text-transform: uppercase;
}

.abarth_locator .locator_buttons .button_light div{
	width: 63px;
	height: 36px;
	text-transform: uppercase;
}

.abarth_locator .locator_filters{
	text-align: center;
	height: 212px;
	display: table;
	width: 100%;
}

.abarth_locator .locator_filters > div{
	display: table-cell;
	vertical-align: middle;
}

.abarth_locator #map-canvas{
	height: 396px;

}

.abarth_locator #map-canvas img{
	max-width: none;
}

.abarth_locator .row-racing{
	margin-bottom: 70px;
}

.abarth_locator .locator_button{
	width:102px;
	height: 108px;
	display: inline-block;
	cursor: pointer;
}

.abarth_locator .locator_button div{
	font-family: 'abarth_medium';
	font-size: 8px;
	color: #26272c;
	margin-top: 75px;
	text-transform: uppercase;
}

.abarth_locator .locator_button.selected div{
	color:#fff;
}

@media (max-width:372px),(min-width:768px) and (max-width:949px){
	.abarth_locator .locator_button{	
		display: block;
	}
}

.abarth_locator .locator_button.concessionario{
	background-image: url('../img/locator/concessionario.png');	
}

.abarth_locator .locator_button.concessionario.selected{
	background-image: url('../img/locator/concessionario-selected.png');	
}

.abarth_locator .locator_button.servizio{
	background-image: url('../img/locator/servizio.png');	
}

.abarth_locator .locator_button.servizio.selected{
	background-image: url('../img/locator/servizio-selected.png');	
}

.abarth_locator .locator_button.preparatore{
	background-image: url('../img/locator/preparatore.png');	
}

.abarth_locator .locator_button.preparatore.selected{
	background-image: url('../img/locator/preparatore-selected.png');	
}

.abarth_locator .locator-results{
	position: relative;
	display: none;
}

.abarth_locator .locator-results .res-bar{
	width: 180px;
	background-color: #fff;
	height: 26px;
	text-align: center;
}

.abarth_locator .locator-results .res-bar > div{
	float: left;
}

.abarth_locator .locator-results .res-icon{
	width: 26px;
	height: 23px;
	line-height: 13px;
	padding: 0 13px;
}

.abarth_locator .locator-results .res-features{
	width: 86px;
	border-right: 1px solid #f2f2f3;
}

.abarth_locator .locator-results .res-distance{
	border-left: 1px solid #a6a6a8;
	font-size: 11px;
	line-height: 24px;
	color: #26272c;
	font-family: 'abarth_heavyregular';
	/*width: 62px;*/
}

.abarth_locator .locator-results .res-item{
	border-top: 1px solid #8b8c8e;
	
	/*height: 114px;*/
}

.abarth_locator .locator-results .res-title{
	font-family: 'abarth_heavyregular';
	font-size: 13px;
	margin-top: 8px;
	text-transform: uppercase;
	line-height: 15px;
	margin-bottom: 0;	
}

.abarth_locator .locator-results .res-row{
	font-family: 'abarth_medium';
	font-size: 11px;	
	text-transform: uppercase;
	line-height: 16px;	
	margin-bottom: 0;
}

.abarth_locator .locator-results .res-icon.concessionario{
	background-image: url('../img/locator/concessionario-icon.png');	
}

.abarth_locator .locator-results .res-icon.servizio{
	background-image: url('../img/locator/servizio-icon.png');		
}

.abarth_locator .locator-results .res-icon.preparatore{
	background-image: url('../img/locator/preparatore-icon.png');		
}

.abarth_locator .locator-results .span6{
	margin-bottom: 45px;
}
/*.abarth_locator .locator-results .span6:nth-last-child(n){
	border-bottom: 1px solid #8b8c8e;	
} */

.abarth_form .main-form-img{
	margin: 15px 0;
}


.abarth_form .bk-white{
	background-color: #fff;
}

.abarth_form .car-row{
	position: relative;
}

.abarth_form .car-row .select-inner{
	position: absolute;
	left:15px;
	top:10%;
	width: 40%;
}

.abarth_form .car-row .select-inner .inner-text{
	font-family: 'abarth_heavyregular';
	font-size: 14px;
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	padding:10px;
}

.abarth_form .title{
	width: 320px;
	margin: 30px auto;
	position: relative;
    font-family: 'abarth_blackregular';
	font-size: 24px;
	color: #000;	
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
}

.abarth_form .subtitle{
	text-align: center;
	font-family: 'abarth_blackregular';
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 40px;
}

.abarth_form{
	background-color: #3a3c43;
	max-width: 960px;
	/*margin: auto;*/
}

.abarth_form .tgray{
	color: #868889;
	text-transform: uppercase;
	font-family: 'abarth_heavyregular';
	font-size: 13px;
}

.abarth_form .tgray img{
	vertical-align: middle;
	margin-left: 5px;	
	margin-right: 10px;
}

.abarth_form .consenso{
	font-family: 'abarth_heavyregular';
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.abarth_form .note-privacy-t{
	color: #868889;
	text-transform: uppercase;
	font-family: 'abarth_heavyregular';
	font-size: 13px;
	
}

.abarth_form .note-privacy{
	font-family: Arial;
	font-size: 12px;
	color: #868889;	
}

.abarth_form .button_light > div{
	width: 194px;
	text-transform: uppercase;
	margin: 8px 0;
}

.abarth_form .callcenter-footer{
	width: 320px;	
}

.abarth_form .callcenter-footer > div:first-child{
	border-right: 1px solid #868889;
	padding-right: 8px;	
}

.abarth_form .callcenter-footer p{
	margin: 0;

}

.form-radio-block .form-radio{
	background-image: url('../img/form-radio.png');
	width: 14px;
	height: 14px;
	display: inline-block;
}

.abarth_form .form-radio-block{
	float:left;
	margin-right: 24px;
}

.abarth_form .row-fluid{
	padding: 5px 0;
	border-bottom: 1px solid #222328;
	border-top: 1px solid #555760;
}

.abarth_form input[type="text"], .abarth_form textarea{
	border-radius: 0;
	margin: 0;
	border: 0;
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #98999b;
}

/*
.abarth_form input[type="text"] + p{
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #98999b;
	position: relative;
	top:-31px;	
}

*/

.abarth_form input[type="text"]{
	padding: 0px 10px;
	height: 44px;	
}
.abarth_form input[type="button"],
.abarth_form input[type="submit"]{
	background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(222, 222, 222) 87%, rgb(236, 236, 236) 100%);
	height: 44px;
	text-transform: uppercase;
	min-width: 226px;
	border: 1px solid rgb(191, 191, 191);
}
.abarth_form textarea{
	padding: 10px;
	height: 90px;
}

.form-radio-block .form-radio.selected{
	background-image: url('../img/form-radio-selected.png');	
}

.form-radio-block input{
	display: none;
}

.form-radio-block span{
	font-family: 'abarth_heavyregular';
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	text-transform: uppercase;
}

.abarth_offers{
	padding-top: 70px;
}

.abarth_offers{
	font-family: 'abarth_heavyregular';
}

.abarth_offers h3{
	font-size: 47px;
	line-height: 47px;
	text-transform: uppercase;
	padding: 0;	
}
.abarth_offers h4{
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;	
	padding: 0;
}

@media(max-width:480px){
	.abarth_offers h3{
		font-size: 40px;
		line-height: 40px;
	}
	.abarth_offers h4{
		font-size: 18px;
		line-height: 18px;
	}

}

.abarth_offers ul, .offer-form ul{
	margin: 0 0 10px 0;
}

.abarth_offers li, .offer-form li{
	color: #fff;
	font-family: 'abarth_heavyregular';
	font-size: 14px;
	text-transform: uppercase;
	list-style: none;	
}

.abarth_offers li{
	margin-bottom: 24px;	
}

.offer-form li{
	margin-right: 5px;
	display: inline;
}

.abarth_offers li:before, .offer-form li:before{
	content: '› ';
}

.abarth_offers span.size28,.offer-form span.size28{
	font-size: 28px;
}
.abarth_offers .span6, .abarth_offers .span12{
	padding: 40px 10px;
}

.abarth_offers a.button_light{
	text-transform: uppercase;
}

.abarth_offers p{
	font-family: 'abarth_medium';
	font-size: 19px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 20px;
}

.abarth_offers div.offer_inner{
	position: relative;
	max-width: 960px;
	margin:auto;
	margin-bottom: 70px;
}

.offer-form .row-fluid > div{
	position: relative;
	padding:20px 30px;
}

@media(min-width:1280px){
	.offer-form .row-fluid.mform > div{
		min-height: 670px;
	}
}

.offer-form h3{
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;	
	padding:0;	
}

.offer-form h4{
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
	padding:0;	
}
.offer-form h5{
    font-family: 'abarth_blackregular';
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;	
}

.offer-form{
	padding-top: 20px;
	max-width: 1280px;
	margin: auto;
	color: #fff;
}

.offer-form input[type="text"]{
	border-radius: 0;
	border: none;
	font-family: 'abarth_medium';
	font-size: 14px;
	color: #000;
	padding: 2px 12px;
	
	padding: 0px 10px;
	height: 44px;	
	
	height: 32px;	
	
	font-family: 'Arial';
	font-size: 16px;
	text-transform: uppercase;
	color: #98999b;
}
.offer-form input[type="button"],
.offer-form input[type="submit"]{
	background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(222, 222, 222) 87%, rgb(236, 236, 236) 100%);
	height: 44px;
	text-transform: uppercase;
	min-width: 226px;
	border: 1px solid rgb(191, 191, 191);
}

.offer-form .sbHolder li{
	color: #98999b;
	font-family: 'Arial';
	font-size: 16px;
	height:32px;
	text-transform: uppercase;
	margin: 5px;
	display: block;
}
.offer-form .sbHolder li:before{
	color: #98999b;
	content: '' !important;
}

.offer-form .note-privacy{
	font-family: 'abarth_medium';
	font-size: 10px;
	line-height: 12px;
}

.offer-form .note-privacy-t{
    font-family: 'abarth_blackregular';
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.offer-form .button_light.red{
	text-align: center;
	line-height: 42px;
	box-shadow: 0px 1px 11px #000;
	margin: 0;
	
}

.offer-form .note-legali-t{
	font-family: 'abarth_medium';
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer-form .note-legali{
	font-family: 'abarth_medium';
	font-size: 9px;	
	line-height: 11px;
	margin: 0 0 5px 0;
}

@media(min-width:1050px){
   .racing-reel .sponsors-img{
   	background-position: 0 -36px;
   }
   .racing-reel .brand-img{
   	background-position: 0 -36px;
   }
}

.racing-reel .sponsors-img img, .racing-reel .brand-img img{
	display: none;
}
.racing-reel .sponsors-img{
	background-image: url('../../site/PublishingImages/sponsor/sponsor-header.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin: auto;	
}

.racing-reel .brand-img{
	background-image: url('../../site/PublishingImages/brand/brand-header.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin: auto;	
}
.row-sponsors,
.row-privacy,
.row-terms,
.row-brand{
	position: relative;
	font-size: 18px;	
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.row-sponsors h3,
.row-privacy h3,
.row-terms h3,
.row-brand h3{
	text-align: center;
}
.row-sponsors h4,
.row-privacy h4,
.row-terms h4,
.row-brand h4{
	font-family: 'abarth_heavyregular';
	font-weight: normal;
	font-size: 21px;
	text-transform: uppercase;	
	padding-left: 0;
	margin-bottom: 0;
	line-height:32px;
}
.row-terms .termsindex ol {
	padding-left: 16px;
}
.row-terms .termsindex ol li {
	line-height:20px;
}
.spacer_100 {
	height:100px;
}
.spacer_50 {
	height:50px;
}
.spacer_25 {
	height:25px;
}
.topofpage {
	color: #fff;
	max-width: 1000px;
	margin:auto;
	font-family: 'abarth_medium';
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 60px;
}

.abarth_racing, .abarth_sponsors, .abarth_academy, .abarth_terms, .abarth_privacy, .abarth_brand, .abarth_locator, .abarth_offers {
	color: #fff;
	max-width: 1000px;
	margin:auto;
	font-family: 'abarth_medium';
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 60px;
}

.button_yellow {
background: #fce885; /* Old browsers */
background: -moz-linear-gradient(top, #fce885 1%, #fcdf50 53%, #fcdf50 54%, #fed700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fce885), color-stop(53%,#fcdf50), color-stop(54%,#fcdf50), color-stop(100%,#fed700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fce885 1%,#fcdf50 53%,#fcdf50 54%,#fed700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fce885 1%,#fcdf50 53%,#fcdf50 54%,#fed700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fce885 1%,#fcdf50 53%,#fcdf50 54%,#fed700 100%); /* IE10+ */
background: linear-gradient(to bottom, #fce885 1%,#fcdf50 53%,#fcdf50 54%,#fed700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce885', endColorstr='#fed700',GradientType=0 ); /* IE6-9 */
	font-family: 'abarth_blackregular';
	text-decoration: none;
	font-size: 12px;
	color: #000;
	height: 42px;	
	padding-left: 15px;
	padding-right: 15px;
	border: 0px;
	-webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
	cursor: pointer;
}
.abarth_form a,
.abarth_form a:visited,
.abarth_form a:hover {
	color:white;
	text-decoration:none;
}
.button_yellow div {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	height: 42px;
	line-height:10px;
}

.button_yellow:hover {
	background: #fed700; /* Old browsers */
background: -moz-linear-gradient(top, #fed700 0%, #fcdf50 53%, #fcdf50 54%, #fce885 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed700), color-stop(53%,#fcdf50), color-stop(54%,#fcdf50), color-stop(100%,#fce885)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fed700 0%,#fcdf50 53%,#fcdf50 54%,#fce885 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fed700 0%,#fcdf50 53%,#fcdf50 54%,#fce885 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fed700 0%,#fcdf50 53%,#fcdf50 54%,#fce885 100%); /* IE10+ */
background: linear-gradient(to bottom, #fed700 0%,#fcdf50 53%,#fcdf50 54%,#fce885 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed700', endColorstr='#fce885',GradientType=0 ); /* IE6-9 */	
}
.abarth_blackregular_8{
	font-family: 'abarth_blackregular';
	font-size:8px;
}
p.geneva_regular_12.black.crm_text {
	font-size:14px;
}
.button_light_inline {
	margin: 8px;
}
@media(max-width:767px){
	.offer-form .row-fluid > div{
		margin-bottom: 20px;
	}
	
	
	.offer-form h3{
		font-size: 24px;
		line-height: 24px;
		text-transform: uppercase;	
	}
	.offer-form h4{
		font-size: 19px;
		line-height: 19px;		
	}
}

.submenu{
	visibility: hidden;
}

.form-error{
	color: #D00 !important;
}



.overlay_message {
	position:relative;
	z-index:1001;	
}
.overlay_content_voto {
	width: 500px;
}
.bg_overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
}
.overlay_content {
	width: 870px;
	padding: 45px;
	margin: auto;
	background-color: #ffffff;
	margin-top: 65px;
	font-size: 14px;
	position: relative;
}
.hidden {
	display: none;
}
.transparent {
	background: none;
}
.box {
	width: 313px;
	position: relative;
	padding: 24px;
}

.box h1 {
	line-height: 24px;
}
.fixed_box {
	width: 313px;
	margin: auto;
}
.bg_pattern {
	background-image: url(../img/pattern.jpg);
}
.float_left {
	float: left;
}
h1.h1_overlay {
	font-size: 16px;
	color: #252424;
}

.x_overlay_message {
	font-family: 'abarth_romanroman';
	font-size: 22px;
	color: #7e7e7e;
	position: absolute;
	top: 22px;
	right: 25px;
	cursor: pointer;
}

.toolbar_item.red a.toolbar_link {
	color: #fff;
}
.overlay_content .text {
	margin-left: 82px;
/*margin-top: -30px; */
}

/* nuovo layout */
.kit .span3 h2 {
	word-wrap: break-word;
	border-bottom: 6px solid #fff;
	border-top: 6px solid #fff;
	line-height: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.offer-form .mform .span5 {
	line-height: 48px
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover,
.sbOptions a {
	color:black !important;
}
.note-privacy-t {
	display:none;
}
.barrarossa {
	margin-top:0px;margin-bottom:60px;postion:relative;
}
.barrarossainner {
	position:absolute;left:0;background:#C50117;width:100%;height:12px;
}

.elenco_auto .container-product-row .view770,
.product-car-2 .view770 {
	float:right;
	padding:20px;
}
.product_view .product-car .span8 {
	padding-top :0px !important;
	margin-left:0px !important;
	width: auto !important;
	max-width: 829px !important;
}
.kit_view .kit .span9 {
	padding-top :0px !important;
	margin-left:0px !important;
	width: auto !important;
	max-width: 827px !important;
}
.kit_view .container-product-row-no-cross,
.product_view .container-product-row-no-cross, .container-product-row-no-cross-first{
	padding: 0px !important;

}
.product-car, .kit{
	padding-top:0px !important;
}
.product_view,.kit_view,.accessori_view, .elenco_auto, .elenco_kit_view, .notfound_view{
	padding-top: 0px !important;
}
.kit_view .kit .span3,
.product_view .product-car .span3 {
	width:auto !important;
	padding-top: 15px !important;
}
.button_fb_share,
.button_fb_share div,
.pt_baloon,
.product-car-2 .span4 .button_light {
	margin-left:0px !important;
}
.abarth_racing.row-racing a,
.abarth_racing.row-racing a:visited {
	color:#fff;
	text-decoration:underline;
	font-style:italic;
}
.abarth_racing.row-racing a:hover {
	color:red;
	text-decoration:underline;
}
/*da rimuovere per visualizzare il menu a dx
.product_view .product-car .span1 {
	display:none !important;
}*/

/* form new */
.sbGroup,
.infoClaimOptGroup {
	color: #98999b !important;
}
.vin-help_wrapper {
	display:none;
}
/* form specialties */
.title-extended {
	max-width: 800px !important;
	width: auto !important;
}
.specialties-form-bigtext {
	font-family: 'abarth_heavyregular';
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 50px auto 50px auto !important;
	text-align:center;
}
.top-margin60 {
	margin-top:60px;
}
.top-margin40 {
	margin-top:40px;
}
.vin-help {
	font-family: Arial;
	font-size: 12px;
	color: #868889;
}
.row-fluid.borderless-bottom {
	border-bottom: none !important;
}
/* form specialties */
@media (min-width: 1200px){
.product_view .product-car .span8 {
	padding-top :0px !important;
	margin-left:0px !important;
	width: auto !important;
	max-width: 829px !important;
}
.kit_view .kit .span9 {
	padding-top :0px !important;
	margin-left:0px !important;
	width: auto !important;
	max-width: 827px !important;
}
}
.kit h2 {
	font-size: 18px !important;
}
h1.miyr_title.abarth_heavyregular_17.red {
	/*line-height:32px;*/
	line-height: 18px;
}
a.privacylink,
a.privacylink:visited {
	color:white;
	text-decoration:none !important;
}
a.privacylink:hover{
	color:white;
	text-decoration:underline !important;
}
a.privacylink img {
	margin-top:-2px;
}
.consenso {
	text-decoration: none !important;
}
.focusedtext {
	color: black !important;
	text-transform: none !important;
}
.focusedtext.form-error{
	color: #D00 !important;
}
.abarth_locator .sbSelector:link, .abarth_locator .sbSelector:visited, .abarth_locator .sbSelector:hover,
.abarth_locator .sbOptions a {
	color:#98999b !important;
}
/* nuovo layout */
 
/* the overlayed element */
.simple_overlay {
 	/*position:absolute;
 	display: none;
 	left:0;
 	right:0;
 	margin:auto;*/
    /* must be initially hidden */
   
 	display: none;
    /* place overlay on top of other elements */
    z-index:9999999;
    /* styling */
    background-color:#333;
    min-height:200px;
 
    border:1px solid #666;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url('../img/x.png');
    position:absolute;
    right:15px;
    top:12px;
    cursor:pointer;
    height:42px;
    width:42px;
    opacity: 1.0;
}

.addon-head .abarth_heavyregular_20 {
    color: #FFFFFF;
    font-family: 'abarth_heavyregular';
    font-size: 14px;
    font-weight: normal;
}

.product-popover,.product-overlay{
	z-index: 3;
}

.product_view .container-product-row-no-cross-first .fb-container {
	margin-top: 50px;
}

.product_view .container-product-row-no-cross.whitebox-correction, .product_view .container-product-row-no-cross-first.whitebox-correction {
	padding-left: 38px !important;
	margin-left: 0px;
	padding-right: 38px !important;
}

@media (min-width: 1200px){
	.compatibility .span6 {
		margin-left: 24px;
	}
	.compatibility .span6:first-child {
		margin-left: 0px;
	}
}

.container.row0 {
	border-bottom: 12px solid #C50117;
	/*height: 404px;*/
}

.bg_overlay .box {
	height: 170px;
}

@media (max-width:480px){
	.row0_bigimg{
		width:100%;
	}
	.row1 div{
		text-align: left !important;
	}
	.row0_descr{
		padding-left: 10px;
		padding-bottom: 10px;
		font-size: 24px;
		line-height: 26px;
	}
	.row0_descr.abarth_heavyregular_40 a span {
		line-height: 40px;
	}
	.image_row0{
		width:400px;
	}

	.home_news_img, .miyr_img{
		width: 100%;
	}
	.miyr_img{
		border:none;
	}
	.miyr_content{
		width:auto;
	}	
	.box{
		/*width:100%;*/
		padding: 0px;
		margin: auto;
		float: none;
	}
	.box.float_left{
		float: none;
	}
	.box.pull-right{
		margin-top: 30px;
	}
	.car{
		width:287px;
	}
	.box h1, .box .car_box{
		padding:24px;
	}
}