body {
 
  padding-left: 280px;
}
main {
  position: relative;
  height: 100vh;
}
main .helper {
  background: rgba(0, 0, 0, 0.2);
  color: #ffea92;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1.2em 2em;
  text-align: center;
  border-radius: 20px;
  font-size: 2em;
  font-weight: bold;
  
  
  
}

main .container {
  background: rgba(0, 0, 0, 0.2);
  color: #ffea92;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1.2em 2em;
  text-align: center;
  border-radius: 20px;
  font-size: 2em;
  font-weight: bold;
  
  
  
}

.helper {
  
 
 margin-left: 40px;
 margin-right: 40px;
 
  
}


.helpergallery {
  
 
 margin-left: 50px;
 margin-right: 50px;
 
  
}

#sotto
{
  position: fixed;
  bottom: 37px;
  width: 280px;
  text-align: center;
  background-color:;
  border-top: 0px solid #000000;
}

.testosotto {
	font-size: 14px;
	font-family: "Quicksand";
	color: #3a3733;
	line-height: 24px;
	text-align:left;
	padding-left:35px;
	padding-right:8px;
}


main .helper span {
  color: rgba(0, 0, 0, 0.2);
  font-size: 0.4em;
  display: block;
}
.menu {
  background: #f4f0e6;
  height: 100vh;
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  outline: none;
  border-right: 1px solid #eaeaea;
}
.menu .avatar {
  background: ;
  padding: 2em 0.5em;
  text-align: center;
}
.menu .avatar img {
  
  
 
}
.menu .avatar h2 {
  font-weight: normal;
  margin-bottom: 0;
}
.menu ul {
  list-style: none;
  padding: 0.5em 0;
  margin-top: -10px;
}
.menu ul li {
  padding: 0.1em 0em 0.3em 0em;
  font-size: 20px;
  font-weight: regular;
  
  
 
  cursor: pointer;
  font-family: 'Sulphur Point', sans-serif;
 
  margin: 0 auto;
}
.menu ul li.icon-dashboard {
  background-image: url("http://www.entypo.com/images//gauge.svg");
}
.menu ul li.icon-customers {
  background-image: url("http://www.entypo.com/images//briefcase.svg");
}
.menu ul li.icon-users {
  background-image: url("http://www.entypo.com/images//users.svg");
}
.menu ul li.icon-settings {
  background-image: url("http://www.entypo.com/images//tools.svg");
}
.menu ul li:hover {
  
  background-image: url(../../sfondomenu.png);

  margin: 0 auto;
}
.menu ul li:focus {
  outline: none;
}


@media screen and (max-width: 800px) {
  body {
    padding-left: 0;
  }
  .menu {
    width: 280px;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
    transform: translate3d(-280px, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .menu .smartphone-menu-trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100%;
    background: #eba600;
	margin-left:2px;
  }
  .menu .smartphone-menu-trigger:before,
  .menu .smartphone-menu-trigger:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu .smartphone-menu-trigger:after {
    top: 55%;
    transform: translate3d(-50%, -50%, 0);
  }
  .menu ul li {
    
    font-size: 1.2em;
  }
  .menu:focus {
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
  }
  .menu:focus .smartphone-menu-trigger {
    pointer-events: none;
  }
}
