@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Quattrocento|PT+Sans|Nixie+One|Raleway:100);

/* Parallax
*****************************************************************/

::-moz-selection{
	color:#ffffff; 
	text-shadow: none;
	background-color: rgb(101, 197, 182);
}
::selection {
	color:#ffffff; 
	text-shadow: none;
	background-color: rgb(101, 197, 182);
}

body {
	font-family: "PT Sans", sans-serif;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: #353535;
	background: #7f7f7f;
}

html, body {overflow: auto;}

#browser-resize{
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #65c5b6;
	display: none;
}

#browser-resize p{
	width: 100%;
	color: #FFF;
	text-align: center;
	padding-top: 80px;
}

#loader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	display: none;
}

a{
	text-decoration: none;
}

#wrapper{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
 	z-index: 4;
 	position: absolute; 
 	overflow: auto;
}

#wrap{
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

article{
	z-index: 6;
}

article p, article ul, article ul li{
	font-size: 13px;
	line-height: 24px;
}


article ul li{
	list-style: disc;
/*	margin-right: 8px;*/
}

article ul {
	list-style: disc;
	margin-left: 20px;
}

article .button {
	margin-top: 15px;
}


.logo{
	z-index: 10;
	position: fixed;
	left: 20px;
	width: 297px;
	height: 93px;
	background: url('../images/logo.jpg') no-repeat 0 0;
	bottom: -3px;
	cursor: pointer;
}



/* Nav
*****************************************************************/

nav#sub {
	z-index: 9;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background: #FFF;
	border-top: 10px solid #65c5b6;
	
}

nav#sub .bottom {
/*	float: none;*/
	text-align: center;
	margin-bottom: 0;
	margin-left: 320px;
	margin-top: 9px;
}

nav#sub .bottom li {
	height: 22px;
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	opacity: 0.9;
	float: left;
}

nav#sub .bottom li:last-child {
	border-right: none;
	padding-left: 15px;
}

nav#sub .bottom h1 {
	color: #353535;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
}

nav#sub .bottom h1.active {
	color: #3d3b33;
}


/* buttons are used accross site */
.button, .button-dark  {
	display:inline-block;
	border: 1px solid #979482;
	padding:4px 17px;
	color:#979482;
	text-transform:uppercase;
	background:url("../images/button-light-bg.png") 0 0 no-repeat;
	font: 12px 'PT Sans';
}

.button-dark{
	color:#282828;
	border: 1px solid #282828;
	background:url("../images/button-dark-bg.png") 0 0 no-repeat;
}

.content { 
	margin: 0 auto;
	padding: 0;
	position: relative;
    width: 100%; 
} 

.story, .story-large { 
    height: 1000px; 
    padding: 0; 
    margin: 0; 
    width: 100%; 
    position: relative; 
    margin: 0 auto; 
/*	background: #000;*/
    border-bottom: 1px solid #000;
/*       border-bottom: 1px solid #fff;*/
    overflow: hidden;
}

.blank {
	background: transparent!important;
	
}

.tiny  { 
    height: 250px!important; 
}

.small  { 
    height: 550px!important; 
}

.large  { 
    height: 1200px!important; 
}

.story-large  { 
    height: 1500px!important; 
}








article a{
	color: #476661;	
}

article a:hover{
	color: #7dc2b6;
}

#introduction {
	background-color: #ffffff;
}

#introduction .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: url("../images/andover01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: border-box;
	-webkit-background-color: transparent;
	-webkit-background-image: url("../images/andover01.jpg");
	-webkit-background-position: center top;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-clip: border-box;
	-moz-background-color: transparent;
	-moz-background-image: url("../images/andover01.jpg");
	-moz-background-position: center top;
	-moz-background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-clip: border-box;
	-o-background-color: transparent;
	-o-background-image: url("../images/andover01.jpg");
	-o-background-position: center top;
	-o-background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-clip: border-box;
	-ms-background-color: transparent;
	-ms-background-image: url("../images/andover01.jpg");
	-ms-background-position: center top;
	-ms-background-repeat: no-repeat;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover01.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover01.jpg', sizingMethod='scale');
}

