.footer-clean {
  padding: 50px 0;
  background-color: #023150;
  color: #d2d2d2;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .social {
  color: #d2d2d2;
  opacity: 0.8;
}

.footer-clean .social:hover {
  opacity: 1;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 36px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.8;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .paslauga h5 {
    max-width: 350px;
    padding-bottom: 30px;
  }
}

.paslauga h5 {
  max-width: 350px;
}

#content {
  min-height: 600px;
  margin-bottom: 100px;
}

main {
  margin-top: 100px;
}

.vca-list li {
  display: inline-block;
}

.vca ol {
  margin: 0px;
}

.rekvizitai {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0;
  overflow-x: visible;
}

.g-left {
  width: 20%;
  height: calc(100vh);
  float: left;
  background: linear-gradient(to left,#243236, #384f56, #4c6f77, #62909a, #78b3be);
}

