/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	vertical-align: baseline;
	background:transparent;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.25px;
}

html {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'Noto Sans';
}

/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
template,
[hidden] {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #666;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
	font-weight: 700;
}
img {
	border-style: none;
}
dd, em {
	font-style: normal;
}
/*figure {
	margin: 1em 40px;
}*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
li {
	list-style: none;
}

/* Forms
   ========================================================================== */

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
input[type="number"],
input[type="email"],
input[type="search"],
textarea {
	-webkit-border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}
button {
	border: none;
	background: none;
}
optgroup {
	font-weight: bold;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
legend {
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
::-webkit-input-placeholder {
	color: #222;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

 textarea {
	resize: none;
 }