html,body{
	font-family: 'Helvetica', sans-serif;
	color:#666;
	scroll-behavior: smooth;
}

h1, h2, h3, h4{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: unset;
}

p{font-size:16px;}
h1{font-size: 36px; color: #e30a17}
h2, h3{
	font-size: 24px;;
	color: #333;
}

h4{
	font-size: 18px;
	color: #bbb;
}

h3{font-weight: normal;}

.h1-vetrina{
	display: block;
	font-family: inherit;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
}

.row{
	margin-left:0px;
	margin-right: 0px;
}

#menu{
	height:60px;
	font-family: 'Yanone Kaffeesatz';
	background-color: #fff;
	font-size: 24px;
}

li a{color: #666;}
li a:hover{color: #e30a17;}

.separatore{
	height: 1px;
	background-color: #e5e5e5;
	padding: 0px;
	width: 100%;
}

.border-sep{
	border-bottom:solid 4px #e5e5e5;
}

.separatore-vert{
	height: 100%;
	width: 1px;
	background-color: #e5e5e5;
	padding: 0px;
}

.material-icons{
	vertical-align: middle;
}

/* SFONDI */
.bg-666{
	background-color: #666 !important;
}
.bg-dark{background-color: #333 !important}
.bg-grey{background-color:#f2f2f2 !important;}
.bg-green{background-color:#a6d031 !important;}

#vetrina{
	background-image: url(../images/bg-vetrina.jpg);
	background-position: right;
	background-size: cover;
	height: 490px;
	display: flex;
	align-items: center;
}

#sezione2{
	background-image: url(../images/bg-4.jpg);
	background-position: right;
	background-size: cover;
}

#configuratore{
	/*
	background-image: url(../images/bg-2.jpg);
	background-position: right;
	background-size: cover;
	 */
}

#mappa{
	background-image: url(../images/bg-mappa-dark.jpg);
	background-position: center;
	background-size: cover;
}

/* PADDING - MARGINE */
.py-80{
	padding-top: 80px;
	padding-bottom: 80px;
}

.px-40{
	padding-left: 40px;
	padding-right: 40px;
}

.mb-80{
	margin-bottom: 80px;
}


.text-lightgrey{color: #e5e5e5}
.text-grey{color: #b2b2b2}
.text-darkgrey{color: #666}
.text-red{color: #e30a17 !important}

.p-14{
	font-size: 12px;
	color: #bbb;
	line-height: 15px;
}

.img-cerchio{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 2px solid #e5e5e5;
	margin-bottom: 20px;
}

.border-custom{
	border: 2px solid #e5e5e5;
	border-radius: 7px;
}

.border-custom-mappa{
	border: 2px solid #444;
	border-radius:0 0 7px 7px;
}
.border-custom-servizio{
	border: 2px solid #e5e5e5;
	border-radius:7px 7px 0 0 ;
}

.custom-form{
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	text-align: center;
}

.h-custom{
	height: 100px;
}



.centrato-vert{
	display: flex;
	align-items: center;
}

/* BOTTONI */
.btn{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	border: 0px;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: .5rem;
	line-height: 1.25;

	border-radius: 7px;
	min-height: 45px;
}
.btn i {
	font-size: 1.5rem;
}

.dropdown-item:active{
	background-color: #666;
}

.input-group-text{
	border: none;
	background-color: #666;
	color: #fff;
}

input{
	/*
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px !important;
	 */
}

.nav-link{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:20px;
	border-radius: 7px !important;
}

.nav-link.active{
	background-color: #e30a17 !important;
}


/* Ape Banner */
.ape-banner{
	padding: 0.625rem;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #eee;
}
.ape-banner-icon, .ape-banner-text{color: #666;}
.ape-banner-icon i{font-size: 1.5rem;}
.ape-banner-text{padding: 0; text-align: left;}
.ape-banner-text.col{max-width: max-content;}
.ape-banner-text span{font-size: 0.875rem; line-height: 1.25rem;}

.ape-banner.ape-banner-important{background-color: rgb(255,255,150); border: 1px solid #bbb;}


/* Grid Gallery */
.grid-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(40vw, min(400px, 100%)), 1fr));
	grid-gap: .5rem;
}
.grid-gallery__item {

}
.grid-gallery__item img {
	width: 100%;
	height: auto;
	border-radius: 1px;
}

.container, .container-fluid {
	padding-left: 1rem;
	padding-right: 1rem;
}




@media only screen and (max-width: 575.99px){
	.h1-vetrina{
		font-size:24px;
	}
	#vetrina{
		height: 400px;
	}
	
	#riep-1, #riep-3, #riep-5{
		border-right: none !important;
	}
	#riep-costi-2{
		border-right: none !important;
	}
	
}

@media only screen and (max-width: 767.99px){
	.bg-green{
		border-bottom-left-radius: 0px;
	}
	#riep-2, #riep-4, #riep-costi-1, #footer-col-1{
		border-right: none !important;
	}
	
}

