.topbar{
    display:none;
}
.menucontainer .menuicon{
   display:none !important;
}
.copyright_block .designby{
    float:left !important;
}
.copyright_block .designby a{
  text-decoration:none !important;
}
@media only screen and (max-width: 480px){
  .menucontainer .menuicon {
      display:block !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait){
  .addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext{
    display:none;
	}
  .menucontainer .menuicon {
      display:block !important;
  }
}
@media only screen and (max-device-width: 480px){
  .addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext{
    display:none;
	}
}