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

/*

Grey #e2dfdf
Orange #f56218
Black #282828

-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: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 2px solid white;	
	margin: 20px 0 20px 0;
}

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

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

#reviewBar img {
	max-width: 90%;
	height: auto;
}

#topBackground {
	float: left;
	width: 100%;	
	background-color: #282828;
	border-bottom: 1px solid white;
	padding: 3px 0 3px 0;
}

#topBackground img {
	float: right;
	margin: 0 3px 0 3px;
	border-radius: 5px;
}

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

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

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

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

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

#logo:hover {
	cursor: pointer;	
}

#contact {
	float: right;
	margin: 30px 0 10px 0;
}

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

#contact li {
	color: white; 
	line-height: 35px;
	display: block;
	font-weight: bold;
}

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

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

#contact li.title {
	font-size: 105%;
	color: white;
}

#contact li.phone {
	font-size: 210%;
	background-image: url(images/phone.png);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}	

#contact li.phone span {
	color: white;
}

#contact li.email {
	font-size: 145%;
}

#bookOnlineArea {
	display: none;
	float: left; 
	width: 100%;
	margin: 10px 0 10px 0;
}

#bookOnlineArea p {
	float: left; 
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

p a.mobileBookOnline {
	color: white;
	background-color: #f56218;
	text-decoration: none;
	font-weight: 700;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-size: 110%;
	border-radius: 5px;
}

p a.mobileBookOnline:hover {
	color: #282828;
	background-color: white;
}


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	background-color: #f56218;
}

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: 90%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: relative;
}

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

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

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

nav li a.bookOnline {
	color: white;
	background-color: #282828;
	text-decoration: none;
	margin: 0 2px 0 2px;
	font-weight: 700;
	padding: 5px;
	border: 2px solid #282828;
}

nav li a.bookOnline:hover {
	color: #282828;
	background-color: white;
}

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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: 0; 
	left: 0; 
	text-align: left;
	background-color: #f56218;
	padding-left: 18px;
	min-width: 275px;
	padding: 10px;
	margin: 0;
	z-index: 1000;
	border: 1px solid #efefef;
}

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: #282828;
	text-decoration: none;
	border: none;
}


/*Mobile Menu*/

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


.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: #282828;	
	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: white;
	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: 27px;
	color: white;
	float: none;
	text-align: left;
}

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

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

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


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #282828;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
	border-top: 1px solid white;
}

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

footer p {
	color: white;
	font-size: 80%;
	margin: 0 0 3px 0;
	text-align: center;
}
	
footer p a {
	text-decoration: none;
	color:white;
}

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

footer img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	display: block;
	float: none;
	max-width: 90%;
	height: auto;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

/*			Areas we cover 		;*/

#areasOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	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: 100%;
	font-weight: normal;
}

#areasInner p {
	color: #282828;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size:80%;
	font-weight: normal;
	line-height: 30px;
}

#areasInner p a {
	color: #282828;
	text-decoration: none;
}

#areasInner p a:hover {
	color: #282828;
	text-decoration: underline;
}


/*			Logos Brands 		;*/

#brands {
	float: left;
	width: 100%;
	background-color: white;
	padding: 5px 0 5px 0;
}

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

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


/*										Banner								*/

#banner-slide {
   width: 100%;
   height: auto;
   margin-top: 10px;
   margin-bottom: 20px;
}

#banner-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}


/*										Main Body						*/


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

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


#newHomeOuter {
	float: left;
	width: 100%;
	padding-top: 25px;
}

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

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

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

#mainBody h1 {
	font-size: 110%;
	color: #282828;
}

#mainBody h2 {
	font-size: 100%;
	color: #282828;
	text-transform: uppercase;
	border-bottom: 1px solid #f56218;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#newHomeInner h2 {
	font-size: 130%;
	color: #282828;
	text-transform: uppercase;
	border-bottom: 1px solid #f56218;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#mainBody h3 {
	background-color: #f56218;
	padding: 5px 0 5px 0;
	text-align: center;
	color: white;
}

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

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

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

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

#mainBody p span.highlighted {
	background-color: #f56218;
	padding: 7px;
	color: white;
	font-weight: bold;
	font-size: 110%;
}

