/* General Blueprint Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #000;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}
.red {
	color: #000;



































	font-size: 1
.em;
	font-size: 0.8em;
}
.realred {
	color: #c32b23;
	font-family: Lato, Raleway, sans-serif;
}
.realred2 {
	color: #FFF;
	text-decoration: blink;
	background-color: #232323;
}

#lilup {
	margin-top: -30px;
}

#servicesdiv {
	margin: 0 auto;
	background-color: #78d5d8;
}
#servicesdiv2 {
	background-color: #78d5d8;
	margin-top: -70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Text styling */
h4  {
	font-size: 40px;
	font-weight: 300;
	color: #CCC;
	background-color: #000;
}
/* Text styling */
h5  {
	font-size: 40px;
	font-weight: 300;
	color: #CCC;
	background-color: #000;
	font-family: Lato, Raleway, sans-serif;
}



a:hover {
	color: #000;
}

.container > header {
	margin-top: 0;
	margin-bottom: 10px;
	padding-right: 1.875em;
	padding-bottom: 1.875em;
	padding-left: 2.8em;
	height: 71px;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	background-image: url(../images/topbg.png);
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #47a3da;
	background: #fff;
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}
.no-js body .container #servicesdiv2 form table tr td {
	font-size: 2em;
}
