html {
}

body {
    font-family: "Lato", arial, helvetica, sans-serif;
    color: #222630;
    min-width: 400px;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
	background-color: #EEEEEE;
}

input,
select,
textarea,
button {
    font-family: "Lato", arial, helvetica, sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
}

.mobile {
	display: none !important;
}

@media all and (max-width: 900px) {
    body {
		font-size: 18px;
	}

	.desktop {
		display: none !important;
	}

	.content.limited .section {
		max-width: 86% !important;
	}

	.contact.section.mobile {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		min-width: 300px !important;
	}

	.mobile {
		display: inherit !important;
	}
}

img {
    border: none;
}

a {
    color: #222630;
    text-decoration: none;
    outline: none;
}

.v-top {
    vertical-align: top;
}

.v-bottom {
    vertical-align: bottom;
}

.float-l {
	float: left !important;
}

.float-r {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.margin-l-6 {
	margin-left: 6px !important;
}

.content.limited {
	position: relative;
	width: 100%;
	max-width: 1024px;
	min-width: 368px;
}

.content.limited .section {
	display: inline-block;
	max-width: 448px;
	min-width: 340px;
	vertical-align: top;
	margin: 0;
	padding: 0 26px;
}

span.warning {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

span.warning.critical {
    color: #FF4C4C !important;
}

span.warning.medium {
    color: #FF9500 !important;
}

span.warning.ok {
    color: #00A910 !important;
}

.header h1 {
	text-align: left;
	color: #FFF;
	font-weight: 300;
    line-height: 40px;
    font-size: 1.3em;
    margin: 0;
    padding: 0px 0px 0px 26px;
}

.header h1 a {
	color: #FFF;
    font-size: 0.8em;
}

.sub-header {
	height: 6px;
}

.main {
	background-color: #FFF;
}

.description .logo {
	width: 288px;
	margin: 20px auto;
	display: block;
}

.description .hype {
	text-align: left;
	vertical-align: top;
}

.description h2 {
	font-size: 1.3em;
	padding: 0 6px;
	margin: 6px 0;
	line-height: 1.8em;
	text-align: left;
	border-bottom: #E2E2E2 solid 1px;
}

.description .hype p {
    padding: 0;
	font-weight: 300;
}

.details .site-image {
	display: block;
	margin: 20px 0;
}

.details h2 {
	font-size: 1.3em;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 0;
}

.details table {
	background-color: #E5E5E5;
	width: 100%;
}

.details td {
	background-color: #FFFFFF;
}

.details th {
	background-color: #EEEEEE;
	color: #3F3F3F;
	font-weight: 300;
}

.details th.highlight {
	background-color: #E4E4E4;
}

.networks {
	padding: 10px 26px;
}

.networks h2 {
	font-size: 1.3em;
	padding: 0 6px;
	margin: 6px 0;
	line-height: 1.8em;
	text-align: left;
	border-bottom: #E2E2E2 solid 1px;
}

.networks a {
	display: inline-block;
	position: relative;
	margin: 12px;
	width: 140px;
}

.networks a img {
	display: inline-block;
	vertical-align: middle;
}

.networks a span {
	display: inline-block;
	padding: 0 10px 0 4px;
	color: #FFF;
	font-weight: 300;
	font-size: 1em;
	line-height: 30px;
	min-width: 102px;
	text-align: center;
    transition: all 0.2s ease-out 0s;
	background-color: #444;
	margin-top: 6px;
}

.networks a span img {
    margin-bottom: 4px;
    margin-right: 4px;
}

.networks a span:hover {
	opacity: 0.9;
}

.services h2 {
	font-size: 1.3em;
	padding: 0 6px;
	margin: 16px 26px;
	line-height: 1.8em;
	text-align: left;
	border-bottom: #E2E2E2 solid 1px;
}

.services p {
    padding: 0;
	margin: 0;
	text-align: left;
	font-weight: 300;
}

.services ul {
	text-align: left;
	margin-left: 20px;
}

.services h5 {
	text-align: center;
	font-size: 1.1em;
}

.services h3 {
	text-align: center;
	text-transform: none;
	font-weight: 700;
	font-size: 1.1em;
}

.contact {
	background-color: #EEEEEE;
	width: 468px;
	padding: 0 !important;
	max-width: none !important;
	margin: 0 20px !important;
}

.contact h2 {
	background-color: #222630;
	color: #FFF;
	padding: 0 10px;
	text-align: center;
	margin: 0;
	border-bottom: none;
}

.contact h2 .green,
.contact h2 .grey {
	font-weight: 400;
}

.contact h2 .green {
	color: #8FCB7E;
}

.contact h2 .grey {
	color: #CCCCCC;
}

.contact h5 {
	margin: 10px;
}

.contact input {
	vertical-align: bottom;
}

.contact input[type=submit] {
	background-color: #444;
	border-radius: 0;
	border: none;
	color: #FFF;
	padding: 2px 20px;
	cursor: pointer;
    transition: all 0.2s ease-out 0s;
}

.contact input[type=submit]:hover {
	opacity: 0.9;
}

.contact.desktop textarea {
	border: none;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7) inset;
	width: 429px;
	padding: 4px;
}

.contact.mobile textarea {
	border: none;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7) inset;
}

p.notice {
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 0;
}

.super-footer {
	height: 6px;
	margin: 0;
}

.footer {
	padding: 20px;
}

.footer .logo {
	display: block;
	position: relative;
	width: 144px;
	margin: 0 auto;
	padding: 10px 0;
}

.footer .logo span {
	color: #E1E1E1;
	position: absolute;
	top: -10px;
	font-weight: 300;
	font-size: 11px;
}

p.copyright {
	margin-top: 20px;
    font-size: 10px;
    color: #CCC;
	padding: 0 5px;
	text-align: center;
}
