/* General */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

header, footer, section, nav, article {
	margin: 0 auto;
	padding: 0;
}

body {
	background-color: #cecece;
	color: #000;
	font-family: "Ubuntu",sans-serif;
	font-size: 62.5%;
	line-height:160%;
	position: relative;
	text-align: center;
	-webkit-text-size-adjust: none;
	width: 100%;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

.desktop p {
	font-size: 100%;
}

h1 {
	color: #000;
	font-family: 'Lora', serif;
	font-size: 300%;
	line-height: 120%;
}

.smartphone h1 {
	font-size: 240%;
}

h2 {
	color: #000;
	font-family: 'Lora', serif;
	font-size: 360%;
	line-height: 120%;
	padding: 0;
}

h3 {
	color: #000;
	font-size: 240%;
	line-height: 140%;
}

img {
	border-spacing: 0;
	border: 0;
}

hr {
	background: none;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	height: 0;
	margin: 1.5em 0 1em 0;
	padding: 0;
	width: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

cite {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

ins {
	font-family: "Ubuntu",sans-serif;
}

ol, ul {
	list-style: none;
}

ul {
	list-style-type: none;
}

ul li {
	line-height: 160%;
}
.desktop ul li {
	font-size: 100%;
	line-height: 150%;
}

ol {
	margin-left: 20px;
}

ol li ol {
	margin-bottom: 10px;
}

ol li {
	background: none;
	list-style-type: decimal;
	line-height: 180%;
	padding-left: 0;
}

.clear {
	clear: both;
	height: 0;
	float: none !important;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

body iframe {
	border: 0;
	overflow-x: hidden;
}

input.button, a.button {
	background-color: #ccc;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}
input.button:hover, a.button:hover, a.button:active {
	background-color: #ccc;
}

/* Alignment & Visibility */
.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.top {
	vertical-align: top !important;
}

.middle {
	vertical-align: middle !important;
}

.bottom {
	vertical-align: bottom !important;
}

.hidden {
	display: none !important;
}

.invisible > * {
	visibility: hidden;
}

.only-smartphone,
.only-tablet,
.only-desktop,
.only-widescreen {
	display: none !important;
}

.smartphone .only-smartphone,
.tablet .only-tablet,
.desktop .only-desktop,
.widescreen .only-widescreen {
	display: block !important;
}

.smartphone .no-smartphone,
.tablet .no-tablet,
.desktop .no-desktop,
.widescreen .no-widescreen {
	display: none !important;
}

/* Spacer */
.spacer-0, .smartphone .spacer-sp-0, .largescreen .spacer-ls-0, .tablet .spacer-tb-0, .desktop .spacer-dt-0, .widescreen .spacer-ws-0 {
	margin-top: 0 !important;
}

.spacer-0_5, .smartphone .spacer-sp-0_5, .largescreen .spacer-ls-0_5, .tablet .spacer-tb-0_5, .desktop .spacer-dt-0_5, .widescreen .spacer-ws-0_5 {
	margin-top: 0.5em !important;
}

.spacer-1, .smartphone .spacer-sp-1, .largescreen .spacer-ls-1, .tablet .spacer-tb-1, .desktop .spacer-dt-1, .widescreen .spacer-ws-1 {
	margin-top: 1em !important;
}

.spacer-1_5, .smartphone .spacer-sp-1_5, .largescreen .spacer-ls-1_5, .tablet .spacer-tb-1_5, .desktop .spacer-dt-1_5, .widescreen .spacer-ws-1_5 {
	margin-top: 1.5em !important;
}

.spacer-2, .smartphone .spacer-sp-2, .largescreen .spacer-ls-2, .tablet .spacer-tb-2, .desktop .spacer-dt-2, .widescreen .spacer-ws-2 {
	margin-top: 2em !important;
}

.spacer-2_5, .smartphone .spacer-sp-2_5, .largescreen .spacer-ls-2_5, .tablet .spacer-tb-2_5, .desktop .spacer-dt-2_5, .widescreen .spacer-ws-2_5 {
	margin-top: 2.5em !important;
}

.spacer-3, .smartphone .spacer-sp-3, .largescreen .spacer-ls-3, .tablet .spacer-tb-3, .desktop .spacer-dt-3, .widescreen .spacer-ws-3 {
	margin-top: 3em !important;
}