html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

body {
	background: #F9F9F9;
	color: #222;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Gudea', sans-serif;
}

p {
	line-height: 20px;
	margin: 10px 0 30px;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	display: block;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -1px;
	clear: both;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #959595;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

header {
	background: white;
	padding: 40px 0;
	position: relative;
}

nav ul {
	display: block;
	padding: 0px;
	float: right;
	width: 400px;
	margin: 10px -20px 0 0;
	text-align: right;
}

nav ul li, nav ul li a {
	color: #333;
	display: inline;
	padding: 4px 8px;
	border-radius: 3px;
}

nav ul li a:hover {
	background-color: #FF8D12;
	color: #fff;
}

.header-wrap {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

.leftside, .rightside {
	width: 48%;
	display: inline-block;
}

.leftside {
	float: left;
}

.rightside {
	text-align: right;
	float: right;
}

header:after {
	content: "";
	clear: both;
	display: block;
}

.logo-caption {
	font-size: 12px;
	margin: -10px 0 0 60px;
}

.index .active, .garage-doors .active, .services .active, .about .active {
	background-color: #FF8D12;
	color: #fff;
}

.wrap {
	width: 96%;
	max-width: 1000px;
	margin: 80px auto;
	display: block;
}

.text-block {
	display: block;
	margin: 0 auto 70px;
	width: 75%;
}

.service-blocks {
	margin: 60px 0;
	padding: 0;
	text-align: center;
	content: "";
	clear: both;
	display: block;
}

.service-blocks li {
	width: 30%;
	padding: 30px;
	list-style: none;
	display: inline-block;
	background: #f2f2f2;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 auto;
}

.service-blocks li:nth-child(2) {
	margin: 0 4%;
	box-sizing: border-box;
}

.service-blocks li p {
	line-height: 1.2em;
	margin-bottom: 20px;
}

.garage-doors .service-blocks {
	margin: 20px 0;
}

a:link {color: #FC8C28; text-decoration: none;}
a:visited {color: #FC8C28; text-decoration: none;}
a:hover {color: #D77802; text-decoration: none;}
a:active {color: #FC8C28; text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.estimate {
	background: #FC8C28 url(img/free-estimates.png) right center;
	padding: 30px;
	border-radius: 3px;
	text-align: center;
	display: block;
}

.estimate h1, .estimate h3 {
	color: white;
}

.center {
	text-align: center;
}

a.btn {
	background: #FC8C28;
	padding: 10px;
	color: white;
	border-radius: 3px;
	float: left;
}

a.btn:hover {
	background: #ff7d3f;
}

.index .btn {
	display: block;
	float: none;
}

hr {
	height: 1px;
	background: #f1f1f1;
	margin: 60px 0;
	border: 0;
	display: block;
}

.leader {
	background: url(img/leader.jpg) center center no-repeat;
	width: 100%;
	margin: -120px auto 0;
	height: 390px;
	overflow: hidden;
	z-index: -1;
	position: relative;
	border-bottom: solid 4px #FC8C28;
}

.minimized {
	background: url(img/leader.jpg) center -155px;
	height: 235px;
}

footer {
	background: #E8E8E8 no-repeat;
	background-image: url(img/white-shine.png);
	background-position: center 1px;
	width: 100%;
	padding: 40px 0;
	color: #929292;
}

.footer {
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
	background: url(img/logo-mini.png) no-repeat 0px 3px;
	padding-left: 100px;
}

footer p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.footer p:nth-last-child(1) {
	border-top: 1px dashed #dddddd;
	margin-top: 10px;
	padding-top: 10px;
}

.map {
	display: block;
	width: 100%%;
}

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

@media all and (max-width: 740px) {

.service-blocks li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.service-blocks li:nth-child(2) {
	margin: 0 0 20px;
}

.leftside, .rightside, nav {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.leftside {
	margin-bottom: 20px;
}

nav ul {
	float: none;
	width: 100%;
}
.leader {
	background: url(img/leader.jpg) center center no-repeat;
	background-size: contain;
	width: 100%;
	margin: 0 auto;
	height: 90px;
}
}

@media all and (max-width: 380px) {
.wrap {width:88%;}
header {padding: 15px 0;}
.logo img {width: 320px;}
.logo-caption {display: block; margin: 0 auto; width: 70%;}
nav ul li, nav ul li a {margin: 0 -2px;}
.text-block {width: 90%;}
.footer {padding: 0; width: 88%;background-image: none;}
}

