/* ----------------------------------

#. Global

---------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
	-webkit-font-smoothing: antialiased;
}

img {
	border: none;
}

/* ----------------------------------

#. Body

---------------------------------- */

html,
body {
	margin: 0;

	padding: 0;
}

body {
	color: #333;

	/* background: #f0f0f0; */

	font: 13px "Open Sans", Arial, sans-serif;
}

/* ----------------------------------

#. General

---------------------------------- */

.clear {
	clear: both;
}

hr {
	height: 50px;

	width: 100%;

	border: none;

	margin-top: 25px;

	margin-bottom: 50px;

	background: url("../img/icons/hr2.png") top center no-repeat;
}

.list {
	padding: 0;

	margin: 0;
}

.list li {
	padding: 0;

	margin-left: 18px;

	padding-left: 30px;

	margin-bottom: 10px;
}

/* ----------------------------------

#. Typography

---------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;

	font-weight: 600;
}

a {
	color: #2f5871;

	font-weight: 600;

	text-decoration: none;

	transition: color 0.5s ease;
}

.dark {
	color: #43646b;

	font-weight: 600;

	text-decoration: none;

	transition: color 0.5s ease;
}

.images {
	list-style: none;

	padding: 0;

	margin: 0;
}

.images li {
	float: left;

	margin-left: 10px;

	margin-right: 40px;
}

.pages {
	list-style: none;

	padding: 0;

	margin: 0;

	text-align: center;
}

.pages li {
	display: inline-block;
}

.pages li a {
	padding: 2px 8px;

	font-size: 16px;

	border: 1px solid #ccc;

	border-radius: 3px;

	background: #fff;
}

.pages li a:hover {
	background: #2f5871;

	color: #fff;

	border: 1px solid #888;
}

/* ----------------------------------

#. Container

---------------------------------- */

.container {
	width: 960px;

	margin: 0 auto;

	padding: 0 20px;

	position: relative;
}

/* ----------------------------------

#. Button

---------------------------------- */

.btn {
	padding: 5px 15px;

	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);

	background: #355f80;

	border: 1px solid #204a8a;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	color: #fff;

	font-size: 13px;

	font-family: "Open Sans";

	text-shadow: 0 1px 1px #204a8a;
}

/* ----------------------------------

#. Form

---------------------------------- */

form label {
	display: block;

	margin: 10px 0;
}

form input[type="text"],
form textarea {
	outline: none;

	padding: 10px;

	border: 1px solid #aaa;
}

form input[type="text"]:focus,
form textarea:focus {
	border-color: #eb463c;
}

form input[type="text"] {
	width: 240px;
}

form textarea {
	width: 240px;

	height: 100px;

	min-height: 100px;

	resize: vertical;
}

form input[type="submit"] {
	margin-top: 10px;

	display: block;

	padding: 10px 15px;

	color: #fff;

	font-size: 13px;

	font-family: "Open Sans";

	text-shadow: 0 1px 1px #222;

	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);

	background-color: #2f5871;

	border: 1px solid #222;

	border-radius: 3px;

	-moz-border-radius: 3px;
}

form input[type="submit"]:hover {
	cursor: pointer;
}

/* ----------------------------------

#. Contact Modal

---------------------------------- */

.contact-modal-container {
	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 9999;
}

#contact-modal-toggle {
	position: absolute;

	right: 20px;

	top: 120px;

	display: block;

	padding: 15px;

	color: #fff;

	font-size: 13px;

	font-family: "Open Sans";

	text-shadow: 0 1px 1px #223a3f;

	background: #2f5871;

	border-top: none;
}

#contact-modal-toggle:hover {
	cursor: pointer;
}

.contact-modal {
	display: none;

	padding: 30px 20px;

	background: #f6f6f6;

	box-shadow: 0 1px 3px #999;
}

