@import url('/fonts/opensans.css');

@font-face {
 font-family: slogan;
 src: url("incised-901-nord-italic-bt-41661.eot") /* EOT file for IE */
}
@font-face {
 font-family: slogan;
 src: url("incised-901-nord-italic-bt-41661.ttf") /* TTF file for CSS3 browsers */
}

/* -- Inizio tooltip -- */

.reparti.tooltip {
    position: relative;
    /*display: inline-block;*/
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.reparti.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #282828;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%;
	left: 50%;
    /*left: calc(50% - 2%);*/
    margin-left: -60px;
	margin-bottom: 10px;
	font-weight: 700;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
	box-sizing: border-box;
}

/* Tooltip arrow */
.reparti.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #282828 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.reparti.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.marca.tooltip {
    position: relative;
	/*display: inline-block;*/
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.marca.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #282828;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
	margin-bottom: 10px;
	font-weight: 700;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
	box-sizing: border-box;
}

/* Tooltip arrow */
.marca.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #282828 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.marca.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* -- Fine tooltip -- */

#popup {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: block;
	z-index: 1000;
    background-color: rgba(22,22,22,0.75);
}

.reveal-modal {
    position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	text-align: center;
	color: #444;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}

html, body{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	font-size: 15px;
	background-color: #ffffff;
	line-height: 22px;
}

.offerta{
	display: block;
	margin: 0 15px;
	border: #fff 1px solid;
	box-shadow: 0px 0px 10px #444;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}

.offerta-titolo{
	font-weight: 700;
	color: #E3001B;
}

.img_right{
	float: right;
	max-height: 100px;
}

.promo {position: absolute; right: -10px; top: -5px; background: #CC0000; width: 40px; height: 40px; text-align: center; color: #000;-webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg);}
.promo:before, .promo:after { content: ""; position: absolute; top: 0; left: 0; height: 40px; width: 40px; background: #CC0000;}
.promo:before {-webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); -ms-transform: rotate(60deg); -o-transform: rotate(60deg); }
.promo:after { content: "!"; line-height: 40px; color: #fff; font-weight: 700; font-size: 40px; -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg);  }

h1{
	font-size: 20px;
	margin: 20px 0 40px 0;
}

h1.h1eventi{
	margin: 0px 0 10px 0;
}

span.data{
	margin: 0px 0 10px 0;
	font-style: italic;
	display: block;
}

h2{
	font-size: 15px;
	margin: 0 0 10px 0;
}

p{
	margin: 0 0 20px 0;
}

h3{

}

table, tr, td, img{
	border: 0;
}

table{
	border-spacing: 0;
    border-collapse: collapse;
}

td{
	padding: 0;
}

a{
	text-decoration: none;
	color: #444444;
}

input, select, textarea{
	font-family: 'Open Sans', sans-serif;
	color: #444444;
	border: 1px solid #ccc;
	font-size: 13px;
}

img{
	border: 0px;
	max-width: 100%;
    /*height: auto;*/
}

header{
	/*background-image: url('/img/carbonio.jpg');*/
}

section{
	margin-top: 40px;
	padding-bottom: 40px;
}

footer{
}

.container{
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
}

.sponsor{
	display: block;
	float: right;
	width: 30%;
	margin-top: 220px;
	height: 285px;
	background-color: #FFF;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 20px #444;
	border-radius: 10px;
	border: 1px solid #ccc;
}

#news-home-cnt {
	box-sizing: border-box;
	position: absolute;
	width: 29%;
	height: 325px;
	right: 20px;
	top: 190px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	box-shadow: 0px 0px 8px #444;
	border-radius: 10px;
	border: #fff 10px solid;
	display: block;
}

#close-news {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background-image: url('/img/fancybox_sprite.png');
    cursor: pointer;
    z-index: 1001;
}

.news-home.active {
    z-index: 1000;
    opacity: 1.0;
}

.news-home {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    z-index: 998;
    opacity: 0.0;
    text-decoration: none;
}

.news-home-img {
    height: 140px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.news-home-h2 {
    padding: 10px;
    background-color: #E3001B;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 9999;
	margin-left: 20px;
	border-radius: 10px;
}

.news-home-txt {
    padding: 20px;
	position: relative;
	min-height: 76px;
	max-height: 76px;
}

.news-home-titolo {
    margin: 0;
    padding: 0 0 10px 0;
}

.news-home-txt .btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
	text-align: center;
	width: 326px;
	width: calc(100% - 40px);
	/*position: absolute;
	bottom: -40px;
	left: 20px;*/

}

.sponsor.yamaha{
	background-size: 185px;
	background-position: center 0px;
	background-image: url('/img/yamaha.png');
}

.sponsor.mvagusta{
	background-size: 185px;
	background-position: center 50px;
	background-image: url('/img/mvagusta.png');
}

.sponsor.bike{
	background-size: 260px;
	background-position: center;
	background-image: url('/img/superbike_head.png');
}

.sponsor.sport{
	background-size: 260px;
	background-position: center;
	background-image: url('/img/supersport_head.png');
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container.left{
	position: relative;
    padding-bottom: 31.25%;
	width: 47%;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}

.video-container.right{
	position: relative;
    padding-bottom: 31.25%;
	width: 47%;
	float: right;
	overflow: hidden;
	margin-bottom: 40px;
	clear: right;
}

.img-container.left{
	width: 47%;
	float: left;
	margin-bottom: 40px;
	height: 240px;
	background-size: cover;
	background-position: center center;
}

.img-container.right{
	width: 47%;
	float: right;
	margin-bottom: 40px;
	clear: right;
	height: 240px;
	background-size: cover;
	background-position: center center;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hspace{
	height: 20px;
	clear: both;
}

.gallery_prodotto_space{
	width: 2.04%;
	height: 1px;
	float: left;
}

#top-transparent{
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	width: 100%;
	z-index: 999;
}

#cnt_head{
	margin: 0px auto;
	/*width: calc(100% - 40px);
	padding: 0 20px;*/
	max-width: 1180px;
	padding-top: 26px;
	margin-bottom: 20px;
	position: relative;
}

#cnt_photo{
	position: relative;
	margin: 0px auto;
	width: 100%;
}

#map{
	margin: 0px auto;
	width: 100%;
	max-width: 1180px;
	height: 450px;
}

