@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, form, fieldset, input, button, p {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: normal;
}

input, button {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  font-size: 100%;
}

/* RESET HTML5 */
footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
footer, header, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
   z-index: 0;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-tap-highlight-color: transparent;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a:hover {
  outline-width: thick;
}