@charset "UTF-8";
/* CSS Document */

/*

Grey #5b5b62
Yellow #d69a36

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

font-family: 'PT Serif', serif;
font-family: 'Open Sans', sans-serif;

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

h1 {
	font-family: 'PT Serif', serif;	
}

h2 {
	font-family: 'PT Serif', serif;	
}

hr {
	border: none;
	border-top: 1px dotted #1b1b1b;	
	margin: 20px 0 20px 0;
}

hr.dotted {
	border: none;
	border-top: 1px dotted #161f48;	
	margin: 30px 0 30px 0;
}

#headerBackground {
	float: left;
	width: 100%;
	position: absolute;
}

#innerPage #headerBackground {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #d69a36;
	padding-bottom: 10px;
}

#headerBackground header {
	margin: 0 auto;
	width: 1200px;	
}

#leftNav {
	float: left;
	width: 40%;
	margin-top: 65px;
}

#rightNav {
	float: right;
	width: 40%;
	margin-top: 65px;
}

#logo { 
	float: left;
	width: 20%;
	margin: 15px 0 15px 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#logo img.mobileLogo { 
	display: none;
}

#innerPage #logo img.mobileLogo { 
	display: block;
}

#innerPage #logo img.desktopLogo { 
	display: none;
}

#logo:hover {
	cursor: pointer;	
	opacity: .8;
}

/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	display: none;
}

nav {
	font-family: 'PT Serif', serif;	
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0 ;
	text-align: center;
}

nav li {
	display: inline;
	color: white;
	font-size: 100%;
	margin: 0 7px 0 7px;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0 0 5px 0;
}

nav li a:hover {
	color: #5b5b62;
	text-decoration: none;
	border-bottom: 1px solid #5b5b62;
}

nav li a.active {
	color: #5b5b62;
	text-decoration: none;
	border-bottom: 1px solid #5b5b62;
}

#innerPage nav li a {
	color: #5b5b62;
}

#innerPage nav li a:hover {
	color: #d69a36;
	border-bottom: 1px solid #d69a36;
}

#innerPage nav li a.active {
	color: #d69a36;
	border-bottom: 1px solid #d69a36;
}


/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #5b5b62;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li.subNav {
	font-size: 90%;
	margin-left: 15px;
	line-height: 32px;
}

#accordionSection .accordionContent li a {
	float: none;
	color: #5b5b62;
	border: none;
	text-align: left;
	padding: 5px;
	margin-left: 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: #d69a36;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #d69a36;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #5b5b62;
	padding: 5px 0 10px 0;
	border-top: 1px solid #d69a36;
}

#footerBackground footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

#footerBackground footer p {
	color: white;
	font-size: 80%;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
	
#footerBackground footer p a {
	text-decoration: none;
	color:white;
}

#footerBackground footer p a:hover {
	text-decoration: underline;
	color:white;
}

#footerBackground footer img {
	border-radius: 5px !important;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

.socialBox {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #142661;
	margin-bottom: 15px;
}


/*										Blue Background						*/

#blueBackground {
	float: left;
	width: 100%;	
	background-color: #b2cfd9;
	padding: 20px 0 20px 0;
}

#blueInner {
	width: 1200px;
	margin: 0 auto;
}

#blueInner h2 {
	color: #5b5b62;
	font-size: 110%;
	text-transform: uppercase;
}

#blueInner p {
	color: white;
	font-size: 90%;
	line-height: 28px;
}

#blueInner p b {
	color: #5b5b62;
	font-weight: bold;
}	

#blueInner p a {
	color: #5b5b62;
	text-decoration: underline;
}

#blueInner p a:hover {
	color: #5b5b62;
	text-decoration: none;
}

#blueInner li {
	font-size: 90%;
	line-height: 33px;
	color: white;
}

#blueInner li b {
	font-weight: bold;
	color: #5b5b62;
}

#blueInner li a {
	color: #5b5b62;
	text-decoration: none;
}

#blueInner li a:hover {
	color:  #5b5b62;
	text-decoration: underline;
}

#blueInner ul.brandList {
	padding-left: 0;
}

#blueInner ul.brandList li {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 95%;
	color: white;
	line-height: 42px;
	padding-left: 5px;
}

