.bottom-navigation-band{
    display: none;
}
.bottom-navigation-band-modal{
    display: none;    
}
@media only screen and (max-width: 768px) {    
  .bottom-navigation-band{
    display: inline-block;
    width: 100%;
    position: fixed;
    /*bottom: 0 !important;*/
    background: #f9f9f9;
    box-shadow: 1px 1px 22px -4px #000;
    z-index: 9999999;
    color: #000000;
    height: 50px;
    transition: bottom .5s;
  }
  .bottom-navigation-band-modal{
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 50px;
    background: #ffffff;
    box-shadow: 1px 1px 22px -4px #000;
    z-index: 9999998;
    color: #000000;
    transition: bottom .5s;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bottom-navigation-band-a img{
	     margin: 0 auto;
    width: 22px;
    vertical-align: initial;
    display: block;
    padding-top: 6px;
    margin-right: 7px;
  }
  .bottom-navigation-band-a img.blob.yellow {
  background: rgba(64 65 113, 1);
  box-shadow: 0 0 0 0 rgba(64 65 113, 1);
  animation: pulse-yellow 2s infinite;
  border-radius: 100%;
}
.blob {
     background: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(0 0 0);
    margin: 0 auto;
    height: 35px;
    width: 35px;
    margin-top: 8px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.blob.white {
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.blob.orange {
  background: rgba(255, 121, 63, 1);
  box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(255, 121, 63, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

.blob.yellow {
  background: rgba(255, 177, 66, 1);
  box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.blob.blue {
  background: rgba(52, 172, 224, 1);
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(52, 172, 224, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.blob.green {
background: rgba(37,211,102,1);
    box-shadow: 0 0 0 0 rgb(37 211 102);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(37,211,102, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}

.blob.purple {
  background: rgba(142, 68, 173, 1);
  box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}
  .bottom-navigation-band.not-show-band{
    bottom: -51px;  
  }
  .bottom-navigation-band.show-band{
    bottom: 0px;  
  }  
  .bottom-navigation-band-modal.hide-band-modal{      
    bottom: -100%;
  }
  .bottom-navigation-band-modal.show-band-modal{
      bottom: 50px;
  }
  .bottom-navigation-band-left{
    display: inline-block;
    float: left;
    width: 165px;
    padding-right: 10px;  
  }
  .bottom-navigation-band-right{
    display: inline-block;
    float: left;
    width: calc(100% - 165px);
    padding-left: 10px;
    text-align: right;
  }
  .bottom-navigation-band-a{
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 12px;
    border-right: 1px solid #ccc;
    text-align: center;
    color: #000;
    font-size: 30px;
	line-height: 30px;
  }
  .bottom-navigation-band-a.not-padding{
	     padding: 0;
    float: right;
    display: inline-block; 
  }
  .bottom-navigation-band-modal-item{
    display: inline-block;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 10px;
    color: #565656;  
    margin-bottom: 10px;
	    padding-top: 5px;
  }
  .bottom-navigation-band-modal-item:hover{
     color: #673ab7; 
  }
  .bottom-navigation-band-a.not-padding .fa{
	  color:#ffffff !important;
  }
  .bottom-navigation-band-modal-item i{
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
  }
  .bottom-navigation-band-modal-item img{
	  height: 50px;margin-bottom: 5px;width: auto;max-width: 100%;
  } 
  .bottom-navigation-band-modal-item span{
        display: block;
    font-size: 13px;
    line-height: 15px;
    min-height: 40px;
    font-weight: bold;
    color: #000;
  }  
  .bottom-navigation-band-modal-item-0{
      border-left:1px solid #eee;
      border-right:1px solid #eee;
  }
}
