/********************************************************************
FOOTER
********************************************************************/

.footer {
  font-size: 14px;
  margin: 50px 0px 0px 0px;
  padding: 25px 0px 25px 0px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  border-top: 3px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; 
  background-color: #ffffff;
}

.footer h2.subtitle {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
  margin: 10px 0px 0px 0px;
  position: relative;
}

.footer h2.subtitle:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 80px;
    height: 3px;
    background: #9d3033;
    content: " ";
    z-index: 1;
}


.footer .fa {
  margin-right: 2px;
  width: 18px;
  color: #888888;
}

.footer h4 i {
  color: #729bd1;
  margin-right: 2px;
  font-size: 14px;
}

.footer h5 {
  font-size: 16px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0px 8px 0px;
}

.footer h6 {
  font-size: 16px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
}

.footer p {
  font-size: 14px;
}

.footer a {
  text-decoration: none;
  font-weight: 400;
  color: #d1171c;
}

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

.footer ul {
  margin-top: 0px;
  padding-left: 15px;
  margin-left: 0px;
}

.footer ul li {
  padding-left: 0px;
  margin-left: 0px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #d9d9d9;
  list-style: none;
}

.footer ul li i {
  color: #666666;
  margin-right: 8px;
}

.footer ul li a {
  color: #d1171c;
}

.date-footer {
  margin: 40px 0px 0px 0px;
  padding: 0px;
}

/********************************************************************
FOOTER-LOGO
********************************************************************/


.logo-footer img {
  max-width: 80%;
  border: 0px;
}