#map img {
    max-width: none !important;
    height: auto !important;
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#cnt_photo_nav{
	margin: 0px auto;
	width: 100%;
	max-width: 1180px;
}

#cnt_section{
	margin: 0px auto;
	width: calc(100% - 40px);
	padding: 0 20px;
	max-width: 1180px;
	min-height: 250px;
}

#cnt_foot_back{
	margin: 0px auto;
	width: 100%;
	background-color: #eeeeee;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-image: url('/img/back_cruciata.png');
	box-shadow: 0px 0px 8px #A6A6A6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 450px;
}

#cnt_foot_back2{
	margin: 0px auto;
	width: 100%;
	background-color: #eeeeee;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	box-shadow: 0px 0px 8px #A6A6A6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 450px;
  text-align: center;
padding-top: 30px;
padding-bottom: 30px;
font-style: italic;
font-size: 12px;
}

#cnt_foot{
	position: relative;
	margin: 0px auto;
	width: calc(100% - 40px);
	padding: 0 20px;
	max-width: 1180px;
}

#cnt_social_foot_back{
	margin: 0px auto;
	width: 100%;
	background-color: #fff;
	border-top: #cccccc 1px solid;
	/*background-image: url('/img/carbonio.jpg');*/
	box-shadow: 0px 0px 8px #A6A6A6;
}

#cnt_social_foot{
	position: relative;
	margin: 0px auto;
	width: calc(100% - 40px);
	padding: 0px 20px;
	max-width: 1180px;
}

.border_partner{
	border-radius: 10px;
	box-shadow: 0px 0px 10px #444;
	float: left;
	width: 40%;
	margin-right: 5%;
	padding: 20px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.border_team_1{
	border-radius: 10px;
	box-shadow: 0px 0px 10px #444;
	float: left;
	width: 15%;
	margin-right: 5%;
	padding: 20px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.border_team_2{
	border-radius: 10px;
	box-shadow: 0px 0px 10px #444;
	float: left;
	width: 15%;
	margin-right: 5%;
	padding: 20px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.border_team_3{
	border-radius: 10px;
	box-shadow: 0px 0px 10px #444;
	float: left;
	width: 15%;
	margin-right: 0;
	padding: 20px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.img_partner{
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}

.partner{
	height: 45px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#superbike{
	background-image: url('/img/superbike.png');
	width: 50%;
	background-position: left center;
}

#supersport{
	width: 50%;
	background-image: url('/img/supersport.png');
	background-position: left center;
}

#mvagusta{
	background-image: url('/img/mv_agusta.jpg');
	width: 50%;
	float: right;
	height: 100px;
	background-position: right center;
}

#yamaha{
	width: 50%;
	height: 100px;
	float: right;
	background-image: url('/img/yamaha_yart.jpg');
	background-position: right center;
	margin-top: 4px;
}

#endurance{
	width: 50%;
	height: 100px;
	float: left;
	background-image: url('/img/endurance.png');
	background-position: left center;
	margin-top: 4px;
}

.partner_left, .partner_right{
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	clear: left;
}

.partner_left{
	margin-bottom: 40px;
	float: left;
	background-image: url('/img/yamaha_yart.jpg');
}

.partner_endurance{
	float:left;
	height: 150px;
	width: 30%;
	margin-left: 40px;
	box-sizing: border-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-image: url('/img/endurance.png');
}

.partner_right{
	float: left;
}

.partner_bike, .partner_sport{
	height: 75px;
	width: 30%;
	margin-left: 190px;
	box-sizing: border-box;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-image: url('/img/superbike.png');
}

.partner_sport{
	background-image: url('/img/supersport.png');
}

.partner_left.foot, .partner_right.foot{
	height: 100px;
	background-position: bottom left;
}

.partner_right.foot{
	background-position: bottom right;
}

#cnt_copy{
	margin: 0px auto;
	width: 95.92%;
	padding-right: 2.04%;
	padding-left: 2.04%;
	max-width: 1180px;
	padding-top: 10px;
	padding-bottom: 40px;
}

#logo{
	margin-left: 0px;
	margin-right: 0px;
}

#logo img{
	/*width: 300px;*/
	height: 60px;
	float: left;
	margin-right: 40px;
}

#logo.last img{
	margin-right: 0
}

.lng_cnt{
	display: none;
}

#cnt_menu{
	/*background-image: url('/img/back_menu.png');*/
	background-position: center center;
	margin: 30px auto 10px auto;
}

#head_right{
	/*float: right;
	text-align: right;*/
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 30%;
	/*border: 1px solid #ccc;*/
	box-shadow: 0px 0px 20px #444;
	border-top: 0;
	text-align: center;
}

#head_right .pad{
	padding: 5px;
}

#carrello_cnt{
	margin-top: 14px;
	font-style: italic;
	margin-top: 0;
	padding: 10px 0 5px 0;
}

#carrello_cnt table{
	margin: 0 auto;
}

#carrello_cnt img{
	max-width: 30px;
	margin-right: 10px;
}

#link_cnt{
	/*border-top: 1px solid #ccc;*/
}

