/* Importing Open Sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* Layout */
body{ 
	background-color: #FFFFFF;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #7F7F7F;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

nav{ 
	width: 100%; 
	position: relative;
	height: 100%;
}

nav img {
	position: absolute;
	z-index: 20;
}

header {
	background: rgb(255,255,255);
	height: 108px !important;
	padding: 30px 0px 30px 20px !important;
	border-bottom: 1px solid #3A99D8;
}

header img {
	height: 108px;
}

header h1 {
	font-size: 36px;
	color: #3A99D8;
	position: absolute;
	bottom: 26px;
	left: 126px;
}

header h2 {
	position: absolute;
	left: 128px;
	bottom: -5px;
}

@media all and (max-width:360px){
	header h1 {
		font-size: 40px;
		bottom: 24px;
	}
	header h2 {
		font-size:12px;
		bottom: -8px;
		left: 129px;
	}
}

nav ul {
	display: block;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	height: 116px;
	width: 100%;
	background-color: #FFFFFF;
}

nav ul.menuoff{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 150ms, opacity 150ms linear;
}

nav ul.menuon{
	visibility: visible;
	opacity: 1;
	transition: opacity 150ms linear;
}

nav img#menubutton {
	position: absolute;
	right: 20px;
	top: 0;
	width: auto !important;
	height: auto !important;
	cursor: pointer;
}

nav img.menuon {
	opacity: 0.5;
	transition: opacity 150ms linear;
}

nav img.menuoff {
	opacity: 1;
	transition: opacity 150ms linear;
}

nav a {
	text-decoration: none;
	color: #7F7F7F;
}

nav a:hover {
	text-decoration: none;
	color: #7F7F7F;
}

nav ul a {
	text-decoration: none;
	color: #7F7F7F;
}

nav ul a:hover {
	text-decoration: none;
	color: #3A99D8;
}

nav ul li {
	display: block;
	padding-left: 128px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	color: #3A99D8;
	position: relative;
	top: -2px;
}

section {
	width: 100%;
	text-align: center;
	clear: both;
}

section div {
	width: 90%; 
	margin: 0 auto;
}

section p {
	display: block;
	width: 100%;
	margin: 0 auto;
}

section img {
	width: 100%;
}

section div.demo {
	width: 100%;
}

section h2 {
	font-size: 36px;
	line-height: 42px;
	padding: 40px 0 20px 0;
}

section h3 {
	font-size: 16px;
	line-height: 24px;
	color: #3A99D8;
	font-weight: 400;
	padding-bottom: 20px;	
	padding-top: 60px;
}

section.blue {
	background-color: #3A99D8;
}

section.blue div{
	background-color: #3A99D8;
	padding-top: 40px;
	padding-bottom: 35px;
}

section.blue h2 {
	color: #FFFFFF;
}

section.blue p {
	color: #E1EFF9;
}

section.white div{
	padding-top: 100px;
	padding-bottom: 115px;
}

section.white div div{
	padding-top: 0px;
	padding-bottom: 0px;
}

section.white h2 {
	color: #000000;
}

section#download img{
	width: 50%;
	margin: 50px 0 60px 0;
}

/* Sections for Contact */

section.contact div {
	padding-bottom: 45px !important;
	padding-top: 40px;
}

section.faq div {
	padding-bottom: 175px !important;
	padding-top: 40px;
}

section#contactform p{
	width: 90%;
}

section a {
	color: #3A99D8;
	text-decoration: none;
}

section a:hover {
	color: #3A99D8;
	text-decoration: none;
	border-bottom: 1px solid #3A99D8;
}

form {
	width: 90%; 
	margin: 0 auto;
	text-align: left;
	padding-bottom: 112px;
}

form input, textarea, button {
	padding: 0;
	margin: 0 0 30px 0;
	border: 1px solid #7F7F7F;
	
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #BFBFBF;
}

form .graytext{
	color: #BFBFBF;
}

form .blacktext{
	color: #7F7F7F;
}

form input {
	width: 100%;
	height: 40px;
	text-indent: 10px;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
}

form textarea {
	width: 100%;
	height: 200px;
	padding: 8px 10px 8px 10px;
	box-sizing: border-box;
	resize: none;
	-webkit-appearance: none;
	border-radius: 0;
}

form div.left {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

form div.right {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

form button {
	width: 100px;
	height: 40px;
	color: #FFFFFF;
	background-color: #3A99D8;
	border: none;
	display: block;
	margin: 0 auto;
}

form button:hover {
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

form label {
	display: block;
	color: #3A99D8;
	margin-bottom: 10px;
}

label#error_submit {
	text-align: center;
}

form div.spacer {
	height: 0;
	margin: 0;
	padding: 0;
}