@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Kanit:700|Lato&display=swap');


/* Main color: #C9A867
	Light color:#fff
	Dark color:#2E2D2D
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
html{
	scroll-behavior: smooth;
	
}

body {
	line-height: 1;
	-ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

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

		html, body {
			min-width: 320px;
		}

	}

	html {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	*, *:before, *:after {
		-webkit-box-sizing: inherit;
		        box-sizing: inherit;
	}

	body {
		background: #fff;
		color: #2E2D2D;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-webkit-animation: none !important;
			animation: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			transition: none !important;
		}

/* Type */

	html {
		font-size: 16pt;
	}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 10pt;
			}

		}

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

			html {
				font-size: 9pt;
			}

		}

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

			html {
				font-size: 8pt;
			}

		}

	

	body, input, select, textarea {
		font-family: 'Roboto', sans-serif;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.65;
	}

	a {
		-webkit-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		text-decoration: underline;
		
	}

	

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		
		margin: 0 0 2rem 0;
	}

		p.major {
			font-size: 1.25rem;
		}



	h1,h2, h3, h4, h5, h6 {
		font-family: 'Commissioner', sans-serif;
		font-weight: 300;
		line-height: 1.375;
		letter-spacing: -0.05em;
		margin: 0 0 1rem 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 3em;
	}

	h2 {
		font-size: 2.5em;	
	}

	
	h3 {
		font-size: 1.7em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {

		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25rem;
		padding: 0.25rem 0.325rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.5;
			padding: 0.75rem 1rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.5rem 0;
	}

		hr.major {
			margin: 3.5rem 0;
		}

	

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
		margin: auto;
	}

	.align-right {
		text-align: right;
	}

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

		p.major {
			font-size: 1.1rem;
		}

		h1 {
			font-size: 2.5rem;
		}

		h2 {
			font-size: 2rem;
		}

		h3 {
			font-size: 1.25rem;
		}

		h4 {
			font-size: 1rem;
		}

	}

	input, select, textarea {
		color: #2E2D2D;
	}

	a {
		color: #2E2D2D;
		text-decoration:none;
	}

	hr{
		border-bottom-color: #bebebe;
	}	

	strong, b {
		color: #2E2D2D;
	}

	blockquote {
		border-left-color: rgba(0, 0, 0, 0.2);
	}

	code {
		background: rgba(0, 0, 0, 0.05);
		border-color: rgba(0, 0, 0, 0.2);
	}

	

	section, footer{
		position: relative;
	}

	

/*Editable*/
p{
	line-height: 2em
}

p.major{
	font-size: 1.5em;
}

h1.major{
	font-size: 10em;
	color:#fff;
	font-weight: 400;
	margin:0;
	transform: translateX(-0.1em);
	-webkit-transform: translateX(-0.1em);
	-moz-transform: translateX(-0.1em);
	-ms-transform: translateX(-0.1em);
	-o-transform: translateX(-0.1em);
	
}



.button{
	font-size: 1.2em;
	color:#000;
	background: #fff;
	border: solid 1px #000;
	padding: 0.5em 3em;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	cursor: pointer;
}

.button:hover{
	background-color: #484848;
	color:#fff;
}

.button.white{
	color:#fff;
	background-color: transparent;
	border: solid 2px #fff;
}

.button.white:hover{
	background-color: #fff;
	color:#95d2d8;
}

.button.blue{
	color:#fff;
	background-color: #0F4C81;
	border: solid 1px #0F4C81;
}

.button.blue:hover{
	color:#fff;
	background-color: #1e6cb1;
	border: solid 1px #1e6cb1;
}

.button.green{
	color:#fff;
	background-color: #00954b;
	border: solid 1px #00954b;
}

.button.green:hover{
	color:#fff;
	background-color: #16b666;
	border: solid 1px #16b666;
}


.button-alternative{
	color:#0F4C81;
	cursor: pointer;
	position: relative;
	padding: 1em;
	z-index: 2;
}

/*
.button-alternative:after{
	content:'';
	height: 100%;
	width:0%;
	position: absolute;
	top:0;
	left:0;
	background: #fff;
	z-index: -1;
	transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
}

.button-alternative:hover::after{
	width:100%;
	
}
*/