#introduction article {
	color: #FFF;
	position: absolute;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	height: 210px;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0;
}

#introduction article .copy-left{
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/bg_black_50.png) repeat;
}

#introduction article .copy-right{
	width: 50%;
	height: 100%;
	float: right;
	background: url(../images/bg_green_60.png) repeat;
}

#introduction article .copy-left p{
	color: #7dc2b6;
	padding: 40px 50px 30px;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
}

#introduction article .copy-right h1{
	position: absolute;
	bottom: 25px;
	left: 52%;
	font: lighter 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
}





#turnkey {
	background-color: #ffffff;
}

#turnkey .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: url("../images/andover02.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: border-box;
	-webkit-background-color: transparent;
	-webkit-background-image: url("../images/andover02.jpg");
	-webkit-background-position: center top;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-clip: border-box;
	-moz-background-color: transparent;
	-moz-background-image: url("../images/andover02.jpg");
	-moz-background-position: center top;
	-moz-background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-clip: border-box;
	-o-background-color: transparent;
	-o-background-image: url("../images/andover02.jpg");
	-o-background-position: center top;
	-o-background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-clip: border-box;
	-ms-background-color: transparent;
	-ms-background-image: url("../images/andover02.jpg");
	-ms-background-position: center top;
	-ms-background-repeat: no-repeat;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover02.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover02.jpg', sizingMethod='scale');
}


#turnkey article {
	color: #FFF;
	position: absolute;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0;
}

#turnkey article .copy-left{
	width: 50%;
	height: 350px;
/*	float: left;*/
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;

}

#turnkey article .copy-left h1{
	color: #353535;
	position: relative;
	font: lighter 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 60px;
	margin-left: 45px;
}

#turnkey article .copy-left p{
	color: #353535;
	width: 50%;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	margin-left: 5px;
	padding: 20px 40px;
}


#turnkey article .copy-right{
	width: 50%;
	height: 350px;
/*	float: right;*/
	background: url(../images/bg_black_50.png) repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}


#turnkey article .copy-right h1{
	color: #7dc2b6;
	position: relative;
	font: lighter 25px/45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin: 50px 50px 0;
	padding: 0;
}


#turnkey article .copy-right p{
	color: #7dc2b6;
	font-style: normal;
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 20px;
}





#who {
	background: #ffffff;
}

#who .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: url("../images/andover03.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: border-box;
	-webkit-background-color: transparent;
	-webkit-background-image: url("../images/andover03.jpg");
	-webkit-background-position: center top;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-clip: border-box;
	-moz-background-color: transparent;
	-moz-background-image: url("../images/andover03.jpg");
	-moz-background-position: center top;
	-moz-background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-clip: border-box;
	-o-background-color: transparent;
	-o-background-image: url("../images/andover03.jpg");
	-o-background-position: center top;
	-o-background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-clip: border-box;
	-ms-background-color: transparent;
	-ms-background-image: url("../images/andover03.jpg");
	-ms-background-position: center top;
	-ms-background-repeat: no-repeat;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover03.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover03.jpg', sizingMethod='scale');
}

#who article {
	color: #7dc2b6;
	position: absolute;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	height: 350px;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0;
	
}

#who article .copy-left{
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/bg_black_50.png) repeat;
}

#who article .copy-right{
	width: 50%;
	height: 100%;
	float: right;
	background: #ffffff;
}


#who article .copy-left h1{
	color: #7dc2b6;
	position: relative;
	font: lighter 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 60px;
	margin-left: 45px;
}

#who article .copy-left p{
	color: #7dc2b6;
	width: 50%;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	margin-left: 5px;
	padding: 20px 40px;
}


#who article .copy-right h1{
	color: #353535;
	position: relative;
	font: lighter 35px/65px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin: 50px 50px 0;
	padding: 0;
}

#who article .copy-right h2{
	color: #353535;
	font: normal 26px/35px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	padding: 18px 50px 0;
	margin: 0;
}



#who article .copy-right p{
	color: #353535;
	font-style: normal;
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 0 47px;
/*	width: 70%;*/
	margin-top: 0;
}


