@charset "UTF-8";
/* CSS Document */

.gallery_menu_sx {
	float: left;
	width: 19%;
}

.gallery_menu_link {
	width: 98%;
	display: block;
	padding: 2%;
	font-size: 16px;
	color: #333;
}

.gallery_menu_link:hover {
	background-color: #DF5B67;
	color: #fff;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;
}

.gallery_menu_link_sel {
	background-color: #D83645;
	color: #fff;
}

#grid {
	width: 100%;
	margin-bottom: 20px;
	/*margin-left: -1%;
	margin-top: -1%;*/
}
.autoGrid-lightbox {
	z-index: 1000 !important;
}
#grid .immagine {
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	margin-left: 1%;
	margin-top: 1%;
}

.non_categoria {
	width:100%;
	display:inline-block;
	background-position:center;
	background-size: cover;
}

.indietro_button:hover {
	opacity: 0.5;
}

.menu_gallery_cate {
	background-color:#FFF;
}

.menu_gallery_cate:hover {
	background-color:#F00;
}

.menu_gallery_select {
	background-color:#0F0;
}