.button-alternative:before{
	content:'\e001';
	font: normal normal normal 24px/1 'iconmonstr-iconic-font';
	color: #0F4C81;
	z-index: -1;
	padding: 0 1em 0 0;
	vertical-align: middle;
	transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
}

.button-alternative:hover::before{
	padding: 0 0 0 1em;	
}

.button-alternative.green{
	color:#00954b;
}

.button-alternative.green:before{
	color:#00954b;
}

.button-arrowdown{
	text-transform: uppercase;
	text-align: center;
	position: relative;
	color:#fff;
}

.button-arrowdown:after{
	content:'\e003';
	position: absolute;
	bottom:-1em;
	left:50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	text-align: center;
	font: normal normal normal 24px/1 'iconmonstr-iconic-font';
	animation: arrow-floating .5s linear infinite alternate;
	-webkit-animation: arrow-floating .5s linear infinite alternate;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.button.fixed{
	position: fixed;
	bottom:2em;
	right:2em;
	z-index:999;
}

/*Nav*/
.nav-button-bar{
 display:none;
}

nav{
	display:flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left:0;
	top:0;
	z-index:99;
	width:100%;
	padding: 0 2em;
	background: #262626;
}

nav .image{
	width: 6em;
}

nav .image > img{
	width:100%;
	padding:.25em 0;
}

nav .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav ul li{
	padding:1em 0;
}


nav ul li a, nav ul li p{
	display: block;
	color:#fff;
	text-transform: uppercase;
	padding: .5em;
	margin: 0 .5em;
	width:100%;
}

nav ul li a.main{
	position: relative;
	border:solid 1px #fff;
	text-align: center;
	width:calc(100% - 1em);
	overflow: hidden;
}

nav ul li a.main::after{
	content: '\e0a8';
	font: normal normal normal 24px/1 'iconmonstr-iconic-font';
	position: absolute;
	left:0;
	top:100%;
	width:100%;
	height:100%;
	background: #fff;
	color: #262626;
	border:solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;


	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

nav ul li a.main:hover::after{
	top:0;
}

.drop-down{
	position: relative;
}

.drop-down > p::after{
	content: '\e003';
	font: normal normal normal 24px/1 'iconmonstr-iconic-font';
	color:#fff;
	vertical-align: middle;
	font-size: .5em;
	margin-left: .5em;
}

.drop-down .drop-down-content{
	display: none;
	position: absolute;
	top:100%;
	background: #2e2d2d;
	width:100%;
}

.drop-down:hover .drop-down-content{
	display: block;
}

.drop-down:hover > p::after{
	content: '\e004';
}

.drop-down .drop-down-content li:hover{
	background: #363434;
}

/*Home*/

#home{
	background: #3a3939;
	background-position: center;
	background-size: cover;
	display:flex;
	flex-direction: column;
	justify-content: center;
	color:#fff;
	position: relative;
	overflow:hidden;

}

#home .inner{
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	padding:4em 6em;
	transition: all .5s ease 1s;
	-webkit-transition: all .5s ease 1s;
	-moz-transition: all .5s ease 1s;
	-ms-transition: all .5s ease 1s;
	-o-transition: all .5s ease 1s;
	z-index:2;
	text-align: center;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#home .inner .title-container{
	width:100%;
	padding:7em 0;
}


#home video{
	width:100%;
	z-index:0;
	filter:brightness(0.5);
	-webkit-filter:brightness(0.5);
}




/* Category */

#category .inner{
	display:flex;
	justify-content: space-around;
	padding: 3em 15%;
}

#category .inner article{
	text-align:center;
	width:100%;
	position: relative;
}

#category .inner article .tag span{
	display:inline-block;
	padding-left: .5em;
	animation: arrow-bumping 0.5s ease infinite alternate;
	-webkit-animation: arrow-bumping 0.5s ease infinite alternate;
}



@keyframes arrow-bumping {
	from {
		transform: scaleX(1.2) ;
		-webkit-transform: scaleX(1.2) ;
		-moz-transform: scaleX(1.2) ;
		-ms-transform: scaleX(1.2) ;
		-o-transform: scaleX(1.2) ;
	}
	to {transform: scaleX(1.2) translateX(1em) ;
		-webkit-transform: scaleX(1.2) translateX(1em) ;
		-moz-transform: scaleX(1.2) translateX(1em) ;
		-ms-transform: scaleX(1.2) translateX(1em) ;
		-o-transform: scaleX(1.2) translateX(1em) ;
	}
  }
 
