/**** Masonry CSS ****/
.wrap {
    background: #FFF;
    border: 0px solid #456;
    padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:1200px;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.riquadro {
    margin: 5px;
    background: #FFF;
	box-shadow:0 0 6px 2px #B4B5B5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    float: left;
	width:316px
}

.riquadro a {
	text-decoration:none;
	float:left;
	clear:both;
}

.riquadro img {
    border-radius: 5px 5px 0 0;
	width:100% !important;
	max-width:700px;
}

.riquadro .socialButton {
	padding-bottom:1px;
}

.riquadro .imgButtonWrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.riquadro .imgButtonWrapper:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.riquadro .buttonWrapper {
	left: 0;
	position: absolute;
	top: 0;
	padding:5px;
	z-index: -1;
	margin:5px;
	border-radius:5px;
	background:rgba(255, 255, 255, 0.4);
	min-height:85px;
}

.riquadro .buttonWrapperLoading {
	background:url(/images/ajax-loader-3.gif) center center no-repeat rgba(255, 255, 255, 0.4);
}
.riquadro .buttonWrapperLoading .socialButtons, .riquadro .buttonWrapperLoading .socialButtons iframe {
	visibility:hidden !important;
}
/*
.riquadro .hoverMask {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.riquadro .hoverMask:hover {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
*/

.riquadro .percorso {
	background-color:#F2F2F2;
	border:10px solid #F2F2F2;
	height:14px;
	color:#666;
	overflow:hidden;
}
.riquadro .percorso div {
	white-space:nowrap;
	width:300px;
}
.riquadro .percorso span {
	font-size:12px;
	color:#B4B5B5;
}

.riquadro .percorso span.cat {
	padding-left:12px;
	background:url(../images/art-percorso-bullet.png) left center no-repeat;
}

.riquadro h3 {
	font-size:14px !important;
	color:#000 !important;
	padding:10px;
	margin:0 !important;
}

.riquadro .sottotitolo {
	font-size:12px !important;
	color:#999 !important;
	padding:0 10px 10px 10px;
	margin:0;
}

.riquadro .imgButtonWrapperArticolo h3 {
	font-size:20px !important;
}

.riquadro .imgButtonWrapperArticolo .sottotitolo {
	font-size:16px !important;
	line-height:20px !important;
}

.colFissa {
	width:310px;
}

.colFissa img.thumb {
	max-width: 310px;
	min-height:101px;
}

.col1 { width: 180px; }
.col2 { width: 280px; }
.col3 { width: 380px; }
.col4 { width: 480px; }

.col1 img { max-width: 180px; }
.col2 img { max-width: 280px; }
.col3 img { max-width: 380px; }
.col4 img { max-width: 480px; }