/* ==========================================================================
	 Terotero - 2015
	 ========================================================================== */

 body{
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family:Arial, sans-serif;
 }

 body{
	color: #000;
 }

h1,h2,h3,h4,h5,h6{
	font-family: 'helveticaneue_thin', arial, sans-serif;
}

a, a:hover, a:focus{
	color:#777;
	text-decoration:none;
}

.no-gutter > [class*='col-'] {
		padding-right:0;
		padding-left:0;
}

#header{
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
}

.navbar-brand{
	height: auto;
}

.navbar-header{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	text-align: left;
	margin-top: 0;
}

.navbar>.container .navbar-brand{
	float: left;
}
.navbar-brand>img{
	display: block;
	float: left;
	width: 58px;
	height: auto;
}

.navbar-toggle{
	margin-top: 22px;
	border: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;
}

@media (min-width: 768px) {
	#navbar-main {
		float: left !important;
		margin-right: 0;
	}

	#navbar-main, #navbar-destra{
		margin-top: 18px;
		margin-bottom: 18px;
	}

	#navbar-main li,
	#navbar-main li a {
		float: none;
		display: inline-block;
		/* padding: 0px; */
		/* padding-top: 8px; */
	}
	.navbar-brand {
		position: relative;
		z-index: 1;
		padding: 20px 15px 10px;
	}

	.navbar-header{
		position: absolute;
		top: 0;
		left: 40%;
		right: 40%;
		text-align: center;
		margin-top: 20px;
	}

	.navbar>.container .navbar-brand{
		float: none;
		padding: 0;
		margin-left: 0;
	}
	.navbar-brand>img{
		display: inline-block;
		float: none;
		width: 58px;
		height: auto;
	}

	#navbar{
		float: none !important;
	}

	.top-navbar-container{
		width: 100%;
		float: left;
	}

}

	.carousel.no-gutter .carousel-inner>.item{
	height: 500px;
	}

	.carousel.no-gutter .carousel-inner>.item>img, .carousel.no-gutter .carousel-inner>.item>a>img{
		height: 100%;
		max-width: inherit;
		width: auto;
	}

@media (min-width: 768px){
	#navbar {
		padding: 0;
	}
	#navbar-top, #navbar-languages{
		display:block;
		background:#fff;
		font-family: Arial, sans-serif;
		/* padding: 2px 0; */
		margin-right: 0px;
	}


	#navbar-top a, #navbar-languages a {
		font-size: 12px;
		line-height: 10px;
		color: #999;
		margin-bottom: 0;
		font-weight: 100;
		display: inline-block;
		padding: 0 4px;
	}
	#navbar-top li+li>a,
	#navbar-languages li+li>a {
		border-left: 1px solid #999;
	}

	#navbar-languages {
		margin-left: 15px;
	}

	.navbar-nav.centered{
		width: 60%;
		text-align: center;
	}

	.navbar-nav.centered>li{
		display: inline-block;
		float: none;
	}

	#navbar-main.navbar-nav>li + li>a, #navbar-destra.navbar-nav>li + li>a{
			margin-left: 12px;
	}

		.carousel.no-gutter .carousel-inner>.item{
		height: auto;
		}

	.carousel.no-gutter .carousel-inner>.item>img, .carousel.no-gutter .carousel-inner>.item>a>img{
		height: auto;
		width: 100%;
	}
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #000;
}

.navbar-default{
	background:#fff;
	border:0;
	border-bottom: 1px solid #e7e7e7;
	-webkit-box-shadow:none;
	box-shadow: none;
	margin-bottom: 0;
}

