.footer {
  width: 100%;
  background-color: #e60028;
}

.footer h1 {
  color: white;
}

.footer .logo-small .first {
  font-size: 18px;
  color: white;
}

.footer .logo-small .second {
  font-size: 24px;
  text-transform: lowercase;
  color: white;
}

.footer-inner .col {
  color: white;
  padding: 15px 0;
  margin: 0 25px;
  border-bottom: 1px solid #f596aa;
}

.footer a {
  display: block;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-buttons .btn .caption {
    position:absolute !important;
}

.footer-name {
  color: white;
  margin-top: 15px;
}

.footer-contact {
  text-align: center;
}

.footer-contact h4 {
  margin-bottom:5px;
}

@media (max-width: 991px) {
  .footer-contact {
    text-align: center;
  }
  .footer-contact,
  .footer-contact h4 {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .footer .btn {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-name {
    margin-top: 25px;
    max-width: 230px;
  }
  .footer-contact {
    min-height: 276px;
    text-align: left;
  }
  .footer-inner .col {
    padding: 30px 25px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .footer-name {
    margin-top: 15px;
  }
  .footer-contact {
    min-height: 255px;
  }
  .footer-inner .col.active {
    background-color: #af0023;
  }
  .footer .col.active::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #af0023;
    position: absolute;
    top: -30px;
  }
  
  .footer-inner .col {
    width:20%;
  }
}

@media (min-width: 1430px) {
  .footer-contact {
    min-height: 230px;
  }
}

.footer-contact p {
  margin-bottom: 10px;
}

.footer .col.active {
  position: relative;
}

.footer-bottom {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 20px 0;
}

.footer-bottom .footer-inner {
  display: block;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom span {
  display: block;
  margin-bottom: 5px;
}

.footer-bottom li {
  display: inline-block;
  margin: 0 15px;
}

.footer-bottom li a {
  display: inline-block;
  color: #e60028;
}

@media (min-width: 768px) {
  .footer-bottom .footer-inner {
    text-align: right;
  }
  .footer-bottom span {
    float: left;
    margin-bottom: 0;
  }
  .footer-bottom li {
    margin-left: 30px;
    margin-right: 0;
  }
}
