@charset "UTF-8";
/* AIR STYLESHEET - MARCUS STEPHENS 14/01/15 */

@font-face {
    font-family: 'globerLight';
    src: url('glober_light-webfont.eot');
    src: url('glober_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('glober_light-webfont.woff2') format('woff2'),
         url('glober_light-webfont.woff') format('woff'),
         url('glober_light-webfont.ttf') format('truetype'),
         url('glober_light-webfont.svg#globerlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glober';
    src: url('glober_regular-webfont.eot');
    src: url('glober_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('glober_regular-webfont.woff2') format('woff2'),
         url('glober_regular-webfont.woff') format('woff'),
         url('glober_regular-webfont.ttf') format('truetype'),
         url('glober_regular-webfont.svg#glober_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'globerBold';
    src: url('glober_bold_webfont.eot');
    src: url('glober_bold_webfont.eot?#iefix') format('embedded-opentype'),
         url('glober_bold_webfont.woff2') format('woff2'),
         url('glober_bold_webfont.woff') format('woff'),
         url('glober_bold_webfont.ttf') format('truetype'),
         url('glober_bold_webfont.svg#globerbold_free') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* RESETS
================================= */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	/*font-family: 'glober', Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	font-size: 100%; /* BROWSER DEFAULT SIZE IS 16PX */
	background-color: rgba(255,255,255,1.00);
	/*background-color: #000;*/
}


/* MAIN ELEMENTS
================================= */

#container {
	/*position: relative;*/
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	/*background-image: url(../_images/page-test_desktop.jpg);
	background-repeat: no-repeat;*/
}

#contentContainer {
	/*position: relative;*/
	width: 93.7042459%; /*1280 DIVIDED BY 1366*/
	margin: 0 auto;
}

header {
	position: relative;
	width: 100%;
	height: 139px;
	border-bottom: 1px solid rgba(204,204,204,1.00);
	/*background-color: rgba(0,255,62,1.00);*/
}

main {
	/*height: 1596px;*/
}

section {
	position: relative;
	width: 100%;
	/*height: 539px;*/
	height: 580px;
	border-bottom: 1px solid rgba(204,204,204,1.00);
}

/*main :last-child {
	border-bottom: none;
}*/

section:last-of-type {
	border-bottom: none;
}

#statement {
	position: relative;
	width: 100%;
	/*height: 139px;*/
	border-top: 1px solid rgba(204,204,204,1.00);
	padding-left: 3.125%; /* 40 DIVIDED BY 1280 */
	padding-right: 3.125%; /* 40 DIVIDED BY 1280 */
	padding-top: 36px;
	padding-bottom: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer {
	position: relative;
	width: 100%;
	height: 139px;
	border-top: 1px solid rgba(204,204,204,1.00);
}


/* GLOBAL STYLES
================================= */

/*:focus, :active { REMOVE LINK OUTLINE IN FIREFOX
	outline: 0px;
	border: 0px;
}*/

input::-moz-focus-inner {  /*REMOVE BUTTON PADDING IN FIREFOX*/
	border: 0px;
	padding: 0px;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

select, input, textarea {
	margin: 0px;
	padding: 0px;
	-webkit-appearance: none;
	border-radius: 0;	
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

img.scale {
	max-width: 100%;
	height: auto;
	display: block; 
}

iframe.scale {
	max-width: 100%;
	height: auto; 
}

.border {
	/*border: 1px solid #CCC;*/
	border: 1px solid #FFF;
}

.noShow, span.noShow {
	display: none;
}

h1 {
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	/*color: rgba(101,101,101,1.00);*/
	color: #000;
}

h2 {
	font-family: 'glober', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: rgba(0,117,178,1.00); /* BLUE */
}


h3 {
}

.noMargin {
	margin: 0px !important;
}

.noRightMargin {
	margin-right: 0px !important;
}

p {
	/*line-height: 18px;
	font-size: 14px;*/
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.875em; /* 14PX / 16PX */
	color: #999;
}

p.first {
	margin-top: 0px;
}

p.bold, p span.bold {
	font-family: 'glober', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #656565;
}

/*blockquote {
	font-size: 1em;
}*/

a {
	text-decoration: none;
	color: #999;
}

a.email:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clearFloat {
	clear: both;
}


/* HEADER ELEMENTS
================================= */

#airLogo {
	position: absolute;
	width: 100px;
	bottom: 39px;
	left: 3.125%; /*40 DIVIDED BY 1280*/
}

#whyLogo {
	position: relative;
	width: 200px;
	padding-top: 20px;
	/*left: 3.125%; 40 DIVIDED BY 1280*/
}

h1#pageTitle {
	position: absolute;
	bottom: 34px;
	right: 5.46875%; /* 70 DIVIDED BY 1280 */
	font-size: 1.375em; /* 22PX DIVIDED BY 16PX */
	text-align: right;
	color: #656565;
}

h1#pageTitle a {
	color: #656565;
}

h1#pageTitle a:hover {
	text-decoration: underline;
}


/* HOME PAGE SECTIONS
================================= */

section .left {
	left: 6.25%;  /* 80 DIVIDED BY 1280 */
	float: left;
}

section .right {
	right: 6.25%;  /* 80 DIVIDED BY 1280 */
	float: right;
}

section.lineBgd {
	background-image: url(../_images/background-roof.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

section .fullwidthInfo {
	position: relative;
	width: 87.5%;  /* 1120 DIVIDED BY 1280 */
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	/*background-color: #0FAC2A;*/
	margin: 0 auto;
}

section .fullwidthInfo .items-4 {
	position: relative;
	/*margin-top: 28px;*/
	margin-top: 8px;
}

section .fullwidthInfo .items-4 li {
	position: relative;
	width: 20.9821428%; /* 235 DIVIDED BY 1120 */
	margin-right: 5.3571428%; /* 60 DIVIDED BY 1120 */
	/*background-color: #1D5DDB;*/
	display: block;
	float: left; 
}

section .fullwidthInfo .items-4 li:last-child {
	margin-right: 0;	
}

section .fullwidthInfo .items-4 li img {
	max-height: 292px;
}

section .fullwidthInfo h2 {
	position: relative;
	width: 100%;
	/*font-size: 1.25em;  20PX DIVIDED BY 16PX */
	font-size: 1.125em; /* 18PX DIVIDED BY 16PX */
	line-height: 1.25em; /* 20PX DIVIDED BY 18PX */
	text-align: center;
	/*border-top: 1px solid #CCC;*/
	border-top: 1px solid #FFF;
	/*margin-top: 20px;*/
	/*margin-top: 3px;*/
	padding-top: 14px;
}

section .fullwidthInfo .items-3 {
	position: relative;
	margin-top: 38px;
}

section .fullwidthInfo .items-3 li {
	position: relative;
	width: 28.5714285%; /* 320 DIVIDED BY 1120 */
	margin-right: 7.1428571%; /* 80 DIVIDED BY 1120 */
	/*background-color: #1D5DDB;*/
	display: block;
	float: left; 
}

section .fullwidthInfo .items-3 li:last-child {
	margin-right: 0;	
}

section .fullwidthInfo .items-3 li img {
	max-height: 258px;
}

section .fullwidthInfo .lighting li img {
	max-height: 287px;
}

section .fullwidthInfo .items-3 li p {
	/*padding-top: 2px;*/
	text-align: center;
	font-size: 1em;
	line-height: 1.125em; /* 18PX DIVIDED BY 16PX */
	/*border-top: 1px solid #CCC;*/
	/*margin-top: 20px;*/
	/*margin-top: 5px;*/
	padding-top: 16px;
}

section .content {
	position: relative;
	width: 40.625%;  /* 520 DIVIDED BY 1280 */
	/*left: 6.25%;   80 DIVIDED BY 1280 */
	/*float: left;*/
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

section .image {
	position: relative;
	width: 40.625%;  /* 520 DIVIDED BY 1280 */
	/*right: 6.25%;   80 DIVIDED BY 1280 */
	/*float: right;*/
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	/*border: 1px solid #999;*/
}

section .contentContact {
	position: relative;
	width: 40.625%;  /* 520 DIVIDED BY 1280 */
	margin-top: 60px;
	margin-bottom: 60px;
}

/*section .imageContact {
	position: relative;
	width: 40.46875%;
	margin-top: 23px;
	border: 1px solid #fff;
    max-height: 458px;
}*/

section .imageContact {
	position: relative;
	width: 40.625%;  /* 520 DIVIDED BY 1280 */
	margin-top: 60px;
}

section .imageContact div {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%; /* THIS IS THE ASPECT RATIO */
}

section .imageContact iframe {	
	position: absolute;
	top: 0;
	left: 0;
	/*max-width: 100%;
	height: auto;*/
	width: 100% !important;
	height: 100% !important; 
}

section .imageBorder {
	position: relative;
	width: 40.46875%;  /* 518 DIVIDED BY 1280 */
	max-height: 458px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	border: 1px solid #FFF;
	/*border: 1px solid #CCC;*/
	/*border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;*/
}

section .imageCycle {
	position: relative;
	width: 40.46875%;  /* 518 DIVIDED BY 1280 */
	max-height: 458px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	overflow: hidden;
	/*border: 1px solid #CCC;*/
	border: 1px solid #FFF;
}

section .imageCycle div {
	width: 100%;
}

section .contentContact h1 {
	padding-top: 27px;
}

section .contentContact h1:first-of-type {
	padding-top: 0;
}

section .imageCycle h2, section .imageBorder h2, section .imageContact h2 {
	position: absolute;
	width: 100%;
	/*bottom: 40px;*/
	/*font-size: 1.375em;  22PX DIVIDED BY 16PX */
	font-size: 1.25em; /* 20PX DIVIDED BY 16PX */
	text-align: center;
}

section .imageCycle h2 {
	bottom: 35px;
}

section .imageBorder h2 {
	bottom: 30px;
}

section .imageContact h2 {
	bottom: 30px;
}

section .contentContact h2 {
	font-size: 1.25em; /* 20PX DIVIDED BY 16PX */
	color: #656565;
	margin-top: -4px;
	/*padding-bottom: 11px;  11PX EQUALS 25PX IN BROWSER */
	padding-bottom: 9px; /* 11PX EQUALS 25PX IN BROWSER */
}

section blockquote {
	position: relative;
	/*font-size: 2.375em;  38PX DIVIDED BY 16PX */
	/*line-height: 1.052631578em;  40PX DIVIDED BY 38PX */
	/*font-size: 2.3125em;  37PX DIVIDED BY 16PX */
	/*line-height: 1.054054054em;  39PX DIVIDED BY 37PX */
	/*font-size: 2.25em;  36PX DIVIDED BY 16PX */
	/*line-height: 1.055555555em;  38PX DIVIDED BY 36PX */
	font-size: 2.125em; /* 34PX DIVIDED BY 16PX */
	line-height: 1.088235294em; /* 37PX DIVIDED BY 34PX */
	color: #000;
	text-indent: -9px; /* 9PX DIVIDED BY 38PX */
	letter-spacing: -0.5px;
}

section blockquote span.bold {
	font-family: 'globerBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

section .content p {
	position: relative;
	/*font-size: 1.125em;  18PX DIVIDED BY 16PX */
	/*line-height: 1.111111111em;  20PX DIVIDED BY 18PX */
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	/*line-height: 1.117647058em;  19PX DIVIDED BY 17PX */
	line-height: 1.1764705em; /* 20PX DIVIDED BY 17PX */
	padding-top: 18px; /* 18PX EQUALS 25PX IN BROWSER */
}

section p:first-of-type {
	padding-top: 25px; /* 25PX EQUALS 35PX IN BROWSER */
}

section .contentContact p {
	position: relative;
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	/*line-height: 1.4117647em;  24PX DIVIDED BY 17PX */
	line-height: 1.1764705em; /* 20PX DIVIDED BY 17PX */
	/*padding-top: 18px;  18PX EQUALS 25PX IN BROWSER */
	padding-top: 4px;
}

/*section .contentContact p:first-of-type {
	padding-top: 50px;
}
*/

section .contentContact p.showMap {
	padding-top: 12px;
}

section .contentContact p.showMap a {
	color: #999;
}

section .contentContact p.showMap a:hover {
	text-decoration: underline;
}

section a.button {
	position: relative;
	width: 258px;
	/*height: 26px;*/
	height: 32px;
	/*border: 1px solid #999;*/
	border: 1px solid #CCC;
	text-align: center;
	display: block;
	line-height: 32px;
	color: #999;
	margin-top: 37px; /* 37PX EQUALS 40PX IN BROWSER */
}

section a.button:hover {
	color: #FFF;
	background-color: #999;
	/*background-color: rgba(0,117,178,1.00);  BLUE */
	/*border: 1px solid rgba(0,117,178,1.00);*/
	/*background-color: #CCC;*/
	border: 1px solid #999;
}

section .air-21 {
	position: absolute;
	width: 15.625%;  /* 200 DIVIDED BY 1280 */
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);	
	left: 12.5%; /* 160 DIVIDED BY 1280 */
}

section .air-12 {
	position: absolute;
	width: 32.8125%;  /* 420 DIVIDED BY 1280 */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);	
}

section .air-26 {
	position: absolute;
	width: 24.21875%;  /* 310 DIVIDED BY 1280 */
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);	
	right: 6.25%;  /* 80 DIVIDED BY 1280 */
}

section#two a.button {
	position: absolute;
	bottom: 60px;
    left: 6.25%;
}


