/* ================= Fontawesome =========== */
/* ================= Colors =========== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
footer {
  background-color: #3e9ddb;
  padding: 70px 0;
}

footer p {
  color: #ffffff;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 50px;
  font-size: 20px;
  margin: 0;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  line-height: 30px;
  padding: 0 0 0 15px;
  color: #ffffff;
}

footer ul li a {
  color: #ffffff;
}

footer ul li a:hover {
  color: #ffffff;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 5px;
}

.footer-social ul li a {
  color: #ffffff;
  font-size: 22px;
}

.footer-bottom {
  background-color: #10466a;
  padding: 24px 0;
}

.footer-bottom p {
  margin: 0;
  color: #ffffff;
}

.footer-bottom-section {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(236, 235, 235, 0.8);
  font-size: 12px;
}

.footer-bottom-section-1 ul li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.6);
}

.footer-bottom-section-1 ul li:hover a {
  background: #d29500;
  color: #ffffff;
}

.footer-bottom-section-1 ul li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #777;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer-bottom-section-2 input {
  background: 0 0;
  width: 100%;
  padding: 1px 5px;
  border: none;
  border-bottom: 1px solid #d29500;
}

.footer-bottom-section-2 .input-group-addon {
  font-size: 13px;
  color: #ffffff;
  background-color: #d19428;
  border: none;
}

.footer-bottom-section-3 ul li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  line-height: 1;
  border-right: 1px solid #adadad;
}

.footer-bottom-section-3 ul li:last-child {
  border-right: none;
}

.footer-bottom-section-3 ul li a {
  color: #000000;
}

.footer-bottom-section-3, .footer-bottom-section-4 {
  padding-top: 3px;
}

/*# sourceMappingURL=footer.css.map */
