/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}



/* Top Nav */
.navbar-toggle {
	margin-top: 30px;
}
.topnav {
    font-size: 14px;
	height: 84px;
}
.topnav-blue-bg {
    border-bottom: 1px solid #007bad;
    background: url("../images/nav-bg.jpg") left top no-repeat #193750;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #efefef;
	text-decoration: underline;
}
.navbar-nav {
	margin-top: 20px;
}

.master-logo {
	margin-top: 5px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #145E8D;
	display: block;
}
.navbar-brand {
	width: 220px;
}



/* Sections */
.section {
	padding: 75px 0;
}
.section h2 {
	text-transform: uppercase;
	color: rgb(0, 188, 232);
	margin-bottom: 75px;
	margin-top: 0;
}
.content-section-a {
	background-color: #f8f8f8;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}




.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
	background-color: #000;
    background-size: cover;
	background: url("../images/header-bg.jpg") center center no-repeat #000;
}
.intro-header h1 {
	font-weight: bold;
	font-size: 3.85em;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.intro-header h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3em;
	margin: 0 0 60px 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.intro-header h3 {
	font-weight: bold;
	margin: 0 0 70px 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 0;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.navbar-toggle {
	display:none;
}

.name-office {
	font-size: 14px;
}
@media(max-width:1000px) {
	.name-office {
		font-size: 12px;
	}
}

@media(max-width:767px) {
	.intro-header {
		padding-top: 70px;
	}
	.navbar-nav {
		margin-top: 0;
		background-color: #066A9E;
	}
	.master-logo {
		display: none;
	}
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message h1 {
        font-size: 1.8em;
		margin-bottom: 20px;
    }
	.intro-message h2 {
		font-size: 1.7em;
		margin-bottom: 30px;
	}
	.intro-message h3 {
		font-size: 1em;
		margin-bottom: 0;
	}
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}



.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}





footer {
    padding: 50px 0;
    background-color: #f8f8f8;
	text-align: center;
}

.copyright {
    padding: 15px 0 15px 0;
	display: block;
}

.text-underline {
	text-decoration: underline;
}
.highlight {
	color: #00bce8;
}

ul.green-ticks li {
	background: url('../images/green-tick.png') no-repeat left center;
	list-style-type: none;
	padding: 12px 0 12px 40px;
	vertical-align: middle;
	line-height: 1.2;
}
.text-lg {
	margin: 0  0 30px 0;
	font-size: 16px;
}

.section-cta {
	color: #fff;
	padding: 15px 20px;
	border-radius: 8px;
	background: #333;
	background: -moz-linear-gradient(top, #222222 39%, #444444 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #222222 39%,#444444 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #222222 39%,#444444 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#444444',GradientType=0 );
}
.section-cta p {
	margin: 0 0 15px 0;
	font-size: 16px;
}
.section-cta .item {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}
.section-cta .name {
	margin-left: 5px;
}
.section-contact {
	background-color: #222;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.section-contact h2 {
	color: #ffffff;
	margin-bottom: 50px;
}
.section-contact button {
	margin-top: 20px;
}
.section-contact textarea,
.section-contact input {
	border-radius: 0;
}


/* CTA */
.section-cta .item-email {
	text-align: center;
	border-top: 1px solid #666;
	padding-bottom: 0;
	padding-top: 15px;
}
.btn-contact {
	background-color: #ccc;
	border-color: #efefef;
	font-size: 14px;
	color: black;
}
.btn-contact:hover {
	background-color: #bbb;
	color: black;
	border: 1px solid #efefef;
}


.commercial-list-icon {
	padding-top:40px;
	text-align: center;
}

.section-domestic p {
	font-size: 18px;
}
ul.domestic-list {
	padding: 0;
	margin: 30px 0 0 0;
}
ul.domestic-list li {
	font-size: 18px;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	list-style-type: none;
	padding: 22px 0 22px 75px ;
	vertical-align: middle;
}
.switchboard {
	background-image: url('../images/icons/switch-board.png');
}
.safety {
	background-image: url('../images/icons/powerpoint.png');
}
.surge {
	background-image: url('../images/icons/surge.png');
}
.rewires {
	background-image: url('../images/icons/rewires.png');
}
.discount {
	background-image: url('../images/icons/discount.png');
}
.led {
	background-image: url('../images/icons/globe-white.png');
}
.heating {
	background-image: url('../images/icons/heating.png');
}
.phone {
	background-image: url('../images/icons/phone.png');
}
.appliance {
	background-image: url('../images/icons/appliance.png');
}
.inspection {
	background-image: url('../images/icons/inspection.png');
}

.contact-item {
	color: #ccc;
}
.contact-item a {
	color: #efefef;
}

h4.service-heading img {
	padding-right: 20px;
}
h4.service-heading {
	margin-bottom: 0;
}
.commercial-list ul {
	margin-left: 45px;
	margin-bottom:20px;
}

@media(max-width:1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}
}

@media(max-width:767px) {
	.section {
		padding: 25px 0;
	}
	.section h2 {
		margin-bottom: 30px;
	}
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.commercial-list ul {
		margin-left: 0;
		margin-bottom: 40px;
	}
}