#who article .copy-right .first{
	margin-top: 30px;
}



#culture {
	background-color: #ffffff;
}

#culture .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: url("../images/andover04.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: border-box;
	-webkit-background-color: transparent;
	-webkit-background-image: url("../images/andover04.jpg");
	-webkit-background-position: center top;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-clip: border-box;
	-moz-background-color: transparent;
	-moz-background-image: url("../images/andover04.jpg");
	-moz-background-position: center top;
	-moz-background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-clip: border-box;
	-o-background-color: transparent;
	-o-background-image: url("../images/andover04.jpg");
	-o-background-position: center top;
	-o-background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-clip: border-box;
	-ms-background-color: transparent;
	-ms-background-image: url("../images/andover04.jpg");
	-ms-background-position: center top;
	-ms-background-repeat: no-repeat;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover04.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover04.jpg', sizingMethod='scale');
}


#culture article {
	color: #FFF;
	position: absolute;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	height: 210px;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0;
}

#culture article .copy-left{
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/bg_black_50.png) repeat;
}

#culture article .copy-right{
	width: 50%;
	height: 100%;
	float: right;
	background: url(../images/bg_green_60.png) repeat;
}

#culture article .copy-left p{
	color: #7dc2b6;
	padding: 40px 50px 30px;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
}

#culture article .copy-right h1{
	position: absolute;
	bottom: 30px;
	left: 52%;
	font: lighter 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
}





#commitment {
	background-color: #ffffff;
}

#commitment .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: url("../images/andover05.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: border-box;
	-webkit-background-color: transparent;
	-webkit-background-image: url("../images/andover05.jpg");
	-webkit-background-position: center top;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-clip: border-box;
	-moz-background-color: transparent;
	-moz-background-image: url("../images/andover05.jpg");
	-moz-background-position: center top;
	-moz-background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-clip: border-box;
	-o-background-color: transparent;
	-o-background-image: url("../images/andover05.jpg");
	-o-background-position: center top;
	-o-background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-clip: border-box;
	-ms-background-color: transparent;
	-ms-background-image: url("../images/andover05.jpg");
	-ms-background-position: center top;
	-ms-background-repeat: no-repeat;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover05.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover05.jpg', sizingMethod='scale');
}


#commitment article {
	color: #7dc2b6;
	position: absolute;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	height: 270px;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0;
	
}

#commitment article .copy-left{
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/bg_black_50.png) repeat;
}

#commitment article .copy-right{
	width: 50%;
	height: 100%;
	float: right;
	background: #ffffff;
}


#commitment article .copy-left h1{
	color: #7dc2b6;
	position: relative;
	font: lighter 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 60px;
	margin-left: 45px;
}

#commitment article .copy-left p{
	color: #7dc2b6;
	width: 50%;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	margin-left: 5px;
	padding: 20px 40px;
}


#commitment article .copy-right h1{
	color: #353535;
	position: relative;
	font: lighter 25px/35px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin: 40px 50px 10px;
	padding: 0;
}

#commitment article .copy-right p{
	color: #353535;
	font-style: normal;
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px;
	margin-top: 0;
}

#commitment article .copy-right ul{
	color: #353535;
	padding-left: 50px;
	padding-right: 50px;
}

#commitment article .copy-right li{
	margin-bottom: 5px;
}



#services {
	background-color: #ffffff;
}

#services .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: url("../images/andover06.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: border-box;
	-webkit-background-color: transparent;
	-webkit-background-image: url("../images/andover06.jpg");
	-webkit-background-position: center top;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-clip: border-box;
	-moz-background-color: transparent;
	-moz-background-image: url("../images/andover06.jpg");
	-moz-background-position: center top;
	-moz-background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-clip: border-box;
	-o-background-color: transparent;
	-o-background-image: url("../images/andover06.jpg");
	-o-background-position: center top;
	-o-background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-clip: border-box;
	-ms-background-color: transparent;
	-ms-background-image: url("../images/andover06.jpg");
	-ms-background-position: center top;
	-ms-background-repeat: no-repeat;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover06.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover06.jpg', sizingMethod='scale');
}


