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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
input,
button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
}
 
input::-moz-focus-inner,
button::-moz-focus-inner {
    outline: 0; 
    border: 0; 
    padding: 0;
}
*,
*:before,
*:after{
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
}
*:focus {
    outline: none;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
	content: " ";
	height: 0px;
	display: block;
}
img {
    vertical-align: middle;
    max-width:  100%;
    height: auto;
}