/* CSS Document */

.dis-container{
	display:block;
	padding:10px 20px;
	background-color:#fff;
	border:1px solid #eee;
	margin-bottom:15px;
	cursor:pointer;
	color:#444;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}

.dis-container:hover{
	background-color: #E3F3FF;
	color:#444;
}

.img_wrapper{
	height:250px;
	width:250px;
	display:block;
	margin:5px 0px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.img_caption, .img_caption:hover{
	background:url(../lib/popup/css/caption.png);
	width:70%;
	padding:30px 10px;
	text-align:center;
	top:80px;
	position:absolute;
	left:15%;
	font-size:25px;
	color:#fff;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.invisible{
	display:block;
}

div.name {
	font-weight:bold;	
	line-height:30px;
	font-size:18px;
	text-transform:uppercase;
}

div.difficolta{
	text-align:right;
	line-height:30px;
	font-weight:bold;
}

div.descrizione {
	text-align: justify;
	padding-bottom:3px;
}

.star-on{
	color:#FECF00;
}

.star-off{
	color:#ddd;
}

.step{
	display:block;
	font-size:20px;
	float:left;
	background-color:#1a69ba;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	line-height:30px;
	margin-right:7px;
		
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.toggleactive{
	background-color: #E3F3FF;
	color:#444;
}

.step-gallery{
	margin:0px 0px 15px 0px;
	width:auto;
	height:300px;
	overflow:hidden;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.item-img{
	height:300px;
	width:880px;
	display:block;
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.main_name_diff{
	margin-left:25px;
	font-size:20px;
	
	text-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

#btn_home{
	text-decoration:none;
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
	margin-top:25px;
}

#btn_home > span{
	color:#666;
	margin-right:5px;
}