footer.footer {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #363636;
  text-align: center;
  color: #bbb9b9;
  font-size: 0.9em;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
footer.footer1 {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to left, #014f6e, #00a0e0);
}
footer.footer1 .footer1-row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(201, 201, 201, 0.575);
}
footer.footer1 .footer1-row .footer-logo {
  width: 40%;
  max-width: 200px;
  height: auto;
  display: inline-block;
}
footer.footer1 .footer1-row .footer-logo img {
  width: 100%;
  height: auto;
}
footer.footer1 .footer1-row .icon {
  float: right;
  color: #fff;
  margin-left: 2%;
  font-size: 1.6em;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer.footer1 .footer1-row .icon {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 400px) {
  footer.footer1 .footer1-row .footer-logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  footer.footer1 .footer1-row {
    text-align: center;
  }
  footer.footer1 .footer1-row a {
    display: inline-block;
    margin: 0 10px;
  }
}
footer.footer1 .footer1-left-text {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
  display: inline-block;
}
footer.footer1 .footer1-right-text {
  padding: 0 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #fff;
  float: right;
  text-align: right;
  display: inline-block;
}
footer.footer1 .footer1-right-text a,
footer.footer1 .footer1-right-text a:visited,
footer.footer1 .footer1-right-text a:hover {
  color: inherit;
  text-decoration: inherit;
}
@media (max-width: 768px) {
  footer.footer1 .footer1-row {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  footer.footer1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  footer.footer1 .footer1-left-text {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  footer.footer1 .footer1-right-text {
    width: 50%;
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  footer.footer1 .footer1-right-text {
    width: 50%;
    text-align: center;
    display: block;
  }
}
