

.icon-bar {
position: fixed;
top: 50%;
z-index:1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #00CC00;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


.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:10px solid #FEDB72;
	   background-color:#006600;
	   color: white;
	   text-align: center;
	   padding-top:3px;padding-bottom:5px;
	   }
	   .logo_img
	   {
		margin-left:10px; width:165px;
	   }
	   
	  .mobilepage
      {
           display:block;
      }
}
