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

/*

Orange #ec6707
Blue #000000

-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: url(images/background.png);
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #ec6707;	
	margin: 20px 0 20px 0;
}

#topWrapper {
	position: fixed;
	float: left;
	width: 100%;
	z-index:1;
}


#topBarBackground {
	float: left;
	width: 100%;	
	background-color: #ec6707;
}

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

#headerBackground {
	float: left;
	width: 100%;	
	background-color: black;
}

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

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

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

#logo:hover {
	cursor: pointer;	
}

#brands {
	float: right;
	margin: 20px 0 15px 0;
}

#contact {
	float: right;
	margin: 9px 0 5px 0;
}

#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	color: white;
}

#contact li {
	font-size: 105%;
	color: white; 
	line-height: 25px;
	display: inline;
	padding-left: 35px;
}

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

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

#contact li.phone {
	background-image: url(images/phone.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}	

#contact li.email {
	background-image: url(images/email.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#topBar p.appointment {
	float: left;
	color: white;
	margin: 3px 0 3px 0;
	background-image: url(images/clock.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 35px;
}

#topBar p.appointment a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

#topBar p.appointment a:hover {
	color: black;
	text-decoration: none;
}



/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	background-color: black;
	border-top: 1px solid white;
}

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

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

nav li {
	display: inline;
	color: white;
	font-size: 95%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: relative;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	font-weight: normal;
	padding: 10px 13px 10px 13px;
}

nav li a:hover {
	color: #ec6707;
	text-decoration: none;
}

nav li a.active {
	color: #ec6707;
	text-decoration: none;
}



nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -3px; 
	left: 0; 
	text-align: left;
	background-color: #ec6707;
	padding-left: 18px;
	min-width: 250px;
	padding: 10px;
	margin: 0;
	z-index: 1000;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 7px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	font-size: 90%;
	color: white;
	line-height: 22px;
	text-align: left;
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
}

nav ul.dropdown ul li a:hover {
	color: black;
	text-decoration: none;
	border: none;
}

/*Mobile Menu*/

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

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 0;
	margin:0;
	font-weight: normal;
}

.accordionButton h4 img {
	float: left;
}

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

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

.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: 33px;
	color: white;
	float: none;
	text-align: left;
}

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

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

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

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

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: black;
	border-top: 3px solid #ec6707;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
}

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

footer p {
	color: white;
	font-size: 80%;
	padding: 7px 0 0 0;
	margin: 0 0 3px 0;
	line-height: 24px;
}
	
footer p a {
	text-decoration: none;
	color:white;
}

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

footer p span {
	color: #ec6707 !important;
}

footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

footer li {
	display: inline;
	margin-left: 3px;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

#brandIcons {
	float: left;
	width: 100%;
	background-color: white;	
	margin-top: 10px;
	border-top: 3px solid #efefef;
}

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

#brandIcons img {
	float: left;
	width: 16.5%;
	height: auto;
}

/*			Areas we cover 		;*/

#areasOuter {
	float: left;
	width: 100%;
	background-color: #282828;
	padding: 10px 0 10px 0;
}

#areasInner {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}

#areasInner h2 {
	color: #f56218;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

#areasInner p {
	color: white;
	margin: 5px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
}


/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 20px;
	margin-top: 245px;
}

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

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

#mainBody h1 {
	font-size: 120%;
	color: #ec6707;
}

#mainBody h2 {
	font-size: 110%;
	color: #ec6707;
	border-bottom: 1px solid #ec6707;
	padding: 25px 0 10px 0;
	font-weight: 700;
	text-transform: uppercase;
}

#mainBody h3 {
	float: left;
	width: 100%;
	background-color: #ec6707;
	padding: 10px 0 10px 0;
	text-align: center;
	color: white;
	text-transform: uppercase;
}

#mainBody h3 a {
	color: white;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: black;
	text-decoration: none;
}

#mainBody p {
	font-size: 90%;
	line-height: 26px;
	color: black;
}

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

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

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

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: black;
}

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

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

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

#mainBody img {
	margin: 5px 0 5px 0;
	max-width: 100%;
	height: auto;
}	

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

#mainBody img.leftSideImage {
	float: left;
	margin: 10px 0 10px 0;
	max-width: 49%;
	height: auto;
}

