.chang {
	width:100%;
	/*height: 75px;*/
	position: relative;
}


	 .overlay {
		display:block;
		width: 160px;
		height:139px;
		position: absolute;
		top:-5px;
		left:-5px;
		-webkit-transform: scale(1,1);
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 0.6s;
		-moz-transform: scale(1,1);
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 0.6s;
		transform: scale(1,1);
		transition-timing-function: ease-out;
		transition-duration: 0.6s;				
		z-index:500;
		/* allow user to actually perform actions underneath this layer */
		pointer-events:none; 
		background-repeat: no-repeat;
		outline:0;		
	}
	
	

/* different shapes */

 .overlay.chang {
	background: url(../imges/chang.png);
}	

/* hover effect */

.chang:hover .bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display:block;
z-index:1
}


.det_img{ float:left; position:absolute; left:5%; top:50%; margin-top:-26px;}


.chang:hover .details {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	z-index:450;
  display:block;	
}	
		
		

/* content styles */

 .bg, .details {
	position: absolute;
	width:100%;
        max-width:353px;
	height:75px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	bottom:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;				
	display:none;  
}	
	

.bg {
	background: #224c69;		
}

.base a{display: block;height: 0;padding-bottom: 59%;overflow: hidden;}
.base img{ width:100%;}

.details p {		
	color:#fff;
	width: 76%;
	font-size:18px;
	position:absolute;
	right:3%;
	text-align:left;
	line-height:76px;
        white-space:nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}



@media screen and (max-width:1024px){


	.chang { width:100%; height: inherit;}
	.bg, .details{width:100%; top:auto;bottom:0;}
	.bg{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display:block;}
    .details{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
	z-index:450;display:block;
	
	}
 
 .bg{z-index: 1; border-radius:0 0 6px 6px;} 
 .base a{ border-radius:6px;}
 .det_img{ transform:translate3d(0,-50%,0); top:50%; margin-top:auto;}
 .details p{transform:translate3d(0,-50%,0);top:50%; line-height:none;line-height:30px;height:30px; overflow:hidden
}


.bg, .details {max-width:1024px}
	}
	
@media screen and (min-width:600px)and (max-width:1024px){
	.bg, .details{ height:38%;}
	.det_img{width: 32px !important;}

	}
@media screen and (max-width:600px){
	.bg, .details{ height:30px;}
	.det_img{width: 20px !important;}
	.details p { font-size:12px;}
	
	
	}

