/******  Reset ******/

html {
	box-sizing: border-box;
	font-size: 1rem;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

abbr, acronym, address, applet, article, aside,b, big, blockquote, body,
caption, center, cite, code,dd, del, details, dfn, div, dl, dt,em,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, html,i, iframe, img, ins,
kbd,label, legend, li,main, mark,nav,object, ol,p, pre,q,
s, samp, section, small, span, strike, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, tt,u, ul,var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}


/* *************************************************************************
   		Reset
   ************************************************************************* */