/* OPEN / CLOSE BTNS */
.menu-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 999;
    display: inline;
    font-size: 32px;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}
.btn-open:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 50px;
    vertical-align: middle;
    background: url(../images/menu-open.png);
    background-size: 45px 50px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
    color: #624a32;
}
.btn-close:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 50px;
    vertical-align: middle;
    background: url(../images/menu-close.png);
    background-size: 45px 50px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
    color: #624a32;
}
/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.9;
    /*margin-left:-15px!important;*/
}
.overlay .menu {
    margin: 10% auto;
    width: 100%;
}
.overlay .menu .menu-inner{
    /*background: #204, 255, 204, 0.55;*/
    background: url(../images/menu-bg.png);
}
.overlay .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.overlay .menu ul li {
    float: right;
    padding: 50px 0 10px 0;
    width: 50%;
    height: 100%;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    /*background:  rgba(0,0,0,1);*/
    background: url(../images/menu-bg.png);
position: fixed ;
top:0;right:0;
}
.overlay .menu ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.overlay .menu ul ul {
    margin-top: 50px;
}
.overlay .menu ul ul li {
    position: relative;
    float: none;
    padding:0;
    width: 100%;
    border: 0;
    color: #fff;
	font-size: 18px!important;
	line-height: 24px!important;
	font-weight: normal!important;
}
.overlay .menu ul ul li span {
	font-size: 12px;
}
.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}
.overlay .menu ul ul li a:hover {
    color: #fff;
}
.overlay .menu ul ul li:last-child {
    font-size: 14px;
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 50px;
        width: 100%;
        border-bottom: 1px solid #575757;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 0;
    }
.overlay .menu ul ul li  {
    position: relative;
    float: none;
    margin: 0 0 15px 0 !important;
    padding:0;
    width: 100%;
    border: 0;
    color: #fff;
}
.overlay .menu ul ul li img{
    border-top:1px dotted #fff;
    }
    .overlay .menu ul ul li:last-child img{
    border-top:1px dotted #fff;
    border-bottom:1px dotted #fff;
    }
    .menu-btn {
      position: fixed;
      top: -5px;
      right: 10px;
        width:45px;
    }
   .menu-btn a{

    }
.btn-open:after {
    }

}

.allexamples{
  position:absolute;
  bottom:0;
  font-size:18px;
  font-weight:bold;
  width:100%;
  text-align:center;
  background:#e9e9e9;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#333;
  position:fixed;
}
