/*importazione font*/

@font-face{
	font-family:'Engschrift';
	src:url('../fonts/Engschrift/engschrift.eot');
	src:url('../fonts/Engschrift/engschrift.eot?#iefix') format('embedded-opentype'), url('../fonts/Engschrift/engschrift.woff') format('woff'), url('../fonts/Engschrift/engschrift.ttf') format('truetype');
	font-weight:700;
	font-style:normal;
}


/*fine importazione font*/
* {
	/*outline: 1px solid red;*/
}

img{
	max-width: 100%;
}


.contieni-dati {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.contieni-dati2 {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.img-max-100 {
	max-width: 100%
}

.incluso {
	margin: 60px 0;
	text-align: center;
}

.img-centrate {
	text-align: center;
}

body {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Engschrift", sans-serif;
	font-style: normal;
	color: #333333;
	font-weight: 700;
}

h1 {
	margin-bottom: 40px;
	font-weight: 700;
}

.titolo-centrato {
	text-align: center;
}

a {
	font-family: 'Roboto', sans-serif;
	color: white;
}

p {
	font-family: 'Roboto', sans-serif;
}

.icona-check {
	font-size:28px;
	color: #cd2f29;
	vertical-align: bottom;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1440px;
	}
}

a:hover {
	color: #cd2f29;
}

/*scritte sopra immagini*/
.scritte-sopra-img {
	width: 100%;
	height: 35%;
	min-height: 300px;
	position: absolute;
	top: 0;
	left: 0px;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	display: flex;
}

.scritte-sopra-img h1 {
	color: white;
	font-size: 150px;
	font-weight: 700;
	margin-bottom: 0;
}

.scritte-sopra-img h5 {
	color: white;
	background-color: #141313;
	padding: 5px 15px;
	font-weight: 500;
}



.relative{position:relative}
.absolute{position:absolute}

.row h5.subtitolone{top:50px;font-size:1.25rem}
.row.centered{text-align:center; width:100%;}
.row.centered img{text-align:center;margin: 0 auto; }
.centered h4{text-align:center;    width: 100%; }
.fullimage img{width:100%;height:auto;}


/**/
.img-con-scritte {
	position: relative;
}

/*navbar*/
nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
	background: transparent;
	position: absolute;
	z-index: 1;
	width: 100%;
}

.nav-links {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 80%;
}

.nav-item a {
	padding: 20px;
	text-decoration: none;
	
	font-size: 22px;
	font-family: 'Engschrift', sans-serif;
	
}

@media screen and (max-width: 1024px) {
	.nav-item {
		display: none !important;
	}
}

.hamburger {
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.hamburger {
		display: none !important;
	}

}

.barra1, .barra2, .barra3 {
	width: 35px;
	height: 3px;
	background-color: #cd2f29;
	margin: 6.5px 0px;
}

/*fine navbar*/

/*sidebar*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #cd2f29;
	/*background-image: url("../img/landing/texture-sfondo.gif");*/
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	font-weight: 600;
}