.contact-modal #closeModal {
	position: absolute;

	bottom: 20px;

	right: 20px;

	height: 32px;

	width: 32px;

	background: url("../img/closeModal.png") center center no-repeat;
}

.contact-modal #closeModal:hover {
	cursor: pointer;
}

.contact-modal .col {
	float: left;

	color: #888;

	width: 300px;

	margin-right: 30px;
}

.contact-modal .col.last {
	margin-right: 0;
}

.contact-modal .col h3 {
	color: #222;

	margin-top: 0;
}

.contact-modal .col input[type="text"],
.contact-modal .col textarea {
	width: 278px;

	margin-bottom: 5px;

	border-color: #999;
}

.contact-modal .col textarea {
	min-height: 50px;

	height: 50px;
}

/* ----------------------------------

#. Header

---------------------------------- */

.header {
	padding: 0px 0 20px;

	font-size: 22px;

	height: 100px;

	margin-top: 20px;

	margin-bottom: 20px;
}

.header #logo {
	display: block;

	float: left;
}

.header #logo a img {
	width: 120px;
}
.header #logo a {
	display: block;

	width: 100%;

	height: 100%;
}

.header .sheild {
	padding: 10px;
}

.header .contact {
	margin-top: 9px;

	float: right;

	text-align: right;

	font-size: 18px;
}

.header .contact p {
	margin: 0;

	line-height: 24px;
}

.header .contact img {
	margin-bottom: -10px;
}

/* ----------------------------------

#. Navigation

---------------------------------- */

.navigation {
	background: #28306e;
}

.navigation ul {
	margin: 0;

	padding: 0;
}

.navigation ul li {
	float: left;

	list-style: none;
}

.navigation ul li.first {
	border-left: none;
}

.navigation ul li.slogan {
	float: right;

	border: none;

	padding: 15px 20px;

	color: #fff;

	font-weight: bold;

	font-style: italic;
}

.navigation ul li.has_children {
	position: relative;
}

.navigation ul li.has_children:hover ul {
	display: block;
}

.navigation ul li.has_children ul {
	display: none;

	position: absolute;

	top: 43px;

	left: 0;

	border-bottom-left-radius: 3px;

	border-bottom-right-radius: 3px;

	-moz-border-radius-bottomleft: 3px;

	-moz-border-radius-bottomright: 3px;

	background: #50575d;

	z-index: 9999;
}

.navigation ul li.has_children ul li {
	float: none;

	border: none;
}

.navigation ul li.has_children ul li a {
	width: 120px;
}

.navigation ul li a {
	color: #f0f0f0;

	font-weight: 500;

	display: block;

	padding: 15px 16px;
}

.navigation ul li.current a,
.navigation ul li a:hover {
	color: #fff;

	background: #1c2148;
}

/* ----------------------------------

#. Slider

---------------------------------- */

.nivo-caption {
	padding: 20px !important;
}

.slider-wrapper {
	background: #28306e;

	width: 100%;

	padding: 0;

	box-shadow: inset 0 1px 3px #777;
}

.box {
	background: #fff;

	padding: 10px 10px 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	box-shadow: 0 1px 3px #777;
}

.slider-wrapper h1 {
	color: #fff;

	text-align: center;

	padding-bottom: 20px;
}

/* ----------------------------------

#. Gallery

---------------------------------- */

.gallery {
	margin: 0;

	padding: 0;
}

.gallery li {
	float: left;

	width: 215px;

	height: 170px;

	overflow: hidden;

	margin-right: 20px;

	margin-bottom: 20px;
}

.gallery li.last {
	margin-right: 0;
}

.gallery li img {
	max-width: 100%;

	min-height: 100%;
}

/* ----------------------------------

#. Content

---------------------------------- */

.content {
	padding: 30px 0;

	background-position-y: -100px;

	background-position-x: 250px;
}

.content .inner {
	width: 600px;

	padding: 20px;

	margin-bottom: 20px;
}

.content .inner#full-width {
	width: 920px;
}