#services article {
	color: #353535;
	position: absolute;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0;
	
}

#services article .copy-left{
	width: 50%;
	height: 100%;
	float: left;
/*	background: #ffffff;*/
}

#services article .copy-right{
	width: 50%;
	height: 100%;
	float: right;
/*	background: #ffffff;*/
}


#services article .copy-left h1{
	color: #353535;
	position: relative;
	font: normal 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 60px;
	margin-left: 45px;
}

#services article .copy-left h2{
	color: #353535;
	position: relative;
	font: normal 25px/32px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 20px;
	margin-left: 45px;
}

#services article .copy-left p{
	color: #353535;
	width: 50%;
	font-style: normal;
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
	padding: 5px 40px 20px;
}


#services article .copy-right h1{
	color: #353535;
	position: relative;
	font: normal 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin: 30px 0 25px 45px;
	padding: 0;
}

#services article .copy-right h2{
	color: #353535;
	position: relative;
	font: normal 25px/32px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 20px;
	margin-left: 45px;
}

#services article .copy-right h3{
	color: #353535;
	position: relative;
	font: normal 22px/28px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 20px;
	margin-left: 45px;
}

#services article .copy-right p{
	color: #353535;
	width: 50%;
	font-style: normal;
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
	padding: 10px 40px;
}

#services article .copy-right strong{
	font-size: 16px;
}

#services article .copy-right ul{
	color: #353535;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -25px;
}

#services article .copy-right li{
	margin-bottom: 5px;
}


#services article .copy-right .first{
	margin-top: 165px;
}



#contact {
	background-color: #ffffff;
}

#contact .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: url("../images/andover09.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-clip: border-box;
	-webkit-background-color: transparent;
	-webkit-background-image: url("../images/andover09.jpg");
	-webkit-background-position: center top;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-clip: border-box;
	-moz-background-color: transparent;
	-moz-background-image: url("../images/andover09.jpg");
	-moz-background-position: center top;
	-moz-background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-clip: border-box;
	-o-background-color: transparent;
	-o-background-image: url("../images/andover09.jpg");
	-o-background-position: center top;
	-o-background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-clip: border-box;
	-ms-background-color: transparent;
	-ms-background-image: url("../images/andover09.jpg");
	-ms-background-position: center top;
	-ms-background-repeat: no-repeat;
	-ms-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover09.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/andover09.jpg', sizingMethod='scale');
}


#contact article {
	color: #7dc2b6;
	position: absolute;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	width: 100%;
	height: 350px;
	left: 0;
	padding: 0;
	bottom: 0;
	margin: 0;
	
}

#contact article .copy-left{
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/bg_black_50.png) repeat;
}

#contact article .copy-right{
	width: 50%;
	height: 100%;
	float: right;
	background: #ffffff;
}


#contact article .copy-left h1{
	color: #7dc2b6;
	position: relative;
	font: lighter 45px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 60px;
	margin-left: 45px;
}


#contact article .copy-right h1{
	color: #353535;
	position: relative;
	font: lighter 25px/35px "Raleway", sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin: 40px 50px 10px;
	padding: 0;
}

#contact article .copy-right p{
	color: #353535;
	font-style: normal;
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 0 47px;
	margin-top: 0;
}





/* =====  Media queries  ===== */


@media only screen and (min-width: 1600px) {


}




@media only screen and (min-width: 1276px) and (max-width: 1599px) {

#introduction article {
	height: 280px;
}

#introduction article .copy-left p{
	padding: 40px 50px 30px;
	font-size: 14px;
	line-height: 28px;
}

#introduction article .copy-right h1{
	bottom: 40px;
	left: 52%;
	font: lighter 40px "Raleway", sans-serif;
}

#turnkey article .copy-left{
	height: 350px;
}

#turnkey article .copy-left h1{
	font: lighter 40px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
}

#turnkey article .copy-left p{
	width: 90%;
	font-size: 16px;
	line-height: 28px;
	margin-left: 5px;
	padding: 20px 40px;
}

#turnkey article .copy-right{
	height: 350px;
}

