@media (min-width: 768px){
	.l-page {
	    font-size: 1em;
	    line-height: 1.5;
	}
}
@media only screen and (min-width:768px) and (max-width:979px){

}
@media (min-width: 1120px){
	.l-pagetop{
	    width: 1120px;
	}
}
@media only screen and (min-width:980px) and (max-width:1279px){

}

@media only screen and (min-width:768px) and (max-width:1279px){


}
@media all and (max-width: 800px) {
  #toolbar, #admin-menu {
    display: none; 
  }
  html body.toolbar, html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important; 
  }
}