body{
	margin: 0;
    padding: 0;
    border: 0;
	overflow-x:hidden;
	overflow-y: scroll;
	background-color:white;
}
.bold{
	font-family: 'bold';
}


.carouselMobile{
	display:none;
}

textarea{
	resize: none;
}


@media screen and (min-width: 1280px){
	*{
		-moz-user-select:none;
		-webkit-user-select: none;
		-khtml-user-select: none;
	}
	.verticalNav{
		position:fixed;
		left:8px;
		width:20px;
		height:150px;
		top:50%;
		margin-top:-75px;
	}
	.ball{
		position:absolute;
		width:20px;
		height:20px;
		border-radius:20px;
		border:1px grey solid;
		transition:background 0.5s, opacity 0.5s;	
		background: #FFFFFF66;
		opacity:0.8;
		cursor:pointer;
		left:0;
	}
	.ball:hover{
		opacity:1;
	}
	.ball.fill{
		background:#fd0792FF;	
	}
	.ball_1{
		top:0;
	}
	.homepage.ball_2{
		/* top:calc(((50% + 29px) / 2) + 25%); */
		top:calc(50% - 10px);
	}
	.homepage.ball_3{
		/* top:calc((50% - 58px) + 25%); */
		bottom:0;
	}
	.piattaforma.ball_2{
		/* top:calc(((50% + 29px) / 2) + 25%); */
		top:calc(33% - (20px / 3));
	}
	.piattaforma.ball_3{
		/* top:calc((50% - 58px) + 25%); */
		top:calc(66% - (20px / 1.5));
	}
	.piattaforma.ball_4{
		/* top:calc((50% - 58px) + 25%); */
		bottom:0;
	}
	.btnStyle{
		cursor:pointer;
		opacity:1;
		transition:opacity 1s;
	}
	.btnStyle:hover{
		opacity:0.5;
	}
	.enter:hover{
		text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
	}
	
	.module.presentazione{
		background-color:black;
		top:0;
		left:0;
		width:100%;
		height:100%;
		position:fixed;
		letter-spacing: 4px;
		font-family: 'Open Sans', sans-serif;
		font-size: 21px;
	}
	.presentazione.background{
		position:fixed;
		background-color:black;
		background-image:url("../../../img/content/presentazione/background.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.presentazione.band{
		position:fixed;
		background-color:rgba(0,0,0,0.62);
		top:38%;
		left:0;
		width:100%;
		height:20%;
	}
	.presentazione.logo{
		position:fixed;
		background-image:url("../../../img/content/presentazione/logo_vshowroom.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		top: calc(39% - 4px);
		left:0;
		width:100%;
		height:18%;
	}
	.presentazione.separator{
		position: fixed;
		border: 1px solid #fd0792;
		border-top: 6px solid #fd0792;
		border-bottom: 6px solid #fd0792;
		background: #fd0792;
		padding: 0;
		top: 70%;
		width: calc(50% - 80px);
		height: 0;
	}
	
	.presentazione.separator.sx{
		left:0;
	}
	.presentazione.separator.dx{
		right:0;
	}
	.presentazione.enter{
		text-transform: uppercase;
		display: block;
		top: calc(70% + 4px);
		position: fixed;
		width: 100%;
		text-align: center;
		color: white;
		left: 0;
	}
	
	
	.module.content{
		top: 75px;
		margin: 0;
		padding: 0;
		border: 0;
		position: absolute;
		width: 100%;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 2px;
	}
	.module.homepage{
		height:calc(300% - 225px);
	}
	.homepage.blocco_1{
		background: black;
		background-image: url(../../../img/content/homepage/blocco_1/background.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center right;
		color: white;
		height: calc(100% / 3);
		position: relative;
	}
	
	.homepage.blocco_1>.testo{
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -160px;
		text-align: center;
		width: 50%;
		line-height: 80px;
	}
	.homepage.blocco_2{
		color: black;
		background-image: url(../../../img/content/homepage/blocco_2/background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position:center;
		height: calc(66% / 3);
		position: relative;
	}
	.homepage.blocco_2>.separator{
		position:absolute;
		border: 1px solid #fd0792;
		border-top: 6px solid #fd0792;
		border-bottom: 6px solid #fd0792;
		background: #fd0792;
		padding: 0;
		top: calc(50% - 64px);
		width: calc(33% - 1px);
		height: 0;
	}
	.homepage.blocco_2>.testo{
		letter-spacing: 1px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -120px;
		text-align: right;
		width: 33%;
		line-height: 80px;
	}
	.homepage.blocco_2>.testo>.titolo{
		font-size: 23px;
	}
	.homepage.blocco_2>.testo>.blocco_testo{
			margin-top: 30px;
		    line-height: 30px;
	}
	
	.homepage.blocco_3{
		color:black;
		background:white;
		height:calc(34% / 3);
		position: relative;
	}
	
	.homepage.blocco_3>.testo{
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -60px;
		text-align: center;
		width: 100%;
		line-height: 35px;
	}
	.homepage.blocco_4{
		color: white;
		background-image: url(../../../img/content/homepage/blocco_4/background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position:top center;
		height:calc(100% / 3);
		position: relative;
	}
	.homepage.blocco_4>.separator{
		position: absolute;
		border: 1px solid #fd0792;
		border-top: 6px solid #fd0792;
		border-bottom: 6px solid #fd0792;
		background: #fd0792;
		padding: 0;
		top: calc(50% - -52px);
		width: 513px;
		height: 0;
		right: 0;
	}
	.homepage.blocco_4>.testo{
		letter-spacing: 0px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -170px;
		text-align: right;
		width: 33%;
		line-height: 80px;
		right:120px;
	}
	.homepage.blocco_4>.testo>.titolo{
		margin-top: 50px;
		font-size: 23px;
	}
	.homepage.blocco_4>.testo>.blocco_testo{
			margin-top: 30px;
		    line-height: 50px;
	}
	.module.piattaforma {
		height:calc(400% - 300px);
	}
	.piattaforma.blocco_1{
		background: white;
		background-image: url(../../../img/content/piattaforma/blocco_1/background.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position:top left;
		color: black;
		height: calc(100% / 4);
		position: relative;
	}
	
	.piattaforma.blocco_1>.testo{
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -110px;
		text-align: right;
		width: 50%;
		line-height: 80px;
		right:80px;
	}
	
	.piattaforma.blocco_2{
		background: white;
		color: black;
		height: calc(100% / 4);
		position: relative;
	}
	.piattaforma.blocco_2>.carousel{
		position: relative;
		height:100%;
		top:0;
		left:0;
		width:100%;
	}
	.piattaforma.blocco_2>.carousel>.menu{
		padding:27px 0 45px 0;
	}
	.piattaforma.blocco_2>.carousel>.menu>.voce{
		display:inline-block;
		margin:0 calc(10% - 88px);
		padding-bottom: 6px;
	}
	.piattaforma.blocco_2>.carousel>.menu>.voce.selected{
		border-bottom: 3px solid #fd0792;
	}
	.piattaforma.blocco_2>.carousel>.container{
		display: block;
		width: 100%;
		height: calc(100% - 100px);
		top:0;
		overflow: hidden;
		position: relative;
		left: 0;
	}
	
	.piattaforma.blocco_2>.carousel>.container>.contain{
		position: absolute;
		top: 0;
		left: 0;
		height: calc(100% - 30px);
		width: 400%;
		padding:0;
		margin:0;
		transition: margin 1s;
	}
	
	.piattaforma.blocco_2>.carousel>.container>.contain>img.elem{
		height: calc(100% - 5px);
		top: 0;
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		padding:0;
		margin:0 80px;
		border:0;
		opacity:0.2;
		transition:opacity 1s;
	}
	
	.piattaforma.blocco_2>.carousel>.container>.contain>img.elem.selected{
		opacity:1;
	}
	
	.piattaforma.blocco_3{
		background: #666666;
		color: white;
		height: calc(100% / 4);
		position: relative;
	}
	
	.piattaforma.blocco_3>.testo{
		display: block;
		position: absolute;
		top: 40px;
		text-align: right;
		width: 55%;
		line-height: 60px;
		right: 80px;
	}
	@media screen and (max-height: 660px){
		.piattaforma.blocco_3>.testo{
			line-height: 40px;
		}
	}
	@media screen and (max-height: 600px){
		.piattaforma.blocco_3>.testo{
			top: 65px;
		}
	}

	.piattaforma.blocco_3>.tablet{
		background-image: url(../../../img/content/piattaforma/blocco_3/tablet.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position:bottom left;
		position: absolute;
		width: 50%;
		height: 100%;
		bottom: 0;
		left: 0;
	}
	.piattaforma.blocco_3>.camera{
		background-image: url(../../../img/content/piattaforma/blocco_3/camera.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position:bottom right;
		position: absolute;
		width:calc(45% - 40px);
		height:calc(45% - 40px);
		top:53%;
		right:80px;
	}
	
	.piattaforma.blocco_4{
		background: white;
		color: black;
		height: calc(100% / 4);
		position: relative;
	}
	.piattaforma.blocco_4>.titolo{
		font-size: 23px;
		position:relative;
		height:30px;
		width:100%;
		text-align:center;
		left:0;
		top: 0;
		padding-top:30px;
		margin-top: -1px;
	}
	.piattaforma.blocco_4>.carousel{
		position: relative;
		height:calc(100% - 30px);
		top:0;
		left:0;
		width:100%;
	}
	.piattaforma.blocco_4>.carousel>.menu{
		padding:27px 0 45px 0;
	}
	.piattaforma.blocco_4>.carousel>.menu>.voce{
		display:inline-block;
		margin:0 calc(10% - 100px);
		padding-bottom: 6px;
	}
	.piattaforma.blocco_4>.carousel>.menu>.voce.selected{
		border-bottom: 3px solid #fd0792;
	}
	.piattaforma.blocco_4>.carousel>.container{
		display: block;
		width: 100%;
		height: calc(100% - 100px);
		top:0;
		overflow: hidden;
		position: relative;
		left: 0;
	}
	
	.piattaforma.blocco_4>.carousel>.container>.contain{
		position: absolute;
		top: 0;
		left: 0;
		height: calc(100% - 30px);
		width: 400%;
		padding:0;
		margin:0;
		transition: margin 1s;
	}
	
	.piattaforma.blocco_4>.carousel>.container>.contain>img.elem{
		height: calc(100% - 5px);
		top: 0;
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		padding:0;
		margin:0 80px;
		border:0;
		opacity:0.2;
		transition:opacity 1s;
	}
	
	.piattaforma.blocco_4>.carousel>.container>.contain>img.elem.selected{
		opacity:1;
	}
	
	.module.contatti{
		height:calc(100% - 75px);
	}
	
	.contatti.blocco_1{
		background: white;
		color: black;
		height: 650px;
		position: relative;
	}
	
	.contatti.blocco_1>.testo{
		display: block;
		position: absolute;
		top: 0px;
		margin-top: 10px;
		text-align: center;
		width: calc(100% - 80px);
		line-height: 40px;
		left:40px;
	}
	.contatti.blocco_1>.form{
		display: block;
		position: absolute;
		top: 0;
		margin-top: 90px;
		text-align: left;    
		width: 800px;
		line-height: 40px;
		left: calc(50% - 400px);
	}
	.contatti.input_1, .contatti.input_2 {
		display: inline-block;
		width: 49%;
		margin: 0;
		padding: 0;
	}
	input[type="text"].contatti,textarea.contatti {
		display: block;
	}
	.campimail:focus {
		outline: none !important;
		border: 1px solid #fd0792;
	}
	.contatti.input_1, .contatti.input_2 {
		display: inline-block;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.contatti.input_2 {
		right: 0;
		position: absolute;
	}
	input[type="text"].contatti {
		display: block;
		width: 360px;
	}
	.contatti.input_2 label.contatti {
		margin-left: 32px;
	}
	.contatti.input_2 input.contatti {
		position: absolute;
		right: 0;
	}
	.contatti.riga {
		margin: 15px 0;
	}
	input[type="checkbox"].contatti {
		background-color: white;
		margin: 0 20px 0 0;
	}
	textarea.contatti{
		width: 100%;
		height: 120px;
	}
	.contatti.btnStyle.send {
		width: 300px;
		background: #666666;
		color: white;
		border: 1px black solid;
		text-align: center;
		left: calc(50% - 150px);
		position: absolute;
		margin-top: 15px;
	}
	.contatti.underline{
		border-bottom: 2px solid #fd0792;
		padding-bottom: 2px;
	}
}
