/* 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: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: 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: 500;
}
.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.6%;
}
@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.2%;
  }
}
@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.8%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .grid-sizer, .g-photocollage .grid .g-photocollage-grid-item {
    height: 570px;
    width: 99.6%;
  }
}
.g-photocollage .grid .g-photocollage-grid-item {
  float: left;
  height: 190px;
  -webkit-transition: -webkit-transform 400ms;
  -moz-transition: -moz-transform 400ms;
  transition: transform 400ms;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-photocollage .grid .g-photocollage-grid-item .image-wrapper {
  border: 2px solid transparent;
  position: relative;
  border-radius: 5px;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}
.g-photocollage .grid .g-photocollage-grid-item .image-wrapper::after {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  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 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
}
.g-photocollage .grid .g-photocollage-grid-item:hover .image-wrapper {
  border: 2px solid #000000;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3);
}
.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(225, 3, 57, 0.7);
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .g-photocollage-grid-item {
    height: 380px;
    width: 99.6%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .g-photocollage-grid-item {
    height: 190px;
    width: 99.6%;
  }
}
.g-photocollage .grid .width-2 {
  width: 33.2%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-photocollage .grid .width-2 {
    width: 33.2%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-photocollage .grid .width-2 {
    width: 49.8%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .width-2 {
    height: 380px;
    width: 99.6%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .width-2 {
    height: 190px;
    width: 99.6%;
  }
}
.g-photocollage .grid .width-3 {
  width: 49.8%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-photocollage .grid .width-3 {
    width: 33.2%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .width-3 {
    height: 380px;
    width: 99.6%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .width-3 {
    height: 190px;
    width: 99.6%;
  }
}
.g-photocollage .grid .height-2 {
  height: 399px;
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .height-2 {
    height: 380px;
    width: 99.6%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .height-2 {
    height: 190px;
    width: 99.6%;
  }
}
.g-photocollage .grid .height-3 {
  height: 589px;
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .height-3 {
    height: 380px;
    width: 99.6%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .height-3 {
    height: 190px;
    width: 99.6%;
  }
}
.g-photocollage .grid .height-4 {
  height: 570px;
}
@media only all and (max-width: 50.99rem) {
  .g-photocollage .grid .height-4 {
    height: 380px;
    width: 99.6%;
  }
}
@media only all and (max-width: 30rem) {
  .g-photocollage .grid .height-4 {
    height: 190px;
    width: 99.6%;
  }
}
#g-navigation .g-logo img {
  width: 350px;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
  font-size: 4.8rem;
}
#g-above {
  color: #000;
  background: #596a7f;
}
.g-simplecontent .g-simplecontent-item-main-content {
  color: #151515;
}
#g-slideshow {
  color: #ffffff;
  background-color: #444;
}
.g-simplecontent .g-simplecontent-item-leading-content {
  margin-bottom: 5.625rem;
  font-weight: 400;
  font-size: 1vw;
}
html body #g-page-surround {
  background-color: #000;
}
#g-above .g-simplecontent .g-title {
  text-align: left !important;
}
#g-navigation.menu-absolute {
  background: #596a7f !important;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
  margin-left: -1%;
  background-color: #596a7fe5;
  padding: 50px;
  border-bottom-right-radius: 250px;
  border-top-right-radius: 15px;
}
.fancybox-button {
  visibility: hidden;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    font-size: 1.8rem;
  }
  .g-simplecontent .g-simplecontent-item-leading-content {
    font-weight: 400;
    font-size: 3vw;
  }
}
/*# sourceMappingURL=custom_326.css.map */