#link_cnt a{
	display: block;
	text-align: center;
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	padding: 5px 0;
	color: #fff;
	background-color: #E3001B;
	border-bottom-left-radius: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#link_cnt a:hover{
	background-color: #444;
}

#link_cnt a.last{
	border-right: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
}

#menu_trigger{
	display: none;
	width: 95.92%;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 2.04% 11px 2.04%;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

#menu{
	width: 100%;
	max-width: 1180px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	padding-top: 0px;
	text-align: left;
	/*border-right: #444 1px dotted;*/
	display: table;
}

#menu > li{
	display: table-cell;
	position: relative;
}

#menu > li#lng_cnt{
	margin-right: 0;
}

#menu > li > a{
	color: #444444;
	display: block;
	text-align: center;
	padding: 0 15px;
	border-left: #444 1px dotted;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 13px;
}

.stemma{
	margin-right: 10px;
	display: inline-block;
}

.rep {
	width: 100%;
	display: table;
	padding-left: 0;
	border-spacing: 15px;
}

.titolo_reparto {
	font-size: 16px;
	display: block;
	position: absolute;
	bottom: -20px;
	margin: 0;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	left: 0;
}

.reparti {
	/*float: left;
	width: 8.2%;*/
	margin: 5px 0px;
	border: #fff 1px solid;
	/*margin-right: 2%;*/
	text-align: center;
	padding: 10px;
	height: 172.5px;
	background-size: 80%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	position: relative;
	display: table-cell;
	box-shadow: 0px 0px 10px #444;
	border-radius: 10px;
	top: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	/*border-spacing: 2%;*/
}

.reparti .image {
	height: 152.5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}

.reparti.last {
	margin-right: 0;
}

.reparti:hover{
	top: -10px;
}

.mar {
	width: 100%;
	display: table;
	padding-left: 0;
	border-spacing: 15px;
}

.marca {
	/*float: left;
	width: 7.2727%;*/
	border: #fff 1px solid;
	margin: 20px 0px;
	/*margin-right: 2%;*/
	text-align: center;
	padding: 10px;
	height: 78.75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	position: relative;
	display: table-cell;
	box-shadow: 0px 0px 10px #444;
	border-radius: 10px;
	top: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.marca .image {
	height: 58.75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.marca:hover{
	top: -10px;
}

.selezionato {
	box-shadow: 0px 0px 10px #E3001B;
	border: #E3001B 1px solid;
}

.marca.last {
	margin-right: 0;
}

#inviaform {
	cursor: pointer;
}

.input {
	margin: 20px 0px 40px 0px;
	width: 100%;
	border: 1px solid #CCC;
	box-sizing: border-box;
	padding: 5px;
	background-color: #F9F9F9;
	position: relative;
}

.box .input {
	margin: 13px 0px 40px 0px;
}

.box p {
	margin: 0;
	margin-left: 15px;
}

.btn2 {
    display: inline-block;
    background-color: #E3001B;
    box-sizing: border-box;
    line-height: 22px;
    color: #fff;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    line-height: 22px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 20px;
    float: right;
}
#menu > li > a:hover{
	color: #E3001B;
}

#menu > li > a.hover{
	color: #E3001B;
}

#menu > li:first-child > a{
	/*padding-left: 0px;
	border-left: none;*/
}

#menu > li:last-child > a{
	/*padding-right: 0px;*/
	border-right: #444 1px dotted;
	/*border-right: none;	*/
}

#menu > li > a > img{
	position: relative;
	top: 3px;
}

#lng_cnt{
	background-image: url('/img/drop-down.png');
	background-repeat: no-repeat;
	background-position: 55px center;
}

#menu > li > a.lng_sel{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	padding: 0 33px 0 32px;
}

.lng_other{
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,0.98);
	width: 100%;
	z-index: 999;
	left: 1px;
	top: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 8px 12px #000;
}

.lng_other a{
	display: block;
	padding: 2px 0;
	text-align: center;
}

.lng_other a:hover{
	background-color: #f5f5f5;
}

.lng_other a img{
	position: relative;
	top: 3px;
}

.submenu{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 1px;
	width: 200px;
	z-index: 100;
	background-color: #241F1C;
	display: none;
}

.submenu > li{
	display: block !important;
}

.submenu > li > a{
	color: #ffffff !important;
	display: block !important;
	padding-left: 40px !important;
	padding-right: 20px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	font-weight: 700 !important;
	border-left: none !important;
	border-right: none !important;
	background-image: url('/img/dot.png');
	background-repeat: no-repeat;
	background-position: 20px 18px;
	/*border-bottom: #999999 1px solid;*/
}

.submenu > li > a:hover{
	color: #cccccc !important;
}

.submenu > li > a.hover{
	color: #cccccc !important;
}

.submenu > li:last-child > a{
	padding-bottom: 16px !important;
}

#photo{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	background-color: #ffffff;
}

#photo DIV{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#moto{
	margin: 0px auto;
	position: absolute;
	width: 100%;
	height: 80px;
	z-index: 10;
	bottom: -6px;
	background-image: url(/img/moto.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#photo DIV.active{
	z-index: 10;
	opacity: 1.0;
}

#photo DIV.last-active{
	z-index: 9;
}

#photo_nav{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1180px;
	height: 350px;
	background-color: #ffffff;
}

#photo_nav DIV{
	position: absolute;
	width: 100%;
	max-width: 1180px;
	height: 350px;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-position: center center;
	background-size: cover;
}

#photo_nav DIV.active{
	z-index: 10;
	opacity: 1.0;
}

#photo_nav DIV.last-active{
	z-index: 9;
}

