 .imag{
		 -webkit-transition-duration: 0.5s;`

	 }
.imag:hover{
	-webkit-transform:scale(1.3);
	-webkit-box-shadow:0px 0px 30px #ccc;
	 transition-property: scale(1.3);
	
}
.imag .mask{
	width: 100%;
	background-color: rgb(0, 0, 0);
	position: absolute;
	height: 100%;
	opacity:0.6;
	cursor:pointer;
	-webkit-transition-duration: 0.5s;
}
imag-1:hover .mask{
	height:0%;
}
imag-2:hover .mask{
	height:0%;
	margin-top:130px;
}
 .centro {
	 margin-left:20%;
	 
	 }

#pagination {
  width: 100%;
  text-align: center;
}

#pagination ul li {
  display: inline;
  margin-left: 10px;
}

.header_wrap {
  padding:0px 0;
}
.num_rows {
  width: 20%;
  float:left;
}
.tb_search{
  width: 20%;
  float:left;
}

.pagination-container {
  width: 70%;
  float:left;
}

.pagination {
  margin: 0;
}
.pagination ul li{    
     display: inline;
    text-decoration: none;
}
.pagination li:hover{
    cursor: pointer;

}

.active {
  background-color: #666;
  color: white;
}

.rows_count {
  width: 20%;
  float:right;
  text-align:right;
  color: #999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.hide{
    display: none;
}