/* GOOGLE MAPS
================================= */



/* FULLSCREEN NAVIGATION
================================= */

.wrapper {
	width: 100%;
	height: 100%;
}

.activeWrapper {
	overflow: hidden;
}

#background {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: auto;
	text-align: center;
	/*background: rgba(0,117,178,0.95);  BLUE*/
	background: rgba(255,255,255,0.90); 
	z-index: 1;
	display: none;
}

#navMain {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: auto;
	text-align: center;
	/*-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
	/*-webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    transition: background 500ms ease;*/
	/*background: rgba(0,117,178,0.95);  BLUE*/ 
	z-index: 1;
	display: none;
}

#navMain ul {
	position: relative;
	width: 560px;
	padding-top: 139px;
	margin: 0 auto;
}

#navMain ul li a {
	position: relative;
	height: 41px;
	line-height: 38px;
	display: block;
	font-size: 1.375em; /* 22PX DIVIDED BY 16PX */
	/*font-size: 1.875em;  30PX DIVIDED BY 16PX */
	/*color: #7FB9D8;
	border-top: 1px solid #7FB9D8;*/
	color: #999;
	border-top: 1px solid #CCC;
}

#navMain ul li a:hover {
	/*color: #FFF;*/
	color: #656565;
}


#navMain ul li:last-child a {
	/*border-bottom: 1px solid #7FB9D8;*/
	border-bottom: 1px solid #CCC;
}


/* FULLSCREEN COLLECTION
================================= */

#navCollection {
	position: fixed;
	height: 100%;
	width: 100%;
	/*max-width: 860px;*/
	/*max-width: 900px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);*/
	/*margin: 0 auto;*/
	
	overflow: auto;
	text-align: center;
	z-index: 1;
	display: none;
}

/*#contentContainer {
	width: 93.7042459%;
	margin: 0 auto;
}*/

#navCollection ul {
	position: relative;
	max-width: 880px; /* 860 DIVIDED BY 1280 */
	/*width: 68.75%;  880 DIVIDED BY 1280 */
	padding-top: 139px;
	/*margin: 0 auto;*/
	/*background-color: white;*/
	padding-left: 20px;
	
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
}

#navCollection ul li {
	float: left;
}

#navCollection ul li a {
	position: relative;
	/*height: 131px;*/
	/*width: 156px;  156 DIVIDED BY 880 */
	display: block;
	margin-right: 20px; /* 20 DIVIDED BY 156 */
	margin-bottom: 25px;
	
	/*border-top: 1px solid #7FB9D8;*/
}

/*#navCollection ul li a:hover {
	color: #FFF;
}*/


#navCollection ul li:last-child a {
	/*border-bottom: 1px solid #7FB9D8;*/
}

#navCollection ul li a span.navThumb {
	position: relative;
	height: 102px;
	width: 154px;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	
	overflow: hidden;
}

#navCollection ul li a span.navThumb span.navBar {
	position: absolute;
	left: 0px;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: #FF8300;
	z-index: 2000;
	display: none;
	/*display: inline-block;*/
}

#navCollection ul li a span.navTitle {
	position: relative;
	font-size: 1em;
	/*color: #7FB9D8;*/
	color: #999;
	text-transform: uppercase;
	width: 100%;
}

#navCollection ul li a:hover span.navThumb span.navBar {
	/*-webkit-animation: navBarAnimation 0.2s;
	-moz-animation: navBarAnimation 0.2s;
	animation: navBarAnimation 0.2s;*/
	
	/* -webkit-animation: fadein 1.5s ease-in;
    -moz-animation: fadein 1.5s ease-in;
    animation: fadein 1.5s ease-in;*/
	
	/*-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;*/
}

#navCollection ul li a:hover span.navThumb {
	border: 1px solid #FF8300;
}

#navCollection ul li a:hover span.navTitle {
	/*color: #FFF;*/
	color: #FF8300;
}

/*@keyframes navBarAnimation {
	from { bottom: -3px; } 
	to { bottom: 0px; } 
	}
	@-moz-keyframes navBarAnimation
	{
	from { bottom: -3px; } 
	to { bottom: 0px; } 
	}
	@-webkit-keyframes navBarAnimation
	{
	from { bottom: -3px; } 
	to { bottom: px; } 
}*/

#backToMenu {
	position: absolute;
	width: 21px;
	height: 21px;
	background-image: url(../_images/menu-collection_02.png);
	background-repeat: no-repeat;
	background-position: top;
	bottom: 39px;
	right: 5.46875%; /* 70 DIVIDED BY 1280 */
	z-index: 1000;
	display: none;
}

#backToMenu:hover {
	background-position: bottom;
}


/* FULLSCREEN ENQUIRY FORM
================================= */

#enquiryFormContainer {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: auto;
	/*text-align: center;*/
	z-index: 1;
	display: none;
}

#enquiryFormContainer h1 {
	position: relative;
	width: 560px;
	padding-top: 139px;
	margin: 0 auto;
	font-size: 1.375em; /* 22 DIVIDED BY 16 */
	/*color: #FFF;*/
	color: #656565;
}


#enquiryForm {
	position: relative;
	width: 560px;
	/*padding-top: 139px;*/
	margin: 0 auto;
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	padding-bottom: 140px;
}

#enquiryFormResponse {
	position: relative;
	width: 560px;
	margin: 0 auto;
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	padding-top: 139px;
}

#enquiryForm label {
	position: relative;
	width: 520px;
	/*font-size: 1.375em;  22 DIVIDED BY 16 */
	font-size: 1.25em; /* 20 DIVIDED BY 16 */
	/*color: #7FB9D8;*/
	color: #999;
	display: block;
	margin-bottom: 5px;
	margin-top: 9px;	
}

#enquiryFormResponse div {
	position: relative;
	width: 520px;
	color: #999;
	/*margin-top: 9px;	*/
	/*margin-top: 19px;*/	
}

#enquiryFormResponse div p {
	font-size: 1.25em; /* 20 DIVIDED BY 16 */
	/*line-height: 1.375em;  22 DIVIDED BY 16 */
	/*line-height: 1.15em;  23 DIVIDED BY 20 */	
	line-height: 1.3em; /* 26 DIVIDED BY 20 */	
}

/*#enquiryForm label a {
	color: #808080;
	text-decoration: none;	
}

#enquiryForm label a:hover {
	color: #F49712;
	text-decoration: underline;	
}
*/
#enquiryForm input {
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	/*width: 500px;  520 MINUS 20PX PADDING */
	width: 520px; /* 520 MINUS 20PX PADDING */
	/*height: 39px;
	line-height: 39px;*/
	height: 32px;
	line-height: 32px;
	/*font-size: 1.375em;  22 DIVIDED BY 16 */
	font-size: 1.25em; /* 20 DIVIDED BY 16 */
	font-weight: normal;		
	/*color: #FFF;*/
	color: #656565;
	background-color: rgba(255,255,255,0.20);	
	display: block;
	outline: 0px;
	border: 0px;
	/*border-top: 1px solid #7FB9D8;
	border-bottom: 1px solid #7FB9D8;*/
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*padding-left: 10px;
	padding-right: 10px;*/
}

#enquiryForm textarea {
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	/*width: 500px;  520 MINUS 20PX PADDING */
	width: 520px;
	/*height: 234px;*/
	height: 172px; /* 192 MINUS 20PX PADDING */
	/*font-size: 1.375em;  22 DIVIDED BY 16 */
	font-size: 1.25em; /* 20 DIVIDED BY 16 */
	line-height: 1.1em ; /* 22 DIVIDED BY 20 */
	font-weight: normal;	
	/*color: #FFF;*/
	color: #656565;
	background-color: rgba(255,255,255,0.20);	
	display: block;
	outline: 0px;
	border: 0px;
	/*border-top: 1px solid #7FB9D8;
	border-bottom: 1px solid #7FB9D8;*/
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*padding-left: 10px;
	padding-right: 10px;*/
	/*padding: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
	/*resize: vertical;*/
}

#enquiryForm #sendBtn {
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	width: 258px; /* 260 MINUS BORDER */
	/*height: 39px;
	line-height: 39px;*/
	height: 34px;
	line-height: 32px;
	/*font-size: 1.375em;  22 DIVIDED BY 16 */
	/*font-size: 1.25em;  20 DIVIDED BY 16 */
	font-size: 1.125em; /* 18 DIVIDED BY 16 */
	/*font-size: 1em;*/	
	font-weight: normal;	
	/*color: #7FB9D8;*/	
	color: #999;
	background-color: transparent;
	display: block;
	outline: 0px;
	border: 0px;
	/*border: 1px solid #7FB9D8;*/
	border: 1px solid #CCC;
	text-align: center;
	/*margin-top: 39px;*/
	margin-top: 32px;
	cursor: pointer;
}

#enquiryForm #sendBtn:hover {
	color: #FFF;	
	/*border: 1px solid #FFF;*/
	background-color: #999;
	border: 1px solid #999;
}

/*input:required {
    box-shadow:none;
}

input:invalid {
    box-shadow:0 0 3px blue;
}*/


/* FULLSCREEN MENU TOGGLE
================================= */

.topAnimate {
    /*background: #7FB9D8 !important;*/
}

.midTopAnimate {
    /*background: #FFF !important;*/
    top: 10px !important;
    -webkit-transform: rotate(45deg); /* CHROME, SAFARI, OPERA */
    transform: rotate(45deg);
}

