/*--------------------------------------------------------------------------------------
*
*	1.0 Reset
*
*-------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #00AEEF;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #00AEEF;
	color: #fff;
	text-shadow: none;
}

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

.clearfix:after {
	clear: both;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #0c0c12;
}

/*--------------------------------------------------------------------------------------
*	1.1 
*-------------------------------------------------------------------------------------*/

.loading {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
}

.loading-logo {
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -145px;
	z-index: 100;
	display: none;
}

/*--------------------------------------------------------------------------------------
*	2.0 Site
*-------------------------------------------------------------------------------------*/

.site-wrapper {
	width: 1200px;
	height: 850px;
	margin: 0px auto;
	background: transparent url(images/bg_home_2.jpg) no-repeat top left;
}

.site-wrapper.typical {
	background: transparent url(images/bg_typical_2.jpg) no-repeat top left;
}

.site-wrapper .site {
	width: 100%;
}

.header {
	width: 100%;
	height: 161px;
	padding: 47px 110px 0px 110px;
}

.nav {
	height: 28px;
	margin-left: 111px;
	font-size: 0px
}

.nav a {
	width: 239px;
	margin-right: 7px;
	background: #00AB4E;
	display: inline-block;
	color: white;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}

.nav a.active {
	background: black;
}

.content {
	width: 100%;
	height: 585px;
	padding: 35px 111px;
}

.content h1 {
	color: white;
	font-size: 35px;
	line-height: 42px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0px;
}

.content p {
	color: white;
	font-size: 15px;
	line-height: 18px;
	width: 420px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}

.content-typical {
	width: 100%;
	height: 329px;
	padding: 35px 111px;
}

.columns {
	width: 100%;
	height: 256px;
	padding: 25px 80px 25px 113px;
	font-size: 0px;
}

.columns a {
	color: white;
	text-decoration: underline;
}

.columns a:hover {
	color: white;
	text-decoration: none;
}

.column-1 {
	color: white;
	width: 335px;
	display: inline-block;
}

.column-1 ul {
	margin: 0px;
	list-style: square;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 14px;
}

.column-1 ul li span {
	font-size: 14px;
}

.column-1 ul li {
	margin-bottom: 9px;
}

.column-1 ul ul {
	list-style-image: url(images/circle.png);
	font-size: 14px;
	padding-left: 35px;
	font-weight: normal;
}

.column-2 {
	color: white;
	width: 335px;
	display: inline-block;
}

.column-2 ul {
	margin: 0px;
	list-style: square;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 14px;
}

.column-2 ul li span {
	font-size: 14px;
}

.column-2 ul li {
	margin-bottom: 9px;
}

.column-2 ul ul {
	list-style-image: url(images/circle.png);
	font-size: 14px;
	padding-left: 35px;
	font-weight: normal;
}

.column-3 {
	color: white;
	width: 335px;
	display: inline-block;
}

.column-3 ul {
	margin: 0px;
	list-style: square;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 14px;
}

.column-3 ul li span {
	font-size: 14px;
}

.column-3 ul li {
	margin-bottom: 9px;
}

.column-3 ul ul {
	list-style-image: url(images/circle.png);
	font-size: 14px;
	padding-left: 35px;
	font-weight: normal;
}

.content-typical h1 {
	color: white;
	font-size: 35px;
	line-height: 42px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0px;
}

.content-typical p {
	color: white;
	font-size: 15px;
	line-height: 18px;
	width: 420px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}


.footer {
	width: 100%;
	height: 70px;
	color: white;
	font-size: 10px;
	font-weight: normal;
	padding: 45px 20px 0px 20px;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
}

.dev {
	padding-right: 40px;
}

.dev .column-1 {
	width: 375px;
}

.dev .column-2 {
	width: 282px;
}

.dev .column-3 {
	width: 390px;
}

.areas {
	padding-right: 30px;
}

.areas .column-1 {
	width: 325px;
}

.areas .column-2 {
	width: 370px;
}

.areas .column-3 {
	width: 360px;
}

.areas ul li {
	margin-bottom: 6px;
}

.contact {
	padding-left: 127px;
}

.contact p {
	color: white;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}