*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
   margin: 0px;
   padding: 0px;
}
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Open sans", sans-serif;
	margin: 0;
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	line-height: 1.428;
}

html {
  -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
button, input, textarea {
  -webkit-appearance: none;
  padding: 0;
  font: inherit;
  background: transparent;
  border: 0;
  outline: 0;
}
button, input[type=button], input[type=submit] {
  cursor: pointer;
}
pre, code {
  font-family: Menlo, Consolas, monospace;
  font-size: inherit;
}