﻿.gallery-widget {
  padding: 48px 0;
}
.gallery-widget .filters {
  margin-top: 24px;
}
.gallery-widget .filters a {
  display: inline-block;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
  font-weight: 300;
  margin: 0 20px 20px 0;
}
.gallery-widget .filters a:hover {
  text-decoration: none;
  color: #b2b2b2;
}
.gallery-widget .filters a.active {
  color: #b2b2b2;
}
.gallery-widget .gallery-grid {
  margin-top: 5px;
}
.gallery-widget .gallery-grid .gallery-item {
  width: 33.3%;
  padding: 2px;
}
@media only screen and (max-width: 768px) {
  .gallery-widget .gallery-grid .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  .gallery-widget .gallery-grid .gallery-item {
    width: 100%;
  }
}
.gallery-widget .gallery-grid .gallery-item a {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
}
.gallery-widget .gallery-grid .gallery-item a .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: url(../../../../images/overlay-primary-color2.png) repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery-widget .gallery-grid .gallery-item a .overlay span {
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
  background: #2ba8db;
  color: #fff;
  text-align: center;
  font-size: 2em;
  padding-top: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 60%;
  left: 50%;
  margin: -36px 0 0 -36px;
  filter: alpha(opacity=0);
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
.gallery-widget .gallery-grid .gallery-item a .overlay span .icon-music-play {
  line-height: 0;
  font-size: 1.25em;
}
.gallery-widget .gallery-grid .gallery-item a:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-widget .gallery-grid .gallery-item a:hover .overlay span {
  top: 50%;
  filter: alpha(opacity=100);
}

.gallery-widget .gallery-grid .gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.lightGallery {
  overflow: hidden!important;
}
#lightGallery-Gallery img {
  border: none!important;
}
#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background: #2f343b;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}
#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
/*lightGallery starting effects*/
/*lightGallery core*/
#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#lightGallery-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  white-space: nowrap;
}
#lightGallery-slider .lightGallery-slide {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}
#lightGallery-slider.slide .lightGallery-slide {
  position: absolute;
  opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  position: absolute;
  left: 0;
  opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
  position: absolute;
  left: 0;
}
#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9;
}
#lightGallery-Gallery.opacity .lightGallery-slide.current img,
#lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.lightGallery-slide.current img,
.lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide.current img,
#lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
  transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
  opacity: 1;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide,
#lightGallery-slider.slide.on .current,
#lightGallery-slider.slide.on .prevSlide,
#lightGallery-slider.slide.on .nextSlide {
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
#lightGallery-slider.speed .lightGallery-slide,
#lightGallery-slider.speed .current,
#lightGallery-slider.speed .prevSlide,
#lightGallery-slider.speed .nextSlide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide,
#lightGallery-slider.timing .current,
#lightGallery-slider.timing .prevSlide,
#lightGallery-slider.timing .nextSlide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
/*lightGallery core*/
/*action*/
#lightGallery-action {
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  z-index: 9;
  -webkit-backface-visibility: hidden;
}
#lightGallery-action a {
  margin: 0 3px 0 0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background: #2ba8db;
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-family: 'FontAwesome';
  color: #FFF;
  cursor: pointer;
}
#lightGallery-action a.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
  background: #2ba8db !important;
}
#lightGallery-action a:hover,
#lightGallery-action a:focus {
  color: #2ba8db;
  background: #fff;
}
#lightGallery-action a#lightGallery-prev:before,
#lightGallery-action a#lightGallery-next:after {
  left: 8px;
  bottom: 1px;
  position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
  content: "\f053";
}
#lightGallery-action a#lightGallery-next:after {
  content: "\f054";
}
#lightGallery-action a.cLthumb:after {
  font-family: 'FontAwesome';
  content: "\f009";
  left: 7px;
  bottom: 1px;
  font-size: 16px;
  position: absolute;
}
/*action*/
/*counter*/
#lightGallery_counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFFFFF;
}
/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #24272d;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  max-height: 0;
  opacity: 0;
}
#lightGallery-Gallery .thumb_cont.open {
  max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  padding: 12px;
  max-height: 290px;
  overflow-y: auto;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #2ba8db;
  padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
  color: #FFFFFF;
  display: block;
  float: right !important;
  width: 28px;
  position: relative;
  height: 28px;
  border-radius: 2px;
  margin-top: -4px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1090;
  cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
  left: 6px;
  position: absolute;
  top: 4px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after,
#lightGallery-close:after {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 0.83333333em;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#lightGallery-Gallery .thumb_cont .thumb {
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px;
  margin-left: 4px;
  height: 50px;
  width: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  border-radius: 3px;
  border: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: border-color linear 0.2s, opacity linear 0.2s;
  -moz-transition: border-color linear 0.2s, opacity linear 0.2s;
  -o-transition: border-color linear 0.2s, opacity linear 0.2s;
  -ms-transition: border-color linear 0.2s, opacity linear 0.2s;
  transition: border-color linear 0.2s, opacity linear 0.2s;
}
@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: 94px;
    height: 94px;
  }
}
#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active,
#lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ffffff;
}
/*lightGallery Thumb*/
/*lightGallery Video*/
#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#lightGallery-slider .video_cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#lightGallery-slider .video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
/*lightGallery Video*/
/*lightGallery info Title Desc*/
#lightGallery-slider .info {
  background: #24272d;
  color: #FFFFFF;
  padding: 10px 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
#lightGallery-slider .info span {
  display: block;
  line-height: 1;
}
#lightGallery-slider .info span:last-child {
  margin-top: 6px;
}
#lightGallery-slider .info .title {
  font-size: 16px;
  font-weight: bold;
}
#lightGallery-slider .info .desc {
  color: #e6e6e6;
  font-size: 12px;
}
/*lightGallery info Title Desc*/
/*lightGallery Close*/
#lightGallery-close {
  color: #FFFFFF;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  text-align: center;
  z-index: 1090;
  cursor: pointer;
  background-color: #000;
  border-radius: 2px;
  background: #2ba8db;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
  position: absolute;
  right: 7px;
  top: 5px;
}
#lightGallery-close:hover {
  text-decoration: none;
  color: #2ba8db;
  background: #fff;
}