#sidebar-top{
	/* animation magic */
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

#sidebar-top {
  height: 70px;
  width: 100%;
}

/*
elimino spazio sopra slideshow!*/

#main-wrap .inner-content{
	padding-top: 0px;
}

/*
#main-wrap{
	margin-top:0px !important;
}

section.inner-content.body-section{
	padding-top: 0px !important;
}

.shrink .logo-img{
	display: none;
}

ul.top-nav li a{
	display: none;
}
*/

/*.royal-revslider{margin-top: 70px;}

.footer-widgets{
	margin-top: 20px;
	border-top: 1px solid grey;
}*/



/*STAMPO ISOTOPE FILTER ANCHE PER MOBILE*/

@media screen and (max-width: 950px)
{
	.sidebar-top ul.filters {
    	display: block !important;
	}
}

.ss-text-has-background{
	cursor: pointer;
}

.ss-text-has-background a, .ss-text-has-background a:visited{
	color: black;
}