#blueInner ul.brandList li span {
	border: 1px solid white;
	padding: 10px;
	background-image: url(images/tick.png);
	background-size: 25px 25px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	padding-left: 35px;
}


/*Topbackground - banner area */

#topBackground {
	float: left;
	width: 100%;
    height: auto;
	z-index: 1;
}

#topBackground img {
	width: 100%;
	height: auto;
}


/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;	
}

.homeBox {
	float: left;
	width: 48%;	
	text-align:center;
	padding: 0;
}

.homeBox.lastBox {
	float: right;
}


.homeBox img {
	max-width: 100%;
	height: auto;
}

.homeBox:hover { 
	cursor: pointer;
}

.homeBox h2 {
	color: #b2cfd9;
	text-transform: uppercase;
	font-size:110%;
	font-family: 'PT Serif', serif;
}

.homeBox:hover h2 { 
	color: #5b5b62;
}


/*											Three Boxes									*/


.threeBox {
	float: left;
	width: 33%;	
	text-align:center;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}

.threeBox.lastThreeBox {
	float: right;
}


.threeBox img {
	max-width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}



/*										Main Body						*/


#intro {
	text-align: center;	
}

#mainBodyHome {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding: 10px 0 10px 0;
}

#mainBodyOuter #contact {
	margin-top: 0;
	padding-top: 0;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBodyFeedback {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 110%;
	color: #5b5b62;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
}

#mainBody h2 {
	font-size: 110%;
	color: #d69a36;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
}

#mainBody p {
	font-size: 90%;
	line-height: 28px;
	color: #5b5b62;
}

#mainBody p b {
	color: #5b5b62;
	font-weight: bold;
}	

#mainBody p a {
	color: #d69a36;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #d69a36;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 33px;
	color: #5b5b62;
}

#mainBody li b {
	font-weight: bold;
	color: #5b5b62;
}

#mainBody li a {
	color: #d69a36;
	text-decoration: none;
}

#mainBody li a:hover {
	color:  #d69a36;
	text-decoration: underline;
}

#mainBody img {
	max-width: 100%;
	height: auto;
}	

img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}	

#mainBody img.centerImage {
	float: none;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}	

#mainBody p.more a {
	color: white;
	background-color: #d69a36;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#mainBody p.more a:hover {
	color: white;
	background-color: #5b5b62;
	text-decoration: none;
}

#mainBody ul.brandList {
	padding-left: 0;
}

#mainBody ul.brandList li {
	display: inline-block;
	margin-right: 10px;
/*	border: 1px solid #a12725;
	padding: 5px;*/
	margin-bottom: 10px;
	font-size: 95%;
	background-color: white;
	color: black;
	font-weight: bold;
}

#mainBody ul.brandList li span {
	border: 1px solid #a12725;
	padding: 5px;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}

#mainBody p.highlighted span {
	color: #5b5b62;
	background-color: #b2cfd9;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}


/* Novel Area */


#novelPage #mainBodyOuter {
	background: url("images/novel-background.jpg") center;
    background-repeat: no-repeat;
    background-size: auto;
	min-height: 950px;
}

#novelInner {
	float: left;
	width: 92%;
	padding: 4%;
	margin: 20px 0 20px 0;
}

#novelHeading {
	float: left;
	width: 100%;	
}

#novelHeading h1 {
	font-size: 150%;	
}

#novelLeft {
	float: left;
	width: 30%;	
}

#novelLeft img {
	max-width: 100%;
	height: auto;
}

#novelRight {
	float: right;
	width: 62%;	
	padding: 2%;
	background-color: rgba(27,27,27,1);
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #b2cfd9;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

#contactFormArea #submit.formButton:hover {
	background-color: #5b5b62;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #5b5b62;
	font-weight: bold;
	text-transform: uppercase;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	text-transform: uppercase;
	border: 1px solid black;
	margin-top: 10px;
}

#contactFormArea textarea {
	color: black;	
	float: left;
	width: 100%;
	height: 120px;
	background-color: white;
	font-size: 80%;
	text-transform: uppercase;
	border: 1px solid black;
	margin-top: 10px;
}

 
/*											Calculator Area									*/

