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

/*

Black #2f2f2f
Red #ff1759
Purple #5d4560
Orange #ffa544
Blue #5eced5
White #efefef
Grey #bfbfbfhoe

font-family: 'Flamenco', cursive;


-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: #bfbfbf;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

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


#topBarOuter {
	float: left;
	width: 100%;	
	background-color: #ff1759;
}

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

#topBar p {
	text-align: center;
	color: white;
	font-size: 90%;
	margin: 0;
	padding: 7px 0 7px 0;
}

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

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

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #2f2f2f;
	-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);
}

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


/*header Contact*/

#headerContactArea {
	float: left;
	width: 100%;
	padding: 8px 0 8px 0;
	margin-bottom: 10px;
}

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

#headerContactArea li {
	display: inline-block;
	font-size: 95%;
	text-align: center;
	color: white;
	margin: 0 8px 0 8px;
}

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

#headerContactArea li a:hover {
	color: #ff1759;
	text-decoration: none;
}

#headerContactArea i.fas {
	font-size: 110%;
}


#headerContactArea i.fab {
	color: white;
	text-decoration: none;
	font-size: 140%;
}

#headerContactArea i.fab:hover {
	color: #ff1759;
	text-decoration: none;
}


/* Logo */


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

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

#logo:hover {
	cursor: pointer;	
}


/*										Nav								*/

nav {
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ff1759;
}

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: 105%;
	margin: 0 20px 0 20px;
	padding: 0;
	text-transform: uppercase;
}

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

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

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



/*Mobile Menu*/

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

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	width: 100%;
	color: white;	
	padding: 10px 0 10px 0;
	margin:0;
}

.accordionButton h4 img {
	float: left;
}

.accordionButton h4 span {
	margin: 8px 0 0 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: 100%;
	margin: 0;
	padding: 0;
	line-height: 38px;
	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: #ff1759;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #ff1759;
}
/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;	
	text-transform: uppercase;
	background-color: #2f2f2f;
}

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

footer ul {
	float: left;
	list-style-type: none;	
	padding: 0;
	margin: 0;
	margin-top: 8px;
}

footer li {
	display: inline;
	line-height: 25px;
	color: #efefef;
	font-size: 75%;
	margin-right: 10px;
}

footer li a {
	color: #efefef;
	text-decoration: none;
}

footer li a:hover {
	color: #efefef;
	text-decoration: underline;
}

footer p {
	color: #efefef;
	float: left;
	font-size: 75%;
}

#copyright a {
	color: #efefef;	
	text-decoration: none;
}

#copyright a:hover {
	color: #efefef;	
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 1200px;	
}	

p.copyLeft {
	float: left;	
}

p.copyRight {
	float: right;	
}

#footerTopOuter {
	float: left;
	width: 100%;
	background-color: white;
	color: black;
	padding-top: 5px;
	border-bottom: 3px solid #ff1759;
}

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

#footerTop h2 {
	font-size: 80%;	
	text-transform: uppercase;
	margin-bottom: 0;
}

#footerTop ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 3px;
}

#footerTop li {
	display: inline;
	font-size: 80%;	
	margin-right: 5px;
}

#footerTop li a {
	color: black;
	text-decoration: none;
}

#footerTop li a:hover {
	color: black;
	text-decoration: underline;
}

/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	border-bottom: 3px solid white;
	margin-bottom: 10px;
}

#slides {
	margin: 0 auto;
   height: 550px;
}

#bannerOuter .bannerText {
	background-color: white;
	margin: 0 auto;	
	text-align: center;
	width: 390px;
	padding: 15px;
	margin-top: 200px;
	opacity: .9;
	box-sizing: border-box;
}

#bannerOuter .bannerTextGas {
	background-color: white;
	margin: 0 auto;	
	text-align: center;
	width: 390px;
	padding: 15px;
	margin-top: 210px;
	opacity: .9;
}

