/*-----------------------------------------------------------------
Basic StyleSheet 

Version:	1.0
Author: 	Rasmus Schau-Seidler
Email: 		rs@gormlarsenzornig.com
website:	www.gormlarsenzornig.com

This stylesheet contains styles that represent typographic- and other
"basic" styles that does not affect layout. The Basic stylesheet is 
used to style basic content.

-----------------------------------------------------------------*/

/*-------------------------------------
Basic typography of the web application 
---------------------------------------*/
body, input { 
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #666;
	font-weight: 300;
}
.logo h1 {
	color: #e2e2e2;
	font-size: 1.25em; /* 20 / 16 */ 
	text-transform: uppercase;
	font-family: "PT Serif", Times, "Times New Roman", serif;
	font-weight: 300;
	margin: 0;
}
.logo h1 span {
	font-weight: 700;
}
h1 {
	font-size: 2.25em; /* 36 / 16 */
	font-weight: 900;
	margin: 0 0 20px 0;
	text-transform: none;
}
.content-area h1 {
	font-family: "PT Serif", Times, "Times New Roman", serif;
	font-size: 3.125em; /* 50 / 16 */
	font-weight: 300;
	text-transform: uppercase;
}
.content-area h2 {
	font-weight: 700;
	font-size: 1.9em;
}
.error {
	color: #ff7676 !important;
}
.error:after {
	content: "\020 ←"
}
.tel,
.tel:visisted {
	padding: 0 !important;
	margin: 0 !important;
	-webkit-appearance: none;
}
.dark h3,
.dark h2,
.dark h1 {
	color: #cccccc;
}
.light h3,
.light h2,
.light h1 {
	color: #666;
}
.dark p {
	color: #aaa;
}
.light p, .light li {
	color: #555;
}
h2 {
	color: #666666;
	font-size: 1.5em; /* 24 / 16 */
	font-weight: 300;
	margin: 0 0 10px 0;
}
.slider-box h3 {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 700;
}
h3 {
	font-family: "PT Serif", Times, "Times New Roman", serif;
	font-size: 1.125em; /* 18 / 16 */
	font-weight: 300;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
#whitepaper h3 {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 700;
}
#whitepaper h2 {
	font-size: 1.4em;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0 0 15px 0;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: square outside;
	margin: 0 0 10px 0;
}
/* Standard Links */
a:link, a:visited, a:active {
	color: #6759ab;
	text-decoration: none;
	transition: color ease-out .2s;
	-moz-transition: color ease-out .2s;
	-webkit-transition: color ease-out .2s;
	-ms-transition: color ease-out .2s;
	-o-transition: color ease-out .2s;
}

a:hover {
	color: #8179AA;
}
/* CTA */
a.cta-button, .submit {
	white-space: nowrap;
	padding: 0 75px 0 40px; 
	font-size: 1.5em; /* 24 / 16 */
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: #6759ab;
	background: #fff url('../images/cta-arrow.png') no-repeat 100% center;
	transition: background ease-out .2s;
	-moz-transition: background ease-out .2s;
	-webkit-transition: background ease-out .2s;
	-ms-transition: background ease-out .2s;
	-o-transition: background ease-out .2s;
	border: 0;
}
a.cta-button:hover,
.submit:hover {
	color: #7300ab;
	background-color: #eee;
	background-position: 102% center;
}
#whitepaper .submit {
	margin: 20px 0;
}
.submit {
	height: 50px;
	font-size: 1em;
}
/*-----------------------------------------------------------------
Basic>
/* Other font-tag-styles */
small {
	font-size: 10px;
	font-weight: normal;
}
em {
	font-style: italic;
}
code, .code {
	font-size: 12px;
	font-family: monospace;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
pre {
	margin: 0;
}

#scrolltip {
	position: absolute;
	left: 50%;
	bottom: 20%;
	margin-left: -50px;
	width: 0px;
	height: 0px;
/*	background: url('../images/scrolltip.png') no-repeat;*/
}
.scrolltop {
	display: none;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 0px;
	height: 0px;
/*	background: url('../images/scrolltop.png') no-repeat;*/
}
.touch .scrolltop,
.touch #scrolltip {
	display: none !important;
}
