.menu{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index:999;
	background:#e3e2e2;
	border-top:2px solid #b2b1b0;
}
@media screen and (max-width: 2000px) { 
   .menu{
      height: 65px;
   }  
} 
@media screen and (max-width: 450px) { 
   .menu{
      height: 65px;
   }  
} 
@media screen and (max-width: 400px) { 
   .menu{
      height: 60px;
   }  
} 
@media screen and (max-width: 350px) { 
   .menu{
      height: 55px;
   }  
} 
.menu .col-xs-3{
  height:55px;
  position:relative;
  z-index:1000;
}
.menu .outimg{
	position: fixed;
    width: 100%;
	text-align:center;
	bottom:0px;
}
.menu img{
    width: 100%;
    max-width: 400px;	
}