.midAnimate {
    opacity: 0;
}

.midBottomAnimate {
    /*background: #FFF !important;*/
    top: 10px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}

.bottomAnimate {
    /*background: #7FB9D8 !important;*/
}

.topMenu {
    top: 0px;
    width: 21px;
    height: 1px;
    /*border-radius: 10px;*/
    background-color: #656565;
}

.midTopMenu {
    top: 5px;
    width: 21px;
    height: 1px;
    /*border-radius: 10px;*/
    background-color: #656565;
}

.midMenu {
    top: 10px;
    width: 21px;
    height: 1px;
    /*border-radius: 10px;*/
    background-color: #656565;
}

.midBottomMenu {
    top: 15px;
    width: 21px;
    height: 1px;
    /*border-radius: 10px;*/
    background-color: #656565;
}

.bottomMenu {
    top: 20px;
    width: 21px;
    height: 1px;
    /*border-radius: 10px;*/
    background-color: #656565;
}

.menu {
    background: #656565;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    /*margin-top: 10px;*/
    position: absolute;
}

.navToggle {
	position: absolute;
	width: 21px;
	height: 21px;
	/*background-image: url(../_images/menu.png);
	background-repeat: no-repeat;
	background-position: top;*/
	bottom: 39px;
	right: 3.125%; /*40 DIVIDED BY 1280*/
	z-index: 1000;
}

#closeBtn {
	position: absolute;
	width: 21px;
	height: 21px;
	/*background-image: url(../_images/menu-collection.png);
	background-repeat: no-repeat;
	background-position: top;*/
	bottom: 39px;
	right: 3.125%; /*40 DIVIDED BY 1280*/
	z-index: 1000;
	display: none;
}

/*.navToggle:hover {
	background-position: bottom;
}*/


/* PRODUCT PAGE SECTIONS
================================= */

section.product .content {
	width: 34.375%;  /* 440 DIVIDED BY 1280 */
}

section.product .image {
	width: 46.875%;  /* 600 DIVIDED BY 1280 */
}

section.product .imageCycle {
	width: 46.875%;  /* 600 DIVIDED BY 1280 */
}

section.product a.button {
	width: 220px;
}


/* PRODUCT PAGE TABS
================================= */

.fullWidthTitle {
	position: relative;
	padding-top: 51px; /* 51 EQUALS 60 */
	margin-left: 6.25%; /* 80 DIVIDED BY 1280 */
	margin-bottom: 28px; /* 28 EQUALS 35 */
}

#tabs {
	position: relative;
	width: 23.4375%; /* 300 DIVIDED BY 1280 */
	display: block;
	float: left;
	/*margin-top: 1em;*/
	/*margin-right: 6.25%;  80 DIVIDED BY 1280 */
	margin-left: 6.25%; /* 80 DIVIDED BY 1280 */
}

#tabs ul li a {
	position: relative;
	width: 100%; /* 300 DIVIDED BY 1280 */
	height: 32px;
	border-bottom: 1px solid #CCC;
	display: block;
	line-height: 32px;
	color: #999;
	background-image: url(../_images/tab-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	/*margin-top: 37px;  37PX EQUALS 40PX IN BROWSER */
}

#tabs ul li a:hover {
	color: #656565;
	background-position: bottom right;
}

#tabs ul li:first-child a {
	border-top: 1px solid #CCC;
}

#tabs .active {

}

#tabs .active a {
	color: #656565;
	background-position: bottom right;
}

#resources {
	position: relative;
	width: 57.8125%; /* 740 DIVIDED BY 1280 */
	/*width: 59.375%;  760 DIVIDED BY 1280 */
	/*height: 356px;  358 MINUS BORDER */
	/*min-height: 356px;  358 MINUS BORDER */
	min-height: 260px; /* 358 MINUS BORDER */
	float: right;
	margin-right: 6.25%; /* 80 DIVIDED BY 1280 */
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*background-color: #00FF18;*/
	/*top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);	*/
	/*margin-top: 111px;*/
	/*margin-bottom: 60px;*/
	padding-bottom: 34px; /* 66 MINUS 32 */
	margin-bottom: 111px;
}

#resources h1 {
	display: none;
}

#resources div {
	display: none;
}

#resources .active{
	display: block;
}

#resources .resourceFiles {
	display: block;
	/*border-bottom: 1px solid #CCC;*/
	/*padding-bottom: 50px;*/
}


/* PRODUCT PAGE RESOURCES
================================= */

.resourceFiles ul {
	position: relative;
	/*width: 57.8125%;  740 DIVIDED BY 1280 */
	width: 100%;
	/*padding-top: 13px;*/
	/*padding-bottom: 25px;*/
}


.resourceFiles ul li {
	
}

.resourceFiles ul li a {
	position: relative;
	width: 22.7027027%; /* 168 DIVIDED BY 740 */
	display: block;
	margin-left: 2.9729729%; /* 22 DIVIDED BY 740 */
	/*margin-bottom: 25px;*/
	/*margin-top: 25px;*/
	padding-top: 32px;
	text-align: center;
	float: left;
	margin-bottom: -7px;
}

/*#navCollection ul li a:hover {
	color: #FFF;
}*/

.resourceFiles ul li:first-child a {
	/*border-bottom: 1px solid #7FB9D8;*/
	margin-left: 0px;
}

/*.resourceFiles ul li:nth-child(5n) a {
	margin-left: 0px;
}*/

.resourceFiles ul li:nth-child(4n+1) a {
	margin-left: 0px;
}

.resourceFiles ul li a span.resourceThumb {
	position: relative;
	/*height: 118px;*/
	max-height: 118px;
	/*height: auto;*/
	width: 100%; /* 168 */
	display: block;
	margin-bottom: 8px;
	border: 1px solid #CCC;
}

.resourceFiles ul li a span.literatureThumb {
	position: relative;
	max-height: 238px;
	width: 100%; /* 168 */
	display: block;
	margin-bottom: 8px;
	border: 1px solid #CCC;
}

.resourceFiles ul li a span.resourceTitle {
	position: relative;
	font-size: 1em;
	/*color: #656565;*/
	color: #999;
	/*text-transform: uppercase;*/
}

.resourceFiles ul li a:hover span.resourceThumb {
	border: 1px solid #FF8300;
}

.resourceFiles ul li a:hover span.literatureThumb {
	border: 1px solid #FF8300;
}

.resourceFiles ul li a:hover span.resourceTitle {
	color: #FF8300;
}

/*#resources #literature .resourceFiles ul li a span.resourceTitle:first-word {
	display: none;
}*/


table.dimensions, table.options {
	width: 100%;
	border-collapse: collapse;
	color: #656565;
	margin-bottom: 32px;
}

table thead td {
	background-color: #FFF;
	height: 66px;
	/*color: #0074B1;*/
}

table.dimensions thead td {
	color: #0074B1;
}

table.dimensions thead td span {
	display: block;
	font-size: 0.75em; /* 12 DIVIDED BY 16 */
	color: #656565;
}

table.dimensions tbody td span {
	font-size: 0.75em; /* 12 DIVIDED BY 16 */
}


table.options thead td {
	text-align: right;
}

table td {
	text-align: center;
	/*vertical-align: middle;*/
}

table thead td img {
	/*vertical-align: middle;*/
	margin-left: 4px;
}

table thead td span {
	padding-left: 10px;
}

table tbody td {
	height: 32px;
}

/*table.dimensions tbody td {
	height: 32px;
}

table.options tbody td {
	height: 24px;
}*/

table tbody td:first-child {
	text-align: left;
	padding-left: 20px;
}

table.options tbody td:first-child {
	width: 50%;
}

table tr:nth-child(odd) {
	background-color: #E5E5E5;
}

td.standard {
	background-image: url(../_images/options_standard.gif);
	background-repeat: no-repeat;
	background-position: top center;
}


/* INFORMATION PAGE SECTIONS
================================= */

#contentList {
	margin-top: 10px;
	
}

#contentList li {
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	line-height: 1.11765em; /* 19PX DIVIDED BY 17PX */
	/*color: #656565;*/
	color: #999;
	padding-top: 8px;
	/*text-indent: -25px;
    padding-left: 25px;*/
}

#contentList li span {
	font-family: 'glober', Helvetica, Arial, sans-serif;
	font-weight: normal;
	/*color: #0074B1;*/
	color: #656565;
}

#contentList li span span {
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-left: 3px;
}


/* STATEMENT ELEMENTS
================================= */

#statement p {
	position: relative;
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	line-height: 1.1764705em; /* 20PX DIVIDED BY 17PX */
	padding-top: 12px; /* 12PX EQUALS 20PX IN BROWSER */
	/*width: 50%;*/
	width: 100%;
	/*float: left;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#statement > p:first-child {
	padding-top: 0px;
	/*padding-right: 10px;*/
	padding-right: 0px;
}

#statement > p:nth-of-type(2) {
	padding-top: 0px;
	padding-left: 10px;
}


/* FOOTER ELEMENTS
================================= */

h2#tagline {
	position: absolute;
	left: 3.125%; /* 40 DIVIDED BY 1280 */
	/*font-size: 1.1875em;  19PX DIVIDED BY 16PX */
	/*line-height: 1.105263157em;  21PX DIVIDED BY 19PX */
	/*font-size: 1.25em;  20PX DIVIDED BY 16PX */
	/*line-height: 1.1em;  22PX DIVIDED BY 20PX */
	/*font-size: 1.375em;  22PX DIVIDED BY 16PX */
	/*line-height: 1.136363636em;  25PX DIVIDED BY 22PX */
	font-size: 1.3125em; /* 21PX DIVIDED BY 16PX */
	line-height: 1.142857142em; /* 24PX DIVIDED BY 21PX */
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

h2#tagline span {
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h2#tagline span.secondary {
	color: rgba(153,153,153,1.00);
}

#orangeboxLogo {
	position: absolute;
	width: 160px;
	bottom: 0px;
	right: 3.125%; /*40 DIVIDED BY 1280*/
}









@media only screen and (min-width:769px) and (max-width:1024px) {


/* 1024 - MAIN ELEMENTS
================================= */

#container {
	max-width: 1024px;
	/*background-image: url(../_images/page-test_ipad-landscape.jpg);
	background-repeat: no-repeat;*/
}

#contentContainer {
	width: 91.796875%; /*940 DIVIDED BY 1024*/
}

section {
	height: 480px;
}

#statement {
	padding-left: 4.2553191%; /* 40 DIVIDED BY 940 */
	padding-right: 4.2553191%; /* 40 DIVIDED BY 940 */
}


/* 1024 - HEADER ELEMENTS
================================= */

#airLogo {
	left: 4.2553191%; /*40 DIVIDED BY 940*/
}

h1#pageTitle {
	right: 7.4468085%; /* 70 DIVIDED BY 940 */
}


/* 1024 - HOME PAGE SECTIONS
================================= */

section .left {
	left: 4.2553191%;  /* 40 DIVIDED BY 940 */
}

section .right {
	right: 4.2553191%;  /* 40 DIVIDED BY 940 */
}

section .content {
	width: 42.5531914%;  /* 400 DIVIDED BY 940 */
}

section .image {
	width: 42.5531914%;  /* 400 DIVIDED BY 940 */
}

section .imageBorder {
	width: 42.34042%;  /* 398 DIVIDED BY 940 */
}

