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, img, 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, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline; 
}

/* ---------------- fonts --------------- */

@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-SemiBold.eot');
	src: url('/fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-SemiBold.woff') format('woff'),
		url('/fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-Regular.eot');
	src: url('/fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-Regular.woff') format('woff'),
		url('/fonts/TitilliumWeb-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-Light.eot');
	src: url('/fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-Light.woff') format('woff'),
		url('/fonts/TitilliumWeb-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-Thin.eot');
	src: url('/fonts/TitilliumWeb-Thin.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-Thin.woff') format('woff'),
		url('/fonts/TitilliumWeb-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

/* ---------------- general --------------- */

img {
	float: left;
	max-width: 100%;
	height: auto;
}	
/* remember to define focus styles! */
:focus {
	outline: 0; 
}
body {
 	color: #222221; 
 	font-family: 'Titillium Web', helvetica, arial, sans-serif;
 	font-size: 16px;
 	background: url('/images/bgleft.jpg') left center no-repeat, url('/images/bgright.jpg') right center no-repeat;
 	background-size: auto 100%;
	background-repeat: none;
	background-color: #f2f2f2;
}
.wrap {
	background: url('/images/bgfulltop.jpg') top center no-repeat, url('/images/bgfullbot.jpg') bottom center no-repeat;
	background-color: #FFF;
 	background-size: 100% auto;
	background-repeat: none;
 	margin: 0px auto;
 	padding: 0 50px;
 	width: 1100px;
 	clear: both;
 }
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden; 
}
h1, h2, h3, h4 {
	font-weight: 600;
	color: #0882c6;
	text-transform: lowercase;
	padding-bottom: 20px;
}
h1, h2 {
	font-size: 24px;
}
p {
	padding-bottom: 20px;
}
p.lge {
	font-size: 20px;
}
p.med {
	font-size: 18px;
}
p.light {
	padding-bottom: 8px;
}
.blue {
	color: #0882c6;
}
.light {
	font-weight: 100;
}
.reg {
	font-weight: normal;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #222221;
	text-decoration: none;
	font-weight: 600;
}
a:hover, a:active {
	text-decoration: underline;
}

/*-------------------- header -----------------------*/

img#logo {
	float: right;
	margin: 30px 183px 0 0;
	width: 248px;
}

/*--------------------- home ------------------------*/

p#tag {
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 50px;
	width: auto;
	float: left;
}
p#tag span {
	font-weight: normal;
	font-size: 18px;
}
#maintext {
	width: 420px;
	float: left;
	margin: 0 0 40px 140px;
}
img#nhs {
	float: left;
	margin-left: 412px;
	width: 180px;
}
#subtext {
	width: 300px;
	float: left;
	margin: 0 0 0 270px;
}
#contact {
	width: 300px;
	float: left;
	margin: 50px 0 0 270px;
}
#prices {
	width: 240px;
	float: right;
	margin: 65px 30px 0 0;
}
#prices p {
	color: #0882c6;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	padding: 12px 20px;
	border: 2px solid #0882c6;
	margin-bottom: 15px;
}
#prices p span {
	font-size: 34px;
	font-weight: normal;
}
/* #prices img {
	margin-bottom: 15px;
} */
#public {
	width: 360px;
	float: right;
}
#public img {
	width: 180px;
	float: right;
}
#public img:nth-of-type(2) {
	margin-top: 100px;
}
#public img:nth-of-type(3) {
	margin-top: -80px;
}
#public img:nth-of-type(1),
#public img:nth-of-type(3) {
	margin-left: -20px;
}
#public img:nth-of-type(4) {
	margin-top: 20px;
}
#comp {
	width: auto;
	float: left;
	margin-bottom: 40px;
	margin-left: 40px;
}
p#tag2 {
	display: none;
}

/*------------------------------------- < 1200px ------------------------------------ */

@media screen and (max-width: 1200px) {
	body {
		background: none;
	}
	.wrap {
		width: 96%;
		margin: 0;
		padding: 0 2%;
	}
	img#logo {
		margin: 30px 14% 0 0;
		width: 24%;
	}
	img#nhs {
		margin-left: 30%;
	}
	#maintext {
		width: 45%;
		margin: 0 0 30px 6%;
		clear: both;
	}
	#subtext {
		width: 30%;
		margin: 0 0 0 20%;
		clear: both;
	}
	#contact {
		width: 30%;
		margin: 30px 0 0 25%;
	}
	#prices {
		margin: 45px 30px 0 0;
	}
	#public {
		width: 36%;
		margin-right: 8%;
	}
	img#nhs,
	#public img {
		width: 160px;
	}
	#comp {
		width: 14%;
		margin-bottom: 2%;
		margin-left: 2%;
	}
}