#slogan{
	position: absolute;
	bottom: 88px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	z-index: 1000;
	font-size: 30px;
	color: #E3001B;
	font-weight: 700;
	font-style: italic;
	text-shadow: 0px 0px 4px #000000;
	font-family: slogan;
	text-transform: uppercase;
}

.line{
	background-color: #444444;
	background-image: url('/img/back_menu.png');
	/*background-image: url('/img/carbonio.jpg');*/
	background-position: center center;
	height: 1px;
}

.line_fibra{
	background-image: url('/img/carbonio.jpg');
	height: 25px;
}

.line1px{
	background-color: #d7d7d7;
	height: 1px;
}

.line_nav{
	max-width: 1180px;
	margin: 0px auto;
}

#line_nav{
	width: 100%;
	max-width: 1180px;
	margin: 0px auto;
	background-color: #222222;
	background-image: url('/img/back_menu.png');
	/*background-image: url('/img/carbonio.jpg');*/
	background-position: center center;
	height: 10px;
	/*box-shadow: 0px 0px 8px #A6A6A6;*/
}

.pad{
	padding: 0 20px;
}

.box_home_cnt{
	position: relative;
	margin-top: -110px;
	z-index: 999;
}

.box{
	position: relative;
	float: left;
	display: block;
	width: 30%;
	padding: 20px 2.04% 60px 2.04%;
	padding: 0px;
	margin-right: 5%;
	box-shadow: 0px -5px 20px #444;
	border-radius: 1px;
	background-color: #fff;
	/*box-shadow: 0px 0px 8px #A6A6A6;*/
	border-radius: 10px;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
	top: 0;
}

.box:hover{
	/*top: -20px;*/
}

.all{
	width: 100%;
}

.box_up{
	padding: 20px;
	background-color: #ffffff;
	min-height: 250px;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.box_down{
	background-color: #E3001B;
	padding: 19px 19px;
	position: relative;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.box_down .btn{
	background: none;
	color: #fff;
	font-weight: bold;
	display: block;
	position: static;
	width: 100%;
	padding: 0;
	font-size: 18px;
}

.box_down .btn:hover{
	background: none;
	color: #fff;
}

.box_down2{
	background-color: #E3001B;
	padding: 19px 19px;
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.box_down2 .btn{
	background: none;
	color: #fff;
	font-weight: bold;
	display: block;
	position: static;
	width: 100%;
	padding: 0;
	font-size: 18px;
}

.box_down2 .btn:hover{
	background: none;
	color: #fff;
}

.box_down3{
	background-color: #E3001B;
	padding: 10px 0px;
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	bottom: 0;
}

.box_down2 .btn{
	background: none;
	color: #fff;
	font-weight: bold;
	display: block;
	position: static;
	width: 100%;
	padding: 0;
	font-size: 18px;
}

.box_down3 .btn:hover{
	background: none;
	color: #fff;
}

#prodotti_home_cnt{
	height: 100%;
	position: relative;
	min-height: 311px;
	padding: 20px 20px 0 20px;
}

.prodotto_home{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	padding: 20px 20px 0 20px;
	background-color: #fff;
	border-radius: 10px;
}

.prodotto_home.active{
	z-index: 10;
	opacity: 1.0;
}

.prodotto_home.last-active{
	z-index: 9;
}

.img_prodotti{
	display: block;
	height: 202px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 16px;
	background-color: #fff;
	margin-top: 10px;
}

.link_prodotto{
	position: absolute;
	bottom: 0;
	left: -1px;
	background-color: #E3001B;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	z-index: 9999;
	width: 100%;
	border: 1px solid #e3001b;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.link_prodotto .padding{
	padding: 7px 19px 7px 19px;
}

.link_colore{
	position: absolute;
	bottom: 0;
	left: -1px;
	background-color: #E3001B;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	z-index: 9999;
	width: 100%;
	border: 1px solid #e3001b;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.link_colore .padding{
	padding: 19px 0;
}

.codice{
	font-size: 13px;
}

.colori_home_cnt{
	height: 100%;
	position: relative;
	min-height: 311px;
	padding: 20px 20px 0 20px;
}

.colori_home{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	border-radius: 10px;
}

.colori_home.active{
	z-index: 10;
	opacity: 1.0;
}

.colori_home.last-active{
	z-index: 9;
}

.box.second-row{
	margin-top: 60px;
	box-shadow: 0px 0px 8px #444;
}

.box2{
	position: relative;
	float: left;
	display: block;
	width: 43.88%;
	padding: 20px 2.04% 60px 2.04%;
	margin-right: 4.08%;
	box-shadow: 0px 0px 8px #A6A6A6;
	border-radius: 1px;
	min-height: 230px;
	margin-top: 40px;
}

.lastbox{
	margin-right: 0;
}

.box.second-row h2 {
	z-index: 12;
}

.box h2, .box2 h2{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	/*z-index: 12;*/
}

.box .btn, .box2 .btn{
	right: 20px;
}

.box h2.titolo_filtro {
	font-size: 15px;
	margin-left: 15px;
}


.span_filtro {
	display: block;
	margin-left: 15px;
	font-style: italic;
}

.inputmodello{
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.box_img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 104px;
	margin-bottom: 5px;
}

#richiesta_informazioni_home {
	width: 100%;
}

#richiesta_informazioni_home td{
	padding: 10px;
}

#richiesta_informazioni_home td.no_pad_right{
	padding-right: 0;
}

#richiesta_informazioni_home td.no_pad_left{
	padding-left: 0;
}

#richiesta_informazioni_home input{
	width: 100%;
	box-sizing: border-box;
}


.colonna{
	position: relative;
	float: left;
	display: block;
	width: 30%;
	padding: 0px;
	margin-right: 5%;
	margin-bottom: 40px;
}