.navbar, .over-menu{
	/*font-family:'helveticaneue_thin', Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav>li>a{
	font-size: 16px;
	color: #000;
	line-height: normal;
	padding: 0px;
	padding-top: 8px;
}

#navbar-main.navbar-nav>li.selected>a {
	color:#ba8522;
}

/* carousel */
.carousel-inner>.item .img-block>img{
	min-width: 100%;
	height: auto;
	position: relative;
}

.carousel-inner>.item .img-block{
	position: relative;
}

.carousel-inner>.item .img-block:after{
	/*position:absolute;
	opacity:1;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 10;
	background-color: rgba(0,0,0,0.7);*/
}

.carousel-control.left{
	background: url('../img/freccia-left.png') no-repeat left center;
	left: 80px;
}

.carousel-control.right{
	background: url('../img/freccia-right.png') no-repeat right center;

	right: 80px;
}

.carousel-caption{
	color:#fff;
	text-align: center;
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
	top: 0;
	bottom: 0;
}

.carousel-caption .inner-table{
	display: table;
	width: 100%;
	height: 100%;
}

.carousel-caption .inner-table .inner-content{
	display: table-cell;
	vertical-align: middle;
}


.carousel-caption h1{
	font-size: 45px;
	margin-bottom: 0;
}

.carousel-caption p{
	font-size: 20px;
	margin: auto;
	font-size: 18px;
	max-width: 600px;
}

.carousel.no-gutter .carousel-indicators{
	display: none;
}

.btn-scopri{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid;
	white-space: nowrap;
	padding: 6px 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 26px;
	height: 40px;
	border-radius: 23px;
	min-width: 205px;
	margin-top: 24px;
	margin-bottom: 10px;
	color: #ba8522;
	background: #fff;
	border-color: #fff;
	transition: all .1s linear;
}

.btn-scopri:hover, .btn-scopri:focus {
		/*opacity: 0.6;*/
		color: #ba8522;
}

.over-menu{
	text-align: center;
	/*display: none;*/
}

.over-menu .link-block ul{
	margin-bottom: 0;
}

.over-menu .link-block a{
	color: #000;
	font-size: 16px;
	line-height: normal;
}

.over-menu .link-block li.selected a{
	color: #ba8522;
}

.over-menu .link-block{
	padding-top: 14px;
	padding-bottom: 14px;
}

.over-menu .link-block .list-inline>li{
	padding-left: 12px;
	padding-right: 12px;
}

.over-menu-23, .over-menu-29{
	display: none;
}

/* carousel features */

.carousel-features, .carousel-features-plain{
	position: absolute;
	width: 100%;
	margin-top: -42px;
}

.carousel-features .container, .carousel-features-plain .container{
	text-align:center;
	font-size:0;
}

.carousel-features .blocco, .carousel-features-plain .blocco{
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	display: inline-block;
	border-right: 1px solid #fff;
}

.carousel-features .blocco:first-child, .carousel-features-plain .blocco:first-child{
		padding-left: 0;
}

.carousel-features .blocco:first-child{
	border-right: 0;
	padding-right: 0;
}

.carousel-features .blocco:last-child, .carousel-features-plain .blocco:last-child{
	border-right:0;
	padding-right: 0;
}

.carousel-features .blocco p, .carousel-features .blocco a, .carousel-features-plain .blocco p, .carousel-features-plain .blocco a{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 100;
	line-height: 18px;
	color:#fff;
	font-family: 'helveticaneue_light', arial, sans-serif;
}

.carousel-features .blocco p.intro{
	font-family: 'helveticaneue_roman', arial, sans-serif;
	font-weight: 500;
}

@media (max-width: 767px){

	.carousel-features, .carousel-features-plain{
		position: relative;
		margin-top: 0;
	}

	.carousel-features .blocco, .carousel-features-plain .blocco{
		width: 100%;
		border-right: 0;
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #e7e7e7;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.carousel-features .blocco:first-child, .carousel-features-plain .blocco:first-child{
		padding-left: 15px;
	}

	.carousel-features .blocco:last-child, .carousel-features-plain .blocco:last-child{
		padding-right: 15px;
	}

	.carousel-features .blocco a, .carousel-features-plain .blocco a, .carousel-features .blocco p.intro{
		color: #000;
	}
}

.banner_home{
	background: #fff;
}

.banner_home .inner-content{
	padding-top: 62px;
	padding-bottom: 62px;
}

.banner_home h1, .banner_home h2, .product-overview h1, .product-overview h2{
	font-size: 45px;
	margin-bottom: 20px;
}

.banner_home p{
	font-size: 16px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.focus-prodotti .img-block{
	position: relative;
	cursor:pointer;
}

.focus-prodotti .img-block:after{
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	content: '\A';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

.focus-prodotti .blocco:hover .img-block:after{
	opacity: 1;
}

.focus-prodotti .img-block>img{
	width: 100%;
	height: auto;
}

.focus-prodotti .info-block{
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: text;
	color: #fff;
	font-size: 16px;
	height: 100%;
	cursor: pointer;
}

.focus-prodotti .blocco:hover .info-block{
	display: block;
}

.focus-prodotti .info-block .inner-table{
	display: table;
	height: 100%;
	width: 100%;
}

.focus-prodotti .info-block h3{
	font-size: 40px;
	margin-bottom: 5px;
}

.focus-prodotti .info-block .inner-content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.focus-prodotti .info-block p{
	color: #fff;
}

.approfondimento{
	 padding-bottom: 62px;
}

.approfondimento p{
	color: #333;
}

.approfondimento-body .img-responsive{
	width: 100%;
	height: auto;
}

.approfondimento-body h4{
	font-size: 24px;
	font-family: 'helveticaneue_light';
}

.approfondimento-body a.sapere-di-piu{
	font-family: 'helveticaneue_light';
	font-size: 18px;
	color: #ba8522;
}

@media screen and (max-width: 767px){
	ul.nav.navbar-nav {
			margin-left: 0;
			margin-right: 0;
	}
}

@media screen and (max-width: 991px){

	.approfondimento-body .desc{
		margin-bottom: 24px;
	}
}

.product-overview .frame{
	text-align: center;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 30px;
}

.product-overview .approfondimento-header{
	padding-top: 30px;
	padding-bottom: 30px;
}

.product-overview h4{
	font-size: 20px;
	font-family: 'helveticaneue_light';
	margin-top: 5px;
}

.product-overview p{
	font-size: 14px;
	color: #333;
}

.product-overview .content-block{
	margin-top: 24px;
}

footer#footer{
	background: #030303;
	color: #858585;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer#footer a{
	color: #999;
}

footer#footer .fa{
	font-size: 25px;
	margin-right: 6px;
}

footer#footer a.footer-icon:last-child .fa{
	margin-right: 0;
}

