/*Kudos Utopia - Lahiru Fernando*/
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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

body {
	font-size: 1em;
	line-height: 1.25;
}
article, aside, details, div, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

button {
	border: 0px;
	cursor: pointer;
	font-family: fb;
}
button:active {
	outline: 0;
}
button:focus {
	outline: 0;
}

.cf:after{
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}
.clear {
	clear:both;
}
.div:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}
a {
	text-decoration: none !important;
	color: inherit;
}
li {
	list-style: none;
	list-style-type: none;
}