.colonna.last{
	margin-right: 0;
}

.btn{
	display: inline-block;

	background-color: #E3001B;
	box-sizing: border-box;
	line-height: 22px;
	color: #fff;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	line-height: 22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn:hover{
	background-color: #444;
}

.btn.disabled{
	background-color: #444;
	cursor: not-allowed;
}

.btn.left{
	float: left;
}

.btn.right{
	float: right;
}

.btn.acquista{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
}

.btn.center{
	display: block;
	margin: 0 auto;
}

.cell{
	float: left;
	text-align: center;
	width: 21%;
	height: 150px;
	line-height: 150px;
	padding: 0 2%;
	vertical-align: middle;
}

.cell img{
	max-width: 150px;
	vertical-align: middle;
}

.left_50{
	width: 50%;
	float: left;
}

.right_50{
	width: 50%;
	float: right;
}

.tipologie{
	width: 26.53%;
	float: left;
}

.disclaimer_gallery{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-style: italic;
	border-bottom: 1px solid #dedede;
}

.get_content{
	font-size: 14px;
	padding: 5px 0 5px 20px;
	display: block;
	background-image: url('/img/list_gallery.png');
	background-repeat: no-repeat;
	background-position: 0 11px;
}

.get_content.hover{
	font-weight: bold;
	background-position: 0 -19px;
}

.contenuto{
	width: 70%;
	float: right;
}

#filtro_cnt{
	padding: 20px;
	box-shadow: 0px 0px 20px #bbb;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#filtro_prodotti{
	margin: 0 0 40px 0;
	box-shadow: 0px 0px 20px #bbb;
}

h2.titolo_filtro{
	color: #E3001B;
	font-size: 15p1510px 0;
}

.field{
	float: left;
	width: 21.2%;
	margin-right: 5.06%;
	text-align: left;
	position: relative;
	min-height: 50px;
}

.field label{
	display: block;
	margin-bottom: 5px;
}

.field select{
	width: 100%;
}

.field.last{
	margin-right: 0;
}

.field .btn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.news_cnt, .tipologie_prodotti, .prodotti_cnt{
	margin-bottom: 60px;
}

.img_news, .img_tipologia{
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
	width: 30%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.txt_news, .txt_tipologia{
	position: relative;
	float: left;
	width: 65%;
	padding-bottom: 46px;
	min-height: 104px;
}

.txt_news .btn, .txt_tipologia .btn{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.margin_bottom{
	margin-bottom: 10px;
}

.richiesta_info_td{
	width: 35%;
	text-align: right;
}

.richiesta_info_td.left{
	width: 30%;
	text-align: left;
}

.gallery_prodotto{
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}

.foto_prodotto{
	width: 18.36%;
	float: left;
	height: 100px;
	background-size: cover;
	background-position: center center;
	margin-right: 2.04%;
	margin-bottom: 20px;
}

.foto_prodotto.no_margin{
	margin-right: 0;
	margin-left: 0;
}


.box_foot{
	position: relative;
	float: left;
	display: block;
	width: 42.5%;
	padding: 40px 2.5% 40px 2.5%;
	margin-right: 5%;
	color: #444444;
}

.lastbox_foot{
	margin-right: 0px;
}

.box_foot h2{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #444444;
	font-style: italic;
}

.box_social_foot{
	position: relative;
	float: left;
	display: block;
	width: 45%;
	padding: 40px 2.04% 40px 2.04%;
	margin-right: 10%;
	color: #444444;
	box-sizing: border-box;
}

.box_social_foot.largo{
	width: 60.3%;
}

.box_social_foot.last{
	margin-right: 0px;
}

.box_social_foot h2{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #444444;
}

#social{
}

#social .logo_social{
	float: left;
	/*width: 100%;*/
	text-align: left;
	margin-right: 50px;
}

#social .logo_social span{
	position: relative;
	top: -10px;
	left: 10px;
	font-style: italic;
}

#social img{
	max-width: 30px;
	border-radius: 5px;
}

#pay{
}

#pay .logo_pay{
	float: left;
	width: 25%;
	text-align: center;
}

#pay img{
	max-width: 44px;
	border-radius: 5px;
}

#riconoscimenti .riconoscimento{
	display: none;
	color: #024075;
	font-weight: bold;
	text-align: center;
	width: 25%;
	float: left;
}

#riconoscimenti .riconoscimento2{
	color: #024075;
	font-size: 17px;
	/*line-height: 25px;*/
	font-weight: bold;
	text-align: center;
	width: 100%;
	float: left;
	position: relative;
	top: -6px;
}

#riconoscimenti span{
	text-align: center;
	display: inline-block;
}

#riconoscimenti img{
	max-height: 50px;
	margin: 0 auto;
	display: block;
}

.photo_foot{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	float: left;
	width: 47.5%;
	margin-bottom: 10px;
	margin-right: 5%;
}

.photo_foot.photo2, .photo_foot.photo4{
	margin-right: 0;
}

.line1{
	position: absolute;
	top: 40px;
	left: 33%;
	height: 200px;
	width: 1px;
}

.line2{
	position: absolute;
	top: 40px;
	left: 66.7%;
	height: 200px;
	width: 1px;
}

.line3{
	position: absolute;
	top: 25px;
	left: 50%;
	height: 65px;
	width: 1px;
}

.line4{
	position: absolute;
	top: 28px;
	left: 66.7%;
	height: 60px;
	width: 1px;
}