#category .inner article a{
	width:100%;
	display:flex;
	justify-content: center;
	flex-direction: row-reverse;
}
#category .inner article img{
	width:75%;
}

.tag{
	position:relative;
    background: #262626;
    text-align: left;
    width: 25%;
    color: #fefefe;
    padding: 0.5em 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tag::after{
	content:'';
	background: #262626;
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

#category .inner article:hover .tag::after{
	width:0%;
}

.tag h2, .tag p{
	margin:0;
}

.tag h2{
	font-size:2em;
}


/*Products*/

#electricscooter.banner{
	background: url("../img/monopattini-elettrici/close-up-photo-of-green-leafed-plant-1572036.webp");
}

#electricscooter.banner .inner {
    padding: 8em;
    text-align: center;
    color: #fff;
}

.products .product{
	displaY:flex;
	justify-content: center;
	align-items: center;
	padding: 3em 6em;
}

.products .product h2{
	transition: all .5s ease ;
	-webkit-transition: all .5s ease ;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease ;
	-o-transition: all .5s ease ;
}

.products .product h3 span{
	opacity:50%;
	text-decoration: line-through;
	padding-right: .3em;
}

.products .product h3.highlited{
	color: #0f4c82;
	font-weight: 400;
	width: fit-content;
	position: relative;
	transition: all .5s ease ;
	-webkit-transition: all .5s ease ;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease ;
	-o-transition: all .5s ease ;
}

.products .product h3.highlited:after{
	content:'';
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0F4C82;
	transition: all .5s ease .3s;
	-webkit-transition: all .5s ease .3s;
	-moz-transition: all .5s ease .3s;
	-ms-transition: all .5s ease .3s;
	-o-transition: all .5s ease .3s;
}

.products .product p{
	transition: all .5s ease ;
	-webkit-transition: all .5s ease ;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease ;
	-o-transition: all .5s ease ;
}



.products .product img{
	width:50%;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transition: all .5s ease ;
	-webkit-transition: all .5s ease ;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease ;
	-o-transition: all .5s ease ;
}

.products .product.right{
	text-align: right;
}

.products .product.right img{
	width:50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.products .product.e-scooter img{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.products .product.right h3.highlited{
	margin: auto 0 .5em auto;
}

.products.green .product h3.highlited{
	color: #00954b;
}

.products.green .product h3.highlited:after{
	background: #00954b;
}



/*Chi siamo*/

#chi-siamo{
	padding:3em 10em;
}

#chi-siamo > .inner {
	position: relative;
	width:60%;
}

#chi-siamo .inner img{
	width:100%;
}

#chi-siamo .inner .inner{
	position:absolute;
	background: #fff;
	box-shadow: 3px 3px 6px #2E2D2D;
	padding: 2em 4em;
	width:100%;
	transform: translate(50%, -80%);
	-webkit-transform: translate(50%, -80%);
	-moz-transform: translate(50%, -80%);
	-ms-transform: translate(50%, -80%);
	-o-transform: translate(50%, -80%);
}

/*Contatti*/

#contatti{
	padding:7em;
}

#contatti > .inner{
	border-top: solid 1px #2E2D2D;
	padding:2em 0;
	display:flex;
	justify-content: space-between;
}






/*Product*/


.product-banner .inner{
	displaY:flex;
	justify-content: space-between;
	align-items: center;
	padding: 10em 6em;
	color:#fff;
}

.product-banner .inner .features{
	color:#000;
}

.product-banner .inner img{
	padding:2em;
	width:40%;
}

.product-info .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3em 6em;
	background: #2E2D2D;

}

.product-info.electric-scooter .inner{
	background: #00954b;

}

.product-info .inner ul, .product-info .inner h2, .product-info .inner p{
	color:#fff;
}

.product-info .inner img{
	width:50%;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transition: all .5s ease ;
	-webkit-transition: all .5s ease ;
	-moz-transition: all .5s ease ;
	-ms-transition: all .5s ease ;
	-o-transition: all .5s ease ;
}

