
.ggl-title{
    margin: 30px 0;
}


/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 30px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
}

.sl-img-hol{
    background: #fff;
    height: 100%;
    position: relative;
    border: 1px solid #ccc;
}

h4.gl-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color:#fff;
    width: 100%;
}
.gl-title-hol{
    background: rgba(51,153,255,0.5);
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
}

.fl-title{
   position: absolute;
top: 0;
left: 0;
right: 0;
margin:0px auto 0 auto;
background: :#fff;
width: 100%;
height: 10px;
z-index: 1;
}
.fl-title-hol{
    background: rgba(255,255,255,0.5);
    height: 30px;
    width: 100%;
    position: absolute;
    top: 34px;
    z-index: 0;
}
.gl-overlay{
    
     background: rgba(255,255,255,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer;
    display: none;
}
.sl-img-hol:hover .gl-overlay{
    
  display: block; 
    transition: 2s;
    
}
.fa-search-plus{
    
   font-size: 30px; 
   color: rgba(51,153,255,1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    position: absolute;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 1000;
}
.close{
z-index: 1000;
    position: relative;
    margin-top: 10px;

}

.sld-img{
    width: 100%!important;
}
.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
    color: #fff!important;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
    background: rgba(51,153,255,0.5);
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	background: black;
	color: white;
	width: 100%;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}