
.Collage{
    /*This is where you set the padding you want between the images*/
    padding:20px;
	/*margin-top:25px;*/
	margin-bottom:10px;
	margin-left: -8px;
	/*margin-right: -8px;*/
}
/*.Collage > div{ min-width: 300px;}*/
/*.Collage > div img{ min-width: 300px; height:auto; }*/
.Collage img{
	visibility: hidden; /* make visible again after script is loaded */
    margin:0;
    /*padding:4px;*/
	/*margin:4px !important;*/
    display:inline-block;
    vertical-align:bottom;
	/*
	 filter: saturate(0%);
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
    -o-filter: saturate(0%);
    -ms-filter: saturate(0%);
	
    opacity:1;
	transition:all .1s ease-in-out;
*/
    /*This is where you set the border you want for the image*/
    /*border:6px solid #FFF;*/
}
.Collage img:hover{
	 /*filter: saturate(100%);
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);*/
	}


/* In this example, this is the main item being resized */
.Image_Wrapper{
	position: relative;
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity:0;
/*    -moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
	
}
.Image_Wrapper:after{
	position: absolute;
	z-index: 999;
	content:"\f106";
	font-family:fontAwesome;
	background: orange;
	color:@color1;
	font-size:28px;
}
.Image_Wrapper img{
	z-index: 9999;
}

.caption{
	display: block;
	position: absolute;
	z-index: 888;
	/*margin-left: 8px;*/
	/*background-image: linear-gradient(90deg, #336E95, rgba(3, 168, 145,0.5)); */
	/*background:rgba(0,0,0,0.60);*/
	background: rgb(91, 140, 191);
	width: 100%;
	bottom: 0;
	
	padding: 7px 10px;
	color: #eee;
	font-size: 11px;
	line-height: 140%!important;
	text-transform: uppercase;
	font-weight: 700;
}
.Caption_Content{
    /* padding:10px; */
    color:#FFF;
    padding:20px;
}