﻿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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
	word-wrap: break-word !important;
	outline: none !important;
	-moz-outline: none !important;
}
a:hover {
	text-decoration: none;
}
a {
	color: white;
}
a:hover {
	color: white;
}
img.full {
	min-width: 100%;
}
.lessfull {
	max-width: 80%;
	margin: 0 auto;
}
@media(max-width:992px) {
	.lessfull {
		max-width: 100%;
		width: 100%;
	}
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.nospace {
	margin: 0 !important;
	padding: 0 !important;
}
.clear {
	clear: both !important;
}
.padding0 {
	padding: 0 !important;
}
.noborder {
	border: 0 !important;
}
.nocontent:before {
	content: "" !important;
}
.100p {
	width: 100% !important;
}
.finetune {
	padding-left: 10px !important;
}
@media(max-width:768px) {
	.finetune {	
		padding: 0 !important;
	}
	.nospacesmallx {
		padding: 0 !important;
	}
}
@media(min-width:992px) {
	.noleftpadding {
		padding-left: 0 !important
	}
}
.whitebg {
	background: white !important;
}
.top5 {
	margin-top: 5px;
}
.top30 {
	margin-top: 30px !important;
}
.bot20 {
	margin-bottom: 20px !important;
}
.bot40 {
	margin-bottom: 30px !important;
}
.right0 {
	margin-right:0px !important;
}
