 *, *::after, *::before {
  box-sizing: border-box;
 
  line-height: 2;
  margin: 0; }


  
  div.page
  {
    overflow-x: hidden; 

  }

p {
  margin-bottom: 24px; }
  p:last-child {
    margin-bottom: 0; }

.content {
  margin: auto;
  max-width: 1200px;
  padding: 10px; 
    	
    	}

.invis {
  height: 1px;
  left: -999px;
  position: absolute;
  top: -999px;
  visibility: hidden;
  width: 1px; }

.main-base {
 	background-color:#000000;
 		background-image:url('../images/back8.jpg');
 		background-repeat:no-repeat;

  left: 0px;
  position: relative;
  transition: all .3s; 
  padding:10px;
  

  }


.nav-side {
/*  background: #333; */
background: linear-gradient(90deg, rgba(5,0,0,0) 0%,rgba(90,80,80,0.65) 100%);  
  color: #ddd;
  bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  height: 60px;
  left: 20px;
  overflow: hidden;
  padding: 8px 0;
  position: fixed;
  transition: all .3s;
  width: 60px;
  z-index: 2; }

.menu-list {

  height: 0%;
  list-style: none;
  margin: 0;
  overflow:hidden;
  padding-left: 3px;
  transition: all .3s; 
   white-space: nowrap;
  }
  
  .menu-list a {
    border-bottom: 1px solid #222;
    color: #fff;
    display: block;
    padding: 6px 8px;
    text-decoration: none; }
    .menu-list a:hover {
         background: linear-gradient(90deg, rgba(5,0,0,0) 0%,rgba(225,210,210,0.85) 100%);
         }





.btn-label {
/* font-family: arial; */
  cursor: pointer;
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0; }
  .btn-label .top {
    height: 3px;
    background-color: #122812;
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
  }
  .btn-label .middle {
    height: 3px;
    background-color:#344A34;
    position: absolute;
    top: 22px;
    left: 12px;
    right: 12px;
  }
  .btn-label .bottom {
    height: 3px;
    background-color: #566C56;
    position: absolute;
    top: 32px;
    left: 12px;
    right: 12px;
  }
  .btn-label .label {
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    font-size: 12px;
  }
  #nav-expand:checked + .nav-side .btn-label {
    display: none;
  }

.close {
  text-align: right;
  padding-right: 15px;
  line-height: 30px;
  font-size: 30px;
  cursor: pointer;
  cursor: hand;
  color:#566C56;
  
  display: none;
  height: 25px;
  border-bottom: 0px solid #344A34; }
  #nav-expand:checked + .nav-side .close {
    display: block;
  }

#nav-expand:checked + .nav-side {
  bottom: 0;
  height: 100%;
  left: 0;
  width: 235px; }
  #nav-expand:checked + .nav-side .menu-list {
    height: 100%; }
  #nav-expand:checked + .nav-side .btn-label {
    color: transparent;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px; }
  #nav-expand:checked + .nav-side + .main-base {
    left: 200px; }
  #nav-collapse + .main-base {
    left: 200px; }
  #nav-collapse + .main-base > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
    transition: opacity .3s; }
  #nav-collapse:checked + .main-base {
    left: 0; }
  #nav-collapse:checked + .main-base > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    opacity: 0;
    }