/* RESETING */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, main,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, summary,
table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header,
main, menu, nav, section, summary {
	display: block;
}

a, ins, del {
	text-decoration: none;
	color: inherit;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th {
	text-align: left;
}

q:after, q:before {
	content: "";
}

b, strong {
	font-weight: bold;
}

body {
	font-family: 'Segoe UI', sans-serif;
}

sup, sub {
	vertical-align: 0;
	position: relative;
	letter-spacing: 1px;
	font-size: 80%;
}

sup {
	bottom: 1.2ex;
}

sub {
	top: 0.6ex;
}


.clearfix:after {
content:"";
clear:both;
display:block;
}


/**/
.bold {
	font-weight:bold !important;
}
.font-size-110 {
	font-size:110% !important;
}