.clear { clear:both }

/* feed items */
.jrgal_item { 
width:200px; background-color:#fefefe; border:8px solid #fff; border-radius:4px; list-style: none outside none; float:left; 
max-width:100%; box-shadow:0 2px 4px rgba(34,25,25,0.6); margin:7px; line-height:0px;
}
.jrgal_item p{margin:0}
.jrgal_item .i-cont { padding:0px }
.jrgal_item .i-desc {padding:2px 2px 5px 2px}
.jrgal_item .i-foot {background-color:#f3f3f3;padding:7px; margin:5px -8px -8px -8px; border-radius:0 0 5px 5px }
.jrgal_item img{ width:100%;border:0 }

/* smooth wall css */
.isotope,.isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s;}
.isotope { -webkit-transition-property: height, width;-moz-transition-property: height, width; -ms-transition-property: height, width;-o-transition-property: height, width; transition-property: height, width;}
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity;}
.remove-transition,.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s; -moz-transition-duration: 0s;-ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;
}
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
