/*	Resets */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,hr,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,footer,header,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display: block;
}
* {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: 100;
}

/* Selection colours (easy to forget) */
::selection {
	background: #ffffcc;
}

::-moz-selection {
	background: #ffffcc;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

body {
	background: #FFF;
	-webkit-tap-highlight-color: #CCC;
}
.bgg-blue { background-color: #3f85f2; }
.bgg-red { background-color: #dd4437; }
.bgg-yellow { background-color: #f4b400; }
.bgg-green { background-color: #0f9d58; }
.bgg-purple { background-color: #7e3794; }
.fontg-blue { color: #3f85f2; }
.fontg-red { color: #dd4437; }
.fontg-yellow { color: #f4b400; }
.fontg-green { color: #0f9d58; }
.fontg-purple { color: #7e3794; }

/* Styles */
a img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400 !important;
	line-height: 1.5em;
}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 * {
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	font-family: inherit !important;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.7em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1em;
}

a, button {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #FCC;
}

a:focus {
	outline: thin dotted;
}

a:hover,a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

p {
	padding: 0 0 0.7em;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

address {
	font-style: normal;
}

q {
	quotes: none;
}

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

small {
	font-size: 85%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,ol {
	margin: 0 0 1em;
	padding: 0 0 0 1.5em;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not (:root ) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
*:focus {
	outline: none;
}

button,input {
	line-height: normal;
	padding: 0;
	margin: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled],input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid,textarea:valid {
	
}

input:invalid,textarea:invalid {
	background-color: #f0dddd;
}

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

th, td {
	vertical-align: middle;
	text-align: left;
}

th {
	font-weight: bold;
	text-align: center;
}

th,td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
.clear { clear: both !important; display: block; height: 0 !important; margin: 0 !important; float: none !important; }
.left { float: left; }
.right { float: right !important; }
.last { margin-right: 0 !important; }
.text-right {
	text-align: right;
}
.hidden {
	display: none !important;
}
.text-center {
	text-align: center;
}

.red {
	color: red !important;
}
.orange {
	color: #ff9900 !important;
}
.bold {
	font-weight: bold !important;
}
.underline {
	text-decoration: underline !important;
}
.noindent {
	text-indent: 0 !important;
}