/* RESETS */
article, aside, footer, header, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display:inline;
*zoom:1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display:none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-text-stroke: 0.5px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: subpixel-antialiased; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, button, input, select, textarea { font-family: sans-serif; }
body { margin: 0; padding: 0; }
a:hover, a:active, a:focus, object:focus, object, embed { outline: 0; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
h1 { font-size: 1.8em; margin: 0; font-weight: normal; }
h2 { font-size: 1.3em; margin: 0; font-weight: normal; }
h3 { font-size: 1.15em; margin: 0; font-weight: normal; }
h4 { font-size: 1em; margin: 0; font-weight: normal; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
menu, ol, ul { padding: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; padding: 0; margin: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
form { margin: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align:middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow:visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height:13px; *width:13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
