/*--reset--*/
/* line 5, ../scss/reset2.scss */
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,
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: normal;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 95, ../scss/reset2.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 109, ../scss/reset2.scss */
html {
  overflow-y: scroll;
}

/* line 113, ../scss/reset2.scss */
blockquote,
q {
  quotes: none;
}

/* line 118, ../scss/reset2.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 126, ../scss/reset2.scss */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 134, ../scss/reset2.scss */
input,
textarea {
  margin: 0;
  padding: 0;
}

/* line 140, ../scss/reset2.scss */
ol,
ul {
  list-style: none;
}

/* line 145, ../scss/reset2.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 150, ../scss/reset2.scss */
caption,
th {
  text-align: left;
}

/* line 155, ../scss/reset2.scss */
a:active {
  color: inherit;
}

/* line 159, ../scss/reset2.scss */
a:focus {
  outline: none;
}

/* line 163, ../scss/reset2.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 168, ../scss/reset2.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* line 174, ../scss/reset2.scss */
video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/*--//reset--*/