#turnkey article .copy-right h1{
	font: lighter 25px/45px "Raleway", sans-serif;
	margin: 50px 50px 0;
}

#turnkey article .copy-right p{
	font-size: 12px;
	line-height: 26px;
	padding: 0 50px 20px;
}

#who article {
	height: 350px;
}

#who article .copy-left h1{
	font: lighter 40px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
}

#who article .copy-left p{
	font-size: 16px;
	line-height: 28px;
	padding: 20px 40px;
	width:  90%;
}

	#who article .copy-right h1{
		font: lighter 35px/65px "Raleway", sans-serif;
		margin: 50px 50px 0;
		padding: 0;
	}
	
	#who article .copy-right h2{
		font: normal 26px/35px "Raleway", sans-serif;
		padding: 18px 50px 0;
	}
	
	#who article .copy-right p{
		font-size: 14px;
		line-height: 26px;
		margin-left: 5px;
		padding: 0 50px 0 47px;
	}
	
	
	#who article .copy-right .first{
		margin-top: 30px;
	}
	

#culture article {
	height: 250px;
}

#culture article .copy-left p{
	padding: 40px 50px 30px;
	font-size: 12px;
	line-height: 28px;
}

#culture article .copy-right h1{
	bottom: 30px;
	left: 52%;
	font: lighter 40px "Raleway", sans-serif;
}

#commitment article {
	height: 290px;
	
}


#commitment article .copy-left h1{
	font: lighter 40px "Raleway", sans-serif;
	margin-top: 40px;
	margin-left: 45px;
}

#commitment article .copy-right h1{
	font: lighter 25px/35px "Raleway", sans-serif;
	margin: 40px 50px 10px;
}

#commitment article .copy-right p{
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
}

#commitment article .copy-right ul{
	color: #353535;
	padding-left: 50px;
	padding-right: 50px;
}

#commitment article .copy-right li{
	margin-bottom: 3px;
}


#services article .copy-left h1{
	font: normal 40px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-left h2{
	font: normal 22px/32px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-left p{
	width: 80%;
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
	padding: 5px 40px 20px;
}


#services article .copy-right h1{
	font: normal 40px "Raleway", sans-serif;
	margin: 30px 0 25px 45px;
	padding-right: 25px;
}

#services article .copy-right h2{
	font: normal 22px/32px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-right h3{
	font: normal 22px/28px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
}


#services article .copy-right p{
	width: 80%;
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
	padding: 10px 40px;
}

#services article .copy-right strong{
	font-size: 16px;
}

#services article .copy-right ul{
	color: #353535;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -25px;
}

#services article .copy-right li{
	margin-bottom: 5px;
}


#services article .copy-right .first{
	margin-top: 160px;
}



#contact article {
	height: 350px;
	
}

#contact article .copy-left h1{
	font: lighter 40px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
}


#contact article .copy-right h1{
	font: lighter 25px/35px "Raleway", sans-serif;
	margin: 40px 50px 10px;
}

#contact article .copy-right p{
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 0 47px;
}



}





/* Devices and browsers with min of 1024px and max of 1020px */
@media only screen and (min-width: 1022px) and (max-width: 1275px) {

.logo{
	z-index: 10;
	position: fixed;
	left: 0;
	width: 200px;
	height: 63px;
	background: url('../images/logo_sm.jpg') no-repeat 0 0;
	bottom: 10px;
	cursor: pointer;
}

nav#sub .bottom {
	margin-left: 240px;
	margin-top: 12px;
}

nav#sub .bottom li {
	padding-right: 6px;
	padding-left: 6px;
}

nav#sub .bottom li:last-child {
	border-right: none;
	padding-left: 6px;
}

nav#sub .bottom h1 {
	color: #353535;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-transform: capitalize;
}

#introduction article {
	height: 275px;
}

#introduction article .copy-left p{
	padding: 40px 50px 30px;
	font-size: 12px;
	line-height: 24px;
}

#introduction article .copy-right h1{
	bottom: 30px;
	left: 52%;
	font: lighter 35px "Raleway", sans-serif;
}

