/* line 22, ../sass/demo.scss */
.gal_main { max-width: 1170px;  width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;}
/* line 32, ../sass/demo.scss */
.gal_main .gallery a img {  float: left;  width: 20%;  height: auto;  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gal_main .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5000000;
}
/* line 57, ../sass/demo.scss */
.gal_main .gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}



.hovereffect {float: left;overflow: hidden;position: relative;text-align: center;cursor: default;overflow: hidden;width:95% !important;margin:25px 10px;}
.hovereffect img{ width:100%; height:auto;}
.hovereffect p{color:white !important;margin-top:62% !important;font-size:18px;}
.hovereffect a{text-decoration:none;}
 
.hovereffect .overlay {width:100%;height:100%;position:absolute;overflow:hidden;top:0;left:0;opacity:0;
background-color:rgba(0, 193, 152, 0.611764705882353);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;cursor:pointer;
background-image:url(../images/plus-1.png);background-repeat:no-repeat; background-position: center center;}

.hovereffect img {display:block;position:relative;-webkit-transition:all .4s linear;transition:all .4s linear;margin-top:0px;width:350px;height:350px;}

.hovereffect h2 {color:#fff;text-align:center;position:relative;font-size:13px;/*background:rgba(0,0,0,0.6);*/-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);transform:translatey(-100px);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
padding:35px 10px 10px 10px;line-height:20px;}

.hovereffect a.info {text-decoration:none;display:inline-block;text-transform:uppercase;color:#fff;border:1px solid #fff;
background-color:transparent;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;margin:50px 0 0;padding:7px 14px;}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
.gallery p{padding:8px 20px !important;line-height:24px !important;height:450px;}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: .7;
	display: none;
	z-index: 6000000;
	
}
.sl-wrapper {
	z-index: 10000000
}
.sl-wrapper button {
	border: 0;
	background: 0 0;
	font-size: 24px;
	padding: 0;
	cursor: pointer
}
.sl-wrapper button:hover {
	opacity: .7
}
.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	color:#fff;
	z-index: 15000000
}
.sl-wrapper .sl-navigation {
	width: 100%;
	display: none
}
.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	color:#fff;
	margin-top: -10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	z-index: 15000000
}
.sl-wrapper .sl-navigation button.sl-next {
	right: 40px
}
.sl-wrapper .sl-navigation button.sl-prev {
	left: 40px
}
.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000000000
}
.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block
}
.sl-wrapper .sl-image .sl-caption {
	display: none;
	/* padding: 10px; */
	color: #fff;
	background: #000;
	opacity: .8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
	
}
.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 10000;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite
}
@-webkit-keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@-moz-keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@-o-keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@-ms-keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@media screen and (max-width:1024px){
	.hovereffect{width:100% !important;}
}
@media screen and (max-width:830px){
.hovereffect img{margin:auto;display:block;}
}
@media screen and (max-width:425px){
	.hovereffect{width:94.6% !important;}
	.gallery p{height:480px !important;}
}