@charset "utf-8";


html, body, div, section,header,footer,nav, span, input,textarea, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	display: inline-block;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

strong, b {
	font-weight: bolder;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
    font-weight: normal;
}

button {
    background: none;
    border: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

::before, ::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}
input,textarea,select {
	-webkit-appearance: none;
	appearance: none;
  }