#calculatorBox {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #55b6fa;
}

#calculatorInner {
	margin: 0 auto;
	width: 1200px;
}

#calculatorInner h2 {
	color: white;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	font-size: 110%;
	padding-bottom: 10px;
}




/*Stand out Box*/

#standoutBox {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: #5b5b62;
	margin: 15px 0 15px 0;
}

#standoutBox img {
	float: left;
	margin: 0 20px 0 0;
}

#standoutBox h2 {
	color: #d69a36;
}

#standoutBox p {
	color: white;
}

#standoutBox p b {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox li b {
	color: white;
}

#standoutBox hr {
	border-color: white;
}

#standoutBox p.more a {
	color: white;
	background-color: #d69a36;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#standoutBox p.more a:hover {
	color: #5b5b62;
	background-color: white;
	text-decoration: none;
}


/*Stand out Box Two*/

#standoutBoxTwo {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: #d69a36;
	margin: 15px 0 15px 0;
}

#standoutBoxTwo img {
	float: right;
	margin: 0 0 0 20px;
}

#standoutBoxTwo h2 {
	color: #5b5b62;
}

#standoutBoxTwo p {
	color: white;
}

#standoutBoxTwo p b {
	color: white;
}

#standoutBoxTwo li {
	color: white;
}

#standoutBoxTwo li b {
	color: white;
}

#standoutBoxTwo hr {
	border-color: white;
}

#standoutBoxTwo p.more a {
	color: white;
	background-color: #5b5b62;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#standoutBoxTwo p.more a:hover {
	color: #d69a36;
	background-color: white;
	text-decoration: none;
}


/*Features*/

#keyFeatures {
	float: right;
	max-width: 500px;
	background-color: #61a3dc;
	margin: 0 0 20px 20px;
	border: 1px solid #61a3dc;
	border-radius: 5px;
}

#keyFeatures h2 {
	color: white;
	background-color: #3bb441;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin: 0;
}

#keyFeatures ul {
	padding: 10px 30px 10px 30px;
	margin: 0;
}

#keyFeatures li {
	color: white;
}



#topBannerArea {
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}

#topBannerArea.services { 
	background: url(images/meeting.jpg) repeat center;
}

#topBannerArea.about { 
	background: url(images/labs.jpg) repeat center;
}



/*Grey Box*/

#greyBox {
	float: left;
	width: 96%;
	padding: 2%;
	padding-bottom: 1%;
	background-color: #efefef;
	border-radius: 5px;
	margin-bottom: 30px;
}
/*
#standoutBox h2 {
	color: white;
	padding-top: 0;
	margin-top: 0;
}

#standoutBox p {
	color: white;
}

#standoutBox hr {
	border-color: white;
}*/



/*Gallery*/

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: white;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	margin-top: 0;
}

#mainBody .gallery h2 a {
	color: white;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery h2 a:hover {
	color: #a12725;
	text-decoration: none !important;
	font-weight: normal;
}

#mainBody .gallery img {
	margin-bottom: 0;
}




#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #5b5b62;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
	border: 1px solid #d69a36;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #d69a36;
	color:white;
}

#return-to-top:hover i {
    color:white;
    top: 5px;
}



.brandBox {
	float: left;
	width: 18%;	
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.brandBox img {
	width: 100%;
	height: auto;
}


/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 25px;
	border: none;
	border-radius: 5px;
}	


table tbody {
	border-radius: 5px;
}	


table th {
	background-color: #6085c4;
	color: white !important;
	padding: 10px;
	font-size: 100%;
}

table td {
	padding: 13px;	
	font-size: 90%;
	background-color: white;
}

table td.name {	
	background-color: #ea424e;
	color: white;
}

table td.price {	
	background-color: #fec739;
	color: black;
}


/* Process Area 

Red #ea424e
Yellow #fec739
Blue #6085c4

*/

#processArea {
	float: left;
	width: 100%;
}

.processWide {
	float: left;
	width: 98%;
	padding: 1%;
	margin: 0;
}

.processLeft {
	float: left;
	width: 48%;
	padding: 1%;
	background-color: #ea424e;
	border-radius: 5px;
}

