/* global styles */
.center{
	margin:0 auto;
	display:block;
}
.faux-full{
	width:100%;
	/*max-width:1580px;*/
}
.top-space {padding-top:40px;}
.top-buffer { margin-top:20px; }
.orange{color:#ac3a08 !important;}
.large-btn{
	border-radius: 5px;
	background-color: #ac3a08;
	width:320px;
	height: 90px;
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 40px;
	line-height: 81px;
	margin-top: 36px;
}
a.large-btn:hover{text-decoration:none;color:#fff;background-color:#b84512;}
a{
	transition: all 0.5s ease;
}
.black{background-color:#000;}

#nav {
	border-top:23px solid #414040;
	background-color:#363636;
}
#nav a.logo {
	height:73px;
	display:block;
	background:url('../img/logo2.png') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 22px;
}
#nav ul.navigation {
	float:right;
	height:105px;
	margin-bottom:0 !important;
}
#nav ul.navigation li{
	float:left;
}
#nav ul.navigation li a{
	display:block;
	height:105px;
	line-height:105px;
	padding:0 20px;
	border-right:1px solid #282828;
	border-left:1px solid #464545;
	color:#cfcccc;
}
#nav ul.navigation li:first-child a{border-left:none;}
#nav ul.navigation li:last-child a{border-right:none;}
#nav ul.navigation li a:hover{text-decoration:none; background-color:#2e2e2e;}
#nav ul.navigation li a.on{text-decoration:none; background-color:#2e2e2e;}

#hero{
	background:#ccc;
	height:395px;
}

.banner { position: relative; overflow: auto; width:100% !important; }
.banner li { list-style: none; }
.banner ul {padding-left:0;}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	padding: 160px 0 110px;
	min-height: 395px;
}

.banner .dots li.active{
	background-color:#fff;
	opacity: 1;
}

.banner .container{
	position:relative;
}
.banner .container p.large-text {
	color: #fff;
	font-size: 40px;
	line-height: 80px;
	left: 10px;
	position: absolute;
	top: -63px;
	max-width: 650px;
}

.banner .container p span {
	background-color: #363636;
	box-shadow: 20px 0 0 #363636, -20px 0 0 #363636;
	padding: 12px 0;
}

.banner .dots {
	position: absolute;
	left: 48%;
	right: 0;
	bottom: -5px;
	padding-left: 0;
}

.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
	}

#main-page{
	background-color:#fff;
	padding:20px 0 80px 0;
}

/* home */
#main-page .intro{
	width:815px;
	margin:0 auto;
	margin-bottom:40px;
}
#main-page .call-to-actions a.call-large {
	height:345px;
	width:100%;
	display:block;
	position:relative;
	background-color:#000;
	opacity:0.8;
}
#main-page .call-to-actions a.call-large span {
	position:absolute;
	bottom:0;
	right:0;
	padding:5px 15px;
	background:#363636;
	color:#fff;
	font-size:30px;
}
#main-page .call-to-actions a.call-small {
	height:166px;
	width:100%;
	background-color:#000;
	display:block;
	position:relative;
	opacity:0.7;
}
#main-page .call-to-actions a.call-small span {
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 15px;
	background:#363636;
	color:#fff;
	font-size:30px;
}
#main-page .call-to-actions .row.black:first-child {
	margin-bottom:13px;
}
#main-page .call-to-actions a.body-repair {
	background-image:url('../img/body-repair.jpg');
}
#main-page .call-to-actions a.mot {
	background-image:url('../img/mot-image.jpg');
}
#main-page .call-to-actions a.about {
	background-image:url('../img/about-image.jpg');
}
#main-page .call-to-actions a.call-small:hover,#main-page .call-to-actions a.call-large:hover {
	opacity:1;
}

/* inner-template */

#page-title {
	background-color:#dddddd;
	height:123px;
}
#page-title h1 {
	line-height:92px !important;
}
#main-page.with-side{
	padding:0 !important;
}
#main-page .content{
	margin:60px 0;
	padding-right: 50px;
}

#main-page .side{
	padding-top:60px;
	min-height:500px;
    background-image: -moz-linear-gradient( 0deg, rgb(247,247,247) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(247,247,247) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(247,247,247) 0%, rgb(255,255,255) 100%);
	border-left:1px solid #e2e2e2;
}
#main-page .side-contact{
	height: 466px !important;
	min-height: 0;
}
#main-page .side-about{
	height:614px;
}
#main-page .side .row {
	padding-left:20px;
	position:relative;
	padding-top:60px;
}
#main-page .side .side-icon {
	position:absolute;
	width:57px;
	height:47px;
	background-color:#dddddd;
	left:-17px;
	top:0;
}
#main-page .side .side-icon.large-phone{
	background-image:url('../img/large-phone.png');
	background-position:center;
	background-repeat:no-repeat;
}
#main-page .side .call {
	margin-bottom:40px;
}
#main-page .side .call span {
	display:block;
	font-weight:600;
	font-size:21px;
}
#main-page .side .side-icon.large-quote{
	background-image:url('../img/large-quote.png');
	background-position:center;
	background-repeat:no-repeat;
}
#main-page .side .quote span {
	display:block;
	text-align:right;
	color:#6d6d6d;
}

#main-page .times{
	float: left;
	width: 212px;
	background-color: #FAFAFA;
	border: 1px solid #ECECEC;
	padding: 20px;
	margin-left: 35px;
}
#main-page .times > p.title{
	font-size:20px;
}
#main-page .times > p{
	font-weight:800;
}
#main-page .times > p > span{
	font-weight:300;
	margin-left:10px;
}
#main-page .contact-image{
	position: absolute;
	right: 66px;
	top: 210px;
}

/* footer */
#footer-upper{
	background-color:#363636;
	color:#777777;
}
#footer-upper a, #footer-upper a:hover{
	color:#777777;
	text-decoration:none;
}
#footer-upper .footer-title{
	font-size:20px;
	color:#afafaf;
	padding-bottom:10px;
}
#footer-upper .address{
	background:url("../img/location-icons.png") 0 5px no-repeat;
	padding-left:35px;
	padding-bottom:10px;
}
#footer-upper .phone{
	background:url("../img/phone-icon.png") 0 2px no-repeat;
	padding-left:35px;
	display:inline-block;
	padding-bottom:10px;
}
#footer-upper .mobile{
	background:url("../img/mobile-icon.png") 4px 2px no-repeat;
	padding-left:35px;
	padding-bottom:10px;
	display:inline-block;
	margin-left:35px;
}
#footer-upper .email{
	background:url("../img/email-icon.png") 0 6px no-repeat;
	padding-left:35px;
	padding-bottom:20px;
}
#footer-upper a.map{
	background-image:url('../img/map.jpg');
	height:184px;
	width:289px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:50px;
}

#footer-upper .services{
	border-left:1px solid #464545;
	padding-left:30px;
	border-top:none;
}

#footer-upper .services ul.service-list{
	padding:0 !important;
}
#footer-upper .services ul.service-list li{
	list-style:none;
}
#footer{
	padding-top:25px;
	padding-bottom:25px;
	color:#d5d5d5;
}
#footer a{
	color:#ffffff;
}