#mainBody p.highlightedHome {
	float: left;
	background-color: #f56218;
	padding: 7px;
	color: white;
	font-weight: bold;
	font-size: 110%;
	margin-right: 20px;
	margin-bottom: 0;
}

#mainBody p.highlightedHome a {
	color: white;
	text-decoration: none;
}

#mainBody p.highlightedHome a:hover {
	color: white;
	text-decoration: underline;
}

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

#newHomeInner p b {
	color: #f56218;
	font-weight: bold;
}	


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

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

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

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


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

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

#mainBody li a:hover {
	color: #f56218;
	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;
}	

#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;
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 100%;
	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: 100%;
	margin-bottom: 20px;
}

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

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

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

#contactFormArea label {
	font-size: 90%;
	color: #282828;
	font-weight: bold;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}	

#contactFormArea input {
	color: #2a3034;
	border: none;
	float: left;
	height: 40px;
	width: 100%;
	background-color: #efefef;
}

#contactFormArea textarea {
	color: #2a3034;	
	float: right;
	height: 220px;
	width: 99%;
	background-color: #efefef;
	border: none;
}

iframe#consumer-reviews {
	float: right;
	border: 0;
	margin: 10px 0 10px 20px;
}

#contactFormLeft {
	float: left;
	width: 48%;
}

#contactFormRight {
	float: right;
	width: 48%;
}


/*											Home Boxes									*/

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

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 25px;
	text-align:center;
}

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

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

#homeBoxes .homeBox h2 {
	color: white;
	font-size: 90%;
	background-color: #282828;
	font-weight: normal;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	margin-top: -4px;
	text-transform: uppercase;
} 

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

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

#homeBoxes .homeBox p {
	font-size: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#homeBoxes .homeBox ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 5px;
}


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


/*Areas Box*/

#areas {
	float: right;
	background-color: #282828;
	margin: 0 0 20px 20px;
}

#areas h2 {
	background-color: #f56218;
	color: white;
	margin: 0;
	padding: 10px;
}

#areas ul {
	margin: 5px 0 5px 0;
	padding-right: 10px;
}

#areas li {
	color: white;
}



/* Gas Safe Banner*/


#gasSafeBanner {
	padding: 10px 20px 10px 20px;
	background-color: #282828;
}

#gasSafeBanner p {
	color: white;
	font-size: 140%;
	font-weight: bold;
}

#gasSafeBanner p span {
	color: #FBEF0E;
	text-transform: uppercase;
}


/*Table*/

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

table th {
	background-color: #282828;
	color: white !important;
	border: 1px solid #282828;
	padding: 10px;
	font-size: 100%;
}

table td {
	padding: 10px;	
	border: 1px solid #282828;
	font-size: 90%;
	background-color: white;
}

table td.date {	
	background-color: #f56218;
	color: white;
}


/*Table Price*/

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

table.price th {
	background-color: #282828;
	color: white !important;
	border: 1px solid #282828;
	padding: 10px;
	font-size: 100%;
}

table.price td {
	padding: 10px;	
	border: 1px solid #282828;
	font-size: 90%;
	background-color: white;
}

table.price td.date {	
	background-color: #f56218;
	color: white;
}


/*Rates Box*/

#ratesBox {
	float: right;
	padding: 10px;
	background-color: #282828;
	margin: 0 0 20px 20px;
	border-radius: 5px;
	text-align: center;
}

#ratesBox h2 {
	color: #f56218;
	padding: 0;
	margin: 0;
	border: none;
	background-color: none;
	font-size: 120%;
}

#ratesBox h2 a {
	color: #f56218;
	text-decoration: none;
}


#ratesBox h3 {
	color: white;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #282828;
	font-size: 110%;
}

#ratesBox p{
	color: white;
	padding: 0;
	margin: 0;
	font-size: 90%;
}



/*											Home Boxes									*/

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

#servicesBoxes h2 {
	text-align: left;
	border-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

#servicesBoxes .homeBox {
	min-height: 0;
} 

#servicesBoxes .homeBox h2 {
	color: white;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 7px 0 7px 7px;
	margin: 0;
	margin-top: -4px;
	text-transform: uppercase;
	background-color: #282828;
	border: none;
} 

#servicesBoxes .homeBox:hover h2 {
	color: white;
	background-color: #f56218;
	transition:all 0.45s ease;
} 

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