#turnkey article .copy-left{
	height: 360px;
}

#turnkey article .copy-left h1{
	font: lighter 35px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
}

#turnkey article .copy-left p{
	width: 90%;
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
	padding: 20px 40px;
}

#turnkey article .copy-right{
	height: 360px;
}

#turnkey article .copy-right h1{
	font: lighter 18px/25px "Raleway", sans-serif;
	margin: 50px 50px 10px;
}

#turnkey article .copy-right p{
	font-size: 12px;
	line-height: 22px;
	padding: 0 50px 20px;
}

#who article {
	height: 350px;
}

#who article .copy-left h1{
	font: lighter 35px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
}

#who article .copy-left p{
	font-size: 14px;
	line-height: 28px;
	padding: 20px 40px;
	width:  80%;
}

#who article .copy-right h2{
	font: normal 22px/35px "Raleway", sans-serif;
	padding: 18px 50px 0;
}

#who article .copy-right p{
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 0 47px;
}
	
#who article .copy-right .first{
	margin-top: 30px;
}
	

#culture article {
	height: 300px;
}

#culture article .copy-left p{
	padding: 40px 50px 30px;
	font-size: 12px;
	line-height: 28px;
}

#culture article .copy-right h1{
	bottom: 30px;
	left: 52%;
	font: lighter 35px "Raleway", sans-serif;
}


#commitment article {
	height: 290px;	
}

#commitment article .copy-left h1{
	font: lighter 35px "Raleway", sans-serif;
	margin-top: 40px;
	margin-left: 45px;
}

#commitment article .copy-right h1{
	font: lighter 22px/28px "Raleway", sans-serif;
	margin: 40px 50px 10px;
}

#commitment article .copy-right p{
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
}

#commitment article .copy-right ul{
	color: #353535;
	padding-left: 50px;
	padding-right: 50px;
}

#commitment article .copy-right li{
	margin-bottom: 3px;
}


#services article .copy-left h1{
	font: normal 35px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-left h2{
	font: normal 22px/32px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-left p{
	width: 80%;
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
	padding: 5px 40px 20px;
}


#services article .copy-right h1{
	font: normal 35px "Raleway", sans-serif;
	margin: 30px 0 25px 45px;
	padding-right: 25px;
}

#services article .copy-right h2{
	font: normal 22px/32px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-right h3{
	font: normal 22px/28px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
}

#services article .copy-right p{
	width: 80%;
	font-size: 14px;
	line-height: 28px;
	margin-left: 5px;
	padding: 10px 40px;
}

#services article .copy-right strong{
	font-size: 16px;
}

#services article .copy-right ul{
	color: #353535;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -25px;
}

#services article .copy-right li{
	margin-bottom: 5px;
}


#services article .copy-right .first{
	margin-top: 160px;
}



#contact article {
	height: 350px;
	
}

#contact article .copy-left h1{
	font: lighter 35px "Raleway", sans-serif;
	margin-top: 50px;
	margin-left: 45px;
}


#contact article .copy-right h1{
	font: lighter 20px/28px "Raleway", sans-serif;
	margin: 40px 50px 10px;
}

#contact article .copy-right p{
	font-size: 14px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 0 47px;
}

}





/* Devices and browsers with min of 767px and max of 1020px */
@media only screen and (min-width: 767px) and (max-width: 1020px) {

.logo{
	z-index: 10;
	position: fixed;
	left: 0;
	width: 200px;
	height: 63px;
	background: url('../images/logo_sm.jpg') no-repeat 0 0;
	bottom: 10px;
	cursor: pointer;
}

nav#sub .bottom {
	margin-left: 200px;
	margin-top: 12px;
}

nav#sub .bottom li {
	padding-right: 4px;
	padding-left: 4px;
}

nav#sub .bottom li:last-child {
	border-right: none;
	padding-left: 4px;
}

nav#sub .bottom h1 {
	color: #353535;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	text-transform: capitalize;
}

#introduction article {
	height: 275px;
}

#introduction article .copy-left p{
	padding: 40px 50px 30px;
	font-size: 12px;
	line-height: 18px;
}