#mainBody img.rightSideImage {
	float: right;
	margin: 10px 0 10px 0;
	max-width: 49%;
	height: auto;
}

#mainServices {
	background-color: #f56218;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

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

#mainServices li {
	color: white;
	font-size: 120%;
	line-height: 35px;
}

#mainBody p.findMore a {
	color: white;
	padding: 7px 10px 7px 10px;
	text-transform: uppercase;
	background-color: #274085;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}

#mainBody p.findMore a:hover {
	background-color: #13244c;
	color: white;
	text-decoration: none;
}

#mainBody ul.tickList {
	list-style-type: none;
	padding-left: 0;
}

#mainBody ul.tickList li {
	background-image: url(images/tick.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 40px;
}







/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	margin-top: 245px;
}

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

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

#banner-slide {
	margin: 10px 0 15px 0;
}

/*Slogan*/

#slogan {
	float: left;
	width: 100%;
	padding: 15px 0 15px 0;
	margin-top: -5px;
	background-color: #ec6707;
}

#slogan h1 {
	color: white !important;	
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 110%;
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	border: none;
	padding: 0;
	width: 500px;
	margin-bottom: 20px;
	margin-top: 15px;
}

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

#contactFormArea .field {
	float: left;	
	width: 550px;
	margin-bottom: 20px;
}

#contactFormArea .submitField {
	float: left;
	width: 550px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color:black;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

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

#contactFormArea label {
	font-size: 90%;
	color: black;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid black;
	font-size: 90%;
}

#contactFormArea select {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid black;
}

#contactFormArea textarea {
	color: black;
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid black;
	font-size: 90%;
}



/*											Home Boxes									*/

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

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align: left;
	border: none;
	margin-bottom: 2%;
	min-height: 450px;
	background-color: black;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

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

#homeBoxes .homeBox h2 {
	color: #ec6707;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 12px 0 10px 7px;
	margin: 0;
	margin-top: -4px;
	text-transform: uppercase;
	border-bottom: 1px solid #ec6707;
} 

#homeBoxes .homeBox p {
	font-weight: 300;
	text-align: left;
	padding: 10px;
	margin: 0;
	color: white;
	background-color: black;
} 

#homeBoxes .homeBox p b {
	color: #ec6707;
} 

#homeBoxes .homeBox:hover {
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.50);
	-moz-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.50);
	box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.50);
} 

#homeBoxes .homeBox:hover h2 {
	color: white;
} 

/*Why Us*/

#whyUs {
	float: right;
	padding: 10px 25px 10px 25px;
	background-color: #073d64;	
	margin: 0 0 20px 30px;
}

#whyUs h3 {
	color: white;
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid white;
}

#whyUs li {
	color: white;
	text-align: center;
}

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

#whyUs li a:hover {
	color: #1987e9;
	text-decoration: underline;
}

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



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

#gallery img {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: auto;
}





/*											Home Boxes									*/

#innerBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
}

.innerBox {
	float: left;
	width: 23%;	
	margin-right: 2.5%;
	text-align: left;
	border: none;
	margin-bottom: 2%;
}

.innerBox.lastInnerBox {
	float: right;
	margin-right: 0;
}

#innerBoxes .innerBox img {
	margin: 0;	
	width: 100%;
	height: auto;
	border: none;
}

#innerBoxes .innerBox h2 {
	color: #ec6707;
	background-color: black;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding: 12px 0 10px 7px;
	margin: 0;
	margin-top: -4px;
	text-transform: uppercase;
	border-bottom: 1px solid #ec6707;
} 

#innerBoxes .innerBox p {
	font-weight: 300;
	text-align: center;
} 

#innerBoxes .innerBox p a {
	background-color: #ec6707;
	color: white;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
} 


#innerBoxes .innerBox p a:hover {
	background-color: black;
	color: white;
} 





img.mobile {
	display: none;	
}



/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 20px;
}	

table th {
	background-color: #ec6707;
	color: white !important;
	border: 1px solid black;
	padding: 15px;
}

table td {
	padding: 25px;	
	border: 1px solid black;
	font-size: 90%;
	background-color: white;
}

table td.day {	
	background-color: #ec6707;
	color: white;
	border: 1px solid black;
}

table th p {
	color: black !important;
}



iframe {
	max-width: 100%;	
}


.currentBox {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ec6707;
	
}


