/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.gallery-squares {
  height: 400px;
  margin-bottom: 20px;
}
.gallery-squares a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: none !important;
}
.gallery-squares a div {
  width: 100%;
}
.gallery-squares a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
}
.gallery-squares a:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: brightness(40%);
  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -o-filter: brightness(40%);
  -ms-filter: brightness(40%);
}
.gallery-squares a:hover div.title {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-squares img {
  top: 0;
  z-index: 5;
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
}
.gallery-squares div.title {
  position: relative;
  display: block;
  z-index: 20;
  width: 80%;
  height: 400px;
  margin: 0 auto 10px;
  letter-spacing: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px #000000;
}
.gallery-squares div.title .heading {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
}
.gallery-squares div.title .subheading {
  font-size: 16px;
}
.carousel {
  margin-bottom: 30px;
}
.gallery-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  line-height: 41px;
  letter-spacing: 2px;
}
.gallery-heading h1 {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  color: #505050;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
  margin-right: 10px;
}
.gallery-heading h2 {
  text-transform: none;
  border-left: 1px solid #CDCDCD;
  padding-left: 10px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  font-style: italic;
  color: #505050;
  font-size: 18px;
  text-align: left;
}
.gallery-links {
  text-align: center;
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 2px;
}
.gallery-links p {
  margin-bottom: 0;
}
.gallery-links a {
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase;
}
#carousel-gallery {
  width: 100%;
  border: none;
  overflow: hidden;
  position: relative;
}
#carousel-gallery .gallery-inner {
  position: relative;
  white-space: nowrap;
  list-style: none;
}
#carousel-gallery .gallery-inner .item {
  display: inline;
  margin-right: 6px;
}
#carousel-gallery .gallery-inner .item img {
  display: inline;
}
#carousel-gallery .gallery-loading {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  text-align: center;
  background: #FFF;
  color: #979797;
  font-size: 30px;
  padding-top: 50px;
}

/*# sourceMappingURL=maps/galleries.css.map */
