.fh5co-grid .fh5co-col-1,
.fh5co-grid .fh5co-col-2 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .fh5co-grid .fh5co-col-1,
  .fh5co-grid .fh5co-col-2 {
    width: 100%;
  }
}
.fh5co-grid .fh5co-col-1.margintop,
.fh5co-grid .fh5co-col-2.margintop {
  margin-top: 29%;
}
.fh5co-grid .fh5co-col-1 img,
.fh5co-grid .fh5co-col-2 img {
  max-width: 100%;
}
.fh5co-grid .fh5co-col-1 .fh5co-item,
.fh5co-grid .fh5co-col-2 .fh5co-item {
  margin-bottom: .5em;
  float: left;
  width: 100%;
  position: relative;
  background: #f2f2f2;
}
.fh5co-grid .fh5co-col-1 .fh5co-item a,
.fh5co-grid .fh5co-col-2 .fh5co-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.fh5co-grid .fh5co-col-1 .fh5co-item a.image-popup h2,
.fh5co-grid .fh5co-col-2 .fh5co-item a.image-popup h2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.fh5co-grid .fh5co-col-1 .fh5co-item a .fh5co-item-text-wrap,
.fh5co-grid .fh5co-col-2 .fh5co-item a .fh5co-item-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.fh5co-grid .fh5co-col-1 .fh5co-item a .fh5co-item-text,
.fh5co-grid .fh5co-col-2 .fh5co-item a .fh5co-item-text {
  position: absolute;
  z-index: 99;
  text-align: center;
  top: 50%;
  width: 100%;
  vertical-align: middle;
  margin-top: -18px;
}
@media screen and (max-width: 768px) {
  .fh5co-grid .fh5co-col-1 .fh5co-item a .fh5co-item-text,
  .fh5co-grid .fh5co-col-2 .fh5co-item a .fh5co-item-text {
    margin-top: -12px;
  }
}
.fh5co-grid .fh5co-col-1 .fh5co-item a .fh5co-item-text h2,
.fh5co-grid .fh5co-col-2 .fh5co-item a .fh5co-item-text h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto", arial, sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-grid .fh5co-col-1 .fh5co-item a .fh5co-item-text h2,
  .fh5co-grid .fh5co-col-2 .fh5co-item a .fh5co-item-text h2 {
    font-size: 20px;
  }
}
.fh5co-grid .fh5co-col-1 .fh5co-item a img,
.fh5co-grid .fh5co-col-2 .fh5co-item a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.fh5co-grid .fh5co-col-1 .fh5co-item a:hover img,
.fh5co-grid .fh5co-col-2 .fh5co-item a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fh5co-grid .fh5co-col-1 .fh5co-item a:hover .fh5co-item-text-wrap,
.fh5co-grid .fh5co-col-2 .fh5co-item a:hover .fh5co-item-text-wrap {
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-grid .fh5co-col-1 .fh5co-item a.image-popup:hover h2,
.fh5co-grid .fh5co-col-2 .fh5co-item a.image-popup:hover h2 {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .fh5co-grid .fh5co-col-1 {
    padding-right: 0em;
  }
}
.fh5co-grid .fh5co-col-2 {
  float: right;
  padding-left: .25em;
}
@media screen and (max-width: 480px) {
  .fh5co-grid .fh5co-col-2 {
    padding-left: 0em;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.fh5co-social-wrap {
  padding: 0em 0 0 0;
  float: left;
}

.fh5co-social {
  padding: 0;
  margin: 30px 0 0 0;
  position: relative;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-social li a {
  font-size: 40px;
  padding: 4px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-social li a {
    font-size: 26px;
  }
}
.fh5co-social li a:hover {
  color: #f3ac2b;
}

figure {
  margin-bottom: 1.5em;
}
figure figcaption {
  padding-top: 15px;
  font-size: 14px;
  color: #999999;
}

#fh5co-footer {
  padding: 3em 0 0 0em;
  float: left;
}
#fh5co-footer.padding-left {
  padding-left: 2em;
}
@media screen and (max-width: 480px) {
  #fh5co-footer.padding-left {
    padding-left: 0em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-footer {
    padding: 2em 0 0 0;
  }
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
}
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #ffffff;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}