footer#footer .fa>span{
	display: none;
}


/***SUTTO ***/
.category-title{
	font-size:44px;
	padding:44px 0;
}

.img-block.col-md-6.col-xs-12 {
		text-align: center;
		border: 1px solid #ccc;
		margin-bottom: 50px;
		height: 277px;
		padding-top: 4%;
}
.desc.col-md-6.col-xs-12{
	margin-bottom:50px;
}
/* Map Stile */
 .dealer_map{
margin:0;
 }

 #map-canvas {
		height: 600px;
		margin-bottom: 10px;
}
#legend{
	overflow-y:scroll;
}

#legend p{
		text-transform: uppercase;
		font-size: 13px;
		color: #ba8522;
		margin-bottom: 0;
		font-weight: 500;
		line-height: 40px;
		margin-left: 8px;
		cursor:pointer;
		border-bottom: 1px solid #d2d2d2;
		padding-left:5px;
				font-family: 'helveticaneue_thin', arial, sans-serif;
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 10px;

}
#legend p:hover{
		background: none;
		border-left:1px solid #ba8522;
		padding-left: 10px;
		transition: 0.3s linear;
		-webkit-transition: 0.3s;
		transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#sub_legend li{
	cursor:pointer;
	padding-top:15px;
	padding-left:5px;
	text-align: center;
	list-style: none !important;
margin-top: 30px;
display: block;
font-size: 14px;
		margin: 0 0 10px;
				font-family: "Open Sans";
}
#sub_legend li:hover {
		background: none;
		overflow: hidden;
}
#sub_legend li strong {
			font-family: 'helveticaneue_thin', arial, sans-serif;
			font-size: 18px;
}
.arrow-box-map{
font-size: 14px;
		float: right;
		color: #999;
		border: 1px solid #C5C4C4;
		width: 28px;
		height: 34px;
		margin-top: 3px;
		line-height: 34px;
		background-color: #fff;

		border-radius: 2px;
		padding-left: 9px;
		cursor: pointer;

}

.folder-mappa {

}
.mapactive{
		background: none;
		border-left:1px solid #ba8522;
		padding-left: 10px !important;
}
.margin-0 {
	marign: 0 auto;

}
/* CSS Menu Fisso */

