
.button-nav-toggle {

  float: right;
  border: 0;
  background: 0 0;
 
  outline: 0;
  cursor: pointer;
  position:relative;
  top: 10px;
    right: 43px;
      color: #202121;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.nav-main {
  transition: right .25s ease-in-out;
  background: #2c3e50;
  position: fixed;
  overflow-x: hidden;
  width: 300px;
  right: -300px;


  top: 0;
  bottom: 0;
  z-index:10000;
}

.nav-main .nav-container {
  transition: left .25s ease-in-out;
  position: relative;
  left: 0;
  top:0;
  height:100%;
 min-height: calc(100% - 328px); 
}
.nav-header{
background:#6cc9bf;
padding:16px;	
}
.nav-footer{
background:#212b33;
padding:16px;	
}
.nav-social{
    background: #293640;
    padding: 16px;
}
.nav-social h5{
	    color: #fff;
    font-size: 17px;
    padding: 10px 0 20px 0;
}
.nav-social ul li{
padding-bottom:10px;	
}
.nav-social ul li a{
color:#fff;	
}
.nav-social ul li a:hover .fa-facebook {
    color: #3b5998;
}
.nav-social ul li a:hover .fa-twitter {
    color: #00abec;
}
.back-pad{
padding: 0 20px;
    background: #354b61;
}
.clrwhite{
    padding-right: 10px;
    width: 30px;	
}
.nav-footer h6{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 6px;
    padding-top: 5px;
}
.icon{
padding-right:3px;	
}

.nav-main .nav-container.show-sub { left: -280px }

.nav-main .nav-container ul {
  margin: 0;

}
.has-sub-nav a img{
padding-right:10px;	
}
.nav-main .nav-container ul li {
  list-style: none;
  border-bottom: 1px solid #4b5e71;
    padding: 0 20px;
}

.nav-main .nav-container ul li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 16px
}

.nav-main .nav-container ul li a:hover { color: #87d9e4 }

.nav-main .nav-container ul li ul {
  display: none;
  width: 280px;
  position: absolute;
  right: -280px;
  top: 0
}

.nav-main .nav-container ul li ul li { border: 0 }

.nav-main .nav-container ul li ul li.nav-label {
  border-top: 1px solid #d5d7da;
  padding: 25px 0 10px
}

.nav-main .nav-container ul li ul li a {
  padding: 4px 0 15px;
  font-size: 14px
}

.nav-main .nav-container ul li ul li a.back {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 25px;
  background: url(../img/arrow-left1.png) left center no-repeat
}
.nav-main .nav-container ul li ul li a.back:hover {
color:#fff;	
}
.nav-main .nav-container ul li.has-sub-nav a { background: url(../img/arrow-right.png) right center no-repeat }

.nav-main .nav-container ul li.has-sub-nav ul a { background: 0 0 }

.nav-main .nav-container ul li.active ul { display: block }

.open .nav-main { right: 0 }


.header-main {
  overflow: hidden;
  padding: 20px 0
}

.section-stage {
  background: #202020;
  width: 100%;
  height: 500px
}

.main {
  transition: right .25s ease-in-out;
  position: relative;
  right: -40px;
}

.main.open { right: 150px;z-index:10000; }
