.galery_list{
	
}
.galery_list .galery_new_con{
	overflow: hidden;
	float: left;
	display: inline-block;
	background: #000000;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	transition: all 600ms;
	margin: 3px;
	padding: 9px 0 0 0;
	border-radius: 6px;
	}
.galery_list .galery_new_con:hover{
	
}
.galery_list .galery_new_con:hover .galery_info_con{
	background:#000000cc;
	
}
.galery_list .galery_new_con .default_img{
	padding: 8px;
	/* border: 1px solid #b5b5b5; */
	max-width: 100%;
	border-radius: 6px;
	transition: all 600ms;
}
.galery_list .galery_new_con .galery_info_con{
	position: absolute;
	background: #0000008f;
	bottom: 2%;
	left: 12px;
	width: 95%;
	padding: 4px 0 17px 4px;
}

.galery_list .galery_new_con .galery_info_con .title{
	color: white;
	margin: 3px 2px;
}


.galery_list .galery_new_con .galery_info_con .description{
	color: white;
}

.gimage_con {
   display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 19px 2px;
    background: #ececec78;
}
.gimage_con .gimage {
    padding: 4px;
    border: 0px solid #ddd;
    cursor:pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    max-height: 94%;
}

.gimage_slider_con{
	background: #000000e8;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 7;
	top: 0;
	left: 0;
	}
.gimage_slider_con #imgonscreen{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	max-width: 100%;
}
.gimage_slider_con .caption{
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.gimage_slider_con #title{
	color: white;
	text-align: center;
	font-weight: 600;
	padding: 7px 1px;
}
.gimage_slider_con #description{
	color: white;
	text-align: center;
}
.gimage_slider_con .close_img{
	width: 50px;
	height: 50px;
	background: red;
	line-height: 49px;
	border-radius: 48%;
	color: white;
	font-size: 41px;
	padding: 3px;
	text-align: center;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor:pointer;
}

.gimage_slider_con .next_img,
.gimage_slider_con .prev_img{
	width: 46px;
	height: 80px;
	line-height: 80px;
	background: #00000024;
	text-align: center;
	font-size: 60px;
	color: white;
	position: absolute;
	top: 40%;
	font-weight: 600;
	cursor:pointer;
}

.gimage_slider_con .prev_img{
	left: 3px;
}

.gimage_slider_con .next_img{
	right: 3px;
}

@media screen and (max-width : 768px){


}