.prodotto{
	position: relative;
	float: left;
	display: block;
	width: 30%;
	padding: 0px;
	margin-right: 5%;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*.prodotto:hover{
	margin-top: -20px;
}*/

.prodotto.no_margin_right{
	margin-right: 0;
}

.prodotto_up{
	padding: 20px;
	background-color: #ffffff;
	min-height: 250px;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	background-position: center;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.prodotto_down{
	background-color: #E3001B;
	padding: 19px 19px;
	position: relative;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	min-height: 44px;
}

.prodotto_down .btn {
	background: none;
	color: #fff;
	font-weight: bold;
	display: block;
	position: static;
	width: 100%;
	padding: 0;
	font-size: 16px;


	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.img_prodotto{
	float: left;
	width: 47.5%;
}

.img_prodotto a{
	display: block;
	line-height: 0;
	text-align: center;
}

#foto_colori_cnt{
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}

.foto_colore{
	display: block;
	box-sizing: border-box;
	border: 1px solid #666;
	float: left;
	margin-right: 2%;
	width: 23.5%;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 5px;
	background-position: center;
}

.foto_colore.n4{
	margin-right: 0;
}

.txt_prodotto{
	float: right;
	width: 47.5%;
}

h2.nome_prodotto{
	font-size: 19px;
	margin-bottom: 10px;
}

#tabella_carrello{
	width: 100%;
	color: #fff;
}

.sp_all {
  background-color: #ccc;
  overflow: hidden;
  height: 1px;
  margin-bottom: 20px;
}

.img_carrello{

}

#divStato{
	text-align: left;
	padding: 2px;
	display: none;
	position: absolute;
	border: 1px solid rgb(204, 204, 204);
	width: auto;
	height: 300px;
	overflow-y: scroll;
	z-index: 20;
	bottom: 30px;
	left: 0px;
	background-color: rgb(255, 255, 255);
}

h2.insdati{
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.separatore_dati{
	height: 1px;
	background-color: #ccc;
	margin: 2px 0;
}

#fatturazione table, #spedizione table{
	width: 100%;
}

#fatturazione td, #spedizione td{
	padding-top: 2px;
	padding-bottom: 2px;
}

.header_desktop{
	font-style: italic;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.img_space{
	float: left;
	width: 50%;
	height: 1px;
}

.denominazione{
	float: left;
	width: 30%;
}

.prezzo_space{
	float: right;
	text-align: right;
	width: 10%;
}

.quantita{
	float: left;
	width: 5%;
	text-align: right;
}

#disclaimer_carrello{
	text-align: center;
	margin: 40px auto;
	padding: 10px;
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 26px;
}

.prodotto_carrello{
	position: relative;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.elimina_prodotto{
	float: left;
	width: 5%;
	text-align: left;
}

.elimina_prodotto span{
	cursor: pointer;
}

.immagine_carrello{
	float: left;
	width: 45%;
	text-align: center;
}

.prodotto_carrello.conferma .immagine_carrello{
	width: 50%;
}

.descrizione_carrello{
	float: left;
	width: 30%;
}

.quantita_carrello{
	float: left;
	width: 5%;
	text-align: right;
}

.prezzo_carrello{
	float: right;
	text-align: right;
	width: 10%;
}

.totale_prezzi{
	text-align: right;
}

.nome_prezzo{
	display: inline-block;
}

.prezzo{
	display: inline-block;
	width: 10%;
	text-align: right;
	font-weight: bold;
}

#copy_l{
	float: left;
	color: #444444;
}

#copy_r{
	float: right;
	color: #444444;
}

.clear{
	display: block;
	height: 0px;
	clear: both;
}

.clear_left{
	clear: left;
}

#menu_copy{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 0px;
}

#menu_copy li{
	display: inline-block;
	margin-right: -3px;
}

#menu_copy li a{
	color: #444444;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-left: #999999 1px solid;
	line-height: 13px;
	height: 13px;
}

#menu_copy li a:hover{
	color: #999999;
}

#menu_copy li:first-child a{
	border-left: none;
	padding-left: 0;
}

#menu_copy li:last-child a{
	padding-right: 0px;
}

#sitemap{
	line-height: 16px;
	width: 100%;
}

#sitemap #left_col{
	width: 63%;
	text-align: left;
	float: left;
}

#sitemap #right_col{
	width: 37%;
	text-align: left;
	float: right;
}

.left_col{
	width: 50%;
	text-align: left;
	float: left;
}

.right_col{
	width: 50%;
	text-align: left;
	float: left;
}

.foot_link, .foot_link:visited, .foot_link:active, .foot_link:link{
	display: block;
	color: #444444;
	font-size: 12px;
	padding-bottom: 5px;
}

.foot_link:hover{
	text-decoration: underline;
}

.break{
	display: none;
}

.nobreak{
	display: inline;
}


#cookie-disclaimer{
	background-color: #000;
	color: #FFF;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 10px 0;
	font-size: 13px;
	text-align: center;
}

#titolo-cookies{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;

	display: none;
}

#cookie-disclaimer a{
	color: #FFF;
}

#cookie-disclaimer .btn{
	margin-left: 20px;
}

.rosso {
	color: #E3001B;
}

/*
*
*
*
*
*
*
*
******************************************************MEDIA QUERY********************************************************
*
*
*
*
*
*
*
*
*/



@media all and (min-width: 994px){
	#menu{
		display: table !important;
	}

	.sub:hover .submenu{
		display: block;
	}

	.rep {
		display: table;
	}

	.mar {
		display: table;
	}

	.reparti {
		display: table-cell;
		float: none;
	}

	.marca {
		display: table-cell;
		float: none;
	}

	#news-home-cnt {
		display: block;
	}
}

