html, body, div, span,
h1, h2, h3, h4, p,
a, em, img, strong, sub, sup, i, 
ul, li,fieldset, form, label,
article, aside, figure, figcaption, footer, header, 
menu, nav, output, ruby, section, summary
    {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside,figcaption, figure, 
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

*{

	box-sizing:border-box;
}

a{

	color:#000;
	text-decoration:none;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

strong{

	font-weight: bold;
}