/* ------------------------------------------ Footer top ------------------------------------------ */
footer {
  background-color: #efefef;
  border-top: 3px solid #F13744;
  bottom: 0;
  color: #0057a1;
  left: 0;
  padding: 10px 0 10px;
  position: absolute;
  right: 0;
  font-weight: 200;
  padding-bottom: 0;
}
footer * {
  font-family: 'Lato', sans-serif !important;
}
footer .footer_title {
  color: #0057a1;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 8px;
  position: relative;
}
footer .footer_text {
  color: #0057a1;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
footer .footer_text a {
  color: #0057a1;
  font-weight: 800;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none !important;
  transition: all 0.3s;
}
footer .footer_text a:hover,
footer .footer_text a:focus,
footer .footer_text a:active {
  transition: all 0.3s;
  color: #F13744;
}
footer .footer_text .footer_mail {
  color: #0057a1;
  transition: all 0.3s;
  font-weight: 400;
}
footer .footer_text .footer_mail:hover,
footer .footer_text .footer_mail:focus,
footer .footer_text .footer_mail:active {
  filter: brightness(120%);
  color: #F13744;
  transition: all 0.3s;
}
footer .footer_text b {
  font-weight: 800;
}
footer .footer_text.align_right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  footer .footer_text.align_right {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_block {
    text-align: center;
  }
  footer .footer_title {
    display: inline-block;
  }
  footer .footer_title:after {
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
  }
}
.img_footer_50 {
  width: 72px;
  float: left;
  margin-right: 25px;
  margin-bottom: -32px;
  margin-top: -10px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .img_footer_50 {
    margin-bottom: -5px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .img_footer_50 {
    width: 72px;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 0;
    height: auto;
    text-align: center;
    display: block;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
  }
}
/* ---------- footer product list ---------- */
.footer_product_list {
  margin-bottom: -30px;
  overflow: hidden;
}
.footer_product_list .white_background {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  background-clip: content-box;
}
.footer_product_list .col-md-3 {
  margin-bottom: 30px;
}
.footer_product_list .footer_product {
  height: 100px;
  position: relative;
}
.footer_product_list .footer_product .blue_layer {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  transition: 0.3s all;
  background-color: rgba(1, 96, 162, 0);
}
.footer_product_list .footer_product:hover .blue_layer,
.footer_product_list .footer_product:focus .blue_layer,
.footer_product_list .footer_product:active .blue_layer {
  background-color: rgba(1, 96, 162, 0.5);
  transition: 0.3s all;
}
@media only screen and (max-width: 1399px) {
  .footer_product_list {
    margin-bottom: -30px;
  }
  .footer_product_list .col-md-3 {
    width: 50%;
  }
}
/* ------------------------------------------ Footer bottom ------------------------------------------ */
.bottom_footer_container_fluid {
  background-color: #101010;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  color: #888;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.bottom_footer_container_fluid a {
  color: #888;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none !important;
  transition: all 0.3s;
}
.bottom_footer_container_fluid a:hover,
.bottom_footer_container_fluid a:focus,
.bottom_footer_container_fluid a:active {
  transition: all 0.3s;
  color: #fff;
}
/*# sourceMappingURL=footer.css.map */