@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}
p {
	line-height: 1.6;
}
/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
a {
	color:#752205;
}
a:visited {
	color:#752205;
}
a:active {
	color:#752205;
}
a:hover {
	color:#940707;
}

h1 {
	font-size:2.8em;
	font-weight:normal;
	text-align: center;
	padding:0;
	margin:2% 0;
}
h2 {
	font-size:1.4em;
	font-weight:normal;
	background: #752205;
	color:#fff;
	padding:10px 2%;
	letter-spacing: .1em;
	position: relative;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}
.homeH {
	font-size: 2em;
	text-align: center;
}

header {
	width:100%;
	background: url(../images/headerBG.jpg) top repeat;
}
.header-left {
	width:50%;
	float:left;
	text-align: center;
	min-height:130px;
}
.header-left img {
	height:107px;
	width:auto;
	margin:10px 0;
}
.header-right {
	min-height:130px;
	width:50%;
	float:left;
	background: url(../images/header-slash.jpg) left no-repeat #FFF;
	text-align: center;
	font-size:1.8em;
	padding-top:10px;
	font-weight:bold;
	margin:0 0 0 0;
}
.header-right a {
	display:block;
	background: #000;
	font-weight:normal;
	color:#fff;
	font-size:.7em;
	text-decoration: none;
	margin:20px auto 0 auto;
	padding:10px 20px;
	width:32%;
}
.header-right a:hover {
	background: #752205;
}

nav {
}

section {
	width:100%;
}
.contain {
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position:relative;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
	position:relative;
}
.col-half {
	width: 50%;
	float: left;
	position:relative;
}
.col-third {
	width: 33%;
	float: left;
	position:relative;
}
.col-fourth {
	width: 25%;
	float: left;
	position:relative;
}
.col-twothirds {
	width: 66%;
	float: left;
	position:relative;
}

.pad-left {
	padding-left: 2%;
}
.pad-right {
	padding-right: 2%;
}
.pad-top {
	padding-top: 2%;
}
.pad-bottom {
	padding-bottom: 2%;
}

.mar-left {
	margin-left: 2%;
}
.mar-right {
	margin-right: 2%;
}
.mar-top {
	margin-top: 2%;
}
.mar-bottom {
	margin-bottom: 2%;
}
 

.homequote {
	background: #f2f2f2;
	border-radius: 10px;
	padding:2%;
	margin:5% 0;
	font-size:.9em;
}
.homequote p {
	margin:0;
	line-height: 1.4em;
}
.homequote img {
	float:left;
	width:100px;
	height:auto;
	margin: 0 10px 20px 0;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 50px solid #752205;
	position: absolute;
	bottom:-48px;
	left:50%;
	margin-left:-30px;
	z-index: 5;
}
article {
	width:25%;
	float:left;
	text-align: center;
	height:300px;
	position: relative;
	z-index: 1;
	background:#000;
	font-size:1.6em;
	padding-top:8%;
	line-height: 1.6em;
	color:#fff;
	text-shadow: 0px 0px 4px #000;
	text-transform: capitalize;
}
.servicelinks article {
	width:28%;
	margin:2%;
	display:inline-block;
	float:none;
}
article::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;  
	opacity: .4; 
	z-index: -1;
}
article.btn1::before {
	background: url(../images/btn-process.jpg) no-repeat;
	background-size: cover;
}
article.btn2::before {
	background: url(../images/btn-tour.jpg) no-repeat;
	background-size: cover;
}
article.btn3::before {
	background: url(../images/btn-faq.jpg) no-repeat;
	background-size: cover;
}
article.btn4::before {
	background: url(../images/btn-services.jpg) no-repeat;
	background-size: cover;
}
article.btn5::before {
	background: url(../images/btn-process.jpg) no-repeat;
	background-size: cover;
}
article.btn6::before {
	background: url(../images/btn-paint.jpg) no-repeat;
	background-size: cover;
}
article.btn7::before {
	background: url(../images/btn-chip.jpg) no-repeat;
	background-size: cover;
}
article.btn8::before {
	background: url(../images/btn-windshield.jpg) no-repeat;
	background-size: cover;
}
article.btn9::before {
	background: url(../images/btn-hail.jpg) no-repeat;
	background-size: cover;
}
article.btn10::before {
	background: url(../images/btn-fleet.jpg) no-repeat;
	background-size: cover;
}
article.btn11::before {
	background: url(../images/btn-ins.jpg) no-repeat;
	background-size: cover;
}
article.btn12::before {
	background: url(../images/btn-rental.jpg) no-repeat;
	background-size: cover;
}

article:hover:before {
	opacity: .8;
}
address {
	font-size:1.4em;
	line-height: 1.7em;
	font-style:normal;
	margin:5%;
}
address span {
	font-size:1.4em;
	font-weight:bold;
	color:#752205;
}
.grayarea {
	background:#f2f2f2;
	padding:5% 0;
}
.homecerts {
	text-align: center;
}
.homecerts img {
	max-width:40%;
	max-height:80px;
	margin:4%;
}

h2.faqlink {
	background:#bbb;
	color:#000;
	border-radius:5px;
	font-size:1em;
	padding:10px 30px 10px 10px;
	cursor:pointer;
	position: relative;
}
h2.faqlink::after {
	content: "\25BC";
	position:absolute;
	right:10px;
	top:10px;
}
.faqContent{
	display: none;
	margin:0;
	padding:1%;
	position:relative;
	line-height:1.6em;
}


