.bz-footer{
  font-size:0.85em;
}

.bz-footer .cols{
  width:100%;
}

.bz-footer a{
  text-decoration:none;
  color:inherit;
  display:block;
}

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


.bz-footer #ras, 
.bz-footer #track {
  fill: #fff;
}

.bz-footer{
}


/* COLUMN 1
* ////////////////////////*/
.bz-footer .col-1 > div:not(:last-of-type){
  margin-bottom:1em;
}

.bz-footer .footer-logo {
  max-width: 14em !important;
  width: 100%;
  margin-bottom:1em;
}

.bz-footer .footer-logo svg{
  max-height:3em;
}

.bz-footer .footer-brand-logos li:not(:last-of-type) {
  margin-right: 1em;
}

.bz-footer .footer-brand-logos li {
  max-width: 3.5em;
  width: 100%;
}


/* COLUMN 2
* ////////////////////////*/
.bz-footer .col-title {
  font-weight: 600;
  margin-bottom: 0.6em;
  font-size: 1.2em;
}


.bz-footer .footer-links a{
  padding:0.3em 0;
}

.bz-footer .footer-links:not(:first-of-type) {
  margin-left: 2em;
}


/* FOOTER CONTACTS
* //////////////////////*/
.footer-contacts li {
  position: relative;
  padding-left: 1.56em;
  margin-bottom: 0.7em;
}

.footer-contacts li:before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  left: 0;
}

.footer-contacts li.phone:before{
  content:"\f095";
}

.footer-contacts li.email:before{
  content:"\f0e0";
}

.footer-contacts li.fax:before{
  content:"\f1ac";
}

.footer-contacts li.fax a {
  pointer-events: none;
}




/* FOOTER SOCIAL  
* //////////////////////*/
.footer-social {
  margin-top: 1em
}

.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.footer-social li {
  display: inline-block;
  margin: 3px;
}

.footer-social li:not(:last-of-type){
  margin-right:1em;
}

.footer-social li a {
  display: block;
  color: inherit;
  border-radius: 100px;
  position: relative;
  font-size: 1.2em;
}

.footer-social li i {
  position: relative;
  top: 2px;
}

.footer-social li a:hover {
  color: #126db9;
}

@media(min-width:821px){
  .bz-footer .cols:not(:first-of-type) {
    margin-left: 2em;
    width: 100%;
  }

  .bz-footer .col-1 {
    max-width: 28%;
  }

  .bz-footer .col-3 {
    max-width: 12em;
  }

}

@media(max-width:820px){
  .bz-footer .cols{
    width:100%;
  }

  .bz-footer .col-1,
  .bz-footer .col-3{
    -webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1;
  }

  .bz-footer .col-3{
    margin-left: auto;
    max-width: 14em;
  }

  .bz-footer .col-2 {
    margin-left: 0 !important;
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #5d6a6f;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }
}



@media(max-width:520px){
  .bz-footer .cols {
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    margin-left: 0;
    max-width: none;
  }

  .bz-footer .col-3{
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #5d6a6f;
  }
}


@media(max-width:350px){
  .bz-footer .footer-links{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    margin-left: 0 !important;
    max-width: none;
    width:100%;
  }
}






/* COPYWRITE 
* ///////////////////*/
.section-wrap.copyright {
  padding: 1em 0;
  font-size: 0.85em;
}

.section-wrap.copyright p{
  margin-bottom:0;
}

.copyright .item-2{
  text-align:right;
}

.copyright a{
  text-decoration:none;
}

.footer-social i.fa.fa-twitter, 
.footer-social i.fa.fa-linkedin, 
.footer-social i.fa.fa-facebook, 
.footer-social i.fa.fa-facebook {
    background-color: transparent;
}

  @media (max-width:680px){
    .footer-social li a {
        padding: 20px;
    }

    .footer-social li i {
        font-size: 1.5rem;
    }

    .footer-contacts li {
        font-size: 1rem;
        padding-bottom: 1rem;
    }

    ul.flex-item.footer-links * {
        font-size: 1rem;
        padding-bottom: 1rem;
    }
  }

@media(max-width:480px){
  .copyright .item{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    text-align: center;
    max-width: none;
    width: 100%;
  }
}