section .imageCycle {
	width: 42.34042%;  /* 398 DIVIDED BY 940 */
}

section .contentContact {
	width: 42.5531914%;  /* 400 DIVIDED BY 940 */
	margin-top: 51px;
	margin-bottom: 57px;
}

section .imageContact {
	width: 42.5531914%;  /* 400 DIVIDED BY 940 */
	margin-top: 62px;
}

section blockquote {
	/*font-size: 1.8125em;  29PX DIVIDED BY 16PX */
	/*line-height: 1.068965517em;  31PX DIVIDED BY 29PX */
	/*font-size: 2em;  32PX DIVIDED BY 16PX */
	/*line-height: 1.09375em;  35PX DIVIDED BY 32PX */
	font-size: 1.625em; /* 26PX DIVIDED BY 16PX */
	line-height: 1.1153846em; /* 29PX DIVIDED BY 26PX */
	text-indent: -8px; /* 8PX DIVIDED BY 29PX */
}

section .content p {
	font-size: 1em; /* 16PX DIVIDED BY 16PX */
	/*line-height: 1.125em;  18PX DIVIDED BY 16PX */
	line-height: 1.1875em; /* 19PX DIVIDED BY 16PX */
	padding-top: 13px; /* 13PX EQUALS 20PX IN BROWSER */
}

section p:first-of-type {
	padding-top: 25px; /* 25PX EQUALS 33PX IN BROWSER */
}

section .contentContact p:first-of-type {
	padding-top: 4px;
}

section a.button {
	width: 198px;
	margin-top: 34px; /* 34PX EQUALS 38PX IN BROWSER */
}

section .imageCycle h2, section .imageBorder h2, section .imageContact h2 {
	font-size: 1.125em; /* 18PX DIVIDED BY 16PX */
}

section .imageCycle h2 {
	bottom: 21px;
}

section .imageBorder h2 {
	bottom: 21px;
}

section .imageContact h2 {
	bottom: 21px;
}


/* 1024 - FULLWIDTH INFO
================================= */

section .fullwidthInfo {
	width: 91.796875%; /*940 DIVIDED BY 1024*/
}

section .fullwidthInfo .items-4 {
	/*margin-top: 8px;*/
}

section .fullwidthInfo .items-4 li {
	width: 20.21276%; /* 190 DIVIDED BY 940 */
	margin-right: 6.38297%; /* 60 DIVIDED BY 940 */
}

section .fullwidthInfo h2 {
	font-size: 1em; /* 16PX DIVIDED BY 16PX */
	line-height: 1.1875em; /* 19PX DIVIDED BY 16PX */
	padding-top: 14px;
}

section .fullwidthInfo .items-3 {
	/*margin-top: 38px;*/
}

section .fullwidthInfo .items-3 li {
	width: 27.65957%; /* 260 DIVIDED BY 940 */
	margin-right: 8.51063%; /* 80 DIVIDED BY 940 */
}

section .fullwidthInfo .items-3 li p {
	font-size: 0.9375em; /* 15PX DIVIDED BY 16PX */
	line-height: 1.2em; /* 18PX DIVIDED BY 15PX */
	padding-top: 16px;
}


/* 1024 - FULLSCREEN NAVIGATION
================================= */

.navToggle {
	right: 4.2553191%; /*40 DIVIDED BY 940*/
}


/* 1024 - FULLSCREEN COLLECTION
================================= */

#navCollection ul {
	/*max-width: 704px;  4 LIST ITEMS WIDE PLUS 20PX MARGIN RIGHT */
}

#backToMenu {
	right: 7.4468085%; /* 70 DIVIDED BY 940 */
}


/* 1024 - PRODUCT PAGE SECTIONS
================================= */

section.product .content {
	width: 38.29787%;  /* 360 DIVIDED BY 940 */
}

section.product .image {
	width: 46.80851%;  /* 440 DIVIDED BY 940 */
}

section.product .imageCycle {
	width: 46.59574%;  /* 438 DIVIDED BY 940 */
}

section.product a.button {
	width: 180px;
}


/* 1024 - PRODUCT PAGE TABS
================================= */

.fullWidthTitle {
	/*padding-top: 51px;  51 EQUALS 60 */
	margin-left: 4.2553191%;  /* 40 DIVIDED BY 940 */
	/*margin-bottom: 28px;  28 EQUALS 35 */
}

#tabs {
	width: 27.65957%; /* 260 DIVIDED BY 940 */
	margin-left: 4.2553191%;  /* 40 DIVIDED BY 940 */
}

#resources {
	width: 59.57446%; /* 560 DIVIDED BY 940 */
	/*min-height: 260px;  358 MINUS BORDER */
	margin-right: 4.2553191%;  /* 40 DIVIDED BY 940 */
	/*padding-bottom: 34px;  66 MINUS 32 */
	/*margin-bottom: 111px;*/
}


/* 1024 - PRODUCT PAGE RESOURCES
================================= */

.resourceFiles ul li a {
	width: 21.96428%; /* 123 DIVIDED BY 560 */
	margin-left: 3.92857%; /* 22 DIVIDED BY 560 */
	/*padding-top: 32px;*/
	/*margin-bottom: -7px;*/
}

.resourceFiles ul li a span.resourceThumb {
	max-height: 86px;
	/*margin-bottom: 8px;*/
}

.resourceFiles ul li a span.literatureThumb {
	max-height: 174px;
	/*margin-bottom: 8px;*/
}

.resourceFiles ul li a span.resourceTitle {
	/*font-size: 1em;*/
}


/* 1024 - PRODUCT PAGE RESOURCES TABLE CONTENT
================================= */

table.dimensions, table.options {
	/*margin-bottom: 32px;*/
}

table thead td {
	/*height: 66px;*/
}

table.dimensions thead td span {
	/*font-size: 0.75em;  12 DIVIDED BY 16 */
}

table.dimensions tbody td span {
	/*font-size: 0.75em;  12 DIVIDED BY 16 */
}


table.options thead td {
	text-align: left;
}

table td {
	/*text-align: center;*/
}

table thead td img {
	/*margin-left: 4px;*/
}

table thead td span {
	padding-left: 7px;
	font-size: 0.9375em; /* 15 DIVIDED BY 16 */
}

table tbody td {
	/*height: 32px;*/
}

table tbody td:first-child {
	padding-left: 15px;
}

table thead td:first-child {
	padding-left: 8px;
}

table.options tbody td:first-child {
	width: 75%;
}


/* 1024 - INFORMATION PAGE SECTIONS
================================= */

#contentList {
	margin-top: 6px;
}

#contentList li {
	/*font-size: 1.0625em;  17PX DIVIDED BY 16PX */
	/*line-height: 1.11765em;  19PX DIVIDED BY 17PX */
	font-size: 1em;
    line-height: 1.1875em; /* 19PX DIVIDED BY 16PX */
	padding-top: 6px;
}


/* 1024 - FOOTER ELEMENTS
================================= */

h2#tagline {
	left: 4.2553191%; /* 40 DIVIDED BY 940 */
}

#orangeboxLogo {
	right: 4.2553191%; /*40 DIVIDED BY 940*/
}


}









@media only screen and (min-width:601px) and (max-width:768px) {


/* 768 - MAIN ELEMENTS
================================= */

#container {
	max-width: 768px;
}

#contentContainer {
	width: 88.5416666%; /*680 DIVIDED BY 768*/
	/*background-image: url(../_images/page-test_ipad-portrait.jpg);
	background-repeat: no-repeat;*/
}

section {
	/*height: 746px;*/
	height: auto;
	/*padding-bottom: 60px;*/
	padding-bottom: 57px;
}

#statement {
	padding-left: 2.9411764%; /* 20 DIVIDED BY 680 */
	padding-right: 2.9411764%; /* 20 DIVIDED BY 680 */
}


/* 768 - HEADER ELEMENTS
================================= */

#airLogo {
	left: 2.9411764%; /* 20 DIVIDED BY 680*/
}

h1#pageTitle {
	right: 7.3529411%; /* 50 DIVIDED BY 680 */
}


/* 768 - HOME PAGE SECTIONS
================================= */

section .left {
	left: 0%;
	float: none;
	margin: 0 auto;
}

section .right {
	right: 0%;
	float: none;
	margin: 0 auto;
}

section .content {
	/*width: 82.3529411%;   560 DIVIDED BY 680 */
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

section .image {
	/*width: 82.3529411%;   560 DIVIDED BY 680 */
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	/*margin: 0 auto;*/
	margin-top: 50px;
	margin-bottom: 19px; /* 19PX EQUALS 30PX IN BROWSER */
}

section .imageCycle {
	width: 76.17647%;  /* 518 DIVIDED BY 680 */
	/*max-height: 458px;*/
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

section .imageBorder {
	width: 76.17647%;  /* 518 DIVIDED BY 680 */
	/*max-height: 458px;*/
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	border: 1px solid #FFF;
	/*border: 1px solid #CCC;*/
	margin-top: 12px;
}

section .contentContact {
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
	margin-top: 0px;
	margin-bottom: 0px;
}

section .imageContact {
	/*width: 76.4705882%;   520 DIVIDED BY 680 */
	width: 76.17647%;  /* 518 DIVIDED BY 680 */
	border: 1px solid #FFF;
	/*border: 1px solid #CCC;*/
	margin-top: 12px;
}

section a.button {
	width: auto;
	/*margin-bottom: 60px;*/
}

.fullwidth {
	/*width: 82.3529411%;   560 DIVIDED BY 680 */
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
	margin: 0 auto;
	padding-top: 50px;
}

.imageContainer {
	position: relative;
	width: 100%;
	/*background-color: #00FC14;*/
	height: 364px;
}

section .air-21 {
	position: absolute;
	/*width: 32.1428571%;   180 DIVIDED BY 560 */
	width: 34.6153846%;  /* 180 DIVIDED BY 520 */
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	/*float: left;*/
}

section .air-12 {
	position: relative;
	/*width: 67.8571428%;   380 DIVIDED BY 560 */
	width: 73.0769923%;  /* 380 DIVIDED BY 520 */
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%,-50%);
  	-ms-transform: translate(0%,-50%);
  	transform: translate(0%,-50%);	
	float: right;
}

section .air-26 {
	display: none;
}

section#two a.button {
	position: relative;
	bottom: 0px;
    left: 0%;
	margin-top: 40px;
}


/* 768 - FULLSCREEN NAVIGATION
================================= */

#navMain ul {
	/*width: 560px;*/
	width: 520px;
}

#navMain ul li a {
	height: 47px;
	line-height: 44px;
	/*color: #FFF;*/
}

.navToggle {
	right: 2.9411764%; /* 20 DIVIDED BY 680 */
}


/* 768 - FULLSCREEN COLLECTION
================================= */

#navCollection ul {
	max-width: 540px; /* 4 LIST ITEMS WIDE PLUS 20PX MARGIN RIGHT */
}

#navCollection ul li a {
	width: 158px; /* 160 DIVIDED BY 540 */
	margin-right: 22px; /* 20 DIVIDED BY 540 */
}

#navCollection ul li a span.navThumb {
	width: 100%;
}



#backToMenu {
	right: 7.3529411%; /* 50 DIVIDED BY 680 */
}


/* 768 - PRODUCT PAGE SECTIONS
================================= */

section.product .content {
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
}

section.product .image {
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
}

