/*
*	template style
*	eveeno backend, all styles definitions
*/

html {
	overflow-x: auto;
	overflow-y: scroll;
	overflow-anchor: none;
}

body {
	overflow: hidden;
}

#header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10;
	height:60px;
    box-sizing: border-box;
}

#main {
	max-width: 1300px;
	display: flow-root;
	box-sizing: border-box;
}

#footer {
	background-color:#333;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
#footer,
#footer a,
#footer a:active,
#footer a:visited {
	color:#aaa;
}
#footer a:hover{
	color:#fff;
	decoration:underline;
}

#bottom {
	display:none;
}

@media (max-width: 959px) {
	#headermenu, #side {
		display:none;
	}
}
@media (min-width: 960px) {
	#sidetoggle {
		display:none;
	}
}