@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, 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;
}

html {
	/* overflow-x: hidden; */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img, fieldset { border: 0; }
img { vertical-align: top; }
ul, ol, li { list-style: none; }

button, input, select, textarea { font-family: inherit; }
input, select { vertical-align: middle; }
input,
input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='submit'],
input[type='rest'],
input[type='button'],
textarea { border-radius: 0; background-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; }

select { border-radius: 0; background-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* select::-ms-expand { display: none; } */

input, select {
    vertical-align: middle;
}

a,
a:link { color: inherit; text-decoration: none; }

em, address { font-style: normal; }

table { width: 100%; border-collapse: collapse; border-spacing: 0px; empty-cells: show; table-layout: fixed; }
legend, caption { visibility: hidden; width: 0; height: 0; margin: 0; padding: 0; font-size: 0; line-height: 0; }

blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ''; content: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

*:focus { outline: none; } /* border: 0; */

button {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    text-decoration: none;
    border: none;
    background: transparent;
    outline: 0;
    cursor: pointer;
}