.mobile-logo {
	position: absolute;
	width: auto;
	height: 100px;
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 25px;
	-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;
}

.mobile-logo img {
	padding: 15px;
	width: auto;
	height: 100%;
}

#open-nav,
#close-nav {
	display: block;
	position: fixed;
	top: 25px;
	right: 25px;
	color: #FFFFFF;
	background-color: #2C4E6B;
	cursor: pointer;
	font-size: 20px;
	z-index: 1600;
	padding: 5px;
	padding-right: 8px;
	padding-left: 8px;
}

/* #open-nav:hover {
	background-color: #FFFFFF;
} */

#close-nav {
	display: none;
	color: #2C4E6B;
	background-color: #FFFFFF;
}

.nav-overlay {
	background-color: rgba(255, 255, 255, 0.9);
	float: left;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	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;
	opacity: 1;
	left: 0;
	display: none;
	z-index: 999;
}


nav ul {
	margin: 0;
	list-style: none;
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 0;
	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: #333;
	cursor: pointer;
	font-size: 28px;
	font-weight: 700;
	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: "Montserrat", sans-serif;
}

nav ul li:hover>a,
nav ul li a.pressed {
	text-decoration: none;
	color: #2C4E6B;
	-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: #2C4E6B;
	-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: #2C4E6B;
	-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: #FFF;
	background-color: #173854;
	padding: 8px;
	padding-left: 9px;
	padding-right: 9px;
	border-radius: 3px;
	border-radius: 150px;
	display: none;
}

#scroll-top i {
	font-size: 24px;
}