		body{font-size:13px;}
		.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: #000066;
	   color: white;
	   text-align: center;
		  padding-top:5px;padding-bottom:10px;
	   }
	   .logo_img
	   {
		margin-left:10px; width:165px;
	   }
	   
	  .mobilepage
      {
           display:block;
      }
}