/**
 * Reset
 */

*{
	margin:0;
	padding:0;
	outline:none;
	border:0;
	font:16px/1.625em 'Inter', sans-serif;
	/*text-transform:capitalize;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display:block;
}
audio,
canvas,
video {
	display:inline-block;
}
audio:not([controls]) {
	display:none;
}
html {
	font-size:100%;
	text-size-adjust:100%;
}
html, body{
	height:100%;
}
html.no_scroll,
body.no_scroll{
	overflow:hidden;
	max-height:100%;
}
img{
	border:none;
}
input::-moz-focus-inner{
	padding:0;
	margin:0;
	border:none;
}
input[type="submit"]{
	appearance: none;
}