@charset "UTF-8";
/* CSS Document */

.totaldiv{
	
	border-radius:5px;
	width:149px;
	border:1px solid #2ca8dc;
	font-size:11px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
.enquir{
	background-image:url(images/full-img.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:25px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.enquir:hover{
	background-image:url(images/full-img.png);
	background-position:0px -25px;
	background-repeat:no-repeat;
	height:25px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.content-item {
  /*background: url(http://dribbble.s3.amazonaws.com/users/21389/screenshots/537633/image_ink_logo.png);*/
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 188px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  width: 188px;
}
.content-item .overlay {
  border-bottom: 43px solid #CCC;
  border-left: 43px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
  border-bottom: 0px solid #CCC;
  border-left: 0px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 3px;
  color: #333;
  position: absolute;
  right: 3px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
 
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*IMAGE ZOOM HOVER*/