.processLeft p {
	color: white !important;
}

.processRight {
	float: right;
	width: 48%;
	padding: 1%;
	background-color: #6085c4;
	border-radius: 5px;
}

.processRight p {
	color: white !important;
}

.processRight p a {
	color: #fec739 !important;
}

#processArea p span {
	background-color: #fec739;
	padding: 7px;
	border-radius: 10px;
	color: black !important;
	font-size: 150%;
	font-weight: bold;
}

#processArea li {
	color: white !important;
}

.arrowRight {
	float: right;
	width: 48%;
	height: 100%;
}

.arrowLeft {
	float: left;
	width: 48%;
	height: 100%;
}

.arrowLeft img{
	float: right;
}


/*		Template Transcription		*/

#templateWide {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #55b6fa;	
}

#templateLeft {
	float: left;
	width: 47%;		
	margin-top: 130px;
}

#templateRight {
	float: right;
	width: 47%;		
}

#templateRight img {
	border: 10px solid #142661;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#templateLeft h2 {
	font-size: 160%;
	text-align: center;
}

#templateLeft ul {
	list-style-type: none;
	padding-left: 0;
}

#templateLeft li {
	font-size: 120%;
	line-height: 45px;
	text-align: center;
}



/*		How Box	*/

#howBoxes {
	float: left;
	width: 100%;
	border-bottom: 1px solid #55b6fa;	
	margin-bottom: 30px;
	text-align: center;
}

.howBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	background-color: white;
	margin-bottom: 2%;
}

.howBox.lastHowBox {
	float: right;
	margin-right: 0;
}

#howBoxes .howBox h3 {
	color: white;	
	font-size: 170% !important;
	font-weight: bold;
	margin: 10px 0 4px 0 !important;
} 

#howBoxes .howBox h3 span {
	background-color: #142661 !important;
	padding: 4px 12px 7px 12px;
	border-radius: 5px 5px 0 0;
} 

#howBoxes .howBox p {
	color: #142661 !important;
	font-weight: bold !important;
	font-size: 110%;
} 


#howBoxes .howBox img {
	max-width: 100%;
	height: auto;
} 




/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #5b5b62;
	padding: 15px 0 0 0;
	text-align: left;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
}

.contactBox {
	float: left;
	width: 48%;	
	padding: 15px 0 15px 0;
}
/*
.contactBox:nth-child(2) {
	border-right: none;
}
*/
.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
	margin-top: -10px;
}

.contactBox.lastContactBox img {
	float: right;
	border-radius: 10px;
	padding: 5px;
	background-color: white;
}

#contactInner h2 {
	color: #d69a36;
	font-size: 110%;
	margin-top: 0;
	text-transform: uppercase;
}

#contactInner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white;
	line-height: 30px;
	font-size: 100%;
	display: inline;
	margin-right: 30px;
}

#contactInner li span {
	font-weight: bold;
}

#contactInner li.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 36px;
}

#contactInner li a {
	color: white;
	text-decoration: none;
}

#contactInner li a:hover {
	color: white;
	text-decoration: underline;
}

#contactInner p {
	color: white;
	line-height: 25px;
	font-size: 90%;
	padding-right: 10px;
}

#contactInner p span {
	font-weight: bold;
	font-size: 180%;
}

#contactInner img {
	margin-right: 10px;
}


.googleMap {
    	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}



p.flex-caption {
	font-size: 100% !important;
	font-weight: bold;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}





/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {

nav {
	width: 100%;
}

#topBar {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
}				
					 
#headerBackground header {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
}

#bannerInner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}
					 
					 
#calculatorInner {
	width: 95%;	
	padding: 1%;
}
					 
#mainBodyFeedback {
	width: 95%;	
	padding: 1%;
}

#contactInner {
	width: 95%;	
	padding: 1%;
}	

#footerBackground footer {
	width: 95%;	
	padding: 1%;	
}
				 
#blueInner {
	width: 95%;	
	padding: 1%;	
}

}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
					 
.priceBoxes {
	float: none;
}
					 
#mainBodyOuter #mainBody {
	margin-top: 0;
}