#introduction article .copy-right h1{
	bottom: 30px;
	left: 54%;
	font: lighter 28px "Raleway", sans-serif;
}

#turnkey article .copy-left{
	height: 360px;
}

#turnkey article .copy-left h1{
	font: lighter 28px "Raleway", sans-serif;
	margin-top: 40px;
	margin-left: 45px;
}

#turnkey article .copy-left p{
	width: 80%;
	font-size: 12px;
	line-height: 28px;
	margin-left: 5px;
	padding: 20px 40px;
}

#turnkey article .copy-right{
	height: 360px;
}

#turnkey article .copy-right h1{
	font: lighter 16px/22px "Raleway", sans-serif;
	margin: 40px 50px 10px;
}

#turnkey article .copy-right p{
	font-size: 12px;
	line-height: 18px;
	padding: 0 25px 20px 50px;
}

#who article {
	height: 350px;
}

#who article .copy-left h1{
	font: lighter 28px "Raleway", sans-serif;
	margin-top: 50px;
	margin-left: 45px;
}

#who article .copy-left p{
	font-size: 12px;
	line-height: 28px;
	padding: 20px 40px;
	width:  80%;
}

#who article .copy-right h2{
	font: normal 18px/26px "Raleway", sans-serif;
	padding: 18px 50px 0;
}

#who article .copy-right p{
	font-size: 12px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 0 47px;
}
	
#who article .copy-right .first{
	margin-top: 30px;
}
	

#culture article {
	height: 340px;
}

#culture article .copy-left p{
	padding: 40px 50px 30px;
	font-size: 12px;
	line-height: 24px;
}

#culture article .copy-right h1{
	bottom: 30px;
	left: 54%;
	font: lighter 28px "Raleway", sans-serif;
}


#commitment article {
	height: 340px;	
}

#commitment article .copy-left h1{
	font: lighter 28px "Raleway", sans-serif;
	margin-top: 40px;
	margin-left: 45px;
}

#commitment article .copy-right h1{
	font: lighter 18px/24px "Raleway", sans-serif;
	margin: 40px 50px 5px;
}

#commitment article .copy-right p{
	font-size: 12px;
	line-height: 26px;
	margin-left: 5px;
}

#commitment article .copy-right ul{
	color: #353535;
	padding-left: 50px;
	padding-right: 30px;
}

#commitment article .copy-right li{
	font-size: 12px;
	margin-bottom: 2px;
}


#services article .copy-left h1{
	font: normal 28px/34px "Raleway", sans-serif;
	margin-top: 60px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-left h2{
	font: normal 16px/26px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-left p{
	width: 80%;
	font-size: 12px;
	line-height: 28px;
	margin-left: 5px;
	padding: 5px 40px 20px;
}

#services article .copy-right h1{
	font: normal 28px/34px "Raleway", sans-serif;
	margin: 30px 0 25px 45px;
	padding-right: 25px;
}

#services article .copy-right h2{
	font: normal 16px/26px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 25px;
}

#services article .copy-right h3{
	font: normal 16px/26px "Raleway", sans-serif;
	margin-top: 20px;
	margin-left: 45px;
}

#services article .copy-right p{
	width: 80%;
	font-size: 12px;
	line-height: 28px;
	margin-left: 5px;
	padding: 10px 40px;
}

#services article .copy-right strong{
	font-size: 14px;
}

#services article .copy-right ul{
	color: #353535;
	font-size: 12px!important;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -25px;
}

#services article .copy-right li{
	font-size: 12px!important;
	margin-bottom: 5px;
}


#services article .copy-right .first{
	margin-top: 136px;
}



#contact article {
	height: 380px;
	
}

#contact article .copy-left h1{
	font: lighter 28px "Raleway", sans-serif;
	margin-top: 45px;
	margin-left: 45px;
}

#contact article .copy-right h1{
	font: lighter 20px/28px "Raleway", sans-serif;
	margin: 40px 50px 10px;
}

#contact article .copy-right p{
	font-size: 12px;
	line-height: 26px;
	margin-left: 5px;
	padding: 0 50px 0 47px;
}

}