section.product .imageCycle {
	width: 76.17647%;  /* 518 DIVIDED BY 680 */
}

section.product a.button {
	width: auto;
}


/* 768 - PRODUCT PAGE TABS
================================= */

.fullWidthTitleContainer {
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
	margin: 0 auto;
}

.fullWidthTitle {
	padding-top: 51px; /* 51 EQUALS 60 */
	margin-bottom: 28px; /* 28 EQUALS 35 */
	margin-left: 0;
}

#tabs {
	display: none;
}

#resources {
	/*width: 100%;*/
	/*height: auto;*/
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
	height: auto;
	float: none;
	margin-right: 0;
	border: none;
	margin: 0 auto;
	
	min-height: 0;
	padding-bottom: 0px;
}

#resources h1 {
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #CCC;
	display: block;
	line-height: 32px;
	color: #999;
	background-image: url(../_images/accordion-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	cursor: pointer;
}

#resources :first-child h1 {
	border-top: 1px solid #CCC;
}

#resources h1:hover {
	color: #656565;
	background-position: bottom right;
}

#resources .active h1 {
	color: #656565;
	background-position: bottom right;
}

#resources div {
	display: block;
}

#resources .active{
	display: block;
}

#resources .resourceFiles {
	display: none;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
}


/* 768 - PRODUCT PAGE RESOURCES TABLE CONTENT
================================= */

table.dimensions, table.options {
	margin-bottom: 0px;
}

table thead td {
	/*height: 66px;*/
}

table.dimensions thead td span {
	/*font-size: 0.75em;  12 DIVIDED BY 16 */
}

table.dimensions tbody td span {
	/*font-size: 0.75em;  12 DIVIDED BY 16 */
}

table.options thead td {
	text-align: left;
}

table td {
	/*text-align: center;*/
}

table thead td img {
	/*margin-left: 4px;*/
}

table thead td span {
	padding-left: 7px;
	font-size: 0.9375em; /* 15 DIVIDED BY 16 */
}

table tbody td {
	/*height: 32px;*/
}

table tbody td:first-child {
	padding-left: 15px;
}

table thead td:first-child {
	padding-left: 8px;
}

table.options tbody td:first-child {
	width: 75%;
}



/* 768 - PRODUCT PAGE RESOURCES
================================= */

.resourceFiles ul li a {
	width: 22.1153846%;  /* 115 DIVIDED BY 520 */
	margin-left: 3.8461538%; /* 20 DIVIDED BY 520 */
	/*margin-bottom: 25px;
	margin-top: 25px;*/
}

.resourceFiles ul li a span.resourceThumb {
	height: auto;
	width: 100%;
	margin-bottom: 7px;
	max-height: 81px;
}

.resourceFiles ul li a span.resourceTitle {
	font-size: 1em;
}


/* 768 - FULLWIDTH INFO
================================= */

section .fullwidthInfo {
	width: 76.4705882%;  /* 520 DIVIDED BY 680 */
	/*width: 83.82352%;   570 DIVIDED BY 680 */
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin-bottom: 0;
}

section .fullwidthInfo blockquote {
	font-size: 2.0625em; /* 33PX DIVIDED BY 16PX */
	/*font-size: 2em;  32PX DIVIDED BY 16PX */
	/*line-height: 1.088235294em;  37PX DIVIDED BY 34PX */
	/*text-indent: -9px;  9PX DIVIDED BY 38PX */
	/*letter-spacing: -0.5px;*/
	margin-top: 43px; /* 43 EQUALS 50 */
}

section .fullwidthInfo .items-4 li {
	width: 45.1923%; /* 235 DIVIDED BY 520 */
	/*margin-right: 11.53846%;  60 DIVIDED BY 520 */
	margin-right: 9.61538%; /* 50 DIVIDED BY 520 */
}

section .fullwidthInfo .items-4 li:first-child {
	margin-bottom: 40px;
}

section .fullwidthInfo .items-4 li:nth-child(even) {
	margin-right: 0; /* 50 DIVIDED BY 520 */
}

section .fullwidthInfo h2 {
	font-size: 1em; /* 16PX DIVIDED BY 16PX */
	line-height: 1.1875em; /* 19PX DIVIDED BY 16PX */
	padding-top: 14px;
}

section .fullwidthInfo .items-3 {
	/*margin-top: 38px;*/
}

section .fullwidthInfo .items-3 li {
	/*width: 61.53846%;  320 DIVIDED BY 520 */
	width: 45.1923%; /* 235 DIVIDED BY 520 */
	/*margin-right: 8.51063%;  80 DIVIDED BY 940 */
	margin-right: 9.61538%; /* 50 DIVIDED BY 520 */
}

section .fullwidthInfo .items-3 li:first-child {
	margin-bottom: 40px;
}

section .fullwidthInfo .items-3 li:nth-child(even) {
	margin-right: 0; /* 50 DIVIDED BY 520 */
}

section .fullwidthInfo .items-3 li:last-child {
	margin-right: 9.61538%;
}

section .fullwidthInfo .items-3 li p {
	font-size: 0.9375em; /* 15PX DIVIDED BY 16PX */
	line-height: 1.2em; /* 18PX DIVIDED BY 15PX */
	padding-top: 16px;
}


/* FULLSCREEN ENQUIRY FORM
================================= */

#enquiryFormContainer h1 {
	width: 520px;
	/*padding-top: 139px;*/
	/*font-size: 1.375em;  22 DIVIDED BY 16 */
}

#enquiryForm {
	width: 520px;
	/*padding-top: 139px;*/
	/*padding-bottom: 140px;*/
}

#enquiryFormResponse {
	width: 520px;
}

#enquiryForm label {
	width: 520px;
	/* font-size: 1.25em; 20 DIVIDED BY 16 */
	/*margin-bottom: 5px;*/
	/*margin-top: 9px;*/
}

#enquiryFormResponse div {
	width: 520px;
	/*margin-top: 19px;*/	
}

#enquiryFormResponse div p {
	/*font-size: 1.25em;  20 DIVIDED BY 16 */
	/*line-height: 1.3em;  26 DIVIDED BY 20 */	
}

#enquiryForm input {
	width: 520px; /* 520 MINUS 20PX PADDING */
}

#enquiryForm textarea {
	width: 520px;
	height: 172px; /* 192 MINUS 20PX PADDING */
	padding-top: 10px;
	padding-bottom: 10px;
}

#enquiryForm #sendBtn {
	width: 258px; /* 260 MINUS BORDER */
	margin-top: 32px;
}


/* 768 - STATEMENT ELEMENTS
================================= */

#statement p {
	width: 100%;
	float: none;
}

#statement > p:first-child {
	padding-right: 0px;
}

#statement > p:nth-of-type(2) {
	padding-top: 12px;
	padding-left: 0px;
}


/* 768 - FOOTER ELEMENTS
================================= */

h2#tagline {
	left: 2.9411764%; /* 20 DIVIDED BY 680 */
	/*font-size: 1.125em;  18PX DIVIDED BY 16PX */
	/*line-height: 1.111111111em;  20PX DIVIDED BY 18PX */
}

#orangeboxLogo {
	right: 2.9411764%; /* 20 DIVIDED BY 680*/
}


}









@media only screen and (min-width:481px) and (max-width:600px) {
	

/* 600 - MAIN ELEMENTS
================================= */

#container {
	max-width: 600px;
}

#contentContainer {
	width: 93.3333333%; /*560 DIVIDED BY 600*/
	/*background-image: url(../_images/page-test_iphone5-landscape.jpg);
	background-repeat: no-repeat;*/
}

header {
	height: 109px;
}


section {
	/*height: 606px;*/
	height: auto;
	padding-bottom: 48px;
}

#statement {
	padding-left: 3.5714285%; /* 20 DIVIDED BY 560 */
	padding-right: 3.5714285%; /* 20 DIVIDED BY 560 */
}

footer {
	height: 109px;
}


/* 600 - HEADER ELEMENTS
================================= */

#airLogo {
	width: 80px;
	bottom: 29px;
	left: 3.5714285%; /* 20 DIVIDED BY 560*/
}

h1#pageTitle {
	right: 8.9285714%; /* 50 DIVIDED BY 560 */
	bottom: 23px;
	font-size: 1.25em; /* 20PX DIVIDED BY 16PX */
}


/* 600 - HOME PAGE SECTIONS
================================= */

section .left {
	left: 0%;
	float: none;
	margin: 0 auto;
}

section .right {
	right: 0%;
	float: none;
	margin: 0 auto;
}

section .content {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	left: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
}

section .image {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	right: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
	margin-top: 42px;
	margin-bottom: 14px; /* 14PX EQUALS 25PX IN BROWSER */
}

section .imageCycle {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	/*max-height: 458px;*/
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin-top: 10px;
	border: 1px solid #FFF;
	/*border: 1px solid #CCC;*/
}

section .imageBorder {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	/*max-height: 458px;*/
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin-top: 10px;
	border: 1px solid #FFF;
	/*border: 1px solid #CCC;*/
}

section .imageCycle h2, section .imageBorder h2, section .imageContact h2 {
	/*font-size: 1em;  16PX DIVIDED BY 16PX */
	/*font-size: 0.75em;  12PX DIVIDED BY 16PX */
	/*line-height: 1.1666666em;  14PX DIVIDED BY 12PX */
}

section .imageCycle h2 {
	bottom: 24px;
}

section .imageBorder h2 {
	bottom: 24px;
}

section .imageContact h2 {
	bottom: 24px;
}

section blockquote {
	/*font-size: 2em;  32PX DIVIDED BY 16PX */
	/*line-height: 1.0625em;  34PX DIVIDED BY 32PX */
	/*font-size: 1.875em;  30PX DIVIDED BY 16PX */
	/*font-size: 1.8125em;  29PX DIVIDED BY 16PX */
	font-size: 1.6875em; /* 27PX DIVIDED BY 16PX */
	line-height: 1.074074em; /* 29PX DIVIDED BY 27PX */
	text-indent: -0.25em; /* 8PX DIVIDED BY 32PX */
}

section p {
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	line-height: 1.117647058em; /* 19PX DIVIDED BY 17PX */
	padding-top: 17px; /* 17PX EQUALS 25PX IN BROWSER */	
}

section p:first-of-type {
	padding-top: 22px; /* 22PX EQUALS 35PX IN BROWSER */	
}

section a.button {
	width: 100%;
	height: 30px; /* 32PX WITH BORDER */
	line-height: 30px;
	margin-top: 31px; /* 31PX EQUALS 34PX IN BROWSER */
}

.fullwidth {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	margin: 0 auto;
	padding-top: 42px;
}

.imageContainer {
	position: relative;
	width: 100%;
	/*background-color: #00FC14;*/
	height: 287px;
}

section .air-21 {
	position: absolute;
	width: 27.9545454%;  /* 123 DIVIDED BY 440 */
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

section .air-12 {
	position: relative;
	width: 68.1818181%;  /* 300 DIVIDED BY 440 */
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%,-50%);
  	-ms-transform: translate(0%,-50%);
  	transform: translate(0%,-50%);	
	float: right;
}

section .air-26 {
	display: none;
}

section#two a.button {
	position: relative;
	bottom: 0px;
    left: 0%;
	margin-top: 31px;
}


/* 600 - FULLSCREEN NAVIGATION
================================= */

#navMain ul {
	width: 73.333333333%;  /* 440 DIVIDED BY 600 */
	padding-top: 109px;
	padding-bottom: 109px;
}

