@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: 0px solid rgba(0, 0, 0, 0.05)!important;
		box-shadow: 0 0 50px 5px rgba(68, 88, 144, 0.44);
-webkit-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.44);
-moz-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.44);

}

.gallery .img a:hover {
	border: 0px solid rgba(0, 0, 0, 0.05)!important;
		 box-shadow:0 5px 15px rgba(0,0,0, .19);
-webkit-box-shadow:0 5px 15px rgba(0,0,0, .19); 
-moz-box-shadow:0 5px 15px rgba(0,0,0, .19);

}

.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;
}

}