/* Footer */
footer {
padding: 20px 0;
}
footer .footer-logo {
display: inline-block;
}
footer .footer-logo img {
width: 260px;
}
footer .footer-social {
display: block;
width: 100%;
text-align: right;
margin-bottom: 20px;
}
footer .footer-social a {
display: inline-block;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
footer .footer-social a img {
width: 30px;
height: 30px;
}
footer .footer-social a:hover {
opacity: 0.8;
}
footer nav {
display: block;
width: 100%;
text-align: right;
margin-bottom: 5px;
}
footer nav > span {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #c73f22;
vertical-align: super;
}
footer nav ul {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
}
footer nav ul li {
float: left;
list-style-type: none;
}
footer nav ul li:before {
display: none;
}
footer nav ul li a {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 600;
color: #535353;
padding: 0px 10px;
border-right: 1px solid #006c86;
}
footer nav ul li:last-of-type a {
border-right: none;
padding-right: 0;
}
footer nav ul li a:hover {
color: #006c86;
/*text-decoration: none;*/
}

@media screen and (max-width: 768px) {
  footer {
  padding: 20px 0;
  text-align: center;
  }
  footer .footer-logo {
  display: inline-block;
  margin-bottom: 10px;
  }
  footer .footer-logo img {
  width: 260px;
  }
  footer .footer-social {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  }
  footer .footer-social a {
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
  margin: 0 5px;
  }
  footer .footer-social a img {
  width: 44px;
  height: 44px;
  }
  footer nav {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  }
  footer nav > span {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #c73f22;
  vertical-align: super;
  }
  footer nav ul li {
  float: left;
  display: block;
  width: 100%;
  }
  footer nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
  padding: 5px 10px;
  border-right: none;
  }
  footer nav ul li:last-of-type a {
  border-right: none;
  padding-right: 10px;
  }

} /* end max-width 768px */

@media screen and (max-width: 450px) {
  /* Footer */
  footer nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
  padding: 12px 10px;
  border-right: none;
  }

} /* end max-width 450px */