#trustBanner {
	float: left;
	width: 100%;
	background-color :white;
}



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

#topBar {
	width: 100%;	
}					 
					 
header {
	width: 100%;	
}					 

nav {
	width: 100%;	
}

nav li a {
	font-size: 90%;
}

nav li a {
	padding: 10px 9px 10px 9px;
}	

#bannerInner {
	width: 100%;
}					 

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}


#slides {
  width: 100%;
}

					 
#areasInner {
  width: 100%;
}
					 
#brandIconsInner {
	width: 100%;
}
					 
					 
}




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


nav li a {
	font-size: 85%;
}

nav li a {
	padding: 10px 7px 10px 7px;
}					 
					 
}







/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}
	
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 			 
nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	margin-top: 0;	
}	



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

#mainBodyOuter {
	margin-top: 0;
}

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

footer {
	width: 95%;	
	padding: 1%;
}


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

#topWrapper {
	position: relative;
}

#bannerOuter {
	margin-top: 10px;
}

					 
}




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

img.desktop {
	display: none !important;	
}
					 
img.mobile {
	display: block;	
}	

#bannerOuter {
     margin-top: 0;
}					 
					 				 
#headerBackground {
	padding: 5px 0 5px 0;					 
}
					 
#logo {
	float: left;
	/*width: 100%;*/
	width: 47%;
	margin-bottom: 10px;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	height: auto;
}	
					 
#brands {
	float: right;
	width: 47%;
	/*width: 100%;*/
	margin-bottom: 10px;
}	
					 
#brands img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	height: auto;
}

#contact {
	float: left;
	width: 100%;
	margin:0;
}

#contact ul {
	text-align:left;
	margin: 0 0 0 5px;
}
					 
#contact li {
	margin: 0 10px 0 0 !important;
	font-size: 90%;
	background-size: 25px;
	padding-left: 30px;
}					 
					 
p.appointment {
	float: left;
	text-align:left;
	margin: 0 0 0 5px !important;
	font-size: 90%;
	background-size: 25px;
}					 
					 
				 
#slogan h1 {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 95%;
	line-height: 22px;
 }					 

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

#copyright {
	width: 95%;	
	padding: 1%;
}
	
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	

iframe#consumer-reviews {
	float: none;
	clear: both;
	margin-left: 0;
	max-width: 100%;
	border: none;
}

#consumer-reviews {
	border-color: white;
}	
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

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

#contactRight {
	float: right;	
	width: 100%;
}	
	 
/*.homeBox {
	float: left;
	width: 47%;	
	margin-right: 2%;
	min-height: 0;
}

.homeBox.lastBox {
	float: left;
	width: 47%;	
	margin-right: 2%;
} 	*/
					 
#homeBoxes {
	padding: 5px 0 25px 0;
	margin-bottom: 10px;
}				
					 
.homeBox img {
	width: 100%;
	height: auto;	
}

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


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 
					 
.innerBox {
	width: 47%;	
	margin-right: 2%;
	margin-bottom: 40px;
}

.innerBox.lastInnerBox {
	float: left;
	width: 47%;	
	margin-right: 2%;
}				 
	
#mainBody img.leftSideImage {
	float: left;
	margin: 10px 0 0 0;
	max-width: 100%;
}

#mainBody img.rightSideImage {
	float: left;
	margin: 10px 0 0 0;
	max-width: 100%;
}					 
	
	
#brandIcons img {
	float: left;
	width: 33%;
	height: auto;
}
	
	
					 
 }
 




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

#homeBoxes {
	padding: 5px 0 25px 0;
	margin-bottom: 10px;
}				
					 
.homeBox img {
	width: 100%;
	height: auto;	
}

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


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

.innerBox.lastInnerBox {
	float: left;
	width: 100%;	
}						 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}
#copyRight {
	float: left;	
}
#mainBody #contact li {
	font-size: 100%;
}
					 
footer ul {
	float: left;
	margin: 5px 0 0 0;
}

footer li {
	display: inline;
	margin: 0 3px 0 0;
}
#brandIcons img {
	float: left;
	width: 50%;
	height: auto;
}					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 370px) {

#logo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}	
	
#logo img {
	width: 80%;
}	
				 
#brands {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}	
	
#brands img {
	width: 80%;
}		
	
#contact li {
	display: block;
}	

}

