@charset "UTF-8";
/* CSS Document */
/*

/* Default demo styles */
.snap-drawer {
  background-color: #666;
  /*position: absolute;*/
}
.snap-drawer ul {
  padding: 0;
  list-style-type: none;
}
.snap-drawer > .login-panel li:first-child {
list-style-type: none;
text-align: right;
}

.snap-drawer li > a {
  display: block;
  padding: 15px;
  color: #fff;
    text-indent: 20px;
  background-color: #333;
  border-bottom: 1px solid #000;
}
.snap-drawer li > a:hover {
  background-color: #006;
}

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    /*position: fixed;*/
    top: 0;
    height: 500%;
    z-index: 999999;
    overflow-y: auto;
    /* Specify the width of your pageslide here */
    width: 265px;
    padding: 1%;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

.snap-drawer li > a.close {
	background:#000;
	transition: all 0.2s linear 0s;
	padding:5px 5px 8px;
	 border-bottom:none;
	 font-size:28px;
	 line-height:none;
}

.snap-drawer li > a.close:hover {
	background:#999;
}