@charset "utf-8";
/* CSS Document */
body {
	color: #88959e;
}
.Installers {
	font-size: 90%;
}
.InstallerMargin {
	padding-top: 65px;
}
.InstallerLogoContainer {
	float: left;
	width: 17%;
	position: relative;
}
.InstallerLogoContainer img {
	width: 100%;
	height: auto;
}
.InstallerInfoContainer {
	float: left;
	width: 100%;
	position: relative;
}
.InstallerInfoContainer p {
	font-weight: 300;
	font-size: 1.45em;
	line-height: 30px;
}
.BusinessInfoContainer {
	float: left;
	width: 83%;
	position: relative;
}
.InstallerAddressDetails {
	position: relative;
	text-align: center;
	font-size: 1.85em;
	font-weight: 300;
	line-height: normal;
}
.ContactInfo {
	font-size: .85em;
	margin-top: 50px;
}
.ContactForm {
	font-size: .85em;
}
.Tablet768 {
	margin-bottom: 50px;
}
.Tablet768:last-child {
	margin-bottom: 0px;
}
p.StandardP {
	font-size: 1.65em;
	text-align: center;
}
.InstallerAddressDetails p {
}
.BusinessLogoContainer {
	float: left;
	width: 17%;
	position: relative;
	padding-top: 50px;
}
.BusinessLogoContainer img {
	width: 100%;
	height: auto;
}
.InstallerAddressDetails h3 {
	font-size: 1.10em;
	font-weight: 400;
	color: #88959e;
	padding-bottom: 16px !important;
}
.InstallerAddressDetails a {
	font-size: .75em;
	color: #0bb5eb;
}
.InstallerAddressDetails a:hover {
	color: #00405c;
	text-decoration: underline;
}
.GoogleMapLink {
	display: block;
	margin-top: 5px;
}
.GoogleMapLinkContainer {
	height: 70px;
	position: relative;
	background-image: url(../ui/google-maps-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.GoogleMapLinkContainer a {
	display: block;
	padding-left: 65px;
	padding-top: 20px;
}
/*.GoogleMapLink:before {
	padding-bottom: 20px;
	position: relative;
	content: '';
	background:url('../ui/google-maps-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 53px;
	height: 54px;
	display: inline-block;
}
*/.LocationDivision {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
	position: relative;
	padding-top: 40px;
}
.ContactHeading h2 {
	text-align: center;
	padding-bottom: 30px;
}
.ContactHeading h3 {
	text-align: center;
	padding-bottom: 35px;
}

.ContactHeading h4 {
	color: #0bb5eb;
	text-align: center;
	padding-bottom: 50px;
	font-size: 1.65em;
}
.InstallerAddressDetails h4 {
	color: #0bb5eb;
	text-align: center;
	padding-bottom: 10px;
	font-size: 1.15em;
}
.Installers .GoogleMapLink:before {
	padding-bottom: 30px;
	padding-top: 10px;
	background-position: left 0px
}
.ViewMoreInstallerContainer {
	margin-top: 80px;
}
.ViewMoreInstallerButton {
	text-transform: uppercase;
	font-size: 1.15em;
}
.googlemap {
	width:100%;
	float:left;
	height: 750px;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.googlemap {
		height: 300px;
	}
}
.gogglemapurl {
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}
.markerbubble {
	color: #5b6977;
	font-size: 1.25em;
}
.markerbubble h3 {
	color: #0bb5eb;
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.markerbubble p {
	margin-bottom: 4px;
	margin-top: 0px;
}
.markerbubble a {
	color: #0bb5eb;
	text-decoration: underline;
}
.markerbubble a:hover {
	color: #900;
}
.markerbubble span {
	display: inline-block;
	padding-right: 6px;
}
.weburl {
	padding-bottom: 8px;
	padding-top: 4px;
	display: inline-block;
}
.googleurl {
	padding-bottom: 8px;
	padding-top: 0px;
	display: inline-block;
}
.form-loading {
    animation: form-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 47.25%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
#postcodebox {
	visibility: hiddenz;
}

@keyframes form-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@media all and (min-width:300px) and (max-width:950px) {
	.PageInner60PercentFloatLeft,
	.PageInner40PercentFloatLeft,
	.PageInner50PercentFloatLeft,
	.PageInner25PercentFloatLeft {
		width: 100%;
	}
	#postcodebox  .form-control {
		width: 80% !important;
	}
}
a.chosen-single {
	text-decoration: none !important;
}
li.active-result {
	padding-bottom: 5px !important;
}
.bannerTextContainer {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 50px;
	right: 0px;
	width: 100%;
}
.bannerTextContainer h1 {
	color: #fff !important;
	text-align: center !important;
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
	
}
@media all and (min-width:300px) and (max-width:950px) {
	.bannerTextContainer {
		top: 0px;
		width: 90%;
	}
}