
section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
section header {
  margin-bottom: 50px;
}
/* ==========================================
   Gallery Section
   ========================================== */
section.gallery div[class*='col-'] {
  padding: 0;
}
section.gallery .item {
  position: relative;
  max-height: 230px;
  overflow: hidden;
}
section.gallery .item a {
  background: rgba(94, 168, 215, 0.7);
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
section.gallery .item a:hover {
  opacity: 1;
}
section.gallery .item a span {
  color: #fff;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 50px;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
section.gallery .item img {
  height: 100%;
  width: 100%;
}
section.gallery .item .lb-data .lb-caption {
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  section.gallery .col-custom-12 {
    width: 100% !important;
  }
  section.gallery .col-custom-12 .item {
    min-height: 200px;
  }
}
/* ==========================================
   KEYFRAMES
   ========================================== */
@keyframes fade {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 34px;
  }
}
/* scaffolding */
a {
  color: #e03e26;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #555555;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