.sidenav a {
	padding: 8px 8px 20px 32px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	display: block;
	transition: 0.3s;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 60px;
	margin-left: 50px;
	padding-top: 0px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

.primo-sidebar {
	margin-top: 30px;
}

/*fine sidebar*/


/*header*/
/*carosello slide*/
.carousel-indicators {
	margin-bottom: 0;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #847e7d;
}

.carousel-indicators .active {
	background-color: #cd2f29;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

/*fine carosello*/

/* fine header*/


/*div testo sotto header*/

.sotto-header {
	text-align: center;
	margin: 70px 20% 0 20%;
}

.sotto-header p {
	font-size: 18px;
}

/*fine div testo sotto header*/


/*fine div borsa gialla*/

/*borse universali*/
.title-borse-universali {
	margin:70px 0;
	text-align: center;
}

.margin-b-colonna {
	margin-bottom: 60px;
	max-width: 100%;
}

.riga-2-col {
	text-align: center;
}

.row h5 {
	font-size: 14px;
}

.title-punteggi {
	text-align: center;
}

.punti {
	text-align: left;
	margin-bottom: 20px;
}

.img-caratteristiche {
	padding-right: 5px;
	padding-left: 20px;
	text-align: right;
}

/*fine borse universali*/

/*enduro gravel t*/
#borse-enduro {
	text-align: center;
}	

.enduro-gravel {
	margin: 70px 0;
}

.scritte-sopra-img2 {
	height: 26%;

}

.scritte-sopra-img2 h1 {
	font-size: 110px;
}

.dentro-container {
	margin-top: 70px;
	margin-bottom: 120px;
}

.par-flex {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/*fine enduro gravel t*/

/*sportive*/
.sportive {
	margin: 70px 0;
}

.scritte-sopra-img3 {
	height: 82%;

}

.scritte-sopra-img3 h1 {
	font-size: 110px;
}

/*fine sportive*/

/*cafe racer*/
.sfondo-cafe-racer {
	margin: 70px 0;
}

/*fine cafe racer*/


/*form*/
.form1 {
	background-image: url("../img/landing/Givi_bckgrd.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	/*margin: 70px 0;*/
	padding: 85px;
	
}

input {
	border: none;
	padding: 15px;
}


.form1 h1 {
	font-size: 30px;
	color: white;
	text-align: center;
}

.container-form .risposta .row,
.container-form .risposta h3,
.container-form .risposta {
	text-align:center;
	color:white;
	display:block;	
}

.container-form {
	max-width: 60%;
	margin: 0 auto;
	padding: 80px;
}

.container-form .campi-form {
	width: 100%;
	height: 50px;
}

.container-form .col-md-6 {
	padding: 5px;

}

.ultima-riga-form {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.check-privacy {
	margin-bottom: 40px;
	
}

.invia-form {
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}

.campi1-2 {
	margin-bottom: 10px;
}

.etichetta-checkbox {
	margin-left: 10px;
	color: white;

}

#checkbox1 {
	margin-left: 5px;
}

/*fine form*/


/*pulsante torna su*/
#torna-su {
	position: fixed;
	bottom: 100px;
	right: 20px;
	background-color: #cd2f29; /* Set a background color */
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 10px;
	display: none;
	transition: all 0.3s ease;
}

#torna-su i {
	color: #ffffff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	transition: all 0.3s ease;
}

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

	#torna-su:hover {
		background: #ffffff;
		border: 1px solid #cd2f29;
	}
	#torna-su:hover i {
		color: #cd2f29;
		top: 5px;
	}
}

		/*fine pulsante torna su*/
		



.preCarousel{
	height:200px;
	width:100%;
	position: relative;
	background-color: #f5f5f5;
	background-image: url(../img/bg-freccia.png);
	background-size: 100% 100%;
	
}

.preCarousel2{
	height:50px;
	width:100%;
	position: relative;
	background-color: #f5f5f5;
}


.containerCarousel{
    background-color:#f5f5f5;
        padding-top: 50px;
}

.containerCarousel .titleCarousel{
 	text-align:center;
 	font-weight: 600;
 	text-transform:uppercase;
 	font-size:40px;
 	font-family: 'Engschrift', sans-serif;
}

.carouselLandingGivi {
    padding-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
 }
.carouselLandingGivi .slide-item {
    text-align: center;
    margin: 20px auto;
    padding: 10px 50px;
    min-width: 150px !important; /* psk bug slider su caschi da rifare.... */
}
.carouselLandingGivi .container-image{
	width:100%; 
	height:100%;
	background-color:#f5f5f5;
}


.carouselLandingGivi .slick-slide img {
    margin: 0px auto;
    width:100%; 
    height:auto;
    
    mix-blend-mode: multiply;
}
.carouselLandingGivi a {
    color: #000;
}
.carouselLandingGivi h3 a {
    font-size: 16px;
    color: #000;
    font-family: 'Oswald', sans-serif;
}
.carouselLandingGivi h3 {
    margin: 0 0.3em 1em 0.3em;
}
.slick-next-new {
    background: url(../img/next.png) top right no-repeat;
    background-color: #e00c19;
    padding: 0;
    border: none;
    display: block;
    /*width: 21px;*/
    width: 42px;
    height: 52px;
    text-align: center;
    position: absolute;
    top: 40%;
    right: -21px
}
.slick-prev-new {
    background: url(../img/prev.png) top right no-repeat;
    background-color: #e00c19;
    padding: 0;
    border: none;
    display: block;
    /*width: 21px;*/
    width: 42px;
    height: 52px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: -21px;
    z-index:99999999;
}





/*----------------------*/
/*------- PRODOTTI MOTORE -------*/
/*----------------------*/