#navMain ul li a {
	/*color: #999;*/
}

.navToggle {
	bottom: 29px;
	right: 3.5714285%; /* 20 DIVIDED BY 560 */
}


/* 600 - FULLSCREEN COLLECTION
================================= */

#navCollection ul {
	/*max-width: 546px;  4 LIST ITEMS WIDE PLUS 20PX MARGIN RIGHT */
	max-width: 540px;
	padding-left: 20px;
	padding-top: 109px;
	/*margin: 0 auto;
	text-align: center;*/
}

#navCollection ul li a {
	/*margin-right: 26px;  20 DIVIDED BY 156 */
	margin-right: 20px;
}

#navCollection ul li a span.navThumb {
	height: 102px;
	width: 158px;
}











#backToMenu {
	right: 8.9285714%; /* 50 DIVIDED BY 560 */
	bottom: 29px;
}


/* 600 - FULLWIDTH INFO
================================= */

section .fullwidthInfo {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin-bottom: 0;
}

section .fullwidthInfo blockquote {
	font-size: 1.625em; /* 26PX DIVIDED BY 16PX */
	line-height: 1.076923em;  /* 28PX DIVIDED BY 26PX */
	margin-top: 35px;  /* 35 EQUALS 40 */
}

section .fullwidthInfo h2 {
	/*font-size: 0.75em;  12PX DIVIDED BY 16PX */
	/*line-height: 1.1666666em;  14PX DIVIDED BY 12PX */
	/*padding-top: 14px;*/
}

section .fullwidthInfo .items-4 {
	/*margin-top: 8px;*/
}

section .fullwidthInfo .items-4 li {
	width: 43.18181%; /* 190 DIVIDED BY 440 */
	margin-right: 13.63636%; /* 60 DIVIDED BY 440 */
}

section .fullwidthInfo .items-4 li:first-child {
	margin-bottom: 26px;
}

section .fullwidthInfo .items-4 li:nth-child(even) {
	margin-right: 0%;
}

section .fullwidthInfo h2 {
	/*font-size: 1em;  16PX DIVIDED BY 16PX */
	/*line-height: 1.1875em;  19PX DIVIDED BY 16PX */
	font-size: 1.125em; /* 18PX DIVIDED BY 16PX */
	line-height: 1.1111111em; /* 20PX DIVIDED BY 18PX */
	padding-top: 14px;
}

section .fullwidthInfo .items-3 {
	margin-top: 30px;
}

section .fullwidthInfo .items-3 li {
	width: 72.72727%; /* 320 DIVIDED BY 440 */
	margin-right: 0;	
	float: none;
	margin: 0 auto;
	padding-bottom: 25px;
}

section .fullwidthInfo .items-3 li:first-child {
	margin-bottom: 0px;
}

section .fullwidthInfo .items-3 li:nth-child(even) {
	margin-right: 0;
	margin: 0 auto;
}

section .fullwidthInfo .items-3 li:last-child {
	/*margin-right: 9.61538%;*/
	margin-right: 0;
	margin: 0 auto;
	padding-bottom: 0px;
}

section .fullwidthInfo .items-3 li p {
	font-size: 0.9375em; /* 15PX DIVIDED BY 16PX */
	line-height: 1.2em; /* 18PX DIVIDED BY 15PX */
	padding-top: 16px;
}

section .contentContact {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	/*margin-top: 60px;*/
	/*margin-bottom: 60px;*/
}

section .imageContact {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	margin-top: 10px;
}


/* 600 - PRODUCT PAGE SECTIONS
================================= */

section.product .content {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
}

section.product .image {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
}

section.product .imageCycle {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
}

section.product a.button {
	width: auto;
}


/* 600 - PRODUCT PAGE TABS
================================= */

.fullWidthTitleContainer {
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	margin: 0 auto;
}

.fullWidthTitle {
	/*margin-top: 42px;*/
	padding-top: 40px;
	margin-bottom: 27px; /* 27PX EQUALS 35PX IN BROWSER */
	margin-left: 0;
}

#tabs {
	display: none;
}

#resources {
	/*width: 100%;*/
	/*height: auto;*/
	width: 78.5714285%;  /* 440 DIVIDED BY 560 */
	height: auto;
	float: none;
	margin-right: 0;
	border: none;
	margin: 0 auto;
	
	padding-bottom: 0;
	min-height: 0;
}

#resources h1 {
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #CCC;
	display: block;
	line-height: 32px;
	color: #999;
	background-image: url(../_images/accordion-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	cursor: pointer;
}

#resources :first-child h1 {
	border-top: 1px solid #CCC;
}

#resources h1:hover {
	color: #656565;
	background-position: bottom right;
}

#resources .active h1 {
	color: #656565;
	background-position: bottom right;
}


#resources div {
	display: block;
}

#resources .active{
	display: block;
}

#resources .resourceFiles {
	display: none;
	
	border-bottom: 1px solid #CCC;
	padding-bottom: 0;
}


/* 600 - PRODUCT PAGE RESOURCES TABLE CONTENT
================================= */

table.dimensions, table.options {
	margin-bottom: 25px;
	font-size: 0.9375em; /* 15 DIVIDED BY 16 */
	line-height: 1.1333333em; /* 17 DIVIDED BY 15 */
}

table thead td {
	/*height: 50px;*/
}

table.dimensions thead td span {
	/*font-size: 0.8125em;  13 DIVIDED BY 16 */
	/*padding-left: 0;*/
}

table.dimensions tbody td span {
	/*font-size: 0.8125em;  13 DIVIDED BY 16 */
}

table.options thead td {
	/*text-align: left;*/
	font-size: 0.875em;  /* 14 DIVIDED BY 16 */
	/*padding-left: 8px;*/
}

table td {
	text-align: center;
}

table thead td img {
	margin-left: 4px;
}

table.options thead td span {
	padding-left: 0px;
	padding-right: 3px;
}

table.options thead td span:last-of-type {
	display: block;
}

table tbody td {
	/*height: 42px;*/
	height: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

table tbody td:first-child {
	text-align: left;
	padding-left: 8px;
}

table.options tbody td:first-child {
	width: 65%;
}



/* 600 - PRODUCT PAGE RESOURCES
================================= */

.resourceFiles ul {
	/*width: 78.57142%;   440 DIVIDED BY 560 */
}

.resourceFiles ul li a {
	/*width: 21.5909%;   95 DIVIDED BY 440 */
	width: 21.13636%;  /* 93 DIVIDED BY 440 */
	margin-left: 5%; /* 22 DIVIDED BY 440 */
	margin-bottom: 25px;
	/*margin-top: 25px;*/
}

/*.resourceFiles ul li:last-child a {
	margin-bottom: 25px;
}*/

.resourceFiles ul li a span.resourceThumb {
	width: 100%;
	margin-bottom: 7px;
	max-height: 67px;
	/*background-color: #00FF3C;*/
}

.resourceFiles ul li a span.resourceTitle {
	font-size: 1em;
}

.resourceFiles ul li a span.literatureThumb {
	max-height: 135px;
	/*background-color: #00FF3C;*/
}

/*.resourceFiles ul li:nth-child(odd) a {
	margin-left: 0px;
}*/


/* 600 - FULLSCREEN ENQUIRY FORM
================================= */

#enquiryFormContainer h1 {
	width: 440px;
	padding-top: 109px;
	font-size: 1.25em; /* 20 DIVIDED BY 16 */
}

#enquiryForm {
	width: 440px;
	padding-bottom: 110px;
}

#enquiryFormResponse {
	width: 440px;
	padding-top: 109px;
}

#enquiryForm label {
	width: 440px;
	/* font-size: 1.25em; 20 DIVIDED BY 16 */
	font-size: 1.1875em; /* 19 DIVIDED BY 16 */
	/*margin-bottom: 5px;*/
	/*margin-top: 9px;*/
}

#enquiryFormResponse div {
	width: 440px;
	/*margin-top: 19px;*/	
}

#enquiryFormResponse div p {
	/*font-size: 1.25em;  20 DIVIDED BY 16 */
	/*line-height: 1.3em;  26 DIVIDED BY 20 */	
}

#enquiryForm input {
	width: 440px; /* 520 MINUS 20PX PADDING */
}

#enquiryForm textarea {
	width: 440px;
	height: 172px; /* 192 MINUS 20PX PADDING */
	padding-top: 10px;
	padding-bottom: 10px;
}

#enquiryForm #sendBtn {
	width: 220px; /* 260 MINUS BORDER */
	margin-top: 32px;
}


/* 600 - STATEMENT ELEMENTS
================================= */

#statement p {
	width: 100%;
	float: none;
}

#statement > p:first-child {
	padding-right: 0px;
}

#statement > p:nth-of-type(2) {
	padding-top: 12px;
	padding-left: 0px;
}



/* 600 - FOOTER ELEMENTS
================================= */

h2#tagline {
	left: 3.5714285%; /* 20 DIVIDED BY 560 */
	font-size: 1.125em; /* 18PX DIVIDED BY 16PX */
	line-height: 1.111111111em; /* 20PX DIVIDED BY 18PX */
}

#orangeboxLogo {
	width: 140px;
	right: 3.5714285%; /* 20 DIVIDED BY 560*/
}


}









@media only screen and (min-width:321px) and (max-width:480px) {


/* 480 - MAIN ELEMENTS
================================= */

#container {
	max-width: 480px;
}

#contentContainer {
	width: 91.666666666667%; /* 440 DIVIDED BY 480 */
	/*background-image: url(../_images/page-test_iphone-landscape.jpg);
	background-repeat: no-repeat;*/
}

header {
	height: 109px;
}


section {
	/*height: 463px;*/
	height: auto;
	padding-bottom: 37px;
}

#statement {
	padding-left: 4.545454545455%; /* 20 DIVIDED BY 440 */
	padding-right: 4.545454545455%; /* 20 DIVIDED BY 440 */
}

footer {
	height: 109px;
}


/* 480 - HEADER ELEMENTS
================================= */

#airLogo {
	width: 80px;
	bottom: 29px;
	left: 4.545454545455%; /* 20 DIVIDED BY 440 */
}

h1#pageTitle {
	right: 11.363636363636%; /* 50 DIVIDED BY 440 */
	bottom: 24px;
	font-size: 1.125em; /* 18PX DIVIDED BY 16PX */
}

p#iphone-landscape {
	display: block;	
}


/* 480 - HOME PAGE SECTIONS
================================= */

section .content {
	width: 72.727272727273%;  /* 320 DIVIDED BY 440 */
	left: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
}

section .image {
	width: 72.727272727273%;  /* 320 DIVIDED BY 440 */
	right: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
	margin-top: 31px;
	margin-bottom: 8px; /* 8PX EQUALS 18PX IN BROWSER */
}

section .imageCycle {
	width: 72.27272%;  /* 318 DIVIDED BY 440 */
	/*max-height: 458px;*/
	right: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
}

section .imageBorder {
	width: 72.27272%;  /* 318 DIVIDED BY 440 */
	/*max-height: 458px;*/
	top: 0%;
	right: 0%;
	left: 0;
	float: none;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	border: 1px solid #CCC;
	margin: 0 auto;
	margin-top: 12px;
}

section blockquote {
	font-size: 1.4375em; /* 23PX DIVIDED BY 16PX */
	line-height: 1.086956521em; /* 25PX DIVIDED BY 23PX */
	text-indent: -0.217391304em; /* 5PX DIVIDED BY 23PX */
}

