
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -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;
}
.custom_bg{ background-color:#222; }

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



.dzs_portfolio{
	position:relative;
	clear:both;
}
.port_item{
	width:210px;
	height:210px;
	margin:5px;
	float: left;
	position:relative;
	overflow:hidden;
}
.port_item .small-title{
	position:absolute;
	top:0;
	left:0;
	padding:5px;
	color:#efefef;
}
.small-thumb{
	width:210px;
	height:210px;
	cursor:pointer;
}
.big-thumb{
	position:absolute;
	top:0;
	left:0;
	width:320px;
	height:430px;
}
.big-description{
	left:330px;
	top:50px;
	position:absolute;
}
.port_item .big-content{ display: none; }
.port_item .big-title{ position: absolute; left: 330px; top: 0; }
.sorter span{
	display:inline-block;
	margin:5px 10px 5px 0;
	cursor:pointer;
	padding:10px 15px;
	background:#333;
	color:#999;
}


.port_item .details{
	position:absolute;
	top:-5px; left:-10px;
	background-color:#111;
	width:230px;
	height:auto;
	color:#eee;
	z-index:0;
	opacity:0;
	box-shadow:0 0 5px 5px rgba(0,0,0,0.2);
}
.port_item .details > div{
	margin-top:230px;
	padding:10px;
}
.port_item > p{ position:relative; z-index:20; }