@charset "UTF-8";

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, main, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video,
input, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	overflow-x: hidden;
}
body {
	overflow: hidden;
    position: relative;
	-webkit-text-size-adjust: 100%;
}
#body-wrapper {
	max-width: 991px;
	margin: auto;
}
#wrapper {
	margin: 20px auto 0; 
}
a[href="javascript:void(0)"] {
	cursor: text;
}
@media screen and (max-width: 991px) {
#body-wrapper {
	padding: 0 15px;
}
}
@media screen and (max-width: 767px) {
#wrapper {
	margin-top: 10px;
}
}
