@media screen and (max-width: 640px) {
  .js #nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  #nav {
    position: relative;
  }
  #nav.opened { max-height: 9999px }
  #nav a:hover { background: transparent }
  #nav .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  #alpha{
	  position:relative;
  }
  #toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 70px;
    height: 55px;
    float: right;
    margin: 0 -2em 1em 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/toggle.gif") no-repeat 100% 33%;
	position:absolute;
	left:1%;
	right:auto;
	top:-90px;
  }
  .article #toggle {
	top:-90px;
}
