.wrapper {
	max-width:none;
	width: 98%;
}
#current{ color:#cf513e;
}
.cal-nav-item a:hover{ color:#cf513e
	}
#calendario-path { font-weight:bold;
}
#calendar-navigation{
	display:block;
	width:280px;
	margin-top:0px;
}
.clickable {
	display:block;
	line-height:30px;
	margin-left:5px;
}
.hide-gallery { display:none;
}
.hide-gallery div{ display:none;
}
.logo-trasp {
	margin-bottom:0px;
	text-align:center;
	background-color: rgba(255,255,255,0.6);
	width:280px;
	margin-left:0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}
.logo-img{ width:250px;
}

@media only screen and (max-height:768px) {
	.logo-trasp{
		margin-top:50px;
		margin-bottom:10px;
	}
}
@media only screen and (min-height:769px) {
	.logo-trasp{
	margin-top:100px;
	margin-bottom:10px;
	}
	#qtranslate-chooser{
	margin-bottom:50px;
	}
	#calendario-path {
		margin-bottom:20px;
	}
}