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

/*

Blue #B7CDD8
Pink #F8E7F0

-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);


*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
	border-top: 10px solid #F8E7F0;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #F8E7F0;	
	margin: 30px 0 30px 0;
}

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

#topBarBackground {
	float: left;
	width: 100%;
	background-color: #B7CDD8;
	padding: 15px 0 15px 0;
}

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

#topBar p {
	float: left;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 110%;
	width: 100%;
	text-align: center;
}

#topBar p a {
	color: white;
	text-decoration: none;
}

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

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

#topBar li {
	color: #333333;
	line-height: 28px;
	font-size: 90%;
	display: inline;
	margin-left: 17px;
}

#topBar li.phone {
	background-image: url(images/phone.png);
	background-size: 20px 15px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 27px;
}	

#topBar li.email {
	background-image: url(images/email.png);
	background-size: 25px 14px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 31px;
}

#topBar li a {
	color: #333333;
	text-decoration: none;
}

#topBar li a:hover {
	color: #333333;
	text-decoration: underline;
}

#topBar li i.fab {
	font-size: 130%;
}


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

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

#logo { 
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

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

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

/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	border-top: 1px dotted #F8E7F0;
}

nav {
	width: 1200px;
	margin: 0 auto;
}

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

nav li {
	display: inline;
	color: #333333;
	font-size: 95%;
	margin: 0 5px 0 5px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

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

nav li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F8E7F0;
}

nav li a.active {
	color: #333333;
	text-decoration: none;
	background-color: #F8E7F0;
}

nav li i.fab {
	color: #333333;
	font-size: 150%;
}

nav li i.fab:hover {
	color: #B7CDD8;
}

/*Mobile Menu*/


#accordionSection {
	float: left;
	width: 100%;
	display: none;
	box-sizing: border-box;
}

.accordionButton {
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.accordionButton h4 {
	color: #B7CDD8;	
	padding: 10px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 120%;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
}

.accordionButton:hover h4 span {
	color: #F8E7F0;
	cursor: pointer;
}

.accordionContent {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

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

#accordionSection .accordionContent li {
	display: block;
	font-size: 95%;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #333333;
	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: #333333;
	border: none;
	text-align: left;
	padding: 5px;
	margin-left: 0;
	box-sizing: border-box;
}

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

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

/*										Copyright							*/

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

#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:  #B7CDD8;
	padding: 20px 0 20px 0;
}

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

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

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

#blueInner p span {
	color: #F8E7F0;
	font-size: 150%;
}

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

#blueInner hr {
	border: none;
	border-top: 1px dotted white;	
	margin: 40px 0 40px 0;
}

#blueInner p.more a {
	color: #333333;
	background-color: #F8E7F0;
	padding: 10px;
	text-decoration: none;
}

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


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

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

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

#blueInner ul.brandList li span {
	border: 1px solid white;
	padding: 10px;
	background-color: #F8E7F0;
}




/*										Banner								*/

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

#bannerOuter img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}



/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
}

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

.homeBox.lastBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

#homeBoxes .homeBox img {
	max-width: 100%;
	height: auto;
	margin: 0;	 
}

#homeBoxes .homeBox h2 {
	color: #333333;
	background-color: #F8E7F0;
	text-align:center;
	border: none;
	margin: 0;
	margin-top:-5px;
	padding: 8px 0 8px 0;
} 

#homeBoxes .homeBox:hover {
	cursor:pointer;
} 

#homeBoxes .homeBox:hover h2 {
	background-color: #B7CDD8;
} 


/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #F8E7F0;
}

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

/*#mainBodyOuter #mainBody {
	border-top: 1px solid #F8E7F0;
}*/

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

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

#mainBody h1 {
	font-size: 110%;
	color: #B7CDD8;
	text-transform: uppercase;
}

#mainBody h2 {
	font-size: 110%;
	color: #B7CDD8;
	text-transform: uppercase;
}

#mainBody p {
	font-size: 95%;
	line-height: 28px;
	color: #333333;
}

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

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

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

#mainBody li {
	font-size: 95%;
	line-height: 33px;
	color: #333333;
}

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

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

#mainBody li a:hover {
	color: #B7CDD8;
	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;
	border: 2px solid #333333;
}	

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

#mainBody p.more a {
	color: #333333;
	background-color: #F8E7F0;
	padding: 10px;
	text-decoration: none;
}

#mainBody p.more a:hover {
	color: black;
	background-color: #B7CDD8;
	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 #F8E7F0;
	padding: 5px;
}

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

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

/*											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: #B7CDD8;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

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

#contactFormArea label {
	font-size: 95%;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 90%;
	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: 90%;
	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: 96%;
	padding: 2%;
	padding-bottom: 1%;
	background-color: #F8E7F0;
	border-radius: 5px;
	margin: 10px 0 25px 0;
}

.standoutBox h2 {
	color: #333333 !important;
}

.standoutBox h2 span {
	text-decoration: underline;
}

.standoutBox p {
	color: #333333 !important;
}

.standoutBox p b {
	color: #333333 !important;
}

.standoutBox li {
	color: #333333 !important;
}

.standoutBox hr {
	border-color: white !important;
}



/*Stand out Box Two*/

.standoutBoxTwo {
	float: left;
	width: 96%;
	padding: 2%;
	padding-bottom: 1%;
	background-color: #B7CDD8;
	border-radius: 5px;
	margin: 10px 0 25px 0;
}


.standoutBoxTwo h2 {
	color: white !important;
}

.standoutBoxTwo p {
	color: white !important;
}

.standoutBoxTwo p b {
	color: white !important;
}

.standoutBoxTwo li {
	color: white !important;
}

.standoutBoxTwo hr {
	border-color: white;
}



/*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: #333333;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    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 #B7CDD8;
}

#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: #F8E7F0;
	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: #333333;
	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;
}

#contactInner h2 {
	color: #B7CDD8;
	font-size: 110%;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #B7CDD8;
}

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

#contactInner li {
	color: white;
	line-height: 30px;
	font-size: 90%;
	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%);
}




/* 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;
}

	
#accordionSection {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#navBackground {
	padding: 0;
}					 
					 
#logo {
	float: left;
	width: 100%;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	height: auto;
}	
				 
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;
}	
										 
}




 /* 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;
}	
					 
#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%;
}
		

.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;
} 
	#copyRight {
	float: left;	
}	
		
		
#blueInner ul.brandList li {
	border: 1px solid white;
	padding: 10px;
	line-height: 24px;
	background-color: #F8E7F0;
}

#blueInner ul.brandList li span {
	border: none;
	padding: 0;
	background-color: #F8E7F0;
}
		
		
 }
 




/* 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 img {
	width: 100%;
	height: auto;	
}

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

.homeBox h2 {
	font-size: 90%;
}

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

#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) {
	
	

}