section .content p {
	font-size: 0.8125em; /* 13PX DIVIDED BY 16PX */
	line-height: 1.153846153em; /* 15PX DIVIDED BY 13PX */
	padding-top: 12px; /* 12PX EQUALS 18PX IN BROWSER */
}

section p:first-of-type {
	padding-top: 22px;
}

section a.button {
	width: 100%;
	height: 30px; /* 32PX WITH BORDER */
	line-height: 30px;
	/*margin-bottom: 37px;*/
}

.fullwidth {
	width: 72.727272727273%;  /* 320 DIVIDED BY 440 */
	margin: 0 auto;
	padding-top: 31px;
}

.imageContainer {
	position: relative;
	width: 100%;
	/*background-color: #00FC14;*/
	height: 240px;
}

section .air-21 {
	position: absolute;
	width: 38.4375%;  /* 123 DIVIDED BY 320 */
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

section .air-12 {
	position: relative;
	width: 78.125%;  /* 250 DIVIDED BY 320 */
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%,-50%);
  	-ms-transform: translate(0%,-50%);
  	transform: translate(0%,-50%);	
	float: right;
}

section .air-26 {
	display: none;
}

section#two a.button {
	position: relative;
	bottom: 0px;
    left: 0%;
	margin-top: 22px;
}


/* 480 - FULLSCREEN NAVIGATION
================================= */

#navMain ul {
	width: 320px;
	padding-top: 109px;
	padding-bottom: 109px;
}

#navMain ul li a {
	/*color: #FFF;*/
}

.navToggle {
	bottom: 29px;
	right: 4.545454545455%; /* 20 DIVIDED BY 440 */
}


/* 480 - FULLSCREEN COLLECTION
================================= */

#navCollection ul {
	max-width: 420px; /* 3 LIST ITEMS WIDE PLUS 20PX MARGIN RIGHT */
	padding-top: 109px;
}

#navCollection ul li a span.navThumb {
	height: 80px;
	width: 120px;
}


#backToMenu {
	right: 11.363636363636%; /* 50 DIVIDED BY 440 */
	bottom: 29px;
}


/* 480 - PRODUCT PAGE SECTIONS
================================= */

section.product .content {
	/*width: 72.727272727273%;   320 DIVIDED BY 440 */
	width: 90.909009%;  /* 400 DIVIDED BY 440 */
}

section.product .image {
	/*width: 72.727272727273%;   320 DIVIDED BY 440 */
	width: 90.45454%;  /* 398 DIVIDED BY 440 */
}

section.product a.button {
	width: auto;
}


/* 480 - PRODUCT PAGE TABS
================================= */

.fullWidthTitleContainer {
	/*width: 72.727272727273%;   320 DIVIDED BY 440 */
	width: 90.909009%;  /* 400 DIVIDED BY 440 */
	margin: 0 auto;
}

.fullWidthTitle {
	margin-top: 0px;
	margin-bottom: 14px; /* 14PX EQUALS 25PX IN BROWSER */
	margin-left: 0;
	font-size: 1.3125em; /* 21 DIVIDED BY 16 */
	padding-top: 25px; 
}

#tabs {
	display: none;
}

#resources {
	/*width: 100%;*/
	/*height: auto;*/
	/*width: 72.727272727273%;   320 DIVIDED BY 440 */
	width: 90.909009%;  /* 400 DIVIDED BY 440 */
	height: auto;
	float: none;
	margin-right: 0;
	border: none;
	margin: 0 auto;
	min-height: 0;
	padding-bottom: 0;
}

#resources h1 {
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #CCC;
	display: block;
	line-height: 32px;
	color: #999;
	background-image: url(../_images/accordion-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	cursor: pointer;
}

#resources :first-child h1 {
	border-top: 1px solid #CCC;
}

#resources h1:hover {
	color: #656565;
	background-position: bottom right;
}

#resources div {
	display: block;
}

#resources .active{
	display: block;
}

#resources .resourceFiles {
	display: none;
}


/* 480 - PRODUCT PAGE RESOURCES TABLE CONTENT
================================= */

table.dimensions, table.options {
	margin-bottom: 0px;
}

table thead td {
	/*height: 66px;*/
}

table.dimensions thead td span {
	/*font-size: 0.75em;  12 DIVIDED BY 16 */
}

table.dimensions tbody td span {
	/*font-size: 0.75em;  12 DIVIDED BY 16 */
}

table.options thead td {
	text-align: left;
}

table td {
	/*text-align: center;*/
}

table thead td img {
	/*margin-left: 4px;*/
}

table thead td span {
	padding-left: 7px;
	font-size: 0.9375em; /* 15 DIVIDED BY 16 */
}

table tbody td {
	/*height: 32px;*/
}

table tbody td:first-child {
	padding-left: 15px;
}

table thead td:first-child {
	padding-left: 8px;
}

table.options tbody td:first-child {
	width: 75%;
}


/* 480 - FULLWIDTH INFO
================================= */

section .fullwidthInfo {
	width: 90.909009%;  /* 400 DIVIDED BY 440 */
	/*width: 83.82352%;   570 DIVIDED BY 680 */
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin-bottom: 0;
}

section .fullwidthInfo blockquote {
	font-size: 1.4375em; /* 23PX DIVIDED BY 16PX */
	margin-top: 43px; /* 43 EQUALS 50 */
}

section .fullwidthInfo .items-4 li {
	width: 58.75%; /* 235 DIVIDED BY 400 */
	/*margin-right: 9.61538%;  50 DIVIDED BY 520 */
	margin-right: 0%;
	float: none;
	margin: 0 auto;
}

section .fullwidthInfo .items-4 li:first-child {
	/*margin-bottom: 40px;*/
}

section .fullwidthInfo .items-4 li:nth-child(even) {
	/*margin-right: 0;  50 DIVIDED BY 520 */
}

section .fullwidthInfo .items-4 li:last-child {
	margin-right: 0;	
	margin: 0 auto;
}

section .fullwidthInfo h2 {
	font-size: 1em; /* 16PX DIVIDED BY 16PX */
	line-height: 1.1875em; /* 19PX DIVIDED BY 16PX */
	padding-top: 14px;
}

section .fullwidthInfo .items-3 {
	/*margin-top: 38px;*/
}

section .fullwidthInfo .items-3 li {
	width: 80%; /* 320 DIVIDED BY 400 */
	float: none;
	margin-right: 0%;
	margin: 0 auto;
	padding-bottom: 40px;
}

section .fullwidthInfo .items-3 li:first-child {
	/*margin-bottom: 40px;*/
}

section .fullwidthInfo .items-3 li:nth-child(even) {
	margin-right: 0; /* 50 DIVIDED BY 520 */
	margin: 0 auto;
}

section .fullwidthInfo .items-3 li:last-child {
	margin-right: 0;
	margin: 0 auto;
}

section .fullwidthInfo .items-3 li p {
	font-size: 0.9375em; /* 15PX DIVIDED BY 16PX */
	line-height: 1.2em; /* 18PX DIVIDED BY 15PX */
	padding-top: 16px;
}


/* 480 - STATEMENT ELEMENTS
================================= */

#statement p {
	font-size: 0.8125em;
    line-height: 1.15385em;
	width: 100%;
	float: none;
}

#statement > p:first-child {
	padding-right: 0px;
}

#statement > p:nth-of-type(2) {
	padding-top: 12px;
	padding-left: 0px;
}


/* 480 - FOOTER ELEMENTS
================================= */

h2#tagline {
	left: 4.545454545455%; /* 20 DIVIDED BY 440 */
	font-size: 1em; /* 16PX DIVIDED BY 16PX */
	line-height: 1.125em; /* 18PX DIVIDED BY 16PX */
}

#orangeboxLogo {
	width: 120px;
	right: 4.545454545455%; /* 20 DIVIDED BY 440 */
}




}









@media only screen and (max-width:320px) {


/* 320 - MAIN ELEMENTS
================================= */

#container {
	max-width: 320px;
}

#contentContainer {
	width: 87.5%; /* 280 DIVIDED BY 320 */
	/*background-image: url(../_images/page-test_iphone-portrait.jpg);
	background-repeat: no-repeat;*/
}

header {
	height: 109px;
}


section {
	/*height: 463px;*/
	height: auto;
	padding-bottom: 29px;
}

#statement {
	padding-left: 3.5714285%; /* 10 DIVIDED BY 280 */
	padding-right: 3.5714285%; /* 10 DIVIDED BY 280 */
}

footer {
	height: 109px;
}


/* 320 - HEADER ELEMENTS
================================= */

#airLogo {
	width: 80px;
	bottom: 29px;
	/*left: 7.1428571%;  20 DIVIDED BY 280 */
	left: 3.5714285%; /* 10 DIVIDED BY 280 */
}

h1#pageTitle {
	/*right: 17.8571428%;  50 DIVIDED BY 280 */
	right: 14.2857142%; /* 40 DIVIDED BY 280 */
	bottom: 24px;
	font-size: 1em; /* 16PX DIVIDED BY 16PX */
}


/* 320 - HOME PAGE SECTIONS
================================= */

section .left {
	left: 0%;
	float: none;
	margin: 0 auto;
}

section .right {
	right: 0%;
	float: none;
	margin: 0 auto;
}


section .content {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	left: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
}

section .image {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	right: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
	margin-top: 23px;
	margin-bottom: 5px; /* 5PX EQUALS 14PX IN BROWSER */
}

section .imageCycle {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	/*max-height: 458px;*/
	right: 0%;
	float: none;
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
	margin-top: 12px;
	/*border: 1px solid #CCC;*/
}

section .imageBorder {
	width: 85%;  /* 238 DIVIDED BY 280 */
	/*max-height: 458px;*/
	top: 0%;
	right: 0%;
	left: 0;
	float: none;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin: 0 auto;
	margin-top: 12px;
	/*border: 1px solid #CCC;*/
}

section .imageCycle h2, section .imageBorder h2, section .imageContact h2 {
	/*font-size: 1em;  16PX DIVIDED BY 16PX */
	font-size: 0.75em; /* 12PX DIVIDED BY 16PX */
	line-height: 1.1666666em; /* 14PX DIVIDED BY 12PX */
}

section .imageCycle h2 {
	bottom: 14px;
}

section .imageBorder h2 {
	bottom: 14px;
}

section .imageContact h2 {
	bottom: 14px;
}


section blockquote {
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	line-height: 1.117647058em; /* 19PX DIVIDED BY 17PX */
	text-indent: -0.217391304em; /* 5PX DIVIDED BY 17PX */
}

section .content p {
	font-size: 0.8125em; /* 13PX DIVIDED BY 16PX */
	line-height: 1.153846153em; /* 15PX DIVIDED BY 13PX */
	padding-top: 9px; /* 9PX EQUALS 14PX IN BROWSER */
}

section p:first-of-type {
	/*padding-top: 4px;*/
}

section .contentContact h1 {
	font-size: 1.1875em; /* 19PX DIVIDED BY 16PX */
}

section .contentContact h2 {
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	/*margin-top: -4px;*/
	/*padding-bottom: 9px;  11PX EQUALS 25PX IN BROWSER */
}

