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-size: inherit;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden !important;
}
body {
	min-width: 320px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
* {
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
	outline: 0 none !important;
}
a, a:hover, a:focus, a:active, a:visited {
	outline: none !important;
	text-decoration: none;
	background: transparent;
}
ul {
	list-style: none;
}

ul li {
	position: relative;
}

ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}

ol {
	list-style-type: decimal;
  	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	height: auto;
}
input, select, textarea, optgroup {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 1px solid;
	border-radius: 0;
	font-family: inherit;
  	font-size: inherit;
  	line-height: inherit;
   text-transform: none;
	-webkit-appearance: none;
   -moz-appearance:   none;
   appearance:        none;
}
input::-moz-placeholder {
	color: inherit; 
	opacity: 1;
}
input::-ms-input-placeholder {
	color: inherit; 
	opacity: 1;
}
input::-webkit-input-placeholder {
	color: inherit; 
	opacity: 1;
}
textarea::-moz-placeholder {
	color: inherit; 
	opacity: 1;
}
textarea::-ms-input-placeholder {
	color: inherit; 
	opacity: 1;
}
textarea::-webkit-input-placeholder {
	color: inherit; 
	opacity: 1;
}
input[type="checkbox"] {
	width: auto;
   -webkit-appearance: checkbox;
   -moz-appearance:   checkbox;
   appearance:        checkbox;
}
input[type="radio"] {
	width: auto;
   -webkit-appearance: radio;
   -moz-appearance:   radio;
   appearance:        radio;
}
input[type="submit"] {
	width: auto;
	cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea {
	resize: none;
}
input:focus,
select:focus, 
textarea:focus {
	outline: none;
}
svg {
	width: 100%;
	height: 100%;
}
button {
	border: 0 none;
	background: transparent;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button:focus {
	outline: none !important;
}

button,
select {
	cursor: pointer;
}