#mainBodyOuter #mainBodyFeedback {
	border-top: none;
	margin-top: 0;
}

#mainBodyOuter {
	margin-top: 0;
}
					 
#headerBackground {
	background-color: white;
	position: relative;
}				 

#leftNav {
	display: none;
}

#rightNav {
	display: none;
}
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#navBackground {
	display: block;
	padding: 10px 0 0 0;
	border-top: 1px solid #d69a36;
}				 
					 
#logo {
	float: left;
	width: 100%;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	height: auto;
}	
					 
#logo img.mobileLogo { 
	display: block;
}				
		
#logo img.desktopLogo { 
	display: none;
}
					 
nav ul.mainNav {
	display: none;
}	

nav ul {
	margin: 0 ;
}

nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding-bottom: 0;
	border-bottom: 0px;
}	
					 
#calculatorInner form {
	float: left;
	width: 100%;
}	
					 
					 
#formLeft {
	float: left;
	width: 100%;
}

#formRight {
	float: left;
	width: 100%;
}
					 
#rightCalculator {
	float: left;
	width: 100%;
}

#rightCalculator img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}				 
	
#topBar ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}					 
	
#topBar li {
	display: block;
	margin-left: 0;
	margin-right: 25px;
}	
					 
					 
#blueInner ul.brandList li {
	border: 1px solid white;
	padding: 10px;
	line-height: 28px;
	background-image: url(images/tick.png);
	background-size: 25px 25px;
	background-position: 12px 10px;
	background-repeat: no-repeat;
	padding-left: 45px;
}

#blueInner ul.brandList li span {
	border: none;
	padding: 0;
	background: none;
}		
					 
#blueInner img {
	float: none;
	clear: both;
	margin-left: 0;
}
					 				 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
	{

					 	
	
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#standoutBox img {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#standoutBoxTwo img {
	float: none;
	clear: both;
	margin-left: 0;
}		
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

p.copyLeft {
	float: left;
}

p.copyRight {
	float: left;
}	

#loveFootball {
	float: left;
	width: 100%;
	text-align: left;
}

#followUs {
	float: left;
	width: 100%;
	text-align: left;
}


#keyFeatures {
	float: none;
	clear: both;
	margin-left: 0;
}	
		
#templateLeft {
	float: left;
	width: 100%;		
	margin-top: 0;
}

#templateRight {
	float: left;
	width: 100%;	
}		
		
.howBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
	min-height: 350px;
}

.howBox.lastHowBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

#novelInner {
	margin: 0;	
	padding-top: 0;	
}
		
#novelLeft {
	float: left;
	width: 100%;	
}

#novelLeft img {
	max-width: 100%;
	height: auto;
}

#novelRight {
	float: left;
	width: 96%;
	padding: 2%;
	margin-top: 2%;
}
		

.contactBox {
	float: left;
	width: 100%;	
	border: none;
	border-right: 0;
}


.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 0;
} 
		
.contactBox.lastContactBox img {
	float: left;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}
	#copyRight {
	float: left;	
}	
		
				
		
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

#bannerInner h2 {
	font-size: 110%;
}

#bannerInner p {
	font-size: 90%;
}					 
					 

					 
footer img {
	float: none;
	margin: 10px 0 10px 0;
}					 

img.desktopView {
	display: none;
}

img.mobileView {
	display: block;
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin: 20px 0 0 0;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 0;
} 
					 
					 
.threeBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
}

.threeBox.lastThreeBox {
	float: left;
	width: 100%;	
	margin-bottom: 0;
} 
					 

#contactFormArea input {
	width: 95% !important;
}

#contactFormArea textarea {
	width: 98% !important;
}

.brandBox {
	width: 46%;	
	padding-left: 2%;
	padding-right: 2%;
}


.processLeft {
	float: left;
	width: 98%;
	padding: 1%;
}

.processRight {
	float: left;
	width: 98%;
	padding: 1%;
}

.arrowRight {
	display: none;
}

.arrowLeft {
	display: none;
}



.howBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}
					 
.howBox.lastHowBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 

					 
#topBar p {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0
}

#topBar li {
	margin-left: 0;
	line-height: 25px;
	margin-right: 0;
}					 
					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

