@charset "UTF-8";

/* Images
/* ------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  text-align: center;
  margin-bottom: 20px;
}
.aligncenter figcaption {
  padding: 14px;
  font-size: 13px;
}
figure {
  margin: 0;
}
/*
// #Gallery
// --------------------------------------------------
*/
.gallery__item-inner {
  display: block;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.gallery__item-inner:hover {
  background-color: #1892ed;
  color: #fff;
}
.gallery__item-inner:hover .gallery__icon {
  color: #fff;
}
.gallery__item-inner:hover .gallery__name {
  color: #fff;
}
.gallery__item-inner:hover .gallery__date {
  color: #fff;
}
.gallery__item-inner:hover .gallery__btn-fab {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.gallery__item-inner:hover .gallery__thumb img {
  opacity: 0.2;
}
.gallery__thumb {
  position: relative;
  background-color: #1e2024;
}
.gallery__thumb img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery__btn-fab {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery__content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery__content {
    padding: 12px 12px;
  }
}
.gallery__icon {
  float: left;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1em;
  color: #e2142c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 479px) {
  .gallery__icon {
    font-size: 20px;
    margin-right: 8px;
  }
}
.gallery__icon--circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #e2142c;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}
.gallery__details {
  overflow: hidden;
}
.gallery__name {
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
  font-size: 12px;
  padding: .25em 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
@media (min-width: 992px) {
  .gallery__name {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .gallery__name {
    font-size: 16px;
  }
}
.gallery__date {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9a9da2;
  line-height: 1.2em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .gallery__date {
    font-size: 10px;
  }
}
.gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gallery__header .gallery__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gallery__header .gallery__like {
  font-size: 10px;
  line-height: 1.2em;
  color: #9a9da2;
  padding-left: 10px;
  white-space: nowrap;
}
.gallery__header .gallery__like i {
  font-size: 12px;
  line-height: 1em;
  margin-left: 0.3em;
  display: inline-block;
  vertical-align: middle;
}
.gallery__thumb-list {
  margin: 0;
  padding: 6px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e4e7ed;
}
.gallery__thumb-item {
  position: relative;
}
.gallery__thumb-item:last-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #31404b;
  opacity: .9;
}
.gallery__thumb-item-number {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .gallery__thumb-item-number {
    font-size: 36px;
  }
}
/*
// #Album
// --------------------------------------------------
*/
.album-wrapper {
  overflow: hidden;
  display: block;
}
.album.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.album--condensed {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.album--condensed .album__item {
  padding: 0;
}
.album__item {
  margin-bottom: 15px;
}
.album--condensed .album__item {
  padding: 6px;
  margin-bottom: 0;
}
.album__item-holder {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #1e2024;
}
.album__item-holder:hover .album__thumb {
  opacity: 0.2;
}
.album__item-holder:hover .album__item-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.album__item-holder:hover .album__item-desc:not(.album__item-desc--bottom-left) {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
.album__item-holder:hover .album__item-meta {
  visibility: visible;
  opacity: 1;
}
.album__item-holder--color--primary {
  background-color: #e2142c;
}
.album__item-holder--color--primary .album__item-date {
  color: #fff;
}
.album__item-link {
  display: block;
}
.album__thumb {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.album__thumb img {
  width: 100%;
  height: auto;
}
.album__item-desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 14%;
  -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.album__item-desc--bottom-left {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  top: auto;
  bottom: 20px;
  text-align: left;
  padding: 0 10%;
}
@media (min-width: 992px) {
  .album__item-desc--bottom-left {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.album__item-icon {
  float: left;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1em;
  color: #e2142c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 479px) {
  .album__item-icon {
    font-size: 20px;
    margin-right: 8px;
  }
}
.album__item-desc-inner {
  overflow: hidden;
}
.album__item-title {
  color: #fff;
  line-height: 1em;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: .35em;
}
@media (min-width: 992px) {
  .album__item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .album__item-title {
    display: none;
  }
}
.album__item-date {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  color: #9a9da2;
  margin-bottom: .9em;
}
@media (min-width: 992px) {
  .album__item-date {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .album__item-date {
    display: none;
  }
}
.album__item-btn-fab {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 auto;
}
.album__item-meta {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .album__item-meta {
    right: 30px;
    top: 25px;
  }
}
.album__item-meta .meta__item {
  color: #fff;
}
.album__item-meta .meta__item > a {
  color: #fff;
}
/* Album - Load More Photos */
.album-load-more {
  padding: 30px 0 20px 0;
}
@media (min-width: 992px) {
  .album-load-more {
    padding: 80px 0 40px 0;
  }
}
.album-load-more .btn {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .album-load-more .btn {
    width: calc(33.3% + 60px);
  }
}
/* Album Title */
.album-heading {
  text-align: center;
  padding-bottom: 36px;
}
.album-heading__icon {
  margin: 0 auto 16px auto;
}
.album-heading__title {
  font-size: 16px;
  line-height: 1.2em;
  font-style: normal;
  margin-bottom: .2em;
}
.album-heading__subtitle {
  font-size: 10px;
  line-height: 1.2em;
  color: #9a9da2;
  text-transform: uppercase;
}