[data-cattype="87001"] .wrapper_footer {
	background: #fff !important;
}

.wrapper_footer{
    background: #fff !important;
    z-index: 1;
    min-height: 50px;
    color: #000 !important;
    font-size: 15px;
}


.wrapper_footer .container {
	padding: 20px 15px 20px 15px;
}

.wrapper_footer .container a {
    color: #002c3c !important;
    padding: 0 10px 0px 5px;
    margin: 0;
}


.wrapper_footer .container a:hover {
    color: #ed3668 !important;
}


.wrapper_footer .container .link.grid a{
    vertical-align: middle;
}

.wrapper_footer .container a:hover {
    color: #007CC3;
}


.wrapper_footer p {
	margin-top: 0;
	margin-bottom: 0;
}


.wrapper_footer .container li {
    border-right: 1px solid #fff;
    vertical-align: middle;
}
.wrapper_footer .container li:nth-child(5),
.wrapper_footer .container li:last-child{
    border-right: 0;
}






.floating-menu {
  font-family: inherit;
  background: #25d366;
  padding: 5px;
  width: 50px;
  z-index: 100;
  position: fixed;
  bottom: 20px;
  border-radius: 50%;
  height: 50px;
  right: 20px;
}

.floating-menu a{
  font-size: 30px;
  display: block;
  margin: -3px auto;
  color: white;
  text-align: center;
	width:100%;
}

.floating-menu:hover{
  opacity:0.8;
}
