/* STRUCTURE */

*, *:before, *:after { 
	box-sizing: border-box;
	text-transform: uppercase;
}

html {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
}

body { 
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#wrapper {
	padding: 0;
	min-width: 1100px;
	min-height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

#push {
	height: 142px;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	text-align: center;
	display: block;
}

#header-logo {
	width: 100%;
	padding-top: 20px;
}

#header-logo img {
	height: 80px;
	width: auto;
}	

#header-subtitle {	
	margin-top: 10px;
}

#menu {
	margin: 50px auto 30px auto;
	text-align: center;
}

.menu-item {
	display: inline;
	padding: 0 20px;
}

#footer {
	height: 142px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer-content {
	width: 1000px;
	height: 142px;
	margin: 0 auto;
	font-size: 70%;
	display: table;
}

#footer-content-logo  img {
	height: 30px;
	width: auto;
}

#footer-content a {
	text-decoration: none;
	color: white;
}

#footer-content-left {
	text-align: right;	
	width: 250px;
	vertical-align: middle;	
	display: table-cell;
}

#footer-content-center {
	text-align: center;
	vertical-align: middle;	
	display: table-cell;
	width: 500px;
}

#footer-content-right {
	vertical-align: middle;	
	display: table-cell;
	width: 250px;
}


/** LANDING PAGE STUFF **/

#fan {
	width: 1050px;
	height: 350px;
	margin: 50px auto 30px auto;
	text-align: center;
	display: block;
}

.fan-item {
	float: left;
	display: table;
	width: 20%;	
	height: 100%;
	cursor: pointer;
}

.fan-item:hover {
	opacity: 0.85;
}

.fan-item-inner {
	display: table-cell;
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

.fan-item-title {
	margin-bottom: 20px;
}

.fan-item-content {
	margin-bottom: 20px;
}

.fan-item-icon {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #ffffff;
	margin: 0 auto;
}

#call-to-action {
	width: 650px;
	height: 130px;
	margin: 20px auto 30px auto;
	display: block;
}

.call-to-action-item {
	float: left;	
	height: 100%;
	width: 40%;
	margin: 5%;
	display: table;
	cursor: pointer;
}

.call-to-action-item:hover {
	opacity: 0.9;
}

.call-to-action-item-inner {
	display: table-cell;
	padding: 30px;
	text-align: center;
	vertical-align: middle;
}

#benefits {
	display: block;
	margin: 120px 80px;
	text-align: center;
}

.benefits-title {
	width: 100%;
	text-align: center;
	margin: 40px -10px;
}

.benefits-row-3 {
	width: 1000px;
	display: table;
	margin: 0 auto;
}

.benefits-row-2 {
	width: 666px;
	display: table;
	margin: auto auto;
}

.benefits-item {
	display: table-cell;
	background-image: url('../img/sphere.png');
	height: 280px;
	width: 280px;
	background-repeat: no-repeat;
	background-position: center middle;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
}

.benefits-item-title {
	margin-bottom: 30px;
	margin-left: -50px;
}

.benefits-item-subtitle {
	margin-left: -50px;
}

/** FORMS **/

/** DOCUMENTATION **/

#documentation-subtitle {
	text-align: center;
	margin: 60px auto 0;
	width: 700px;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	background-color: #7d9dcc;
	padding: 30px;
}

.documentation {
	width: 1100px;
	display: table;
	margin: 50px auto 150px;
	border-collapse: separate;
	border-spacing: 30px 50px;
}

.documentation-row {
	display: table-row;
}

.documentation-item {
	width: 33%;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	background-color: #e1e1e1;
	padding: 40px 15px;
	cursor: pointer;
}

.documentation-item:hover {
	background-color: #ffffff;
}

.documentation-item-inner {
	display: table;
}

.documentation-item-title img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	vertical-align: middle;
}

.documentation-item-title {
	font-weight: bold;
	line-height: 35px;
	font-size: 100%;
}

.documentation-item-content {
	padding-left: 45px;
	padding-right: 30px;
	font-size: 80%;
}

/* FONT & COLORS */

.fade {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Karla', sans-serif;
	letter-spacing: 2px;
}

#header-subtitle {
	font-size: 70%;
}

#menu {
	font-weight: bold;
	font-size: 90%;
}

.menu-item a {
	color: black;
	text-decoration: none;
}

.menu-item a:hover {
	color: #cad6e4;
}

.menu-item a:active {
	color: #e1e1e1;
}

#footer {
	background-color: #272c42;
	color: #ffffff;
}

/** LANDING PAGE **/

#fan {
	color: #ffffff;
}

.fan-item-title {
	font-size: 130%;
}

.fan-item-content {
	text-align: center;
	font-size: 80%;
}

.fan-bg-color-1 {
	background-color: #e1e1e1;
}

.fan-bg-color-2 {
	background-color: #cad6e4;
}

.fan-bg-color-3 {
	background-color: #7d9dcc;
}

.fan-bg-color-4 {
	background-color: #5d85c0;
}

.fan-bg-color-5 {
	background-color: #526c91;
}

.call-to-action-item {
	color: #ffffff;
}

.call-to-action-bg-color {
	background-color: #272c42;
}

.call-to-action-item-title {
	font-weight: bold;
	font-size: 130%;
}

.call-to-action-item-subtitle {
	font-size: 70%;
}

.benefits-title {
	font-size: 150%;
	font-weight: bold;
}

.benefits-item-title {
	font-size: 130%;
	font-weight: bold;	
}

.benefits-item-subtitle {
	font-size: 90%;
}

/** FORMS **/

.form-container {
	margin: 40px 0;
}

.form-style-1 {
    margin: 10px auto;
    max-width: 800px;
    padding: 20px 12px 10px 20px;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 5px 0;
    padding:0px;
    display:block;
    font-weight: bold;
	font-size: 80%;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    border:1px solid #e1e1e1;
    padding: 7px;
    margin:0 0 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
	resize: none;
	text-transform: none;
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #7d9dcc;
    -webkit-box-shadow: 0 0 8px #7d9dcc;
    box-shadow: 0 0 8px #7d9dcc;
    border: 1px solid #7d9dcc;
	
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
input[type=submit], input[type=button]{
    background: #5d85c0;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	text-align: center;
}
input[type=submit]:hover, input[type=button]:hover{
    background: #526c91;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color: #526c91;
}