html, .header, .footer {
	background: #353b48;
}

body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   padding: 0;
   background: #353b48;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0;
	color: #FFF;
}

h1 {
	font-size: 2em;
}

a {
  color: #FFFFFF;
}

a:hover, a:focus {
	transition: 0.5s ease;
	color: #ec2027;
  	text-decoration: none;
}

.header {
  	padding: 20px 0;
	text-align: center;
}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

.full-width-image-container {
	padding: 0;
	margin: 0;
	border-top: 3px solid #ec2027;
	border-bottom: 3px solid #ec2027;
	-moz-box-shadow: 0 9px 10px -10px #666;
    -webkit-box-shadow: 0 9px 10px -10px #666;
    box-shadow: 0 9px 10px -10px #666;
}

.logo-image {
	width: 100%;
	height: auto;
}

.logo-text-left {
	float: left;
	width: 63.5%;
	text-align: left;
	font-size: 7px;
	font-style: italic;
}

.logo-text-right {
	float: right;
	text-align: right;
	width: 36.5%;
	font-size: 7px;
	font-style: italic;
}

.header-phone, .header-circle-red, .header-email, .header-westfield, .header-establish {
	display: inline-block;
}

.header-circle-red {
	display: inline-block;
   	width: 10px;
   	height: 10px;
	background: #ec2027;
   	-moz-border-radius: 5px; 
   	-webkit-border-radius: 5px; 
   	border-radius: 5px;
   	margin: 3px 10px;
}

.header-text, .logo-text {
	display: inline-block;
	color: #FFFFFF;
}

.services-container {
	padding: 10px 5px 15px 5px;
	background: #353b48;
	display: inline-block;
}

.row {
	text-align: center;
}

.col-lg-4 {
	text-align: center;
	display: inline-block;
	max-width: 19%;
	height: auto;
	float: none;
}

.col-lg-4 h2 {
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 14px;

}

.left-fix {
	text-align: left;
}

.icon-service, .icon-repairs, .icon-diagnostics, .icon-tyres, .icon-exhausts {
	width: 90%;
	height: auto;
	display: inline-block;
}

.lpg-conversions-container {
	padding: 30px 0 10px 0;
	text-align: center;
}

h1.lpg-header-text {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
}

h4.lpg-small-text {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.col-xlg-4 {
	position: relative;
  	min-height: 1px;
  	padding-right: 20px;
  	padding-left: 20px;

  	text-align: center;
	display: inline-block;
	max-width: 24%;
	height: auto;
	float: none;
}

.logo-lpg-approved, .logo-lpg-brc, .logo-lpg-prins, .logo-lpg-necam {
	width: 100%;
  	height: auto;
  	display: inline-block;
}

.footer {
	background: #353b48;
	padding: 20px 0;
  	color: #777;
}

.footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

.google-maps {
    position: relative;
    padding-bottom: 20%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
 @media screen and (max-width: 2000px) {

  	.container {
    	max-width: 710px;
  }
}

@media screen and (max-width: 710px) {

	.header {
  		padding: 20px 0 5px 0;
	}

	.header-circle-red {
		display: none;
	}

	.header-phone, .header-email {
		transition: 0.5s ease;
		font-size: 0.875em;
		display: block;
		width: auto;
	}

	.logo-text-left, .logo-text-right {
		transition: 0.5s ease;
		font-size: 6px;
	}

	.col-lg-4 h2 {
		font-size: 10px;
		transition: 0.5s ease;
	}

	.services-container {
		padding: 15px 5px 0 5px;
	}

	h1.lpg-header-text {
		font-size: 32px;
		transition: 0.5s ease;
	}

	h4.lpg-small-text {
		font-size: 17px;
		transition: 0.5s ease;
	}

	.lpg-conversions-container {
		padding: 20px 0 0 0;
	}
}

@media screen and (max-width: 550px) {

	.header {
  		padding: 20px 0 0 0;
		text-align: center;
	}

	.header-phone, .header-email {
		transition: 0.5s ease;
		font-size: 0.75em;
	}

	.logo-text-left, .logo-text-right {
		transition: 0.5s ease;
		font-size: 5px;
	}

	.col-lg-4 h2 {
		font-size: 8px;
		transition: 0.5s ease;
	}

	.services-container {
		padding: 20px 5px 0 5px;
	}

	h1.lpg-header-text {
		font-size: 26px;
		transition: 0.5s ease;
	}

	h4.lpg-small-text {
		font-size: 15px;
		transition: 0.5s ease;
	}
}

@media screen and (max-width: 440px) {

	.header-phone, .header-email {
		transition: 0.5s ease;
		font-size: 0.625em;
	}

	.logo-text-left, .logo-text-right {
		transition: 0.5s ease;
		font-size: 4px;
	}

	.icon-service, .icon-repairs, .icon-diagnostics, .icon-tyres, .icon-exhausts {
		text-align: center;
	}

	.services-container {
		padding: 15px 5px 0 5px;
	}

	h2.left-diagnostics-fix {
	  margin-left: -7px;
	}

	h2.left-exhausts-fix {
	  margin-left: -4px;
	}

	h1.lpg-header-text {
		font-size: 20px;
		transition: 0.5s ease;
	}

	h4.lpg-small-text {
		font-size: 11px;
		transition: 0.5s ease;
		margin-top: 4px;
	}
}



