

.isotope-item {

    z-index: 2;

}

.isotope-hidden.isotope-item {

    pointer-events: none;

    z-index: 1;

}

.isotope,

.isotope .isotope-item {

  /* change duration value to whatever you like */



    -webkit-transition-duration: 0.8s;

    -moz-transition-duration: 0.8s;

    transition-duration: 0.8s;

}

.isotope {

    -webkit-transition-property: height, width;

    -moz-transition-property: height, width;

    transition-property: height, width;

}

.isotope .isotope-item {

    -webkit-transition-property: -webkit-transform, opacity;

    -moz-transition-property: -moz-transform, opacity;

    transition-property: transform, opacity;

}



.slideshow_item

{   background: none repeat scroll 0 0 #FEFEFE;

    border: 1px solid #FBAAAA;

    border-radius: 1px;

    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);

    color: #000000;

    margin: 10px;

    opacity: 1;

    padding: 5px;

    transition: all 0.2s ease 0s;

	height:480px;

}



.slideshow_item p {	font-size:12px;line-height:1.8em}

.slideshow_item img {height:125px;vertical-align:bottom;line-height:125px}	



.no_underline, .no_underline a {text-decoration:none;outline:none} 

.no_underline:hover {;opacity:0.5;transition: all 0.2s ease 0s;    -webkit-transition-duration: 0.8s;

    -moz-transition-duration: 0.8s;

    transition-duration: 0.8s;}

.slideshow_item .title {font:16px Lato, Arial, Helvetica, sans-serif; font-weight:700; color:#C00; margin-top: 15px;}

