﻿@charset "utf-8";
@font-face{ font-family: 'Exo 2'; src: url(../fonts/Exo2-Regular.ttf); }

/* --------------------------------------------------- General ---------------------------------------------------- */
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body{
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	color: #1f2043;
	background-color: #ffffff;
	font-weight: normal;
	line-height: 21px;

	overflow: auto;
	overflow-y: scroll;
}
div, font, p, span, h1, h6{
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1f2043;
	line-height: 21px;
}
h1{
	font-size: 25px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
h6{
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
div{ background-color: transparent; }
div.wrapper{ clear: both; }
#floatIcons{
	position: fixed;
	z-Index: 2;
	height: 100%;
	min-height: 700px;
	background-color: transparent;
}
#floatIconsContent{
	height: 220px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background-color: transparent;
}
.floatingIcons{
	width: 45px;
	margin-left: 10px;
	margin-bottom: 10px;
}
a{
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	color: #f38d4d;
	font-weight: bold;
	text-decoration: none;
	line-height: 21px;
}
a:hover{ color: #cc4f00; }

/* ---------------------------------------------------- Tables ---------------------------------------------------- */
table, tr, td, th{
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	color: #1f2043;
	font-weight: normal;
	line-height: 21px;
	text-align: left;

	margin: 0px;
	padding: 0px;

	vertical-align: top;
	
	border: none;
	border-collapse: collapse;
}

/* ----------------------------------------------------- Forms ---------------------------------------------------- */
form, input, textarea{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #1f2043;
	font-weight: normal;
	line-height: 18px;
	background-color: #fbfbf0;
	-webkit-appearance: none;
}
form{ background-color: transparent; }
input{ height: 30px; }
input, textarea{ border: 1px solid #c0bcb2; }
input.btn{
	font-size: 12px;
	height: 28px;
	line-height: 25px;
	background-color: #FFFFFF;
	color: #1f2043;
	font-weight: bold;
	vertical-align: middle;
}

/* ---------------------------------------------------- Images ---------------------------------------------------- */
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------- Top Content ------------------------------------------------- */
header{
	width: 100%;
	min-width: 980px;
	height: 100%;
	min-height: 700px;
}
#intro{
	position: relative;
	width: 980px;
	min-width: 980px;
	height: 100%;
	min-height: 700px;
	margin: 0 auto;
	text-align: center;
}
#iDigiusLogo{
	width: 800px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto auto;
}

/* ------------------------------------------------- Main Content ------------------------------------------------- */
#main1{
	width: 100%;
	background-color: #fdfdd3;
}
#content1{
	width: 930px;
	min-width: 930px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	line-height: 21px;
	background-color: #fdfdd3;
	color: #1f2043;
}
#qrCode{ width: 283px; }
#t4oLogo{
	width: 50px;
	vertical-align: middle;
}
#contactSubmit{
	width: 930px;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
	font-size: 16px;
}

/* ------------------------------------------------ Footer Content ------------------------------------------------ */
.footerWrapper{
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #fdfdd3;
}
footer{
	width: 100%;
	height: 93px;
	background-color: #343671;	
}
#footerContainer{
	width: 930px;
	min-width: 930px;
	margin: 0 auto;
	background-color: #343671;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
#footerContent1, #footerContent2, #footerContent3{
	width: 310px;
	background-color: #343671;
	color: #ffffff;
}
#footerContent1{
	float: left;
	text-align: left;
}
#footerContent2{
	float: left;
	text-align: center;
}
#footerContent3{
	float: right;
	text-align: right;
}
.footerLink{ color: #ffffff; font-weight: normal; }
.footerLink:hover{ color: #fee4bf; }
.logoSmall{ height: 45px; }