.hidden{display:none !important;}
.az-cat-slider {position:relative;width:100%;overflow:hidden;height:auto;padding-bottom:30px;display:block;clear:both;margin:0 auto;z-index:500;}
#az-feature{margin:0 auto; padding:0; height:100%;}
.az-inner{height:100%;}
.az-items{height:100%;}
.az-item{height:100%; margin:0 1%;display:inline-block;vertical-align: top;box-sizing: content-box;padding-bottom:5px;box-shadow: 2px 2px 1px 1px;}/* blue color background:rgba(154, 184, 195,0.7) */

.az-item .az-image {position:relative;min-width:100%;}
.az-item .az-image img
{
  margin: 0 auto;
  width: 100%;
  overflow:hidden;
  z-index:1;
  vertical-align: top;

}
.az-item .az-image img:hover{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	-webkit-transition: transform .8s ease-in-out;
	-moz-transition:transform .8s ease-in-out;
	-ms-transition:transform .8s ease-in-out;
}
.az-title{	  
background:rgba(255,255,255,0.9);
text-align: center;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: auto;
text-transform: uppercase;
height:40%;
min-height:100px;
margin:0 auto;
vertical-align:middle;
padding:10px;
color:#050505;
font-weight: 400;
font-family: Lato;
font-size: 15px;
}
.az-item .details{vertical-align:middle;line-height:20px;margin-top:15px;}
.az-item .details a{color:#666;font-size:16px;overflow:visible;}
.az-item:hover .details a{color:#000;font-size:18px}
.clear-left
{clear: left;
}

#az-feature .az-inner .controls{
  position:absolute;
  vertical-align:middle;  
  font-size:3em;
  z-index:1000;
  height:auto;
  top:60%;
  width:15px;
  height:26px;

  }
#az-feature .az-inner .controls span{
background-color:#505050; /*#662f06; bronze */
color:#ffffff;
padding:2px;
border-radius:2px;
  filter: alpha(opacity=100); 
  opacity: 0;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
#az-feature .az-inner:hover .controls span{
	  filter: alpha(opacity=100); 
	  opacity: 1.00;
		-webkit-transition: all .1s ease-out;
		-moz-transition: all .1s ease-out;
		-o-transition: all .1s ease-out;
		transition: all .1s ease-out;
  }
#az-feature  .controls.left{left:0px;}
#az-feature  .controls.right{right:2px;}