/*------------------------------------- < 1080px ------------------------------------ */

@media screen and (max-width: 1080px) {
	.wrap {
		background: url('/images/bg1000top.jpg') top center no-repeat, url('/images/bg1000bot.jpg') bottom center no-repeat;
		background-size: 100% auto;
		background-repeat: none;
		background-color: #FFF;
	}
	img#logo {
		margin: 30px 15% 0 0;
	}
	img#nhs {
		margin-left: 35%;
	}
	#maintext {
		width: 45%;
		margin: 0 0 40px 6%;
	}
	#subtext {
		width: 35%;
		margin: 0 0 0 12%;
		clear: both;
	}	
	#comp {
		width: 10%;
		margin-bottom: 2%;
		margin-left: 2%;
	}
	#public img:nth-of-type(2) {
		margin-top: 90px;
	}
	#public img:nth-of-type(3) {
		margin-top: -80px;
	}
	#public img:nth-of-type(1),
	#public img:nth-of-type(3) {
		margin-left: -20px;
	}
	#public img:nth-of-type(4) {
		margin-top: 10px;
	}
}

/*--------------------------------------- < 950px ------------------------------------- */

@media screen and (max-width: 950px) {
	p#tag {
		display: none;
	}
	img#nhs {
		margin-top: 55px;
	}
	#maintext {
		margin: 0 0 20px 6%;
	}
	#subtext {
		margin: 0 0 0 15%;
	}
	#contact {
		width: 30%;
		margin: -40px 0 0 35%;
	}
	#prices {
		width: 25%;
	}
	#prices p {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
	}
	#prices p span {
    font-size: 30px;
	}
	#public {
		width: 40%;
		margin-right: 0;
	}
	#public img:nth-of-type(4) {
		display: none;
	}
	#comp {
		width: 10%;
		clear: both;
		margin: -100px 0 10px 2%;
	}
	p#tag2 {
		display: inline;
		font-size: 15px;
		color: #FFF;
		text-transform: uppercase;
		clear: both;
		float: left;
		margin: 0 0 20px 2%;
		padding: 0;
	}
	p#tag2 span {
		font-weight: normal;
		font-size: 18px;
	}
}

/*--------------------------------------- < 850px ------------------------------------- */

@media screen and (max-width: 850px) {
	body {
		font-size: 13px;
	}
	p.lge {
		font-size: 16px;
		line-height: 22px;
	}
	img#nhs {
		margin: 150px 0 0 12%;
		width: 20%;
	}
	img#logo {
		width: 40%;
		margin: 15px 4% 0 0;
	}
	#maintext {
		margin: 0 0 20px 12%;
	}
	#subtext {
		width: 35%;
		margin: 30px 0 20px 12%;
	}
	#prices {
		width: 30%;
		margin: 146px 4% 0 0;
	}
	#prices p {
		font-size: 16px;
		line-height: 20px;
		padding: 8px 10px;
	}
	#prices p span {
		font-size: 20px;
	}
	#public {
		width: 34%;
	}
	#public img:nth-of-type(2) {
		display: none;
	}
	#public img:nth-of-type(1),
	#public img:nth-of-type(3) {
		margin: 10px 0 0;
	}
	#contact {
		width: 45%;
		margin: 0 0 0 35%;
	}
	#comp {
    width: 12%;
    margin: -60px 0 10px 2%;
  }
	p#tag2 {
		font-size: 11px;
		margin: 0 0 8px 2%;
	}
	p#tag2 span {
		font-size: 13px;
	}
}

/*--------------------------------------- < 524px ------------------------------------- */

@media screen and (max-width: 524px) {
	.wrap {
		background: url('/images/bg524top.jpg') top center no-repeat, url('/images/bg524bot.jpg') bottom center no-repeat;
		background-size: 100% auto;
		background-repeat: none;
		background-color: #FFF;
	}
	img#nhs {
		margin: 60px 0 0 12%;
		width: 30%;
	}
	#maintext,
	#subtext {
		width: 80%;
		margin: 10px 0 20px 12%;
	}
	#prices {
		width: 90%;
		margin: 0 0 0 6%;
		float: left;
	}
	#prices p {
		padding: 8px;
	}
	#public {
		display: none;
	}
	#contact {
		width: 60%;
    margin: 0 0 20px 30%;
	}
	#comp {
    width: 15%;
  }
	p#tag2 {
		font-size: 8px;
		margin: 0 0 6px 2%;
	}
	p#tag2 span {
		font-size: 10px;
	}
}

/*--------------------------------------- < 300px -------------------------------------

@media screen and (max-width: 300px) {
	
}