@media all and (max-width: 993px){
	#news-home-cnt {
		display: none;
	}

	.box p {
		margin-left: 0;
	}

	.rep {
		display: block;
	}

	.mar {
		display: block;
	}

	.titolo_reparto {
		display: block;
	}

	.reparti {
		width: 30%;
		margin-right: 5%;
		height: 80px;
		display: inline-block;
		float: left;
		margin-top: 40px;
	}

	.reparti .image {
		height: 40px;

	}

	.reparti.ultimo_3 {
		margin-right: 0;
	}

	.box h2.titolo_filtro {
		margin-left: 0;
	}

	.marca {
		width: 13%;
		margin: 0;
		margin-right: 4.4%;
		height: 60px;
		display: inline-block;
		float: left;
		margin-top: 40px;
	}

	.span_filtro {
		margin-left: 0;
	}

	.inputmodello {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.box .input {
		margin: 40px 0px;
	}

	.marca .image {
		height: 40px;
	}

	.marca.ultimo_6 {
		margin-right: 0;
	}

	.reveal-modal {
		width: 90%;
	}

	.sponsor{
		display: none;
	}


	#cnt_head{
		padding-left: 20px;
		padding-right: 20px;
	}

	#top-transparent {
		background-color: #fff;
		position: static;
		width: auto;
	}

	#head_right{
		position: static;
		margin: 0 auto;
		margin-bottom: 0px;
		width: auto;
		max-width: 400px;
		box-shadow: none;
		margin-top: 20px;
	}

	#head_right .pad{
		padding: 10px 0px;
	}

	.lng_cnt{
		display: block;
		text-align: center;
	}

	#menu > li#lng_cnt {
		display: none;
	}

	#menu > li.hide_mobile{
		display: none;
	}

	#carrello_cnt{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border:1px solid #ccc;
		border-bottom: 0;
	}

	#carrello_cnt table{
		margin: 0 auto;
	}

	#logo{
		text-align: center;
		margin-bottom: 20px;
	}

	#logo img{
		max-width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
	}

	#logo.last img {
		margin-top: 20px;
	}

	#cnt_menu{
		background-image: url('/img/back_menu.png');
		background-repeat: repeat-x;
		background-position: left top;
		margin-bottom: 0;
	}

	.line.top, .line1px.top{
		display: none;
	}

	#menu_trigger{
		display: block;
		background-image: url('/img/sandwich.png');
		background-position: 97.96% center;
		background-repeat: no-repeat;
		background-size: 30px;
	}

	#menu{
		display: none;
		border-right: 0;
		border-left: 0;
	}

	#menu > li{
		display: block;
	}

	#menu > li > a{
		border: none;
		display: block;
		text-align: left;
		border-bottom: #999999 1px solid;
		padding: 10px 20px;
	}

	#menu > li:last-child > a{
		border: none;
	}

	.submenu{
		position: relative;
		width: 99.8%;
		max-width: 1180px;
		margin: 0;
		padding: 0;
		display: block;
		background-color: #000;
	}

	.submenu > li{
		width: 100%;
		display: block;
		background-color: #241F1C;
	}

	.submenu > li > a{
		display: block;
	}

	.submenu > li:last-child > a{
		border-bottom: 1px solid #999 !important;
		padding-bottom: 8px !important;
	}

	#photo, #photo DIV, #photo_nav, #photo_nav DIV, #map{
		height: 250px;
	}

	.pad{
		padding: 0;
		width: 100%;
	}

	section{
		margin-top: 20px;
	}

	#slogan{
		bottom: 30px;
		font-size: 25px;
		line-height: 30px;
	}

	.box_home_cnt {
	  margin-top: 40px;
	}

	.box, .box2, .box.second-row{
		float: none;
		width: auto;
		padding: 0;
		margin-right: 0;
		margin-bottom: 40px;
		/*box-shadow: none;*/
	}

	.box:hover{
		top: 0px;
	}

	.prodotto {
		float: none;
		width: auto;
		padding: 0;
		margin-right: 0;
	}

	.colonna{
		margin-bottom: 0;
		float: none;
		width: auto;
		margin-right: 0;
	}

	.box.prodotti{
		position: static;
	}

	.box .btn{
		right: 20px;
	}

	.box_img{
		height: 204px;
	}

	.left_50, .right_50{
		width: 100%;
		float: none;
	}

	#fatturazione table, #spedizione table{
		width: 100%;
	}

	.cell{
		width: 29.33%;
	}

	.richiesta_info_td{
		width: 30%;
		text-align: left;
	}

	.tipologie, .contenuto{
		width: 100%;
		float: none;
	}

	.tipologie{
		margin-bottom: 40px;
	}

	.box_social_foot, .box_social_foot.largo{
		width: auto;
		float: none;
		margin-right: 0;
	}

	#social .logo_social{
		float: left;
		/*width: 25%;*/
		text-align: center;
	}

	#riconoscimenti .riconoscimento{
		width: 33.33%;
		margin-bottom: 20px;
	}

	#riconoscimenti .riconoscimento2{
		width: 100%;
		margin-bottom: 20px;
	}

	#riconoscimenti span {
		display: block;
	}

	.line3{
		display: none;
	}

	.line4{
		display: none;
	}

	.box_foot{
		width: 100%;
		float: none;
		padding: 20px 0;
	}

	.line1, .line2{
		display: none;
	}

	#copy_l, #copy_r, #menu_copy{
		float: none;
		text-align: center;
		padding-top: 10px;
	}

	.hide_mobile{
		display: none;
	}

	#sitemap{
		line-height: 16px;
		width: 100%;
	}

	#sitemap #left_col{
		width: 100%;
		text-align: left;
		float: none;
	}

	#sitemap #right_col{
		width: 100%;
		text-align: left;
		float: none;
	}

	.left_col{
		width: 100%;
		text-align: left;
		float: none;
	}

	.right_col{
		width: 100%;
		text-align: left;
		float: none;
	}

	.foot_link, .foot_link:visited, .foot_link:active, .foot_link:link{
		color: #fff;
		font-size: 12px;
	}

	.foot_link:hover{
		text-decoration: underline;
	}

}


