body {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
	line-height: 1.6em;
}

html, body {
	height: 100%;
}

a {
	text-decoration: none;
	color: #0c7ec6;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

#header {
	padding-top: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
    *zoom: 1;
}

.center {
	text-align: center;
}

.wrapper {
	width: 90%;
	margin: 0% 5%;
}


.main {
	padding: 40px 20px 20px 20px;
}

.main:last-child {
	margin-bottom: 50px;
}

.half {
	width: 45%;
	margin-bottom: 3px;
}

.half.left {
	margin-right: 10%;
	text-align: right;
/*    padding-top:30px;*/
}

.half.right {
	margin-left: 10%;
	text-align: left;
}

.half.last {
	margin-left: 0px;
	margin-right: 0px;
}

.half.image img {
	max-width: 100%;
}

.half h1 {
	color: #565656;
	font-size: 64px;
	font-weight: 400;
	margin-bottom: 40px;
}

.half h2 {
	color: #b0b0b1;
	font-size: 24px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 25px;
}

.half h3 {
	color: #AAAAAA;
	font-size: 18px;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 8px;
}


#company {
	color: #b0b0b1;
	font-size: 12px;
	text-align: center;
	padding-bottom: 30px;
}


@media only screen and (min-width: 1160px) {
	.wrapper {
		width: 1140px;
		margin: 0 auto;
	}
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.separator {
		margin-top: 60px;
		margin-bottom: 60px;
		border-top: 1px solid #e6e6e6;
	}
	
	.main {
		padding: 20px 0 0 0;
	}
	
	.half {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.half.left {
		margin-right: 0px;
		text-align: center;
	}
	
	.half.right {
		margin-left: 0px;
		text-align: center;
	}
	
}