.content .inner h1 {
	margin-top: 0;
}

.content .sidebar {
	width: 250px;

	float: right;

	padding: 20px 0;

	margin-bottom: 20px;
}

.content .sidebar .heatech {
	padding: 15px;

	margin-bottom: 15px;

	background: #fff;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	box-shadow: 0 1px 3px #999;
}

.content .sidebar .heatech h3 {
	padding: 0;

	margin: 0;
}

.content .sidebar .heatech p {
	padding: 0;

	margin: 5px 0;
}

/* ----------------------------------

#. About Col(s)

---------------------------------- */

.about-col {
	width: 285px;

	float: left;

	margin-right: 30px;
}

.about-col.last {
	margin-right: 0;
}

.about-col .about-gallery ul {
	margin: 0;

	padding: 0;
}

.about-col .about-gallery ul li {
	list-style: none;

	float: left;

	overflow: hidden;

	margin-right: 10px;

	margin-bottom: 10px;

	width: 80px;

	height: 80px;

	border: 3px solid #fff;
}

.about-col .about-gallery ul li img {
	max-width: 100%;

	min-height: 100%;
}

/* ----------------------------------

#. Testimonials

---------------------------------- */

.testimonials ul {
	margin: 0;

	padding: 0;
}

.testimonials ul li {
	float: left;

	list-style: none;

	width: 215px;

	margin-right: 20px;
}

.testimonials ul li.last {
	margin-right: 0;
}

/* ----------------------------------

#. Services

---------------------------------- */

.services {
	padding: 10px;

	box-shadow: 0 1px 3px #999;

	background: #fff;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;
}

.services ul {
	margin: 0;

	padding: 0;

	overflow: hidden;
}

.services ul li h2 {
	margin: 0;

	font-size: 19px;

	padding: 0 0 0 30px;

	border-bottom: 1px dotted #ccc;

	margin-bottom: 10px;

	background: url("../img/arrow-right.png") left center no-repeat;
}

.services ul li {
	float: left;

	list-style: none;

	width: 290px;

	height: 190px;

	position: relative;

	margin-right: 32px;

	background-size: cover;

	background-repeat: no-repeat;
}

.services ul li.last {
	margin-right: 0;
}

.services ul li .overlay {
	display: none;

	text-align: center;

	position: absolute;

	width: 100%;

	height: 100%;

	padding: 70px 0;

	background: url("../img/overlay-inner.fw.png");
}

.services ul li .overlay a {
	display: inline-block;

	padding: 5px 10px;

	color: #fff;

	font-weight: 600;

	text-transform: uppercase;

	border: 2px solid #fff;
}

/* ----------------------------------

#. Footer

---------------------------------- */