@media only screen and (min-width: 576px){

}

@media only screen and (min-width: 768px){
	#riep-3,#riep-6,#riep-9{
		border-right: none !important;
	}
	
	#riep-costi-1{
		border-top-right-radius: 0px !important;
	}
}


.modal-dialog p{font-size:14px !important;}

/* --- */
.navbar-brand img{height:40px;}
.privacy-text{max-height:100px;height:100px;overflow: auto;}
/*
.input-group-lg .form-control,.form-control-lg,.select2-selection__rendered,.select2-results__option{font-family: 'Yanone Kaffeesatz', sans-serif;font-size:1rem;}
 */
.nav-pills .nav-link.active, .select2-results__option[aria-selected=true]{background-color:#666 !important;color:#fff !important;}
.nav-pills-bordered .nav-item.show .nav-link:not(.active), .nav-pills-bordered .nav-link:not(.active):focus, .nav-pills-bordered .nav-link:not(.active):hover{background-color:#999;}

.rounded-7{border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}

.bg-red,.btn-red{background-color:#e30a17 !important;}

.bg-light-300,.bg-light-300:hover{background-color:#eee !important;}
.bg-light-400,.bg-light-400:hover{background-color:#ddd !important;}
.bg-light-500,.bg-light-500:hover{background-color:#ccc !important;}
.bg-light-600,.bg-light-600:hover{background-color:#bbb !important;}
.bg-light-700,.bg-light-700:hover{background-color:#aaa !important;}

.bg-dark-111{background-color:#111 !important;}
.bg-dark-222{background-color:#222 !important;}
.bg-dark-333{background-color:#333 !important;}
.bg-dark-444{background-color:#444 !important;}
.bg-dark-555{background-color:#555 !important;}
.bg-dark-666{background-color:#666 !important;}

.text-light-300{color:#eee !important;}
.text-light-400{color:#ddd !important;}
.text-light-500{color:#ccc !important;}
.text-light-600{color:#bbb !important;}
.text-light-700{color:#aaa !important;}

.text-111{color:#111 !important;}
.text-222{color:#222 !important;}
.text-333{color:#333 !important;}
.text-444{color:#444 !important;}
.text-555{color:#555 !important;}
.text-666{color:#666 !important;}
.text-777{color:#777 !important;}
.text-888{color:#888 !important;}
.text-999{color:#999 !important;}

.font-size-0-7{font-size:0.7rem;line-height: 0.7rem;}
.font-size-0-8{font-size:0.8rem;line-height: 0.8rem;}
.font-size-0-9{font-size:0.9rem;line-height: 0.9rem;}
.font-size-1{font-size:1rem;line-height: 1rem;}
.font-size-1-1{font-size:1.1rem;line-height: 1.1rem;}
.font-size-1-2{font-size:1.2rem;line-height: 1.2rem;}
.font-size-1-3{font-size:1.3rem;line-height: 1.3rem;}
.font-size-1-4{font-size:1.4rem;line-height: 1.4rem;}
.font-size-1-5{font-size:1.5rem;line-height: 1.5rem;}
.font-size-1-6{font-size:1.6rem;line-height: 1.6rem;}
.font-size-1-7{font-size:1.7rem;line-height: 1.7rem;}
.font-size-1-8{font-size:1.8rem;line-height: 1.8rem;}
.font-size-1-9{font-size:1.9rem;line-height: 1.9rem;}
.font-size-2{font-size:2rem;line-height: 2rem;}

.form-check-label{font-family: 'Yanone Kaffeesatz', sans-serif;}
.riepilogo span{font-family: 'Yanone Kaffeesatz', sans-serif;width:100%;text-align:center;display:block;}

.mobile-scale{font-size:18px !important;}
.mobile-scale i{font-size:24px !important;}

@media only screen and (max-width: 575.99px){
	.mobile-scale{font-size:14px !important;}
}


/* IUCHET schema classi per bordi */

.iu-border-color-000{border-color:#000 !important;}

.iu-border-color-fff{border-color:#fff !important;}

.iu-border-0{border-top:0 !important;border-right:0 !important;border-bottom:0 !important;border-left:0 !important;}
.iu-border-1{border-top:1px solid !important;border-right:1px solid !important;border-bottom:1px solid !important;border-left:1px solid !important;}
.iu-border-2{border-top:2px solid !important;border-right:2px solid !important;border-bottom:2px solid !important;border-left:2px solid !important;}
.iu-border-3{border-top:3px solid !important;border-right:3px solid !important;border-bottom:3px solid !important;border-left:3px solid !important;}
.iu-border-4{border-top:4px solid !important;border-right:4px solid !important;border-bottom:4px solid !important;border-left:4px solid !important;}
.iu-border-5{border-top:5px solid !important;border-right:5px solid !important;border-bottom:5px solid !important;border-left:5px solid !important;}

.iu-border-top-0{border-top:0 !important;}
.iu-border-top-1{border-top:1px solid !important;}
.iu-border-top-2{border-top:2px solid !important;}
.iu-border-top-3{border-top:3px solid !important;}
.iu-border-top-4{border-top:4px solid !important;}
.iu-border-top-5{border-top:5px solid !important;}

.iu-border-right-0{border-right:0 !important;}
.iu-border-right-1{border-right:1px solid !important;}
.iu-border-right-2{border-right:2px solid !important;}
.iu-border-right-3{border-right:3px solid !important;}
.iu-border-right-4{border-right:4px solid !important;}
.iu-border-right-5{border-right:5px solid !important;}

.iu-border-bottom-0{border-right:0 !important;}
.iu-border-right-1{border-right:1px solid !important;}
.iu-border-right-2{border-right:2px solid !important;}
.iu-border-right-3{border-right:3px solid !important;}
.iu-border-right-4{border-right:4px solid !important;}
.iu-border-right-5{border-right:5px solid !important;}

.iu-border-left-0{border-right:0 !important;}
.iu-border-right-1{border-right:1px solid !important;}
.iu-border-right-2{border-right:2px solid !important;}
.iu-border-right-3{border-right:3px solid !important;}
.iu-border-right-4{border-right:4px solid !important;}
.iu-border-right-5{border-right:5px solid !important;}


/* default */
@media only screen and (max-width: 575.99px){

}
/* SM */
@media only screen and (min-width: 576px){
	.iu-border-sm-0{border-top:0 !important;border-right:0 !important;border-bottom:0 !important;border-left:0 !important;}
	.iu-border-sm-1{border-top:1px solid !important;border-right:1px solid !important;border-bottom:1px solid !important;border-left:1px solid !important;}
	.iu-border-sm-2{border-top:2px solid !important;border-right:2px solid !important;border-bottom:2px solid !important;border-left:2px solid !important;}
	.iu-border-sm-3{border-top:3px solid !important;border-right:3px solid !important;border-bottom:3px solid !important;border-left:3px solid !important;}
	.iu-border-sm-4{border-top:4px solid !important;border-right:4px solid !important;border-bottom:4px solid !important;border-left:4px solid !important;}
	.iu-border-sm-5{border-top:5px solid !important;border-right:5px solid !important;border-bottom:5px solid !important;border-left:5px solid !important;}

	.iu-border-top-sm-0{border-top:0 !important;}
	.iu-border-top-sm-1{border-top:1px solid !important;}
	.iu-border-top-sm-2{border-top:2px solid !important;}
	.iu-border-top-sm-3{border-top:3px solid !important;}
	.iu-border-top-sm-4{border-top:4px solid !important;}
	.iu-border-top-sm-5{border-top:5px solid !important;}

	.iu-border-right-sm-0{border-right:0 !important;}
	.iu-border-right-sm-1{border-right:1px solid !important;}
	.iu-border-right-sm-2{border-right:2px solid !important;}
	.iu-border-right-sm-3{border-right:3px solid !important;}
	.iu-border-right-sm-4{border-right:4px solid !important;}
	.iu-border-right-sm-5{border-right:5px solid !important;}
}
/* MD */
@media only screen and (min-width: 768px){

}
/* LG */
@media only screen and (min-width: 992px){

}
/* XL */
@media only screen and (min-width: 1200px){

}
