
#fade {
    width: 100%;
    height: 100%;
    display:block;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    opacity:1;
    transition: all .6s cubic-bezier(.86,0,.07,1);
}


body.pace-running #fade {
    background-color: #f7f7f7;
}
body {
  transition: all .5s ease;
}
body.pageTrans {
  opacity: 0;
  transition: all .5s ease;
  padding-top: 20px;
}
body.pageTrans header {
  padding-top: 20px;
}
body.pageTrans .slideMenu {
  padding-top: 20px;
}