
html.freeze {
	overflow: hidden;
}
#offnav-wrapper {
	display: none;
}
#offnav,
#offnav-btn,
#offnav-btn .burger {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#offnav-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	background: none;
	top: 45px;
	right: 20px;
	z-index: 1000001;
	cursor: pointer;	
}
#offnav-btn .burger {
	width: 30px;
	height: 5px;
	background: #000;
	margin-bottom: 5px;	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#offnav-btn .bar3 {
	margin-top: -10px
}
#offnav-btn:hover > .burger {
	background: #0062a6;
}
#offnav-btn.active .bar1,
#offnav-btn.active .bar4 {
	opacity: 0;
}
#offnav-btn.active .bar2 {
	transform: rotate(45deg);
}
#offnav-btn.active .bar3 {
	transform: rotate(-45deg);
}

#offnav {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 60px; 
	left: 0;
	z-index: 1000001;
	
}
.offnav-inner {margin-bottom: 200px;}
#offnav.active {
	display: block;
	overflow-y: scroll;
}
#offnav ul,
#offnav li {
	list-style: none;
	display: block;
}
#offnav a {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	display: block;
	/* padding: 16px 24px; */
	line-height: 1.6em;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-align: center;
	background: #0062a6;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 15px;
}

#offnav a:hover { 
	background: #000;
}
#offnav .current-menu-item.inactive > a  {
	color: #0062a6 !important;
}
#backbutt {
	background: 0 0 rgba(255, 255, 255, 0);
	height: 100%;
	display: none;
    position: fixed;
    top: 0; 
	left: 0;
    width: 100%;
	z-index: 9999;
}
#overlay {
	background: 0 0 rgba(255, 255, 255, 0.9);

	height: 100%;
	display: none;
    position: fixed;
    top: 0; 
	left: 0;
    width: 100%;
	z-index: 9999;
}

@media only screen and (max-width: 860px)  {
    #offnav-wrapper {
        display: block;
    }
    #offnav {
        top: 60px;
        left: 0;
        width: 60%;
        height: 90%;
        margin: 0;
        padding-top: 60px;
        padding-left: 20%;
        padding-right: 20%;
        overflow-y: scroll !important;
    }
}

@media only screen and (max-width: 760px) and (orientation:landscape) { 
    #offnav-wrapper {
        display: block;
    }
    #offnav {
        top: 60px;
        left: 0;
        width: 60%;
        height: 90%;
        margin: 0;
        padding-top: 0px;
        padding-left: 20%;
        padding-right: 20%;
        overflow-y: scroll !important;
    }
}

@media only screen and (max-width:479px) {
#offnav {
	top: 60px;
	left: 4%;
	width: 92%;
	height: 90%;
	margin: 0;
	padding: 0;
	overflow-y: scroll !important;
}
}