/**, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}*/
body {
	margin: 0;
}
html,
body,
.st-pusher,
.st-content {
	height: 100%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
button {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	line-height: normal;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled] {
	cursor: default;
}
button {
	border: none;
	color: #333;
	padding: 0.8em 0.2em;
	background: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px;
	border-radius: 2px;
}
.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 100%;
	/*width: 300px;*/
	/*height: 100%;*/
	background: #fcfcfc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-right: 1px solid #cfcfcf;
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}
/*.st-menu h2 {
    background-color: #00aeef;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    padding: 25px 15px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}*/
#top .st-menu h3, #page .st-menu h3 {
    background-color: #00aeef;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    padding: 25px 15px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
/*.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #333;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}*/
.st-menu ul li a {
    /*box-shadow: 0 -1px rgba(0, 0, 0, 0.2) inset;*/
    color: #333;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    padding: 15px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
/*.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}*/

.st-menu ul li a:hover {
	/*background: rgba(0,0,0,0.2);*/
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	/*color: #fff;*/
}
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}
