/* footer */
footer.main-footer p.social a.linked-in {
  background-color: #4875B4;
}

/* ellipsis loader */
.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #4fbfa8;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4fbfa8 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Modal loader message */
#loaderMessage {
  padding: 0 50px;
}

/* References */
.reference-skills {
  color: #4fbfa8;
  font-style: italic;
  text-align: center;
  /* text-transform: uppercase; */
  margin-bottom: 44px;
}

/* Map */
.map-scroll:before {
  content: 'Use ctrl + scroll to zoom the map';
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 999;
  font-size: 34px;
}
.map-scroll:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: #00000061;
  z-index: 999;
  }
