body{
	/*background-color: #c3cd29;*/
	font-size:18px;
}
a {
	color:#099fe1;
}
.table{
background-color:#eee;
border:1px solid #ddd !important;
}
.top-line{
	background-color: #bcc52c;
	background-image:url("/img/labyrinth.png");
	background-size:contain;
	font-family: 'Montserrat', sans-serif;
	padding-top:15px;
	padding-bottom:15px;
	border-top:8px solid #373737;
	border-bottom:8px solid #373737;
}
#page-container{
	background-color: white;
}
.container-content{padding-bottom:20px;}
.percorso-01.step-01 .container-content,
.percorso-01.step-02 .container-content,
.percorso-01.step-04 .container-content,
.percorso-01.step-08 .container-content,
.percorso-01.step-11 .container-content,
.percorso-02.step-01 .container-content,
.percorso-02.step-02 .container-content,
.percorso-02.step-06 .container-content,
.percorso-02.step-14 .container-content,
.percorso-02.step-16 .container-content{padding-bottom:0;}
.footer-container {
	border-top:8px solid #099fe1;
	background-color:#151515;
}
.step-text{color:#fff;}
.step-selected{color:#fff;}
.site-footer{
	background-color:#151515;
}
footer {font-size:12px;text-align:center;}
footer a{color:#656565!important;text-decoration:underline;}
footer a:hover{color:#656565!important;text-decoration:none;}
.logo-line{
}
.logo {margin:0 auto;}
.icon-container{
	position:relative;
}
.icons-line{
	background-color:transparent;
}
.icon-element{
	padding-top:40px;
}
.icons-line .image-icon{
  border:2px solid #ddd;
}
.icons-line .active .image-icon{
  border:2px solid #29B29E;
}
.image-icon{
	margin-left:auto;
	margin-right:auto;
}
.titolo-area h1.badge,
.titolo-area h1.badge-title{
	color:#bcc52c;
	font-weight:bold;
	/*background-image:url("/img/h1-pixel.png");*/
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	padding: 15px;
	font-size: 20px;
	/*border-radius:10px;*/
	border-radius: 0 0 20px;
	text-align:left;
	line-height:25px;
	margin-bottom:0px;
}
.badge-circle {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    height:50px;
    width:50px;
}
.carica-la-foto{
	font-size: 22px;
}
/* AREE COLORATE */
.area-azzurra .top-line{
	background-color:#37a3dc;
}
.area-gialla .top-line{
	background-color:#feec1c;
}
.area-fuxia .top-line{
	background-color:#c8558d;
}
.area-verde .top-line{
	background-color:#bcc52c;
}