@charset "UTF-8";

/*
 Footer menu
 */
 
.footer{
 text-align: center 
}
.footer a[href]:not( .btn ):not( .underlined ){
 text-decoration: none
}
.footer a[href]:not( .btn ):hover,
.footer li.active a[href]:not( .btn ){
 text-decoration: none
}
.footer .footer-menu{
 padding-bottom: 40px
}
.footer .footer-menu .col-menu{
 text-transform: uppercase
}
.footer .footer-menu>.container>.row>div{
 margin-top: 40px
}
.footer .footer-menu>.container>.row>div.col-contact{
 margin-top: 36px
}
.footer .footer-menu .list-or-select-toggle .menu-item+.menu-item{
 padding-left: 50px
}
.footer .footer-menu .list-or-select-toggle .menu-item .menu-list-heading span{
 font-weight: 700
}
.footer .footer-menu .list-or-select-toggle select{
 width: 100%;
 max-width: 300px
}
.footer .footer-menu .col-contact .wys-telephone-enquiry-form .telephone,
.footer .footer-menu .col-contact .wys-telephone-enquiry-form .enquiry-form{
 margin-top: 20px
}
.footer .footer-menu .col-contact .wys-telephone-enquiry-form{
 max-width: 380px;
 margin-left: auto;
 margin-right: auto
}
.footer .footer-menu .col-contact .wys-telephone-enquiry-form{
 display: flex;
 flex-wrap: wrap;
}
.footer .footer-menu .col-contact .wys-telephone-enquiry-form>div{
 flex: 1 1 100%;
 max-width: 100%
}
.footer .footer-menu .col-contact .wys-telephone-enquiry-form .telephone{
 font-size: 1.625rem;
 line-height: 1.3em
}
.footer .footer-menu .col-contact .wys-telephone-enquiry-form .telephone a{
 text-decoration: none	
}

@media ( min-width: 576px ){
	
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .telephone{
  padding-right: 20px
 }
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .enquiry-form{
  padding-left: 20px
 }

}

@media ( min-width: 576px ) and ( max-width: 991px ){
	
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form{
  max-width: 420px
 }
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .telephone,
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .enquiry-form{
  flex: 0 0 50%;
  max-width: 50%
 }

 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .telephone{
  text-align: right
 }
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .enquiry-form{
  text-align: left
 }
	
}

@media ( min-width: 992px ){
	
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .telephone,
 .footer .footer-menu .col-contact .wys-telephone-enquiry-form .enquiry-form{
  flex: 0 0 auto
 }
 
}

@media ( min-width: 992px ){
	
 .footer .footer-menu .row>div.col-contact .wys{
  padding-left: 0;
  padding-right: 0  
 }
 .footer .footer-menu .col-menu{
  text-align: left
 }
 .footer .footer-menu .col-contact{
  text-align: left
 }

}

/*
 Copyrite Contact
 */
 
.footer .copyrite-contact{
 padding-top: 32px;
 padding-bottom: 32px
}
.footer .copyrite-contact ul li{
 display: block
}
.footer .copyrite-contact .company{
 margin-top: 37px
}
.footer .copyrite-contact .tel-email{
 margin-top: 20px;
 font-size: 1.125rem
}
.footer .copyrite-contact ul.social{
 display: inline-block;
 margin-top: 16px;
 font-size: 0
}
.footer .copyrite-contact ul.social a{
 display: block;
 width: 22px;
 height: 22px;
 border-radius: 6px;
 background-color: #010101;
 background-repeat: no-repeat;
 background-size: 30px 30px;
 background-position: center;
 transition: linear background-color 500ms 0ms
}
.footer .copyrite-contact ul.social a.linkedin{
 background-image: url( "../images/linkedin.svg" )
} 
.footer .copyrite-contact ul.social a.linkedin:hover{
 background-color: #0072B1
}
.footer .copyrite-contact .copyrite{
 margin-top: 20px
}

@media ( min-width: 576px ){
	
 .footer .copyrite-contact ul li{
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px
 }
 .footer .copyrite-contact ul li+li:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 18px;
  margin-top: -9px
 }
	
}


/*
 Fin
 */

.footer .Fin{
 padding-top: 32px;
 padding-bottom: 32px
}

/*
 QRCode
 */

.footer .QRCode{
 padding-top: 40px;
 padding-bottom: 37px;
 text-align: center
}