.sticky {
	position:fixed;
	display: block;
	top: 0;
	width: 100%;
	z-index: 1000 !important;
}
.sticky .navbar-default {    border-radius: 0px !important;}
.sticky .navbar-header {margin-top: 10px; }
@media (min-width:768px){.sticky .top-navbar-container {display: none;}}
.sticky .over-menu {
		background: #fff;
}
.sticky .navbar-brand>img {width:35px; transition: 0.3s;}
.sticky #navbar-main, #navbar-destra {
		margin-top: 10px;
		margin-bottom: 10px;
		transition: 0.3s;
}
.sticky .over-menu .link-block {
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 0.3s;
}
.sticky .over-menu .link-block a {
		color: #000;
		font-size: 14px;
		transition: 0.3s;
}


/*
*   Modulo newsletter
*/
body.type-newsletter {
		background-color: #f2f2f2;
}
body.type-newsletter header, body.type-newsletter footer{
		display: none;
}
section.modulo_newsletter{
		padding: 40px 0 80px 0;
}
section.modulo_newsletter .middle-panel{
		max-width: 800px;
		margin: 0 auto;
}
section.modulo_newsletter .logo{
		padding: 20px 0;
		margin-bottom: 30px;
		margin: 0 auto;
		display: block;
		text-align: center;
}
section.modulo_newsletter .logo img{
		margin: 0 auto;
}
section.modulo_newsletter .middle-panel .panel-default>.panel-heading {
		text-transform: uppercase;
		padding: 15px;
		font-family: 'helveticaneue_thin', arial, sans-serif;
		font-weight: 600;
		font-size: 20px;
		letter-spacing: 0.3px;
		text-align: center;
		background-color: #000;
		color: #fff;
}
section.modulo_newsletter .panel-body{
		padding: 30px;
}
section.modulo_newsletter .panel-body .description{
		font-size: 14px;
		font-weight: 400;
}
section.modulo_newsletter .panel-body .section{
		border-bottom: 1px solid rgba(0,0,0,0.3);
		/* margin: 10px 0; */
		margin-left: -20px;
		margin-right: -20px;
		padding: 15px 20px 30px 20px;

}
section.modulo_newsletter .panel-body .section:first-of-type{
		padding-top: 0;
}
section.modulo_newsletter .panel-body .section:last-of-type{
		border-bottom: 0;

}

section.modulo_newsletter .panel-body .section h3{
		font-weight: 600;
		font-size: 16px;
		margin: 0;
		margin-bottom: 10px;
		text-transform: uppercase;
		letter-spacing: 0.3px;
}
section.modulo_newsletter .panel-body .section label{
		font-size: 15px;
		font-weight: 400;
}
section.modulo_newsletter .panel-body .section small label{
		font-size: 13px;
		font-weight: 400;
}
section.modulo_newsletter .panel-body .section label input[type="checkbox"] {
		font-size: 32px;
}
section.modulo_newsletter .panel-body .section small label input[type="checkbox"] {
		font-size: 13px;
}
section.modulo_newsletter .panel-body button.btn-success{
		background-color: #5cb85c;
		border-color: #4cae4c;
		color: #fff;
}

section.modulo_newsletter .d-none{
		display: none;
}

#acquista-online.modal.in .modal-dialog {
	z-index: 1050;
}
#acquista-online .modal-content {
	border-radius: 0;
	box-shadow: none;
	border: none;
}
#acquista-online .modal-body {
	padding: 0;
}
#acquista-online .modal-footer {
	border-top: none;
	text-align: center;
}
#acquista-online .btn-brown {
	font-family: 'helveticaneue_thin', arial, sans-serif;
	background: #ab784b;
	color: #fff;
	font-size: 25px;
	padding: 8px;
	border-radius: 25px;
	width: 240px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#acquista-online .btn-brown+.btn-brown {
	margin-top: 12px;
}
#acquista-online button.close {
	opacity: 0.2;
	position: absolute;
	right: 12px;
	bottom: 12px;
	font-size: 36px;
}

@media (min-width: 768px) {
	#acquista-online .btn-brown {
		display: inline-block;
	}
	#acquista-online .btn-brown+.btn-brown {
		margin-left: 12px;
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	#acquista-online .modal-dialog {
		width: 800px;
	}
	#acquista-online .btn-brown {
		width: 270px;
	}
}