*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*{
	margin: 0;
	padding: 0;
}
html {
  font-size: 62.5%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-weight: inherit;
  font-style: inherit;
}
del, ins {
  text-decoration: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup,sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
input, button, textarea, select {
  *font-size: 100%;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, p, ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  list-style-type: none;
}
img {
/*  vertical-align: bottom;*/
  -webkit-tap-highlight-color: transparent;
}
select::-ms-expand {
  display: none;
}
a {
  border-bottom: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  outline-width: thick;
}