/* reset --- Eric Meyer's CSS Reset v2.0 + alpa --------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

img,
svg {
	vertical-align: bottom;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}

/* fonts reset*/

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

/* form reset*/

input,
select {
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}

/* box model reset*/

:root {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* TABLE-------------------------------------------------------------*/

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td,
caption {
	border: none;
}

/* FIGURE------------------------------------------------------------*/

figure,
figcaption {
	font-size: 1em;
}

/* HEADLINE----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

/* WORDS-------------------------------------------------------------*/

sup,
sub {
	font-size: 0.7em;
}

address {
	font-style: normal;
}

