
*, html{
	margin: 0px;
	/*font-size:100%;*/
}

#pointerpopup{
	width: 70%;
	height: 10px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	z-index: 999;
	cursor: pointer;
}

#pointerpopup .pointer{
	float: left;
	width: 33.3%;
	position: relative;
	margin-top: 0px;
	height: 100%;
	background: url(../imgpopup/circle.png) no-repeat center center;
	background-size: contain;
}

#pointerpopup .pointeruno:hover, #pointerpopup .pointerdue:hover, #pointerpopup .pointertre:hover {
	opacity: 0.8;
}

#pointerpopup .pointeruno{
	background: url(../imgpopup/circle.png) no-repeat center right;
	background-size: contain;
	width: 47.3%;
	opacity: 0.4;
	transition: opacity 1s;
}

#pointerpopup .pointertre{
	background: url(../imgpopup/circle.png) no-repeat center left;
	background-size: contain;
	opacity: 0.4;
	transition: opacity 1s;
}

#pointerpopup .pointerdue{
	width: 5.3%;
	opacity: 0.4;
	transition: opacity 1s;
}

#closepopup{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url(../imgpopup/closepopup.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.5s;
	    z-index: 999;
}

#closepopup:hover{
	opacity: 1;
}

#containerpopup{
	width: 100%;
	height: 300px;
	background-color: rgba(255, 255, 255, 0.29);
	float: left;
	overflow: hidden;
	transition: height 3s;
}

#popup{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-family: 'Lato', sans-serif;
	/*margin-top: 10px;*/
}

#popup_tutorial {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'Lato', sans-serif;
    /*margin-top: 10px;*/
    /*background-image: url('/img/mani_tastiera.jpg')*/
    background-image: url('/img/sldr_images/crown-group-modern-motion-374894.jpg');
}

#tutorial_coming_soon{
  position: absolute;
  top: 20px;
  left: 150px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;  
}

#left{
	background-color: #232323;
	width: 30%;
	height: 100%;
	float: left;
}

#textleft{
	width: 100%;
	left: 10%;
	height: 100%;
	float: left;
}

#textleft p{
	text-align: center;
	color: #D8D4D4;
	text-transform: uppercase;
	text-align: center;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 50px;
}

#textleft span{
	text-align: center;
	color: #e64c3c;
	text-transform: uppercase;
	text-align: center;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 20px;
	float: left;
}

#textleft #arrowpopup{
	width: 20%;
	margin-left: 40%;
	margin-top: 10px;
	height: 100px;
	background: url(../imgpopup/arrowdue.png) no-repeat center center;
	background-size: contain;
	float: left;
}


/*rosso*/

#rightuno{
	background-color: #e64c3c;
	width: 70%;
	height: 100%;
	float: right;
	left: 30%;
}


#rightuno #monitor{
	width: 15%;
	background:url(../imgpopup/monitor.png) no-repeat center center;
	background-size: contain;
	height: 120px;
	left: 50%;
	margin-left: -7.5%;
	position: relative;
	margin-top: 10px;
}

#rightuno #textrightuno{
	width: 90%;
	color:#fff;
	margin-left: 5%;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}

/*verde*/

#rightdue{
	background-color: #6db4b1;
	width: 70%;
	height: 100%;
	float: right;
	position: absolute;
	left: 30%;
	display: none;
}

#rightdue #toprightdue{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

#linerightdue{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
}

#containericon{
	width: 55%;
	padding-left: 5%;
	height: 60px;
	left: 50%;
	margin-left: -30%;
	position: relative;
}

.icon{
	float: left;
	width: 25.3%;
	position: relative;
	margin-top: 0px;
}

#linerightdue p {
    font-size: 2rem;
    float: left;
}

#linerightdue #iconone{
	width: 100%;
	height: 60px;
	background: url(../imgpopup/iconuno.png) no-repeat center center;
	background-size: contain;
}

#linerightdue #icontwo{
	width: 100%;
	height: 60px;
	background: url(../imgpopup/icondue.png) no-repeat center center;
	background-size: contain;
}

#linerightdue #iconthree{
	width: 100%;
	height: 60px;
	background: url(../imgpopup/icontre.png) no-repeat center center;
	background-size: contain;
}

#linerightdue #textrightdue{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 28px;
	margin-top: 10px;
}

#linerightdue #textrightdue span{
	color: #fa4a4a;
}


/*GIALLO*/

#righttre{
	background-color: #ffb03b;
	width: 70%;
	height: 100%;
	float: right;
	position: absolute;
	left: 30%;
	display: none;
}

#toprighttre{
	width: 100%;
	height: 100px;
	background: url(../imgpopup/sign.png) no-repeat center center;
	background-size: contain;
	margin-top: 20px;
}


#righttre #textrighttre{
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

#textrighttre span{
	color: #fa4a4a;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    float: left;
    margin-top: 15px;
    cursor: pointer;
    transition: margin-top 0.2s ease-in-out;
}

#textrighttre span:hover{
	margin-top: 12px;
}





@media (max-width: 640px) 
{ 
#left {font-size:1.3rem;} 
#rightuno {font-size:1.6rem;} 
#rightdue #toprightdue{font-size:1.4rem;}
#linerightdue #textrightdue{font-size:1.4rem;}
#righttre #textrighttre{font-size:1.4rem;}
#textrighttre span{font-size:1.6rem;}
} 

@media (min-width: 641px) 
{ 
#left {font-size:1.2rem;}
#rightuno {font-size:1.3rem;} 
#rightdue #toprightdue{font-size:1.4rem;}
#linerightdue #textrightdue{font-size:1.5rem;}
#righttre #textrighttre{font-size:1.5rem;}
#textrighttre span{font-size:2rem;}

} 
 
@media (min-width:960px) 
{ 
#left {font-size:1.7rem;} 
#rightuno {font-size:1.6rem;} 
#rightdue #toprightdue{font-size:1.6rem;}
#linerightdue #textrightdue{font-size:1.6rem;}
#righttre #textrighttre{font-size:1.6rem;}
#textrighttre span{font-size:2rem;}
} 

@media (min-width:1100px) 
{ 
#left {font-size: 1.3rem;}
#rightuno {font-size:1.6rem;} 
#rightdue #toprightdue{font-size:1.6rem;}
#linerightdue #textrightdue{font-size:1.7rem;}
#righttre #textrighttre{font-size:1.8rem;}
#textrighttre span{font-size:2rem;}
} 

