/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.g-photocollage {
  position: relative;
}
.g-photocollage .g-photocollage-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .g-photocollage-header {
    margin: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .g-photocollage-header {
    display: block;
  }
}
.g-photocollage h3.g-photocollage-title {
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1.5rem;
  margin-left: 0.625rem;
}
.dir-rtl .g-photocollage h3.g-photocollage-title {
  padding-left: 0;
  padding-right: 1.5rem;
}
.g-photocollage .button-wrapper {
  margin-top: 3.125rem;
  position: relative;
  z-index: 20;
}
.g-photocollage .grid {
  max-width: 100%;
  position: relative;
  z-index: 30;
  /* clearfix */
  /* ---- g-photocollage-grid-item ---- */
}
.g-photocollage .grid .grid:after {
  content: "";
  display: block;
  clear: both;
}
.g-photocollage .grid .grid-sizer, .g-photocollage .grid .g-photocollage-grid-item {
  width: 16.66666%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-photocollage .grid .grid-sizer, .g-photocollage .grid .g-photocollage-grid-item {
    width: 33.33332%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-photocollage .grid .grid-sizer, .g-photocollage .grid .g-photocollage-grid-item {
    width: 49.99998%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .grid-sizer, .g-photocollage .grid .g-photocollage-grid-item {
    height: 570px;
    width: 99.99996%;
  }
}
.g-photocollage .grid .g-photocollage-grid-item {
  float: left;
  height: 209px;
  transition: transform 400ms;
  overflow: hidden;
  display: flex;
}
.g-photocollage .grid .g-photocollage-grid-item .image-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
}
.g-photocollage .grid .g-photocollage-grid-item .image-wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.g-photocollage .grid .g-photocollage-grid-item .image-wrapper .zoom {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 2rem;
  transition: all 350ms;
}
.g-photocollage .grid .g-photocollage-grid-item .image-wrapper::after {
  transition: all 300ms;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
}
.g-photocollage .grid .g-photocollage-grid-item .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.g-photocollage .grid .g-photocollage-grid-item:hover {
  z-index: 10;
}
.g-photocollage .grid .g-photocollage-grid-item:hover .image-wrapper .zoom {
  color: #ffffff;
  z-index: 102;
}
.g-photocollage .grid .g-photocollage-grid-item:hover .image-wrapper::after {
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .g-photocollage-grid-item {
    height: 380px;
    width: 99.99996%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .g-photocollage-grid-item {
    height: 190px;
    width: 99.99996%;
  }
}
.g-photocollage .grid .width-2 {
  width: 33.33332%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-photocollage .grid .width-2 {
    width: 33.33332%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-photocollage .grid .width-2 {
    width: 49.99998%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .width-2 {
    height: 380px;
    width: 99.99996%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .width-2 {
    height: 190px;
    width: 99.99996%;
  }
}
.g-photocollage .grid .width-3 {
  width: 49.99998%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-photocollage .grid .width-3 {
    width: 33.33332%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .width-3 {
    height: 380px;
    width: 99.99996%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .width-3 {
    height: 190px;
    width: 99.99996%;
  }
}
.g-photocollage .grid .height-2 {
  height: 399px;
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .height-2 {
    height: 380px;
    width: 99.99996%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .height-2 {
    height: 190px;
    width: 99.99996%;
  }
}
.g-photocollage .grid .height-3 {
  height: 589px;
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .height-3 {
    height: 380px;
    width: 99.99996%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .height-3 {
    height: 190px;
    width: 99.99996%;
  }
}
.g-photocollage .grid .height-4 {
  height: 570px;
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .height-4 {
    height: 380px;
    width: 99.99996%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .height-4 {
    height: 190px;
    width: 99.99996%;
  }
}
.g-carousel .owl-item {
  position: relative;
}
.g-carousel .owl-item .g-carousel-image-wrapper {
  width: 100%;
  background-size: cover;
  position: relative;
  display: block;
  color: #ffffff;
  padding-top: 4vw;
  padding-left: 4vw;
}
.dir-rtl .g-carousel .owl-item .g-carousel-image-wrapper {
  padding-left: 0;
  padding-right: 4vw;
}
@media only all and (max-width: 50.99rem) {
  .g-carousel .owl-item .g-carousel-image-wrapper {
    text-align: center;
    padding: 4rem 2rem;
  }
}
.g-carousel .owl-item .g-carousel-image-wrapper:hover {
  color: rgba(255, 255, 255, 0.8);
}
.g-carousel .owl-item .g-carousel-image-wrapper .g-carousel-title {
  width: 100%;
  margin: auto;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 13vw;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 23.0769230769rem) {
  .g-carousel .owl-item .g-carousel-image-wrapper .g-carousel-title {
    font-size: 3rem;
  }
}
.g-carousel .owl-item .g-carousel-description {
  font-size: 1.2vw;
  color: #000000;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  font-weight: 400;
  width: 30%;
}
@media (max-width: 91.6666666667rem) {
  .g-carousel .owl-item .g-carousel-description {
    font-size: 1.1rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-carousel .owl-item .g-carousel-description {
    margin-top: 1rem;
    width: 60%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-carousel .owl-item .g-carousel-description {
    width: 100%;
  }
}
.g-carousel .owl-item .g-carousel-link {
  font-size: 1.2vw;
  color: #000000;
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 83.3333333333rem) {
  .g-carousel .owl-item .g-carousel-link {
    font-size: 1rem;
  }
}
.g-carousel .owl-nav button.owl-prev, .g-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 5%;
  color: #000000;
  text-align: center;
  font-size: 2vw;
  transition: all 0.3s;
}
@media (max-width: 75rem) {
  .g-carousel .owl-nav button.owl-prev, .g-carousel .owl-nav button.owl-next {
    font-size: 1.5rem;
  }
}
.g-carousel .owl-nav button.owl-prev .fa, .g-carousel .owl-nav button.owl-next .fa {
  position: relative;
}
.g-carousel .owl-nav button.owl-prev:hover, .g-carousel .owl-nav button.owl-next:hover {
  color: #000000;
}
.g-carousel .owl-nav .owl-prev {
  left: 5%;
}
.g-carousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
.g-carousel .owl-nav .owl-next {
  right: 5%;
}
.g-carousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
/*# sourceMappingURL=custom.css.map */