.product-info.electric-scooter .inner img{
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.product-info2.grey{
	background: #eee;
}

.product-info2 .inner{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.product-info2 .inner .text-container{
	width:50%;
}

.product-info2 .inner .text-container > div{
	width:fit-content;
	margin:0 auto;
}


.product-info2 .inner .text-container ol{
	list-style: decimal;
	padding-left:1em;
}

.product-info2 .inner img{
	width:50%;
}

.product-video{
	width:100%;
	padding:4em 20%;
	position: relative;
}

.product-video .copertina{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: #3d3c3ca1;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
}

.product-video .copertina.plaing{
	opacity:0;
}

.product-video .copertina span{
	font-size:5em;
	color:#fff;
	cursor: pointer;
}

.product-video .video-container{
	width:100%;
	height:100%;
	position: relative;
}

.product-video video{
	width:100%;
}


.product-fucntions .inner{
	display: flex;
	justify-content: space-between;
	padding: 3em 6em;
	align-items: center;
	}


.product-fucntions .inner  img{
	width:50%;
	}

.product-banner2{
	background: url("../img/Termoscanner/technolgy-background.webp");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding: 3em 6em;
	color:#fff;
	text-align: center;
}

.product-banner2.electric-scooter{
	background: url("../img/monopattini-elettrici/leaf-backgorund.webp");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.highlited-section{
	background: #F3F3F3;
	padding:6em 10%;
	text-align: left;
}

.highlited-section h2{
	margin-bottom: 1em;
}

.highlited-section .inner.splitted{
	width:100%;
	display: flex;
	justify-content: center;
}

.highlited-section .inner.splitted > div{
	text-align:center;
	padding:0 1em;
	width:50%;
}

.highlited-section .inner.splitted > div.termoscanner{
	border-left:solid 1px rgb(87, 87, 87);
}

.highlited-section div.electric-scooter p span{
	color:#00954b !important;
}

.highlited-section .inner p span{
	position: relative;
	font-weight: 400;
	color:#0F4C81
}


.board {
	margin:3em 6em;
}

.board .row{
	display: flex;
	width:100%;
	justify-content: center;
	border:solid 1px #000;
	border-top:none;
	border-collapse: separate;
}

.board .row:nth-child(1){
	border-top:solid 1px #000;
}

.board .row .main-title{
	width:100%;
	padding-left:1em;
	font-weight: 400;
	background: #def5fc;
}

.board .row .title{
	width:30%;
	border-right:solid 1px #000;
	padding-left:1em;
}

.board .row .text{
	width:70%;
	padding-left:1em;
}

/* Product*/

.product-app-screenshots .inner{
display: flex;
justify-content: space-around;
background: #2E2D2D;
padding:6em 3em;
color:#fff;
align-items: center;
}

.product-app-screenshots.electric-scooter .inner{
	background: #807f7f;
	}

.product-app-screenshots .inner img{
	width:25%;
	padding: 2em;
}

.product-app-screenshots.electric-scooter .inner img{
	width:50%;
	padding: 0 15%;
}
/* No script*/

#home .inner.is-inactive{
	opacity:0;
	transform: translate(-50%, 5vh);
	-webkit-transform: translate(-50%, 5vh);
	-moz-transform: translate(-50%, 5vh);
	-ms-transform: translate(-50%, 5vh);
	-o-transform: translate(-50%, 5vh);
}

 .product.is-inactive h2, .product.is-inactive h3, .product.is-inactive p{
	opacity:0;
	transform: translateY(5vh);
	-webkit-transform: translateY(5vh);
	-moz-transform: translateY(5vh);
	-ms-transform: translateY(5vh);
	-o-transform: translateY(5vh);
}

.product.is-inactive img{
	opacity:0;
}

.products .product.is-inactive h3.highlited:after{
	width:0;	
}


/* Breakpoints */




   @media screen and (max-width: 768px) {
	
	.nav-button-bar{
		width:100%;
		padding:0.5em 1em;
		background: #2e2d2d;
		border-bottom: solid 3px #980114;
		position: fixed;
		top:0;
		right:0;
		z-index:999;
	
		display:flex;
		justify-content: space-between;
	}
	
	.nav-button-bar img {
		width: 6em;
		padding:.5em;
	}
		.nav-button{
			display: block;
			width:2.2em;
		}
	
		.nav-button div{
			margin:0.4em 0;
			height:0.3em;
			background: #fff;
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
	}
	
		.nav-button > div:nth-child(1){
			transform-origin: top left;
		}
	
		.nav-button > div:nth-child(3){
			
			transform-origin: bottom left;
	}
	
		.nav-button.nav-visible > div:nth-child(1){
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
	}
	
		.nav-button.nav-visible > div:nth-child(2){
			opacity: 0;
		}
	
		.nav-button.nav-visible > div:nth-child(3){
			transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
		}
	
	
		nav.visible{
			left:0;
		}
	

	nav{
		left:-100%;
		display: block;
		padding: 4em 0;
		height: 100vh;
		width: 25%;
		transition: left .3s ease;
		-webkit-transition: left .3s ease;
		-moz-transition: left .3s ease;
		-ms-transition: left .3s ease;
		-o-transition: left .3s ease;
}
	
	nav .image{
		display: none;
	}
	
	nav .inner{
		display: block;
	}
	
	nav ul li{
		border-bottom: solid 1px #fff;
	}
	
	
	.drop-down .drop-down-content{
		position: static;
	}
	

	#home video {
		height: 100vh;
		width: unset;
		left: -100%;
	}

	#category .inner{
		flex-direction: column;
	}
	
	#category .inner article{
		width:100%;
	}

	#category .inner article a {
		flex-direction: column-reverse;
	}

	#category .inner article img {
		width: 100%;
	}

	.tag{
		width:100%;
	}

	.tag:after{
		display: none;
	}

	.products .product{
		flex-direction: column-reverse;
	}

	.products .product img{
		width: 100%;
	}

	.products .product.right{
		flex-direction: column;
		text-align: left;
	}

	.products .product.right h3.highlited{
		margin:0;
	}

	.products .product.right img{
		width: 100%;
	}

	.highlited-section {
		padding: 3em;
	}

	.highlited-section .inner {
		width: 100%;
	}

	#chi-siamo > .inner {
		width: 100%;
	}

	#chi-siamo > .inner .inner{
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
}

