	.mobilefooter a{text-decoration:none; color:#fff; font-size:11px;font-weight:bold}
		.mobilefooter{ display:none}

@media screen and (max-height: 450px) 
{
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .mobilefooter
      {
           display:block;
      }
  
}
@media screen and (max-width: 767px) 
{
      
	  .mobilefooter
      {
	   display:block;
	   position: fixed;
	   left: 0;
	   bottom: 0;
	   width: 100%;
	   border-top:5px solid #CCCCCC;
	   background-color: #007F86;
	   color: white;
	   text-align: center;
	   padding-top:3px;padding-bottom:5px;
	   z-index:1;
	   }
	   .logo_img
	   {
		margin-left:10px; width:165px;
	   }
	   
	  .mobilepage
      {
           display:block;
      }
}