 

	
.button_container {
  	position: fixed;
  	top: 5.0rem;
  	right: 6%;
  	height: 30px;
 	width: 70px;
  	cursor: pointer;
  	z-index: 1000;
  	-webkit-transition: opacity .25s ease;
  	transition: opacity .25s ease;
	}	
@media screen and (max-width: 768px) {
  .button_container {
  	top: 3.0rem;
	width: 70px;
	}	
}		

	
	
.button_container:hover {
  	opacity: .7;
	}
.button_container.active .top {
  	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
            transform: translateY(11px) translateX(0) rotate(45deg);
  	background: #a2a2a2;
	}
.button_container.active .middle {
  	opacity: 0;
  	background: #a2a2a2;
	}	
.button_container.active .bottom {
  	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
            transform: translateY(-11px) translateX(0) rotate(-45deg);
  	background: #a2a2a2;
	}	
.button_container span {
  	background: #a2a2a2;
  	border: none;
  	height: 4px;
  	width: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	-webkit-transition: all .35s ease;
  	transition: all .35s ease;
  	cursor: pointer;
	}
.button_container span:nth-of-type(2) {
  	top: 11px;
	}
.button_container span:nth-of-type(3) {
  	top: 22px;
	}




	
	

.overlay {
  	position: fixed;
  	background: #79a0a6;
  	top: 1%;
  	left: 1%;
  	width: 98%;
  	height: 100%;
  	opacity: 0;
  	visibility: hidden;
  	-webkit-transition: opacity .35s, visibility .35s, height .35s;
  	transition: opacity .35s, visibility .35s, height .35s;
  	overflow: hidden;
	z-index: 100;
	border-bottom: 20px solid #ffffff;
	}
.overlay.open {
  	opacity: 1.0;
  	visibility: visible;
  	height: 100%;
	}
@media screen and (max-width: 768px) {
  .overlay {
	top: 1%;
	 width: 98%;
	height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .overlay {
	top: 0;
	left: 0;
  	width: 100%;
  	height: 100%;
	border-bottom: 5px solid #ffffff;
  }
}
@media screen and (max-width: 320px) {
  .overlay {
	top: 0;
	left: 0;
  	width: 100%;
  	height: 100%;
	border-bottom: none;
  }
}




.overlayinner {
	margin:0 auto;
	padding: 0;
	}



.navmenuright {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #ffffff;
	}	
.navmenuright ul {	
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	}
.navmenuright li {
	list-style-type: none;
	margin: 0 0 1.0rem 0;
	text-align: left;
	color: #ffffff;
	font-size: 2.0rem;
	line-height: 2.0rem;	
	font-family: "museo-sans";
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	overflow: hidden;
	}				
.navmenuright a:link, .navmenuright a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: "museo-sans";
	font-weight: 700;
	font-style: normal;
	}
.navmenuright a:active, .navmenuright a:hover  {
	color: #0c242e;
	text-decoration: none;
	font-family: "museo-sans";
	font-weight: 700;
	font-style: normal;
	}
.navmenuright li:before {
    background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}
.navmenuright li:before {
    right: 0.5em;
    margin-left: 0;
}
@media screen and (max-width: 768px) {
  .navmenuright li {
	margin: 0 0 0.8rem 0;
	font-size: 1.3rem;
	line-height: 1.3rem;

  }
	.navmenuright li:before {
    background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 17.5%;
	}
	
}





