body{
  font-weight: 400 !important;
}
* {
  box-sizing: border-box;
}
footer.footer.bg-image{
  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  position: relative;
}
footer.footer.bg-image::after{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, .5);
}
footer.footer div.container{
  position: relative;
  z-index: 2;
}
.-f-right{
  float: right;
}

button.custom_btn, a.custom_btn {
    font-size: 14px;
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    padding: 8px 14px 7px;
    margin: 0;
    display: inline-block;
    color: white;
    z-index: 2;
}
button.custom_btn:hover, a.custom_btn:hover{
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .26);
}