#toggle {
	width: 120px;

	position: absolute;

	left: 50%;

	top: -17px;

	margin-left: -60px;

	padding: 10px 0;

	border: 1px solid #111;

	box-shadow: inset 0 1px 1px #444;

	text-align: center;

	color: #fff;

	border-radius: 3px;

	-moz-border-radius: 3px;

	background-color: #2d2c2d;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2e2f), to(#2b2b2c));

	background-image: -webkit-linear-gradient(top, #2f2e2f, #2b2b2c);

	background-image: -moz-linear-gradient(top, #2f2e2f, #2b2b2c);

	background-image: -o-linear-gradient(top, #2f2e2f, #2b2b2c);

	background-image: -ms-linear-gradient(top, #2f2e2f, #2b2b2c);

	background-image: linear-gradient(top, #2f2e2f, #2b2b2c);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2f2e2f', EndColorStr='#2b2b2c');
}

#toggle:hover {
	cursor: pointer;
}

.footer .container {
	background: none;
}

.footer {
	color: #fff;

	padding: 30px 30px;

	background: #28306e;

	position: relative;
}

.footer .col {
	list-style: none;

	float: left;

	width: 293px;

	margin-right: 30px;
}

.footer .col.last {
	margin-right: 0;
}

.footer .col h3 {
	color: #fff;

	font-size: 13px;

	text-transform: uppercase;
}

.footer .col .footer-gallery ul {
	margin: 0;

	padding: 0;
}

.footer .col .footer-gallery ul li {
	list-style: none;

	background: none;

	padding: 0;

	float: left;

	margin-right: 10px;

	margin-bottom: 10px;

	width: 65px;

	height: 65px;

	border: 3px solid #fff;

	overflow: hidden;
}

.footer .col .footer-gallery ul li img {
	max-width: 100%;

	min-height: 100%;
}

.footer .col ul {
	margin: 0;

	padding: 0;
}

.footer .col ul li {
	list-style: none;

	padding: 3px 0 3px 14px;

	background: url("../img/li.png") left center no-repeat;
}
.footer p a {
	color: #fff;
}
.footer .col ul li.has_children ul {
	display: none;
}

.footer .col ul li a {
	color: #fff;

	font-size: 12px;
}

.footer img {
	height: 145px;
}

#buttonRecent {
	background-color: #f6b312;
	text-shadow: none;
	border: none;

	color: #fff;

	padding: 10px 58px;

	text-align: center;

	text-decoration: none;

	display: inline-block;
}

.footer .col ul li.current a,
.footer .col ul li a:hover {
	color: #2f5871;
}

#coverageLink {
	color: #fff;
}

/* ----------------------------------

#. Extra

---------------------------------- */

.extra {
	padding: 40px 0;

	background: #333;

	display: none;
}

.extra ul {
	margin: 0;

	padding: 0;

	text-align: center;
}

.extra ul li {
	display: inline-block;

	padding: 5px 7px;
}

.extra ul li a {
	color: #fff;
}

/* ----------------------------------

#. Heritage Page Full Width

---------------------------------- */

#fullWidth {
	width: 100%;
}

#heritagePage {
	float: right;

	margin: 10px;

	padding: 0;
}

/* ----------------------------------

#. Design and Build Image

---------------------------------- */

#designImage {
	margin: 15px;
}

/* ----------------------------------

#.  General Page Changes

---------------------------------- */

#generalPage {
	float: right;

	margin-left: 15px;

	margin-top: 15px;
}

#coloured {
	background-color: #e4303c;

	text-align: center;

	color: #fff;

	padding: 1px;
}

#windowImage {
	padding-top: 10px;

	padding-bottom: 15px;
}

#windowImage2 {
	padding: 10px;
}

#standOut {
	font-weight: bold;
}

#roofingImage {
	padding-top: 5px;

	padding-bottom: 18px;
}

/*-------------------------------

#.  3 Column

---------------------------------- */

.contentLeft,
.contentRight,
.contentCenter {
	display: block;

	width: 31%;

	vertical-align: top;

	padding-right: 1em;
}

.homeCred {
	margin: auto;

	height: auto;

	max-width: 60%;
}
body {
	overflow-x: hidden;
}
.hdr-top {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background: #28306e;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.hdr-top ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 10px 20px;
}
.hdr-top ul li {
	display: flex;
	align-items: center;
}
.hdr-top ul li span {
	width: 8px;
	height: 8px;
	border: solid 3px #f7b406;
	content: "";
	display: block;
	border-radius: 100%;
	margin: 0 18px;
}
.hdr-top ul li span:before {
	content: "";
	background: #fff;
	border: solid 1px #28306e;
	display: block;
	border-radius: 100%;
	width: 6px;
	height: 6px;
}
.header .contact {
	font-size: 16px;
	font-weight: bold;
	color: #f6b312;
}

.header .contact a {
	margin-left: 10px;
	color: #28306e;
}
/*05-06-2025 */
input[type="email"] {
    width: 240px;
    padding: 10px;
}
input[type="tel"] {
    width: 240px;
    padding: 10px;
}
