

.wrapper_footer[data-cattype="87001"]{
    background: #484848;
    /* background: linear-gradient(to bottom, #053043 0%,#02161f 100%); */
    z-index: 1;
    min-height: 50px;
    color: #fff;
    padding: 0px 0px 50px 0;
    overflow-x: hidden;
}

[data-cattype="87001"] .bg-yellow{
    height: 60px;
    width: 100%;
    background-size: 9%;
    background-position: top;
    margin-bottom: 30px;
}

.wrapper_footer[data-cattype="87001"] .container a {
    color: #fff;
}

.wrapper_footer[data-cattype="87001"] .container .link.grid a{
    vertical-align: middle;
}

.wrapper_footer[data-cattype="87001"] .container a:hover {
    color: #337ab7;
}



[data-cattype="87001"] .link.grid{
    width: 99%;
    margin: 15px auto 30px auto;
}
[data-cattype="87001"] .link.grid li{
    margin: 5px 9px;
    text-align: left;
}



@media screen and (max-width: 480px) {
    
    [data-cattype="87001"] .bg-yellow{
        height: 30px;
    }
    
    [data-cattype="87001"] .link.grid li{
        width: 100%;
        text-align: center;
    }
   
}






.floating-menu {
  font-family: sans-serif;
  background: #25d366;
  padding: 5px;
  width: 50px;
  z-index: 100;
  position: fixed;
  top: 88%;
  border-radius: 50%;
  height: 50px;
  left: 2%;
}

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

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