#contatti > .inner{
	flex-direction: column;
}

.product-banner .inner {
    flex-direction: column-reverse;
}

.product-banner .inner img{
padding:0;
width:75%;
}

.product-banner .inner .features{
	text-align: center;
	}

.product-fucntions .inner {
		flex-direction: column-reverse;
	}

.product-fucntions .inner img{
	width:75%;
}

.product-app-screenshots .inner {
    display: flex;
    justify-content: space-around;
    background: #2E2D2D;
    padding: 2em 1em;
}

.product-app-screenshots .inner img{
		padding:1em;
}

   }


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

	nav{
   		width: 45%;
	}

	.button {
		font-size: 1em;
	}

	#home{
		background: url("../img/monopattini-elettrici/6178.webp");
		background-size: cover;
		background-position: center;
		padding: 2em;
		text-align: center;
	}

	

	#home video {
		opacity: 0;
	}

	#home .inner .title-container {
		text-align: center;
	}

	#category .inner{
		padding:3em 2em;
	}

	#category .inner article img {
		content: url(../img/monopattini-elettrici/21246_edited.webp);
	}

	.products .product {
		padding: 3em;
	}

	.highlited-section {
		padding: 3em;
	}

	#chi-siamo {
		padding: 0;
	}

	#chi-siamo .inner .inner {
		box-shadow: none;
		padding: 3em;
	}

	#contatti {
		padding: 3em;
	}

	.product-banner .inner {
		padding: 5em 3em;
	}

	.product-info .inner {
		padding:3em;
		flex-direction: column-reverse;
	}

	.product-info .inner img {
		width: 100%;
	}

	.product-info .inner ul {
		text-align: center;
	}

	.product-fucntions .inner {
		padding: 3em;
	}

	.product-fucntions .inner img {
		width: 100%;
	}

	.product-banner2 {
		padding: 3em;
	}

	.product-video {
		padding: 2em;
	}

	
		
	.board {
		margin: 1em;
	}

	.board .row .title {
		padding: 0 .5em;
	}

	.highlited-section .inner.splitted {
		flex-direction: column;
	}

	.highlited-section .inner.splitted > div {
		text-align: center;
		padding: 1em 0;
		width: 100%;
	}

	.highlited-section .inner.splitted > div.termoscanner {
		border-top: solid 1px rgb(87, 87, 87);
		border-left: none;
	}


   }