.pageimg {
	border:8px double #000;
	padding:4px;
	border-radius:3px;
	box-shadow: 6px -6px 0px #aaa;
	max-width:95%;
	height:auto;
	margin:20px 0;
}
a.pgbtn {
	padding:10px 20px;
	border-radius:5px;
	background:#161616;
	margin:30px 10px;
	color:#fff;
	font-size: 1.4em;
	text-decoration: none;
} 
a.pgbtn:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #161616;
}
.imgentrance{
	visibility: hidden;
}
img.full {
	width:100%;
	height:auto;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	
.listX {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.listX li{
    display: list-item;
    list-style: none;
	background:url(../images/bulletX.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}

#siteform fieldset {
	width:100%;
	max-width:600px;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#f2f2f2;
}
#siteform legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
#siteform div {
	margin:10px;
	text-align:left;
}
#siteform label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:25%;
}
#siteform #submit {
	text-align:center;
}
input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:65%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:65%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:65%;
	cursor:pointer;
}

.button{
	background-color: #000;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
}
.button:hover{
	background-color: #752205;
	color:#fff;
	cursor:pointer;
	width:auto;
}

video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
#videoplayer {
	position:relative;
	width:100%;
	height:auto;
}
.video-js {padding-top: 56.25% !important}
.vjs-fullscreen {padding-top: 0px}

.vidplaylist {
	margin:0px;
	padding:0px;
	text-align: center;
}
.vidplaylist li {
	list-style: none;
	display:inline-block;
	width:18%;
	margin:.5%;
	background:#752205;
	text-align: center;
}
.vidplaylist li a {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	display:block;
	padding:30px 0px;
}
.google-maps {
	position: relative;
	padding-bottom: 56%; /*This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}

.socials {
	text-align: center;
}
.socials img {
	margin:2%;
	width:50px;
	height:auto;
	opacity: .8;
}

.socials img:hover {
	opacity: 1;
}

 .thumb {
	height: 120px;
	width:auto;
	border-radius:4px;
	border: 1px solid #000;
	margin: 10px 10px;
 }
.file-wrapper {
	cursor: pointer;
	display: block;
	overflow: visible;
	position: relative;
	margin:50px auto 10px auto;
	text-align:center !important;
	padding:35px 0px 20px 0px;
	border:2px dashed #555;
	font-size:32px;
	color:#555;
}
.file-wrapper input {
	cursor: pointer;
	font-size: 100px;
	height: 100%;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.file-wrapper .filebutton {
	background: #404041;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-right: 5px;
	padding: 4px 18px;
}


footer {
	width:100%;
	font-size:.8em;
	background:#000;
	color:#ccc;
	padding:2%;
	text-align: center;
}
footer a, footer a:visited, footer a:active {
	color:#ccc;
}
footer a:hover {
	color:#fff;
}
#credit {
	margin:2%;
}


@media (max-width: 940px) {
	nav {
		background: #000;
	}
	.header-right {
		text-align: right;
		font-size:2em;
		padding-top:10px;
		padding-right:4%;
		font-weight:bold;
		margin:0 0 0 0;
	}
	.header-right a {
		font-size:.8em;
		margin:10px 0 0 0;
		padding:10px 20px;
		width:55%;
		text-align: center;
		float:right;
	}
}
@media (max-width: 719px) {
	.header-left {
		width:100%;
		float:none;
		text-align: center;
		height:auto;
	}
	.header-left img {
		height:auto;
		width:96%;
		margin:10px 0;
	}
	.header-right {
		min-height:none;
		width:100%;
		height:auto;
		float:none;
		background: #f2f2f2;
		text-align: center;
		font-size:1em;
		padding-top:10px;
		font-weight:bold;
		margin:0 0 -50px 0;
	}
	.header-right a {
		display:inline;
		background: #000;
		font-weight:normal;
		color:#fff;
		font-size:1em;
		text-decoration: none;
		margin:1%;
		padding:10px 20px;
		width:45%;
	}
	h1 {
		font-size:2em;
	}
	h2 {
		font-size:1.6em;
	}
	.homeH {
		font-size: 1.4em;
		text-align: center;
	}
	.col-half {
		width: 100%;
		float: none;
		padding:2%;
	}
	.col-third {
		width: 100%;
		float: none;
		padding:2%;
	}
	.col-fourth {
		width: 100%;
		float: none;
		padding:2%;
	}
	.col-twothirds {
		width: 100%;
		float: none;
		padding:2%;
	}
	article {
		width:96%;
		float:none;
		text-align: center;
		height:300px;
		position: relative;
		z-index: 1;
		background:#000;
		font-size:1.6em;
		padding-top:20%;
		line-height: 1.6em;
		color:#fff;
		text-shadow: 0px 0px 4px #000;
		text-transform: capitalize;
		margin:2%;
	}
	.servicelinks article {
		width:96%;
		margin:2%;
	}
	.homecerts img {
		max-width:90%;
		max-height:auto;
		margin:4%;
	}
	.socials img {
		margin:1%;
		width:12%;
		height:auto;
		opacity: .8;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
