@charset "UTF-8";
#navpointsmall {
	z-index: 4;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin: 0px;
	float: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*#navpoint {
	z-index: 2;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	float: right;
	margin-top: -1rem;
	margin-right: 0rem;
}*/


#navpoint {
	z-index: 2;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	padding: 0px;
	margin: 0px;
}
.navpointbox {
	display: block;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	position: fixed;
	float: right;
	top: 0px;
	right: -100px;
}
.navpointboxsticky {
	z-index: 2;
	display: block;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	position: fixed;
	float: none;
	top: 0%;
	right: 0px;
}

.menubtn  {
	height: 3rem;
	width: 3rem;
	transition: all 0.6s ease-in-out 0s;
	border-radius: 0%;
	box-shadow: 0px 0px 5px rgba(26,36,46,0.2);
	margin: 0px;
	box-sizing: border-box;
	display: block;
	z-index: 2000;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	padding: 0px;
	text-align: center;
	background-color: rgba(26,36,46,0.6);
	border: 0px solid #FFF;
	background-image: url(../img_site/menu_open.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}
@media only screen and (min-width:768px){
.menubtn  {
	background-position: 1px 0px;
}
}
.menubtn:hover{
	background-color: rgba(192,199,204,0.5);
	color: rgba(192,199,204,0.9);
	text-decoration: none;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.svg-hamburger {
	width: 3rem;
	margin: 0px;
	padding: 0px;
	height: 3rem;
	vertical-align: top;
	opacity: 1;
}
a.closebtn  {
	position: absolute;
	top: 0px;
	right: 0rem;
	opacity: 0;
	box-shadow: 0px 0px 5px rgba(26,36,46,0.2);
	border-radius: 0%;
	width: 3rem;
	display: block;
	height: 3rem;
	background-color: rgba(192,199,204,0.9);
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	opacity: 0.2;
	border: 0px solid #FFF;
	background-image: url(../img_site/menu_close.png);
	background-repeat: no-repeat;
	background-position: -2px -1px;
}
@media only screen and (min-width:768px){
a.closebtn  {
	background-position: -0px -0px;
}
}
a:hover.closebtn {
	background-color: rgba(192,199,204,0.3);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-decoration: none!important;
}
#sidenavbox {
	background-color: rgba(26,36,46,0.95);
	z-index: 5000;
	-webkit-transition: all 0.6s ease-in-out 0.0s;
	-moz-transition: all 0.6s ease-in-out 0.0s;
	-ms-transition: all 0.6s ease-in-out 0.0s;
	-o-transition: all 0.6s ease-in-out 0.0s;
	transition: all 0.6s ease-in-out 0.0s;
}


.sidenav {
	height: 100%;
	width: 0%;
	position: fixed;
	z-index: 1;
	top: 0;
	/*left: 0;*/
	overflow-x: auto;
	transition: all 0.5s ease-in-out 0.15s;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	-moz-transition: all 0.5s ease-in-out 0.15s;
	-ms-transition: all 0.5s ease-in-out 0.15s;
	-o-transition: all 0.5s ease-in-out 0.15s;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.sidenavlogo {
	padding-top: 0px;
	padding-right: 3vw;
	padding-bottom: 30px;
	padding-left: 3vw;
	max-width: 240px;
}
.navbody {
	width: 20vw;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 30vw;
	margin-top: 10vh;
	min-width: 300px;
	text-align: center;
}
.navbody a {
	text-decoration: none;
	font-size: 24px;
	line-height: 48px;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
	font-weight: 200;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-style: normal;
	text-align: center;
	padding-bottom: 2px;
}
.navbody a:hover {
	color: #111;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.5s;
}
.homebut {
	margin-bottom: 6px;
	height: 13px;
	width: 22px;
}

.topnav {
	text-decoration: none;
	/*font-size: 15px;*/
	line-height: 32px;
	color: #666666;
	display: block;
	transition: 0.3s;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-family: Calibri, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif, "Droid Sans", "Tahoma Bold";
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF2AF;
	font-style: normal;
}
.navsub {
	padding-left: 12px;
}
#container {
	transition: margin-left 0.5s ease-in-out 0.25s;
	-webkit-transition: margin-left 0.5s ease-in-out 0.25s;
	-moz-transition: margin-left 0.5s ease-in-out 0.25s;
	-ms-transition: margin-left 0.5s ease-in-out 0.25s;
	-o-transition: margin-left 0.5s ease-in-out 0.25s;
}

@media only screen and (min-width:0) and (max-width:575px){

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {
}
}