/* Quote Box */


#quoteBox {
	float: left; 
	width: 100%;
	text-align: center;
	background-color: white;	
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
	margin-top: 10px;
}


#quoteBox h1 {
	color: #f56218;
	font-size: 150%;
}

#quoteBox p span.estimate {
	font-style: italic;
}

#quoteBox .quotePriceBox {
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
}

#quoteBox .optionPriceBox {
	float: left;
	width: 100%;
}


#quoteBox .quotePriceBox hr {
	border-color: black;
}

#quoteBox .quotePriceBox p {
	font-size: 140%;
	font-weight: bold;
	margin: 30px 0 5px 0;
}

#quoteBox .quotePriceBox p span {
	font-size: 220%;
	color: #f56218;
}

#quoteBox .quotePriceBox ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 110%;
	margin-top: 0;
}

#quoteBox .quotePriceBox li span {
	font-weight: bold;
}


#quoteBox .quotePriceBoxInner {
	float: left;
	width: 45%;
	margin-bottom: 1.5%;
	margin-left: 1.5%;
	border: 1px solid black;
}

#quoteBox .quotePriceBoxRight {
	float: right;
	width: 45%;
	margin-bottom: 1.5%;
	margin-right: 1.5%;
	border: 1px solid black;
}

#quoteBox .quotePriceBoxInnerSingle {
	float: left;
	width: 97%;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	border: 1px solid black;
}


#onlineQuoteBanner {
	margin-bottom: 15px;	
	display: none;
}

.quoteMobile {
	display: none;	
}


#reviewsHeader {
	float :left;
	margin: 25px 0 0 30px;
	
}



/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/horndon-radiator-fee.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#boilerInstallPage #bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/horndon-services-lounge.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#plumbingPage #bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/plumbing-expert-london-essex.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#mainsLeakPage #bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/mains-water-leak-detection-london-essex.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#airConPage #bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/air-con-installation-london-essex3.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#heatLeakPage #bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/central-heating-leak-detection-london-essex.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#teamPage #bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/banner-team.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#heatingPage #bannerOuter {
	float: left;
	width: 100%;
	height: 500px;
	background: url("images/heating-expert-london-essex.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

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

#bannerSlogan {
	/*float: left;
	background-color: rgba(255,255,255,0.80);
	padding: 20px 20px 10px 20px;
	margin-top: 250px;
	margin-left: 25px;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: rgba(255,255,255,0.75);
	box-sizing: border-box;
	padding: 20px 20px 10px 20px;
	margin-top: 150px;
	text-align: center;
	width: 100%;
}

#bannerSlogan h2 {
	color: #f56218;
	font-size: 140%;
	margin: 0 0 10px 0;
	padding: 0; 
}

#bannerSlogan h1 {
	color: #f56218;
	font-size: 140%;
	margin: 0 0 10px 0;
	padding: 0; 
}

#bannerSlogan p {
	color: black;
	font-size: 110%;
	margin: 0 0 20px 0;
	padding: 0; 
}

#bannerSlogan i.far {
	color: #f56218;
	font-size: 140%;
	margin: 0 5px 0 0;
}

#bannerSlogan i.far.circletwo {
	margin-left: 10px;
}

#bannerSlogan p a {
	color: white;
	padding: 7px 12px 7px 12px;
	background-color: #f56218;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#bannerSlogan p a:hover {
	background-color: #282828;
	color: white;
	text-decoration: none;
}

#bannerSlogan ul {
	list-style-type: none;
	padding: 0 0 10px 0;
}

#bannerSlogan li {
	color: black;
	font-size: 110%;
	margin: 0 5px 0 5px;
	padding: 0; 
	line-height: 32px;
	display: inline;
}


img.mobileView {
	display: none;
}

#whyUsHome {
	float: left;
	width: 100%;
	background: #efefef;
	padding: 20px 0 30px 0;
}


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


#standoutBox {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	text-align: center;
	margin-top: 20px;
}

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

#standoutBox ul.pointersList {
	list-style-type: none;
	padding-left: 0;
}

#standoutBox ul.pointersList li {
	float: left;
	width: 25%;
	font-size: 100%;
	line-height: 27px;
	color: #282828;
	font-weight: normal;
	display: inline;
	text-align: center;
	margin-bottom: 25px;
}

#standoutBox ul.pointersList li i {
	font-size: 210%;
	color: #f56218;
}




/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #282828;
	padding: 20px 0 20px 0;
	text-align: left;
	z-index: 10000;
}

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

.contactBox {
	float: left;
	width: 31.8%;	
	margin-right: 2%;
	padding: 15px 0 15px 0;
	text-align: center;
}

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
}

#contactInner h2 {
	color: #f56218;
	font-size: 120%;
	margin-top: 0;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#contactInner h2.headerTwo {
	color: #f56218;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

#contactInner p {
	color: white; 
	line-height: 20px;
	font-size: 160% !important;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

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


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

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

#contactInner li b {
	color: white;
}


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

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

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

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

#contactInner i.fab {
	color: white;
	font-size: 280%;
	margin-right: 10px;
	margin-left: 10px;
}

#contactInner i.fab:hover {
	color: #f56218;
}


#contactInner img {
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	display: block;
}




/*New home standout*/

.callStandoutBox {
	float: left;
	width: 100%;
	background: #f56218;
	padding: 10px 0 10px 0;
	text-align: center;
}

.callStandoutBox p {
	color: white;
	font-size: 160%;
	font-weight: bold;
}

.callStandoutBox p span {
	color: #282828;
}

.callStandoutBox p span a {
	color: #282828;
	text-decoration: none;
}

.callStandoutInner {
	margin: 0 auto;
	width: 1200px;
}


.mobile {
	display: none;	
}







/* Slogan Boxes */

#sloganBoxes {
	width: 100%;
}

.bannerSloganBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align:center;
	box-sizing: border-box;
}

.bannerSloganBox.lastSloganBox {
	float: right;
	margin-right: 0;
}


#sloganBoxes p {
	color: white;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#bannerSlogan p a:hover {
	background-color: #282828;
	color: white;
	text-decoration: none;
}

#sloganBoxes .firstSloganBox p a {
	color: white;
	background-color: #f56218;
}


#sloganBoxes .midSloganBox p a {
	color: white;
	background-color: #125D96 !important;
}


#sloganBoxes .lastSloganBox p a {
	color: white;
	background-color: #309652 !important;
}


#sloganBoxes .firstSloganBox p {
	color: white;
	background-color: #f56218;
}


#sloganBoxes .midSloganBox p {
	color: white;
	background-color: #125D96 !important;
}


#sloganBoxes .lastSloganBox p {
	color: white;
	background-color: #309652 !important;
}



/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

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

nav {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}


#slides {
  width: 100%;
}

#brandsInner {
  width: 100%;
}
					 
#areasInner {
  width: 100%;
}
					 
#reviewsHeader {
	margin: 25px 0 0 0px;
}		
					 
#bannerInner {
	width: 100%;
}
					 
#whyUsHomeInner {
	width: 95%;	
	padding: 1%;
}		
					 
					 
#contactInner {
	float: left;
	width: 95%;	
	padding: 1%;
}
					 
					 
.callStandoutInner {
	width: 95%;	
	padding: 1%;
}		
					 
#newHomeInner {
	width: 95%;	
	padding: 1%;
}		
	

#sloganBoxes p {
	line-height: 30px;
}
					 
#sloganBoxes p a {
	padding: 0;
}					 
					 
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}

#headerBackground {
	padding: 0 0 10px 0;	
}
	
#topBar {
	width: 95%;	
	padding: 1%;
}
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#contact {
	float: left;
	width: 100%;
	margin-top: 0;
}

#contact ul {
	text-align:center;
}

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

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}	
				 
nav ul.mainNav {
	display: none;
}	

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

.accordionContent {
	padding-bottom: 10px;
}				 
					 
#banner {
	float: left;
	width: 95%;	
	padding: 1%;
	height: auto;
	margin-bottom: 15px;
}

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

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

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


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

#bookOnlineArea {
	display: block;
}

#reviewsHeader {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
					 
#reviewsHeader img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}	
					 
#whyUsHome {
	padding: 10px 0 10px 0;
}					 
					 