#bannerOuter .bannerText h1 {
	color: #2f2f2f;	
	margin: 0;
	padding: 0;
	font-size: 130%;
	text-transform: uppercase;
}

#bannerOuter .bannerTextGas h1 {
	color: #2f2f2f;	
	margin: 0;
	padding: 0;
	font-size: 130%;
	text-transform: uppercase;
}	


/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 700px;
	margin-bottom: 10px;
	padding-top: 5px;
}

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

#mainBody h1 {
	font-size: 100%;
	color: #2f2f2f;	
	text-transform: uppercase;
}

#mainBody h2 {
	font-size: 95%;
	color: #2f2f2f;	
	text-transform: uppercase;
}


#mainBody h3 {
	background-color: #ff1759;
	padding: 10px 0 10px 0;
	text-align: center;
	color: white;
	font-weight: normal;
	margin-top: 20px;
}

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

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

#mainBody p {
	font-size: 80%;
	line-height: 25px;
	color: #2f2f2f;
}

#mainBody p span {
	color: #2f2f2f;
}	

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

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

#mainBody p a.more {
	color: #efefef;
	background-color: #ff1759;
	padding: 3px;
	border-radius: 5px;
	text-decoration: none;
}

#mainBody p a.more:hover {
	color: #ff1759;
	background-color: #2f2f2f;
	text-decoration: none;
}

#mainBody li {
	font-size: 80%;
	line-height: 30px;
	color: #2f2f2f;
}

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

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

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

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

#welcome {
	float: left;
	width: 550px;
}	

#contactBox {
	float: left;
	width: 530px;
	padding: 5px 10px 5px 10px;
	background-color: #2f2f2f;	
}

#contactBox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

#contactBox li {
	color: #efefef;
	font-size: 85%;	
}

#contactBox li span {
	color: #ff1759;	
}

#contactBox li a {
	color: #efefef;	
}

#contactBox li a:hover {
	color: #ff1759;	
	text-decoration: underline;
}

#contactBox img {
	float: right;	
	margin-left: 7px;
	margin-top: 8px;
}

#contactBox h2 {
	color: white;	
	float: left;
	margin: 17px 0 0 37px;
}

#homeMap {
	float: right;
	border: 3px solid white;
	width: 390px;
	height: 260px;	
	margin-top: 13px;
}

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

#latestProjects {
	float: left;
	width: 1200px;	
	height: 250px;
	margin: 20px 0 10px 0;
}

#latestProjects h1 {
	text-align: center;	
	background: url(images/projectsborder.png);
	background-repeat: no-repeat;
	background-position: left;
}


/*											Contact Form 									*/

fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
}

.error {
	display: none;
	float: left;
	font-size: 90%;
	color: white;
	margin: 10px 0 0 0;
	padding: 5px;
	background-color: #ff1759;
}	

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

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

#submit.formButton {
	float: left;
	width: 100%;
	height: 30px;	
	background-color: #ff1759;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-transform: uppercase;
	border: none;
	font-size: 100%;
	padding: 5px 0 5px 0;
}

#submit.formButton:hover {
	background-color: #2f2f2f;
	color: white;
	cursor: pointer;
}

label {
	font-size: 95%;
	color: #2f2f2f;
	font-weight: normal;
	margin-bottom: 10px;
	float: left;
}	

input {
	color: #260b14;
	border: none;
	float: left;
	height: 30px;
	width: 100%;
	background-color: white;
}


textarea {
	border: none;
	float: left;
	height: 120px;
	width: 100%;
	color: #260b14;
	background-color: white;
}

iframe.googleMap {
	float: right;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}




#homeNewArea {
	float: left;
	width: 1200px;	
	margin: 10px 0 0 0;	
}


#breadcrumbs {
	float: left;
	width: 100%;	
	margin-bottom :5px;
}

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

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

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

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

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


/*Quote*/

#quote {
	float: left;
	width: 100%;	
	background-color: #2f2f2f;
	padding: 10px 0 10px 0;
}

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