/* CATALOGO */
.container_complete_range{background-color:#fff;width:100%;clear:both;float:none;}
.container_complete_range h3{text-align:center;font-size:60px;width:100%;padding:30px 0;}

	.riga_filtri{width:100%;padding:20px 0;background-color:#cd2f29;text-align:left;padding-left:15%;}

	.complete_range{}
	.col_linee{display:inline-block;width:15%;padding:0;margin:0; color:white;}

	.col_prodotti{
		display:inline-block;
		width:84%;
		padding:0;margin:0;
		box-shadow: -10px 0 20px -10px #e1e1e1;
		border:0px solid red;
	}
		

/* CHECKBOX */

/*CREAZIONE CHECKBOX*/
.form-check-link label, .form-check-link, .form-check-link:link, .form-check-link:hover, .form-check-link:visited {
    color: white;
    cursor: pointer;
}

.form-check-inline {
    overflow: hidden;
}

.form-check-label:before {
    content: '';
    background: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
    border-radius: 2px;
}

.form-check-label:after {
    overflow: hidden;
    content: '✓';
    position: absolute;
    top: 30px;
    left: 5px;
    transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.form-check-label.checked:after {
    content: '✓';
    position: absolute;
    top: -4px;
    left: 3px;
    font-size: 20px;
}

.form-check-input {
    /*visibility: hidden;*/
    display: none;
}


/* FILTRO LATERALE SINISTRO */
#filtroProdotti2 .form-check-link label, #filtroProdotti2 .form-check-link, #filtroProdotti2 .form-check-link:link, #filtroProdotti2 .form-check-link:hover, #filtroProdotti2 .form-check-link:visited {
    color: #000;
}

#filtroProdotti2{
	padding-left:30px;
}
#filtroProdotti2 .form-check-inline {
    display: block;
    color:#000;
}





#elencoProdotti {
    padding: 20px 90px 20px 10px;
}

#elencoProdotti .p-4{padding: 0 !important}

#elencoProdotti h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#elencoProdotti h3 a {
    color: #333;
    transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

#elencoProdotti h3 a:hover {
    /*font-weight: 900;*/
    cursor: pointer;
    text-decoration: none;
    color: #e00c19;
    /*text-shadow: 1px 1px 2px #d7d7d7;*/
    text-transform: uppercase;
}

#elencoProdotti img {
    width: 100%;
    height: auto;
    max-height: 225px;
    object-fit: scale-down;
    /*margin: 0 auto;*/
    display: inline;
    margin: 22px auto auto auto;
}

#elencoProdotti div {
    text-align: center !important;
}


.product {
    width: 17vmax;
    margin: 1vmax;
}



@media (max-width: 768px) {
    .product {
        width: 18vh;
    }
}


/*----------------------*/
/*------- FOOTER -------*/
/*----------------------*/

#top{display:none;}

.section_footer {
    /*	background-color: #fff; */
    background-color: #333333;
    color: white;
    padding: 20px 180px;
}

.section_footer .tit_menu_footer_h2,
.section_footer h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 16px 0;
}

.section_footer .item_uno .tit_menu_footer_h2,
.section_footer .item_uno h2 {
    text-transform: uppercase;
}

/*.section_footer .item_uno ul li a {*/
/*text-transform: uppercase;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-size: 13px;*/
/*font-weight: 100;*/
/*}*/

.section_footer hr {
    border-color: #bfbfbf;

    margin-left: -30px;
    margin-right: -30px;
}

.section_footer ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;

}

/*todo*/
.section_footer ul a, .section_footer a {
    text-transform: uppercase;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 13px;
    font-weight: 100;
    color: white;
    transition: color .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.section_footer ul a:hover, .section_footer a:hover {
    color: #e00c19;
    text-decoration: none;
}




@media screen and (min-width: 1020px) and (max-width: 1200px) {
	.nav-item a {
    	padding: 12px;
    	font-size: 20px;
	}	
}


		
@media screen and (min-width: 992px) and (max-width: 1450px) {
	.h1, h1 {font-size: 2.2rem;}
	.scritte-sopra-img h1 {font-size: 110px;}
	.sotto-header {margin: 70px 15% 0 15%;}
	
	.preCarousel {height: 100px;}
	
}

@media screen and (max-width: 992px) {
	.sidenav a {
    	padding: 8px 8px 8px 32px;
    	font-size: 16px;
	}
	.primo-sidebar {
	    margin-top: 10px;
	}
}
	
@media screen and (min-width: 544px) and (max-width: 992px) {
	.h1, h1 {font-size: 2.0rem;}
	.scritte-sopra-img {min-height: 260px;}
	.scritte-sopra-img h1 {font-size: 65px;}
	.sotto-header {margin: 70px 10% 0 10%;}
	.sotto-header p {font-size: 16px;}
	
	.preCarousel {height: 80px;}
	
}
@media screen and (max-width: 544px) {
	.h1, h1 {font-size: 1.6rem;}
	
	img.img_logo{height:100px;width:auto;}
	.scritte-sopra-img {min-height: 230px;}
	.scritte-sopra-img h1 {font-size: 50px;}
	.sotto-header {margin: 70px 5% 0 5%;}
	.sotto-header p {font-size: 14px;}
	
	.preCarousel {height: 60px;}
}

