@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);*/	/*Max*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body{
	padding-top:85px;
	background:#000;
	overflow-y:scroll;
	font-family:"Montserrat";
	font-size:16px;
	line-height:24px;
	font-weight:300;
	color:#fff;
}


/*typography*/

p{
    margin:0 0 15px;
}
h1{
	font-size:42px;
	line-height:44px;
	font-weight:300;
	color:#fff;
}
h2{
	font-size:32px;
	line-height:34px;
	font-weight:300;
	color:#ccc;
}
h3{
	font-size:24px;
	line-height:26px;
	font-weight:300;
	color:#ccc;
}
h4{}
h5{}

h1+p,
h2+p{
	margin-top:30px;
}

.lead{
    font-size:30px;
    line-height:32px;
}

a{
	color:#666;
}
a:hover,
a:focus{
    color:#999;
}

.margintop{
	margin-top:30px;
}


/*form*/

form{
	margin:0;
}
label{
	font-size:16px;
}
.btn-primary{
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#e30011;
	*background-color:#c00c00;
	background-image:-moz-linear-gradient(top, #e30011, #c00c00);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e30011), to(#c00c00));
	background-image:-webkit-linear-gradient(top, #e30011, #c00c00);
	background-image:-o-linear-gradient(top, #e30011, #c00c00);
	background-image:linear-gradient(to bottom, #e30011, #c00c00);
	background-repeat:repeat-x;
	border-color:#c00c00 #c00c00 #a00;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe30011', endColorstr='#ffc00c00', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]{
	color:#fff;
	background-color:#c00c00;
	*background-color:#c00c00;
}
.alert span{
    display:block;
    font-weight:bold;
}


/*header*/

.navbar .brand{
	margin:0;
	float:left;
}

.navbar-inverse .navbar-inner{
	padding-bottom:9px;
	border:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	/*background:#222 url(/img/fascia-tricolore.gif) repeat-x center bottom;*/	/*Max*/
	background-color:#ccc;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.navbar{
	margin-bottom:0;
}
.nav-collapse .nav{
	float:left;
	margin:27px 0 0;
}
.navbar-inverse .nav-collapse .nav > li{
	padding:0 0 10px 16px;
}
.navbar-inverse .nav-collapse .nav > li > a{
	padding:0;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#ccc;
	font-size:15px;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
}
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li.sel > a{
	color:#fff;
}
.navbar-inverse .nav-collapse .nav > .active > a,
.navbar-inverse .nav-collapse .nav > .active > a:hover,
.navbar-inverse .nav-collapse .nav > .active > a:focus{
	color:#fff;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.nav-info{
	padding:10px 20px 0 0;
	float:right;
	font-size:14px;
	line-height:16px;
}

.social{
	padding-top:13px;
	float:right;
}
.social ul{
	margin:0;
}
.social ul li{
	margin-left:5px;
	float:left;
	list-style:none;
}
.social ul li a{
	display:block;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:32px;
	background-image:url(/img/social-sprite.png);
	background-repeat:no-repeat;
	float:left;
	white-space:nowrap;
}
.social_fb a{
	background-position:0 0;
}
.social_fb a:hover{
	background-position:0 -32px;
}
.social_tw a{
	background-position:-32px 0;
}
.social_tw a:hover{
	background-position:-32px -32px;
}
.social_gp a{
	background-position:-64px 0;
}
.social_gp a:hover{
	background-position:-64px -32px;
}
.social_yt a{
	background-position:-96px 0;
}
.social_yt a:hover{
	background-position:-96px -32px;
}
.social_pi a{
	background-position:-128px 0;
}
.social_pi a:hover{
	background-position:-128px -32px;
}

.lang{
	padding:17px 10px 0 0;
	float:right;
}
.lang ul{
	margin:0;
}
.lang ul li{
	margin-left:15px;
	float:left;
	list-style:none;
}
.lang ul li a{
	color:#ccc;
	text-transform:uppercase;
}
.lang ul li a:hover,
.lang ul li.sel a{
	color:#fff;
	text-decoration:none;
}


/*carousel*/

.carousel{
	margin-bottom:0;
	/*margin-bottom:30px;*/
	-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);
	opacity:0;/*viene rimosso da script*/
}

.carousel .container{
	position:relative;
	z-index:9;
}

.carousel-control{
	display:none;
	height:80px;
	margin-top:0;
	font-size:120px;
	text-shadow:0 1px 1px rgba(0,0,0,.4);
	background-color:transparent;
	border:0;
	z-index:10;
}

.carousel .item-cont{/*height calcolata con jquery (e forzata in responsive-custom.css)*/
	overflow:hidden;
	width:100%;
}
.carousel img{
	top:0!important;/*forzo allineamento in alto (imagefill.js allinea al centro)*/
	max-width:none;/*annullo max-width:100%; (imagefill.js ridimensiona l'immagine)*/
}

.carousel-caption{
	background-color:transparent;
	position:static;
	max-width:550px;
	padding:0 20px;
	margin-top:50px;
}
.carousel-caption h1,
.carousel-caption .lead{
	margin:0;
	line-height:1.25;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn{
	margin-top:10px;
}


/*box*/

.col{
	float:left;
}
.col-1{
	/*width:28%;*/
	width:25%;
}
.col-2{
	/*width:22%;*/
	width:25%;
}
.col-3{
	width:50%;
}
.col-4{
	width:45%;
}
.col-5{
	width:5%;
}
.col-6,
.col-7{
	width:33.333%;
}
.box{
	position:relative;
	display:block;
	width:100%;
	float:left;
	overflow:hidden;
	background-position:center 5%;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:1;
	transition:opacity .5s ease-out;
	-moz-transition:opacity .5s ease-out;
	-webkit-transition:opacity .5s ease-out;
	-o-transition:opacity .5s ease-out;
}
.box.box-hp{
	background-size:cover;
}
a.box:hover{
	opacity:.5;
	transition:opacity .3s ease-out;
	-moz-transition:opacity .3s ease-out;
	-webkit-transition:opacity .3s ease-out;
	-o-transition:opacity .3s ease-out;
}
.box span{
	position:absolute;
	top:30%;
	left:0;
	display:block;
	width:100%;
	padding-top:100px;
	background:url(/img/logo-pista-nera-2.png) no-repeat center top;
	font-size:28px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 1px #000;
    filter:dropshadow(color=#000, offx=1, offy=1);
	opacity:0;
	transition:opacity .5s ease-out;
	-moz-transition:opacity .5s ease-out;
	-webkit-transition:opacity .5s ease-out;
	-o-transition:opacity .5s ease-out;
}
a.box:hover span{
	opacity:1;
	transition:opacity .3s ease-out;
	-moz-transition:opacity .3s ease-out;
	-webkit-transition:opacity .3s ease-out;
	-o-transition:opacity .3s ease-out;
}

.txt-pad{
	padding:15px 50px 50px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
}


/*macro categorie prodotti*/

.slider-mc{
	position:fixed;
	left:0;
	top:85px;/*altezza header*/
	background:url(/img/ajax-loader-big.gif) center 250px no-repeat;
}
.elenco-mc,
.cont-mc,
.contatti-mc{
	padding:0 0 58px 50%;/*0, 0, altezza footer, larghezza slider*/
}
.cat-mc{
	position:fixed;
	right:0;
	top:85px;/*altezza header*/
	z-index:99;
	border-left:1px solid #111;
}
.cat-mc span{
	display:block;
	padding:0 3px 10px;
	border-bottom:1px dotted #333;
	font-size:16px;
	line-height:60px;
	text-align:center;
	color:#ccc;
	cursor:pointer;
}
.cat-mc span:hover{
	background-color:#222;
	color:#fff;
}
.cat-mc span.sel{
	color:#fff;
}

#down-arrow{
    position:absolute;
    bottom:10px;
    right:25%;
    z-index:15;
	display:block;
    width:38px;
    height:38px;
    opacity:0.5;
    font-size:60px;
    line-height:20px;
    text-align:center;
    text-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
    color:#fff;
	cursor:pointer;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#down-arrow:hover{
	opacity:0.9;
}


/*scheda prodotto*/

.prod-simboli{
	padding:140px 0 88px;
}
.prod-simboli img{
	max-width:60%;
	padding-bottom:20px;
	float:right;
	clear:both;
}

.prod-main{
	padding:30px 0 88px;
}
.prod-main h1{
	margin:0 0 40px;
	text-transform:uppercase;
}

.ico-360{
	position:relative;
	z-index:1;
	width:100px;
	height:75px;
	margin:5px 20px -80px 0;
	background:url("/img/360-view-ico.png") no-repeat center center;
	background-size:contain;
	float:right;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100px;
	cursor:pointer;
}
.ico-360-modal{
	display:block;
}
.ico-360-href{
	display:none;
}

.prod-main-img{
	/*
	max-width:92%;
	padding:3%;
	*/
	max-width:98%;
	margin-bottom:20px;
	border:1px solid #ddd;
}
.span8 .prod-main img{
	max-width:100%;
	margin-left:-1px;
}
.prod-main ul{
	list-style:none;
	margin-left:0;
}
.prod-main ul li{
	list-style:none;
	margin-bottom:8px;
	padding-left:25px;
	background:url(/img/stella.png) no-repeat left top;
}

.prod-foto img{
	max-width:49%;
}
.prod-simboli2{
	padding:20px 0 88px;
}
.prod-simboli2 img{
	max-width:98%;
}

.prod-logo{
	/*padding:20px 20px 0 0;*/	/*Max*/
	padding:30px 20px 0 0;
	text-align:center;
}

.prod-logo a h2{
	font-size:18px;
    margin-top:0;
}
.prod-logo a:hover h2{
	color:#fff;
	text-decoration:none;
}

.prod-caratteristiche{
	padding:80px 0 88px;
}
.prod-caratteristiche h3{
	padding-bottom:10px;
}

[class*="palette-"]{
	display:block;
	width:50px;
	height:50px;
	margin:5px 15px 10px 0;
	border:1px solid #000;
	float:left;
	text-indent:2px;
	text-shadow:1px 1px 1px #000;
}
.palette-nocolor{
	width:100px;
	height:100px;
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
}
.palette-white{
	background-color:#fff;
}
.palette-black{
	background-color:#000;
	border:1px solid #ddd;
}
.palette-red{
	background-color:#e20019;
}
.palette-azure{
	background-color:#0a71b4;
}
.palette-blue{
	background-color:#38439c;
}
.palette-orange{
	background-color:#e7511e;
}
.palette-yellow{
	background-color:#f1d04f;
}
.palette-brown{
	background-color:#c08542;
}
.palette-silver{
	background:#fff url(/img/palette-silver.jpg) no-repeat center;
}
.palette-blackwhite{
	background:#fff url(/img/palette-blackwhite.jpg) no-repeat center;
}

.taglia{
	margin-right:5px;
}
.taglia:after{
	content:',';
}
.taglia:last-child:after{
	content:'';
}

.tooltip.in{
	opacity:0.9;
	filter:alpha(opacity=90);
}

.tooltip-marche{
	display:block;
	margin-bottom:50px;
	padding:5px 0;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.tooltip-marche:hover{
	color:#eee;
	text-decoration:none;
}
.tooltip p{
	margin:0;
}
.tooltip-inner{
	background-color:#666!important;
}
.tooltip-inner p{
	display:block;
	width:100%;
}
.tooltip-inner img{
	display:block;
	width:100px;
	margin:5px 50px 0;
}
.tooltip.right .tooltip-arrow{
	border-right:5px solid #666!important;
}
.tooltip.top .tooltip-arrow{
	border-top:5px solid #666!important;
}

.table-ski{
	width:100%;
	background-color:#fff;
	font-size:14px;
	color:#000;
}
.table-ski th{
	width:33%;
	padding:8px 12px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background-color:#dadada;
	font-weight:bold;
	text-align:left;
}
.table-ski th:first-child{
	border-left:1px solid #eee;
}
.table-ski td{
	padding:8px 12px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align:left;
}
.table-ski tr td:first-child{
	border-left:1px solid #eee;
	background-color:#dadada;
}


/*contatti*/

.contatti-mc label{
	margin-bottom:6px;
}
.contatti-mc input,
.contatti-mc textarea{
	margin-bottom:12px;
	background-color:#333;
	border-color:#3c3c3c;
	color:#fff;
}
.contatti-mc input.btn{
	margin-top:20px;
}

#map-container{
	width:100%;
	height:500px;
}
#map-container img{
	max-width:none;
}
#map-container h3{
	margin:5px 0;
	font-size:18px;
	line-height:20px;	
	color:#666;
}
#map-container p{
	margin:0 0 5px;
	font-size:14px;
	line-height:18px;	
	color:#333;
}
#map-container .map-infowindow{
	min-width:200px;
}


/*footer*/

#footer{
	position:fixed;
	left:0;
	bottom:0;
	z-index:100;
	width:100%;
	background-color:#222;
	margin-top:0;
	padding:8px 0 5px;
}
#footer p{
	margin:0;
	padding-left:20px;
	font-size:14px;
	color:#fff;
}
#footer a{
	color:#fff;
}
.loghias{
	text-align:right;
}
.loghias img{
	margin-left:20px;
}

.banner-cont{
	text-align:right;
}
.banner-cont div{
	padding-right:20px;
}