@media all and (max-width: 860px){
	#disclaimer{
		left: 2px !important;
		width: 98% !important;
	}

	#bottoni_cnt td{
		display: block !important;
		text-align: left !important;
		width: auto !important;
	}

	#bottoni_cnt td a, #bottoni_cnt td span, #bottoni_cnt td input{
		display: block !important;
		float: none !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 10px;
		text-align: center;
	}

	.tab_cnt{
		overflow-x: scroll;
		margin-bottom: 40px;
	}

	#divStato{
		width: 100% !important;
		height: 300px !important;
		overflow-y: scroll !important;
		box-sizing: border-box;
	}

	#bottoni_cnt td #divStato input{
		margin-bottom: -10px !important;
	}
}



@media all and (max-width: 680px){


	.border_partner, .border_team_1, .border_team_2, .border_team_3{
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.reparti {
		width: 30%;
		margin-right: 5%;
		height: 90px;
		padding: 5px;
	}

	.titolo_reparto {
		font-size: 9px;
	}

	.reparti.ultimo_3 {
		margin-right: 0;
	}

	.marca {
		width: 13%;
		margin-right: 4.4%;
		height: 60px;
		padding: 5px;
	}

	.reparti .image {
		height: 50px;
	}

	.marca .image {
		height: 50px;
	}

	.marca.ultimo_6 {
		margin-right: 0;
	}

	.img_prodotto{
		float: none;
		width: auto;
	}

	.txt_prodotto{
		float: none;
		margin-top: 20px;
		width: auto;
	}

	.header_desktop{
		display: none;
	}

	.prodotto_carrello {
	  border-top: 1px solid #ccc;
	  border-bottom: 0;
	  margin: 40px 0 0 0;
	  padding: 40px 0 0 0;
	}

	.elimina_prodotto{
		position: absolute;
		top: 40px;
		right: 0;
		z-index: 9999;
	}

	.immagine_carrello{
		display: block;
		float: none;
		width: auto;
		text-align: left;
	}

	.prodotto_carrello.conferma .immagine_carrello{
		display: block;
		float: none;
		width: auto;
		text-align: left;
	}

	.descrizione_carrello{
		float: none;
		width: auto;
		text-align: left;
		margin: 10px 0;
	}

	#keySysPagamento{
		display: block;
		margin: 10px 0;
	}

	.descrizione_carrello:before{
		content: "nome prodotto: ";
		display: inline-block;
		width: 35%;
	}

	.quantita_carrello{
		float: none;
		width: auto;
		text-align: left;
		margin: 10px 0;
	}

	.quantita_carrello:before{
		content: "quantità: ";
		display: inline-block;
		width: 35%;
	}

	.prezzo_carrello{
		float: none;
		width: auto;
		text-align: left;
		margin: 10px 0;
	}

	.prezzo_carrello:before{
		content: "prezzo: ";
		display: inline-block;
		width: 35%;
	}

	.totale_prezzi{
		text-align: left;
		margin-top: 20px;
		border-top: 1px solid #ccc;
		padding-top: 20px;
	}

	.totale_prezzi div{
		margin: 10px 0;
	}

	.nome_prezzo{
		width: 35%;
	}

	.prezzo{
		width: auto;
	}

	#menu_copy li{
		display: block;
		margin-right: -3px;
	}

	#menu_copy li a{
		color: #444444;
		display: block;
		padding: 5px 10px;
		border-left: 0;
		line-height: 13px;
		height: 13px;
	}
}

@media all and (max-width: 630px){
	.cell{
		width: 46%;
	}
}

@media all and (max-width: 500px){
	.reparti {
		width: 30%;
		margin-right: 5%;
		height: 110px;
		padding: 2px;
	}

	.reparti .image {
		height: 66px;
	}

	.reparti.ultimo_3 {
		margin-right: 0;
	}

	.marca {
		width: 21.25%;
		margin-right: 5%;
		height: 89.25px;
		padding: 2px;
	}

	.marca .image {
		height: 85.25px;
	}

	.marca.ultimo_6 {
		margin-right: 5%;
	}

	.marca.ultimo_4 {
		margin-right: 0;
	}

	.news_cnt, .tipologie_prodotti, .prodotti_cnt{
		margin-bottom: 31px;
	}

	.img_news, .txt_news, .img_tipologia, .txt_tipologia{
		float: none;
		width: 100%;
	}

	.img_news, .img_tipologia{
		margin-bottom: 10px;
	}

	.txt_news, .txt_tipologia{
		padding-bottom: 30px;
	}

	.txt_news .btn, .txt_tipologia .btn{
		position: static;
		float: none;
		width: 100%;
		text-align: center;
		padding: 5px 0;
		margin-top: 10px;
	}

	.foto_prodotto.left{
		width: 49%;
		float: left;
		margin-right: 0;
	}

	.foto_prodotto.right{
		width: 49%;
		float: right;
		margin-right: 0;
	}

	.video-container.left, .video-container.right, .img-container.left, .img-container.right{
		width: 100%;
		float: none;
	}

	.video-container.left, .video-container.right{
		padding-bottom: 70%;
	}

	.break{
		display: block;
	}

	.nobreak{
		display: none;
	}

}

@media all and (max-width: 400px){
	.cell{
		float: none;
		width: 100%;
		height: 100px;
		line-height: 100px;
	}
}