section .contentContact p {
	font-size: 0.9375em; /* 15PX DIVIDED BY 16PX */
	line-height: 1.2em; /* 18PX DIVIDED BY 15PX */
	/*padding-top: 18px;  18PX EQUALS 25PX IN BROWSER */
	/*padding-top: 4px;*/
}

section a.button {
	width: 100%;
	height: 30px; /* 32PX WITH BORDER */
	line-height: 30px;
	margin-top: 27px;
}

.fullwidth {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	margin: 0 auto;
	padding-top: 23px;
}

.imageContainer {
	position: relative;
	width: 100%;
	/*background-color: #00FC14;*/
	height: 172px;
}

section .air-21 {
	position: absolute;
	width: 35.4166666%;  /* 85 DIVIDED BY 240 */
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

section .air-12 {
	position: relative;
	width: 75%;  /* 180 DIVIDED BY 240 */
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%,-50%);
  	-ms-transform: translate(0%,-50%);
  	transform: translate(0%,-50%);	
	float: right;
}

section .air-26 {
	display: none;
}

section#two a.button {
	position: relative;
	bottom: 0px;
    left: 0%;
	margin-top: 15px;
}


/* 320 - FULLSCREEN NAVIGATION
================================= */

#navMain ul {
	width: 240px;
	padding-top: 109px;
	padding-bottom: 109px;
}

#navMain ul li a {
	color: #999;
}

.navToggle {
	bottom: 29px;
	/*right: 7.1428571%;  20 DIVIDED BY 280 */
	right: 3.5714285%; /* 10 DIVIDED BY 280 */
}

#closeBtn {
	bottom: 29px;
	/*right: 3.125%; 40 DIVIDED BY 1280*/
}


/* 320 - FULLSCREEN COLLECTION
================================= */

#navCollection ul {
	max-width: 280px; /* 2 LIST ITEMS WIDE PLUS 20PX MARGIN RIGHT */
	/*width: 92.85714%;  260 DIVIDED BY 280 */
	padding-top: 109px;
	/*margin: 0 auto;*/
}

#navCollection ul li a {
	/*width: 41.53846%;  108 DIVIDED BY 260 */
	margin-bottom: 20px;
}

#navCollection ul li:last-child a {
	margin-bottom: 85px;
}

#navCollection ul li a span.navThumb {
	/*height: 71px;*/
	/*width: 108px;*/
	/*width: 41.53846%;*/
	width: 118px;
	height: 78px;
}

#backToMenu {
	right: 14.2857142%; /* 40 DIVIDED BY 280 */
	bottom: 29px;
}


/* 320 - PRODUCT PAGE SECTIONS
================================= */

section.product .content {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
}

section.product .image {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
}

section.product .imageCycle {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
}

section.product a.button {
	width: auto;
	margin-top: 27px;
}

section.product .content h1 {
	font-size: 1.3125em; /* 21 DIVIDED BY 16 */
	margin-bottom: 6px;
}


/* 320 - PRODUCT PAGE TABS
================================= */

.fullWidthTitleContainer {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	margin: 0 auto;
}

.fullWidthTitle {
	padding-top: 20px; /* 22 EQUALS 30 */
	margin-left: 0; /* 80 DIVIDED BY 1280 */
	margin-bottom: 20px; /* 28 EQUALS 35 */
	font-size: 1.3125em; /* 21 DIVIDED BY 16 */
	line-height: 1.1428571em; /* 24 DIVIDED BY 21 */ 
}

#tabs {
	display: none;
}

#resources {
	/*width: 100%;*/
	/*height: auto;*/
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	height: auto;
	float: none;
	margin-right: 0;
	border: none;
	margin: 0 auto;
	padding-bottom: 0;
	min-height: 0;
}

#resources h1 {
	position: relative;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #CCC;
	display: block;
	line-height: 32px;
	color: #999;
	background-image: url(../_images/accordion-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1em;
	cursor: pointer;
}

#resources :first-child h1 {
	border-top: 1px solid #CCC;
}

#resources h1:hover {
	color: #656565;
	background-position: bottom right;
}

#resources .active h1 {
	color: #656565;
	background-position: bottom right;
}

#resources div {
	display: block;
}

#resources .active{
	display: block;
}

#resources .resourceFiles {
	display: none;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0px;
}

table.dimensions, table.options {
	margin-bottom: 25px;
	/*font-size: 0.8125em;  13 DIVIDED BY 16 */ 
	/*line-height: 0.9375em;  15 DIVIDED BY 16 */
	font-size: 0.75em; /* 12 DIVIDED BY 16 */
	line-height: 1.1666666em; /* 14 DIVIDED BY 12 */
}

table thead td {
	height: 50px;
}

table.dimensions thead td span {
	font-size: 0.75em; /* 12 DIVIDED BY 16 */
	padding-left: 0;
}

table.dimensions tbody td span {
	font-size: 0.75em; /* 12 DIVIDED BY 16 */
}

table.options thead td {
	text-align: left;
	font-size: 0.9375em; /* 15 DIVIDED BY 16 */
}

table td {
	text-align: center;
}

table thead td img {
	margin-left: 4px;
}

table.options thead td span {
	padding-left: 0px;
	padding-right: 3px;
}

table tbody td {
	height: 42px;
}

table tbody td:first-child {
	text-align: left;
	padding-left: 8px;
}

table.options tbody td:first-child {
	width: 65%;
}


/* 320 - PRODUCT PAGE RESOURCES
================================= */

.resourceFiles ul {
	/*width: 85.7142857%;   240 DIVIDED BY 280 */
}

.resourceFiles ul li a {
	width: 45.41666%;  /* 109 DIVIDED BY 240 */
	margin-left: 8.33333%; /* 20 DIVIDED BY 240 */
	/*margin-bottom: 25px;
	margin-top: 25px;*/
}

.resourceFiles ul li:last-child a {
	margin-bottom: 25px;
}

.resourceFiles ul li a span.resourceThumb {
	/*height: auto;*/
	width: 100%;
	margin-bottom: 7px;
	max-height: 77px;
}

.resourceFiles ul li a span.resourceTitle {
	font-size: 1em;
}

.resourceFiles ul li a span.literatureThumb {
	max-height: 154px;
	/*margin-bottom: 8px;*/
}

.resourceFiles ul li:nth-child(odd) a {
	margin-left: 0px;
}




/* 320 - INFORMATION PAGE SECTIONS
================================= */

/*#contentList {
	margin-top: 10px;
	
}*/

#contentList li {
	font-size: 0.8125em; /* 13PX DIVIDED BY 16PX */
	line-height: 1.1538461em; /* 15PX DIVIDED BY 13PX */
	padding-top: 8px;
}

/*#contentList li span {
	font-family: 'glober', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #656565;
}

#contentList li span span {
	font-family: 'globerLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-left: 3px;
}*/


/* 320 - FULLWIDTH INFO
================================= */

section .fullwidthInfo {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	top: 0%;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
	margin-bottom: 0;
}

section .fullwidthInfo blockquote {
	/*font-size: 1.4375em;  23PX DIVIDED BY 16PX */
	font-size: 1.0625em; /* 17PX DIVIDED BY 16PX */
	line-height: 1.1764705em;  /* 20PX DIVIDED BY 17PX */
	margin-top: 25px;  /* 25 EQUALS 30 */
}

section .fullwidthInfo h2 {
	font-size: 0.75em; /* 12PX DIVIDED BY 16PX */
	line-height: 1.1666666em; /* 14PX DIVIDED BY 12PX */
	/*padding-top: 14px;*/
}

section .fullwidthInfo .items-4 li {
	width: 83.92857%; /* 235 DIVIDED BY 280 */
	margin-right: 0%;
	float: none;
	margin: 0 auto;
	padding-bottom: 10px;
}

section .fullwidthInfo .items-4 li:first-child {
	margin-top: -50px;
}

section .fullwidthInfo .items-4 li:last-child {
	margin-right: 0;	
	margin: 0 auto;
	padding-bottom: 0px;
}

section .fullwidthInfo .items-3 {
	margin-top: 20px;
}

section .fullwidthInfo .items-3 li {
	width: 100%;  /* 280 */
	/*margin-right: 9.61538%;  50 DIVIDED BY 520 */
	margin-right: 0;	
	float: none;
	margin: 0 auto;
	padding-bottom: 20px;
	/*border: 1px solid #CCC;*/
}

section .fullwidthInfo .items-3 li:first-child {
	margin-bottom: 0px;
}

section .fullwidthInfo .items-3 li:nth-child(even) {
	margin-right: 0;
	margin: 0 auto;
}

section .fullwidthInfo .items-3 li:last-child {
	/*margin-right: 9.61538%;*/
	margin-right: 0;
	margin: 0 auto;
	padding-bottom: 0px;
}

section .fullwidthInfo .items-3 li p {
	font-size: 0.8125em; /* 13PX DIVIDED BY 16PX */
	line-height: 1.2307692em; /* 16PX DIVIDED BY 13PX */
	padding-top: 16px;
}

section .contentContact {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	/*margin-top: 60px;*/
	/*margin-bottom: 60px;*/
}

section .imageContact {
	width: 85.7142857%;  /* 240 DIVIDED BY 280 */
	/*margin-top: 60px;*/
}


/* 320 - FULLSCREEN ENQUIRY FORM
================================= */

#enquiryFormContainer h1 {
	width: 260px;
	padding-top: 109px;
	font-size: 1.25em; /* 20 DIVIDED BY 16 */
}

#enquiryForm {
	width: 260px;
	/*padding-top: 139px;*/
	padding-bottom: 110px;
}

#enquiryFormResponse {
	width: 260px;
	padding-top: 109px;
}

#enquiryForm label {
	width: 260px;
	/* font-size: 1.25em; 20 DIVIDED BY 16 */
	font-size: 1.1875em; /* 19 DIVIDED BY 16 */
	/*margin-bottom: 5px;*/
	/*margin-top: 9px;*/
}

#enquiryFormResponse div {
	width: 260px;
	/*margin-top: 19px;*/	
}

#enquiryFormResponse div p {
	/*font-size: 1.25em;  20 DIVIDED BY 16 */
	/*line-height: 1.3em;  26 DIVIDED BY 20 */	
}

#enquiryForm input {
	width: 260px; /* 520 MINUS 20PX PADDING */
}

#enquiryForm textarea {
	width: 260px;
	height: 172px; /* 192 MINUS 20PX PADDING */
	padding-top: 10px;
	padding-bottom: 10px;
}

#enquiryForm #sendBtn {
	width: 140px; /* 260 MINUS BORDER */
	margin-top: 32px;
}


/* 320 - STATEMENT ELEMENTS
================================= */

#statement p {
	font-size: 0.8125em;
    line-height: 1.15385em;
	width: 100%;
	float: none;
}

#statement > p:first-child {
	padding-right: 0px;
}

#statement > p:nth-of-type(2) {
	padding-top: 12px;
	padding-left: 0px;
}


/* 320 - FOOTER ELEMENTS
================================= */

h2#tagline {
	/*left: 7.1428571%;  20 DIVIDED BY 280 */
	left: 3.5714285%; /* 10 DIVIDED BY 280 */
	font-size: 0.6875em; /* 11PX DIVIDED BY 16PX */
	line-height: 1.181818181em; /* 13PX DIVIDED BY 11PX */
}

#orangeboxLogo {
	width: 100px;
	/*right: 7.1428571%;  20 DIVIDED BY 280 */
	right: 3.5714285%; /* 10 DIVIDED BY 280 */
}
	

}