@charset "UTF-8";@media all and (max-width: 1400px) {.mobile-logo {
	position: absolute;
	width: 150px;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 1600;
	border-bottom-right-radius: 25px;
}

.mobile-logo img { 
	padding: 15px;
	width: 100%;
	height: auto;
}

#open-nav, #close-nav {
	display: block;	
	position: fixed;
	top: 2.5%;
	right: 25px;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	z-index: 1600;
	padding: 5px;
	padding-right: 8px;
	padding-left: 8px;	
}

#open-nav {
	border: solid 2px #f59c0c;
	border-radius: 5px;	
	background-color: #f59c0c;
}

#open-nav:hover{
	border: solid 3px #f59c0c;
}

#close-nav {
	font-size: 40px;
	top: 20px;
	right: 10px;
	color: #f59c0c;
	display: none;	
}

.nav-overlay {
	background-color: rgba(255,255,255,0.9);
	float: left;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1500;
	opacity: 1;
	display: none;
}

.logo {
	display: none;	
}

nav {
	background-color: rgba(255,255,255,0.9);
	float: left;
	height: 100%;
	width: 100%;
	position: fixed;
	padding-top: 90px;
	z-index: 1550;
	opacity: 1;
	left: 0;
	display: none;
}


nav ul{
	margin: 0;
	list-style: none;
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 0;
	z-index: 999;
	position: relative;
	display: inline-block !important;
	zoom: 1;
	*display:inline;				
	float: left;
	width: 100%;
}
nav ul li{
	display: block;
	white-space: nowrap;
	font-size: 0;
	float: left;
	text-decoration: none;
	width: 100%;
	height: auto;
}
* html nav ul li a{
	display:inline-block;}
nav ul>li{
	margin:0;}
nav ul a:active, nav ul a:focus{
	outline-style:none;}
nav ul a{
	display: block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #f59c0c;
	cursor: pointer;
	font-size: 28px;
	font-weight: 400;
	border-right-width: 0;
	line-height: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 0.1em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-family: 'Oswald', sans-serif;
}
nav ul li:hover>a,nav ul li a.pressed{
	text-decoration: none;
	color: #585855;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
nav ul li:hover>a,nav ul li > a.pressed{
	text-decoration: none;
	color: #585855;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

nav ul li:active, nav ul li:focus, nav ul a:active, nav ul a:focus {
	text-decoration: none;
	color: #585855;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}

nav ul li {
	border: none !important;
}

@media all and (max-width: 600px) {
	nav ul a{
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: 700;
	}
}

@media all and (max-width: 450px) {
	nav ul a{
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
		letter-spacing: 0.05em;
		font-weight: 700;
	}
}

/* Scroll-Top */

#scroll-top {
	position: fixed;
	bottom: 50px;
	right: 15px;
	cursor: pointer;
	color: #585855;
	background-color: #f59c0c;	
	padding: 8px;
	padding-left: 9px;
	padding-right: 9px;
	border-radius: 3px;
	border-radius: 150px;
	display: none;
	z-index: 1400;
}

#scroll-top i {
	font-size: 24px;	
}}
