/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/* @import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900&display=swap"); */
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}



.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}
.gallery .img-responsive {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: space-around;
  outline: none;
  display: flex;
  padding: 0.625rem 3.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease;
  width: auto; */
}
button.btn.-secondary.button {
    margin: 40px 0 0;
    font-weight: bold;
    font-size: 14px;
}
button.btn.-secondary2.button {
    margin: 40px 0 0;
    font-weight: bold;
    font-size: 14px;
    display: none;
    border: 0;
}
button.btn.-secondary2.button.show {
    display: inline-block;
}
.text-center {
    text-align: center;
}
.btn.-ribbon {
  background-color: #e1e1e1;
  color: #333;
  position: absolute;
  right: -50px;
  top: 30px;
  -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
      transform: rotate(40deg);
}
.btn.-ribbon:hover, .btn.-ribbon.-active {
  background-color: #333;
  color: #fff;
}
.btn.-secondary {
  /* background-color: #bbb;
  color: #333;
  margin: 2.5rem auto; */
}
.btn.-none {
  display: none!important;
}

.container {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 480px) {
  .container {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 688px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 944px;
  }
}
@media (min-width: 1274px) {
  .container {
    width: 1194px;
  }
}

.gallery-wrapper {
  padding: 80px 0 40px 0;
  position: relative;
  overflow: hidden;
}

.gallery-title small {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .gallery-title {
    text-align: center;
  }
}

.gallery-intro {
  font-family: "Times", Sans-Serif, sans-serif;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .gallery-intro {
    margin: 0 auto 3.75rem;
    max-width: 600px;
    text-align: center;
  }
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.4166666667rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4166666667rem;
}
.gallery:not(:first-child) {
  margin-top: 0.4166666667rem;
}
@media (min-width: 768px) {
  .gallery {
    -ms-grid-columns: 1fr 0.4166666667rem 1fr 0.4166666667rem 1fr 0.4166666667rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery.-more {
  display: none;
}
.gallery.-more2 {
  display: none;
}
.gallery.-block {
  display: -ms-grid;
  display: grid;
}

.gallery__item {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gallery__item img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.gallery__item:hover img {
  opacity: 0.85;
}
.show-ar .gallery__item:before {
  background-color: rgba(51, 51, 51, 0.75);
  content: '1:1';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.gallery__item.-md {
  grid-column: 1 / -1;
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5 / span 2;
}
.show-ar .gallery__item.-md:before {
  content: '2:2';
}
@media (min-width: 768px) {
  .gallery__item.-md {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / span 2;
  }
}
.gallery__item.-lg {
  grid-column: 1 / -1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}
.show-ar .gallery__item.-lg:before {
  content: '2:3';
}
@media (min-width: 768px) {
  .gallery__item.-lg {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
  }
}
.gallery__item.-xl {
  grid-column: 1 / -1;
}
.show-ar .gallery__item.-xl:before {
  content: '3:2';
}
.-absolute .gallery__item {
  position: relative;
}

/* .modal {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.modal.-open {
  display: flex;
}

.modal__content {
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  padding: 3.75rem 2.5rem;
  width: 50%;
}

.modal__slider {
  position: absolute;
}
.modal__slider:after {
  content: "";
  display: table;
  clear: both;
}

.modal__figure {
  float: left;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
} */
/* @media (min-width: 1024px) {
  .modal__figure {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .modal__img {
    width: 60%;
  }
}

.modal__figcaption {
  color: #e1e1e1;
  font-size: 0.85rem;
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .modal__figcaption {
    width: 35%;
  }
}

.modal__link {
  color: #e1e1e1;
  display: block;
  font-size: 1rem;
  margin-top: 1.25rem;
  text-decoration: none;
  transition: color .5s ease-in;
}
.modal__link:after {
  font-family: FontAwesome;
  content: '\f054';
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.modal__link:hover {
  color: #fff;
}

.modal__btn {
  background: none;
  border: none;
  color: #e1e1e1;
  cursor: pointer;
  transition: all .25s ease-in;
}
@media (min-width: 1024px) {
  .modal__btn {
    font-size: 2rem;
  }
}
.modal__btn.-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.modal__btn.-close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.modal__btn.-left, .modal__btn.-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
.modal__btn.-left:hover, .modal__btn.-right:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.modal__btn.-left {
  left: 1.25rem;
}
.modal__btn.-right {
  right: 1.25rem;
} */
