/* 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
 */

@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
#g-navigation {
  background: #fff;
  box-shadow: 0 8px 6px -6px #b9bbbe;
}
.g-menu-item-title:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #1790d0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.g-menu-item-title:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.g-date {
  margin-top: 28px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px dashed #000;
  text-align: center;
}
#g-container-main {
  background-image: url('../images/elew.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}
#g-testimonials .g-container {
  background: rgba(255, 255, 255, 0.6);
}
.slider-cstom {
  margin-top: 5px;
}
.logo-cstom {
  margin-top: 5px !important;
}
#g-header {
  background: none;
}
#g-expanded {
  padding: 0;
}
.invest-info {
  font-family: "Nunito", sans-serif !important;
  text-transform: uppercase;
  color: #EBA92F;
  font-size: 24px;
  line-height: 40px;
  margin-top: 12px;
}
.first-step-invest {
  font-size: 60px;
  letter-spacing: 2mm;
}
.letowo-action {
  font-family: "Nunito";
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.menu-cstom {
  margin-top: 10px;
}
.entry-title {
  font-family: "Raleway", sans-serif;
  color: #000;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
}
.entry-title::after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  background: #0099FF none repeat scroll 0% 0%;
  position: absolute;
  bottom: -3px;
  left: 0px;
}
.button {
  padding: 9px 9px !important;
}
.gallery .gallery-item {
  text-align: left !important;
  margin: 12px 0 !important;
}
.gallery.gallery-columns-5 .gallery-item {
  flex: 0 15% !important;
  width: 15% !important;
}
.offer-info-letowo {
  font-size: 22px;
}
#g-utility .css-selector {
  background: linear-gradient(270deg, #000000, #1790d0);
  background-size: 400% 400%;
  -webkit-animation: BGcolor 30s ease infinite;
  -moz-animation: BGcolor 30s ease infinite;
  -o-animation: BGcolor 30s ease infinite;
  animation: BGcolor 30s ease infinite;
}
@-webkit-keyframes BGcolor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes BGcolor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes BGcolor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes BGcolor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*# sourceMappingURL=custom.css.map */