#gallery-area .back-to-gallery-exit-link {
  position: absolute;
  left: 101%;
  bottom: 101%;
  font-size: 34px;
  line-height: 1;
}

#gallery-area .gallery-image-view {
  position: relative;
  padding-top: 35px;
  text-align: center;
}

#gallery-area .gallery-image-view .gallery-single-image-container {
  display: inline-block;
  position: relative;
  max-width: 70%;
}

#gallery-area .gallery-single-image-container img {
  max-width: 100%;
}

@media (max-width: 767px) {
  #gallery-area .gallery-single-image-container .image-navigation:first-child {
    display: none;
  }
}

@media (max-width: 499px) {
  #gallery-area .gallery-image-view .gallery-single-image-container {
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
  }

  #gallery-area .gallery-image-view > a {
    position: absolute;
    z-index: 1;
    top: 50%;
  }

  #gallery-area .gallery-image-view > a:first-child {
    left: 0;
  }

  #gallery-area .gallery-image-view > a:last-child {
    right: 0;
  }
}

#gallery-images .gallery-image-container {
  display: inline-block;
  position: relative;
  width: 25%;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 18px;
  overflow: hidden;
  transition-duration: .25s;
	cursor: pointer;
}

#gallery-images .gallery-image-container:hover {
  box-shadow: 0 0 2px 2px #808080;
}

#gallery-images .gallery-image-container img {
  width: 100%;
  outline: none;
  border: 0;
}

@media (max-width: 999px) {
  #gallery-images .gallery-image-container {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  #gallery-images .gallery-image-container {
    width: 50%;
  }
}

@media (max-width: 499px) {
  #gallery-images .gallery-image-container {
    display: block;
    width: 100%;
  }
}


#gallery-area .gallery-info {
  font-size: 18px;
}

#gallery-area .gallery-info::after {
  content: "";
  display: block;
  clear: both;
}

#gallery-area .gallery-info > h1 {
  word-wrap: break-word;
}

#gallery-area .gallery-image-main {
  display: block;
  max-width: 700px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  float: right;
}

#gallery-area .gallery-selection {
  display: inline-block;
  position: relative;
  width: 300px;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
  transition-duration: .15s;
  vertical-align: top;
}

#gallery-area .gallery-selection:hover {
  box-shadow: 0 0 2px 2px #808080;
}

#gallery-area .gallery-selections {
  display: inline-block;
  vertical-align: top;
}

#gallery-area .gallery-selection > a {
  text-decoration: none;
}

#gallery-area .gallery-selection > a::after {
  content: "Click to see Details";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  background: rgba(126, 126, 126, 0.65);
  color: white;
  text-align: center;
}

#gallery-area .gallery-selection img {
  max-width: 100%;
}

@media (max-width: 999px) {
  #gallery-area .gallery-image-main {
    float: none;
  }
}

@media (max-width: 767px) {
  #gallery-area {
    text-align: center;
  }

  #gallery-area > h2 {
    text-align: left;
  }

  #gallery-area .gallery-image-main {
    max-width: 100%;
  }
}

a.back-to-gallery-exit-link {
    position: relative;
    left: 663px;
    font-size: 34px;
    line-height: 1;
}

span.gallery-single-image-container a img {
	max-width: 80%;
}

/* +Image Pop Up */
.popup{
	margin: auto;
	text-align: center;
}
.popup div div img{
	width: 400px;
	height: 209px;
	cursor: pointer;
}
.show-gallery{
	z-index: 10001;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.show-gallery .overlay{
	width: 100%;
	height: 300%;
	background: rgba(0,0,0,.66);
	position: absolute;
	top: 0;
	left: 0;
}
.show-gallery #img-show{
	width: 1080px;
	height: 100vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: auto;
}
.show-gallery span{
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-weight: bold;
	width: 2.5em;
	height: 2.5em;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	line-height: 2.5;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: white;
	text-align: center;
}

.show-gallery span:hover {
	color: #666;
	background-color: white;
}

#img-show > img{
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	padding: 0px;
}

#img-show h5 {
	position: absolute;
	bottom: 0;
	left: 10px;
}

.show-gallery .row .col-md-2.go-prev::after {
	font-family: FontAwesome;
	content: "\f0d9";
}

.show-gallery .row .col-md-2.go-next::after {
	font-family: FontAwesome;
	content: "\f0da";
}

.show-gallery .go-prev, .show-gallery .go-next {
	margin-top: 20%;
	color: #bababa;
	text-align: center;
	z-index: 10002;
	font-size: 45px;
	cursor: pointer;
	font-size: 100px;
}

.show-gallery .go-prev:hover, .show-gallery .go-next:hover {
	color: white;
}

@media (max-width: 1100px) {
	.show-gallery #img-show {
		width: 100%;
		margin-top: 15%;
	}
	
	#img-show > img {
		min-height: auto;
	}
	
	.show-gallery .go-prev, .show-gallery .go-next {
		font-size: 60px;
		position: absolute;
    top: 27%;
	}
	.show-gallery .go-next{
		right: 0;
	}
}

@media (max-width: 785px) {
	.show-gallery #img-show {
		margin-top: 27%;
	}
}

@media (max-width: 767px) {
  
  #img-show > img {
    top: 40%;
  }
}

#gallery3,
#gallery
{
  display: flex;
  flex-wrap: wrap;
}

#gallery3 a,
#gallery a {
	width: 23%;
	margin: 70px 1% 0px;
	height: 176px;
	overflow: hidden;
	position: relative;
}

#gallery3 > image-galleries > img,
#gallery > image-galleries > img{
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
  
}


.slider-container{width:682px;margin-top:28px}ul#lightSlider{list-style:none outside none;padding-left:0;margin-bottom:0}ul#lightSlider a{display:block;float:left;margin-right:6px;cursor:pointer}ul#lightSlider img{display:block;height:auto;max-width:100%;margin:auto;border:2px solid #000}/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:before,.lightSlider:after{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute !important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper .lSFade>*.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none outside none;padding-left:0;margin:auto;overflow:hidden;transform:translate3d(0px, 0px, 0px);-moz-transform:translate3d(0px, 0px, 0px);-ms-transform:translate3d(0px, 0px, 0px);-webkit-transform:translate3d(0px, 0px, 0px);-o-transform:translate3d(0px, 0px, 0px);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after{content:" ";display:table}.lSSlideOuter .lSPager.lSGallery:after{clear:both}.lSAction>a{width:32px;display:block;top:50%;height:32px;cursor:pointer;position:absolute !important;z-index:99;margin-top:-16px;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s;opacity:.7}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{left:10px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.lSAction>.lSNext{right:10px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0px !important}.lSSlideOuter.vertical .lSGallery{position:absolute !important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100% !important;max-width:none !important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0}.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left}.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li{float:right !important}@-webkit-keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@-webkit-keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@-webkit-keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@-webkit-keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}@keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}