#whyUsHomeInner ul.pointersList li {
	float: left;
	width: 50%;
	margin-bottom: 25px;
	font-size: 120%;
	line-height: 27px;
}		
					 
					
.contactBox {
	float: left;
	width: 95%;	
	padding: 1%;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.contactBox.lastContactBox {
	float: left;
	width: 95%;	
	padding: 1%;
	border-right: 0;
	border-bottom: 0;
	padding-bottom:0;
} 
					 
					 
}




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

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

#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%;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

#areas {
	float: none;
	clear: both;
	margin-left: 0;
}					 
					 
#ratesBox {
	float: none;
	clear: both;
	margin-left: 0;
}

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

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

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


#servicesBoxes  .homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0;
} 

#mainBody p.highlightedHome {
	float: left;
	width: 90%;
	margin: 10px 0 0 0;
}


#areasInner h2 {
	font-size: 100%;
}

#areasInner p {
	font-size: 90%;
}
		 
					 
table.price { 
		display: block; 
}	
					 
table.price tbody { 
		display: block; 
}		
					 
table.price th { 
		display: block; 
}
	
table.price td { 
		display: block; 
}
					 
table.price tr { 
		display: block; 
}
					 
table.price th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
}				 
	
table.price tr { 
		margin-bottom: 20px;
}				 
					 
table.price td:before { 
		/* Now like a table header */
	
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	font-weight: bold;
}
	

table.price td:nth-of-type(1):before { content: "Make:"; }
table.price td:nth-of-type(2):before { content: "Model:"; }
table.price td:nth-of-type(3):before { content: "Existing Boiler Type:"; }
table.price td:nth-of-type(4):before { content: "New Boiler Type:"; }
table.price td:nth-of-type(5):before { content: "Warranty:"; }
table.price td:nth-of-type(6):before { content: "KW / Price:"; }
table.price td:nth-of-type(7):before { content: "KW / Price:"; }
table.price td:nth-of-type(8):before { content: "KW / Price:"; }				 
					 

					 
#quoteBox .quotePriceBoxInner {
	float: left;
	width: 99%;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid black;
}
					 
#quoteBox .quotePriceBoxRight {
	float: left;
	width: 99%;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid black;
}
					 
					 
#quoteBox .quotePriceBoxInnerSingle {
	float: left;
	width: 99%;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid black;
}	
					 
					 
					 
#bannerOuter {
	height: 350px;
	/*background: url(images/timeless-shutters-installation-supply-mobile2.jpg) no-repeat center;  */
}


#bannerSlogan {
	margin-top: 60px;
}
			 
					 
					 
					 
					 
					 
					 
					 
 }



 
/* 580*/
@media only screen 
and (max-width : 580px) 
				 {
.quoteMobile {
	display: block;	
}
					 
.quoteDesktop {
	display: none;	
}	
					 
					 
					 

#bannerSlogan h2 {
	font-size: 120%;
}

#bannerSlogan p {
	font-size: 100%;
}	
					 
#bannerSlogan li {
	font-size: 100%;
	display: block;
}						 

.mobile {
	display: block;	
}
					 
.desktop {
	display: none;	
}
					 
					 
#bannerSlogan {
	margin-top: 30px;
}		
					 
					 
					 
					 
}
					 
					 

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

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

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


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 0 0 10px 0;
} 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}
#copyRight {
	float: left;	
}
#mainBody #contact li {
	font-size: 120%;
}



#contact li.title {
	font-size: 90%;
}

#contact li.phone {
	font-size: 150%;
}	

#contact li.email {
	font-size: 120%;
}
					 
					
#whyUsHomeInner ul.pointersList li {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	font-size: 120%;
	line-height: 27px;
}	
					 

.bannerSloganBox {
	float: left;
	width: 100%;	
	margin-right: 0;
}

.bannerSloganBox.lastSloganBox {
	float: left;
	width: 100%;	
	margin-right: 0;
}
					 
.bannerSloganBox p {
	margin-bottom: 2px !important;
}	
					 
#bannerSlogan {
	margin-top: 3px;
}					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}




#breadcrumbs {
	float: left;
	width: 100%;	
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: -5px;
	border-bottom: 1px dotted #282828;
}

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

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: #282828;
}

#breadcrumbs li a {
	color: #282828;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #f56218;
}






#reviewBar iframe {
	max-width: 90% !important;	
}