#quoteInner ul.contactInfo {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#quoteInner li {
	float: left;
	font-size: 110%;
	color: white;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	margin-right: 20px;
}

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

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

#quoteInner  li a {
	color: white !important;
	text-decoration: none;
}

#quoteInner li a:hover {
	color: white !important;
	text-decoration: underline;
}

#quoteInner img.social {
	float: left;
	margin-top: -4px;
}




/*											Home Boxes									*/

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

.homeBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	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: #2f2f2f;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	margin-top: -4px;
	text-transform: none;
	border-bottom: none;
	font-weight: normal;
} 

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

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



/*Why Us*/

#whyUs {
	float: right;
	padding: 10px 25px 10px 25px;
	background-color: #ff1759;	
	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;
}


/*Brand List*/

#mainBody ul.brandList {
	padding-left: 0;
	margin-top: 10px;
	
}

#mainBody ul.brandList li {
	display: inline-block;
	margin-right: 20px;
/*	border: 1px solid #a12725;
	padding: 5px;*/
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 40px;
}

#mainBody ul.brandList li span {
	border: 1px solid #ff1759;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	color: #333333;
}

#mainBody ul.brandList li span.two {
	background-color: #efefef;
}

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


/*Standout box*/

#standoutBox {
	float: left;
	width: 100%;
	box-sizing:  border-box;
	padding: 10px;
	text-align: center;
	background-color: #ff1759;
	border-radius: 5px;
	margin-bottom: 25px;
}

#standoutBox h2 {
	color: white;
	font-size: 120%;
}

#standoutBox p {
	color: white !important;
	font-size: 100%;
}

#standoutBox p a {
	color: white;
	background-color: #2f2f2f;
	text-decoration: none;
	padding: 7px;
	border-radius: 5px;
	font-size: 110%;
}

#standoutBox p a:hover {
	color: #2f2f2f;
	background-color: white;
	text-decoration: none;
}


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




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

#topBar {
	width: 100%;
}

nav {
	width: 100%;	
}

footer {
	width: 100%;	
}

#footerTop {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}


#slides {
  width: 100%;
}

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

#quoteInner {
	width: 100%;	
}					 
					 
}





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


#headerBackground {
	position: relative;
	z-index:100;
}

#bannerOuter {
	margin-top: 0px;
}

header {
	width: 100%;	
}
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#contact {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

#contact ul {
	text-align: center;
}

#contact li {
	text-align: center;
}

#contact li.phone {
	background-image: none;
	padding-left: 0;
	font-size: 170%;
}	


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

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

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


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

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

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

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

#quoteInner {
	width: 95%;	
	padding-left: 1%;
	padding-right: 1%;
}

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


}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				
#topBar {
	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;
}	


#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

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

#contactRight {
	float: right;	
	width: 100%;
}	


#benefits li {
	line-height: 40px !important;
}

#benefits ul.leftBenefits {
	float: left;
	width: 80%;
	margin-bottom: 0;
}

#benefits ul.rightBenefits {
	float: left;
	width: 80%;
	margin-top: 0;
}


#quoteInner ul {
	width: 100%;	
	text-align: center;	
	padding: 5px 0 5px 0;
}	

#quoteInner img {
	text-align: center;
}

p.copyLeft {
	width: 100%;
	float: left;
	margin: 0;
}

p.copyRight {
	width: 100%;
	float: left;	
	margin: 0 0 5px 0;
}



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

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


					
 }
 



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

#quoteInner li {
	font-size: 90%;
}

#quoteInner img {
	float: left !important;
	margin-top: 10px !important;
}


}

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

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}

#copyLeft {
	float: left;	
}

img.mobile {
	display: block;	
}

img.desktop {
	display: none;	
}

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

#headerContactArea {
	margin-bottom: 0;
}

#headerContactArea li {
	margin: 0 5px 0 5px;
	line-height: 32px;
}

					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}








