nav.navbar{
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	z-index: 3;
}
nav.m-top-menu-bar{
	position: fixed;
	left: 0; top: 70px;
	width: 100%;
	z-index: 2;
}
.main-container{
  margin-top: 140px;
}
.m-page-section div.m-div-info{
	display: none;
}


@media only screen and (max-width: 767px){
  .m-leftside{
    display: none;
  }
	.m-page-section{
	  margin: 1em 1em 2em 1em; padding: 1em;
	}
}
@media only screen and (max-width: 479px){
	.m-page-section{
	  margin: 1em 15px 2em 15px; padding: 0em;
	  border-width: 0px;
	}
}
