@charset "utf-8";

.gallery .img {
	width:auto !important;
   height:205px !important;
	float: left;
	margin: 1px;
	text-align: center;
 display: inline-table;
 }



.gallery .img img{
	width:auto !important;
   height:200px !important;
	float: left;
	margin: 1px;
	text-align: center;
 display: inline-table;
}


.gallery .img a {
	display: inline-block;
	border: 1px solid rgba(241,90,39,1)!important;
		box-shadow: 0 0 1px 1px rgba(241,90,39,1);
-webkit-box-shadow:0 0 1px 1px rgba(241,90,39,1);
-moz-box-shadow:0 0 1px 1px rgba(241,90,39,1);


   -moz-transition: all 0.7s ease !important;
  -o-transition: all 0.7s ease !important;
  -webkit-transition: all 0.7s ease !important;
  transition: all 0.7s ease !important;
  -ms-transition: all 0.7s ease !important;
}

.gallery .img a:hover {
	border: 1px solid rgba(0, 0, 0, 0.01)!important;
		 box-shadow:0 5px 25px rgba(241,90,39, .55);
-webkit-box-shadow:0 5px 25px rgba(241,90,39, .55); 
-moz-box-shadow:0 5px 25px rgba(241,90,39, .55);

/*filter: blur(5px) brightness(150%) contrast(120%);*/
}




.gallery img {
	border: none;
}

/*
.details-extra-2016 img{
display:inline-table !important;
position:relative;
float:left;
}

*/





@media screen and (max-width: 480px){
.gallery .img {
width:100% !important;
height:auto !important;
}
.gallery .img img{
	width:100% !important; height:auto !important;
}

}