@charset "UTF-8";
/* Website Designed and coded by Gareth at AnchorPrint for GTE Electrical */
/* Static Website (what no CMS!!!) */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}
a img { border:none; }
#wrapper {
	margin: 0px;
	padding: 0px;
}
.clear {clear:both;}
.stretch {
	background-color: #014263;
	background-image: url(../images/banner.jpg);
	background-repeat: repeat-x;
}

/*  ---------- TYPE ----------- */
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 20px;
}
a {
	text-decoration:none;
	color:#c0190c;
}
h1, h2, h3, h4 { text-transform: uppercase; }
h1 {
	color: #c0190c;
	margin: 0px;
	padding:0 0 10px 0;
	font-size: 40px;
	font-weight:700;
}
h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0 0 10px 0;
	color: #c0190c;
	font-weight:700;
}
h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #c0190c;
	font-size: 17px;
}
h4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #00467f;
	font-size: 20px;
}
h5 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #000000;
	font-size: 20px;
}
h6 {
	font-size: 15px;
	margin: 0px;
	padding: 10px 0px;
	color: #7ba513;
	font-weight:300;
}
ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 14px;
}
li {
	padding-bottom: 3px;
	line-height: 20px;
}

/*  ---------- HEADER ----------- */
#header {
	width: 900px;
	margin: 8px auto;
	padding-right: 15px;
	padding-left: 15px;
}
#logo {
	background-image: url(../images/gte-electrical-logo.png);
	background-repeat: no-repeat;
	background-size:cover;
	height: 44px;
	width: 212px;
	display: block;
	float: left;
	margin-top: 5px;
}
#call {
	text-align:right;
	float: right;
	font-size: 18px;
	color: #000;
	margin: 0px;
}
#call a {
	font-weight:700;
	color: #000;
}
.topnav {
	width:auto;
	float:right;
}
#call .topnav a {
	font-size:16px;
	color:#000;
	padding-left:20px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: 300;
}
#nav ul li:first-child {
    padding-left: 0;
}
#nav ul li:last-child {
    padding-right: 0;
}

/* ####### BANNER ####### */
#banner {
    width: 900px;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
}
.promo {
	width:33%;
	float: right;
	padding-left: 60px;
	background-image: url(../images/slice.png);
	background-repeat: no-repeat;
}
.inner {
	background-color: #BF190C;
	padding: 20px 20px 27px 0px;
}
.title {
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 24px;
	font-weight: 300;
}
.title2 {
	color: #fff;
	font-size: 40px;
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 44px;
	font-weight: 700;
}
.promo a {
	color: #fff;
	padding: 7px;
	font-size: 15px;
	background-color: #00467f;	
}
/* ------------ MAIN ------------- */
#content {
	width: 900px;
	margin: 20px auto;
	padding: 0px 15px;
}
.alignleft {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.alignright {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
img {
	max-width:100%;
	height:auto;
}

/* ----------- HOMEPAGE ------------- */
.home h1, .home h2 {
	text-align:center;
}
#services {
	margin-top:10px;
	overflow: auto;
}
#services ul {
    padding: 0px;
    margin: 0px;
}
#services ul li {
    float: left;
    width: 31%;
    margin-bottom: 20px;
    margin-right: 3%;
    list-style: none;
}
#services ul li:nth-child(3), #services ul li:last-child {
    margin-right: 0%;
}
#services img {
	width:100%;
	height:auto;
	display: block;
}
#services h3 {
	background-color: #c0190c;
	color: #fff;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: 300;
}
#services li:hover img { opacity: 0.7; }
#services li:hover h3 { background-color: #00467f; }
/* ###### CLIENT SLIDER ###### */
#clients h4 {
	text-align: center;
}
#carousel {
	width: 900px;
	height: 70px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

#slides2 {
    overflow: hidden;
    position: relative;
    width: 700px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}
#slides2 ul {
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
}
#slides2 li {
	width: auto;
	height: 70px;
	float: left;
	padding: 0;
}

#slides2 li img {
	padding: 0 0px;
}
#buttons, #buttons2 {
	display: none;
}

/* ########## REVIEWS ######## */
#review {
	font-size: 12px;
	color: #666;
	text-align: left;
	margin: 20px 0px;
}
blockquote {
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size:19px;
	line-height:29px;
	font-style:italic;
	padding: 0 0 0 110px;
	margin:20px 0 10px 0;
	color: #00467f;
}
.ref {
	text-align:center;
	font-size:12px;
	color:#666;
}
/* ########### SERVICES ########## */
.services #banner { height: 200px; }
.services #services {
	margin-top: 25px;
}
.services #services ul li {
    float: none;
    width: 100%;
    margin: 0px;
	clear: both;
}
.services #services img {
	width:400px;
	height:auto;
	display: block;
	float: left;
	margin: 0 40px 30px 0;
}
.services #services ul li a {
	background-color: #00457E;
	padding: 5px 15px;
	color: #fff;
}



/*  ---------- FOOTER ----------- */
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#c2a {
	font-size: 24px;
	color: #c0190c;
	text-align: center;
	margin:0px auto;
	padding:20px 0px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#c2a a {
	color: #c0190c;
	text-decoration: none;
	font-weight: 700;
}
.footnav {
	width:50%;
	float:left;
	margin-bottom: 20px;
}
.footnav h5, .footnav p {
	color:#666;
	font-size:12px;
	padding:0;
	margin:0px;
	text-align: right;
}



/* STYLES FOR MOBILE */

@media (max-width: 930px) {
#header {
    width: 94%;
	padding: 0 3%;
}
#banner {
    width: auto;
}
#content {
    width: 94%;
    margin: 15px 0;
    padding: 0 3%;
}
#carousel {
    width: 100%;
}
#services h3 {
    padding: 7px 3px;
    font-size: 12px;
}
#footer {
    width: 94%;
    padding: 14px 3%;
}
}

@media (max-width: 750px) {
#call .topnav a {
    font-size: 15px;
    color: #000;
    padding-left: 15px;
}
#services ul li {
    width: 48%;
}
#services ul li:nth-child(3) {
    margin-right: 3%;
}
#services ul li:nth-child(2), #services ul li:nth-child(4) {
    margin-right: 0%;
}
#slides2 {
    width: 500px;
}
#slides2 ul {
    width: 800px;
}
.promo {
    width: 50%;
}
}

@media (max-width: 600px) {
	#logo { float: none; margin: 10px auto; }
	#call { text-align: center; float: none; }
	.topnav { float: none; }
	#call .topnav a { font-size: 14px; padding: 0px 6px; }
	h1 { font-size: 30px; }
	h2 { font-size: 20px; }
	blockquote { font-size: 16px; line-height: 24px; }
	#c2a { font-size: 20px; }
	.footnav { width: 100%; float: none; text-align: center; }
	.footnav h5, .footnav p { text-align: center; }
	.stretch { background-size: auto 100%; background-position: center center; }
}

@media (max-width: 500px) {
	.promo { width: 70%; }
	.title { font-size: 14px; line-height: 16px; }
	.title2 { font-size: 30px; line-height: 34px; }
	#services ul li { width: 100%; margin: 0 0 20px 0; }
}