@charset "utf-8";
/* CSS Document */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/*colors

yellow: #ffce06;
gradient - from #131e30 to #243b55

*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
	font-family: "Oswald", sans-serif;
	background-image: url("../graphics/bg.jpg");
	background-color: rgba(0,0,0,.86);
	background-blend-mode: multiply;
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	}
a {
	text-decoration: none;
	color: inherit;
	}
li {
	list-style: none;
	}
.container {
	max-width: 1100px;
	margin: 0 auto;
	}
header {
	background-color: rgba(0,0,0,.75);
	}
#inner-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1rem .5rem;
	color: #ffce06;
	}
#mid-header {
	line-height: 1.4;
	}
#mid-header p#lg-phone {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	}
#mid-header li.phones {
	float: left;
	}
#mid-header li.num {
	float: right;
	}
#right-header {
	text-align: center;
	line-height: 1.7;
	}
#right-header i {
	color: #fff;
	}
#right-header li#emailus {
	color: #fff;
	}
#right-header li#request:hover { /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #243b55), color-stop(1%, #243b55), color-stop(100%, #131e30)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #131e30 0%, #243b55 99%, #243b55 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
	background: -webkit-linear-gradient(bottom, #131e30 0%, #243b55 99%, #243b55 100%);
	background: linear-gradient(0deg, #131e30 0%, #243b55 99%, #243b55 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b55', endColorstr='#131e30',GradientType=0 ); /* ie6-9 */
	color: #ffce06;
	}
	
#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #ffce06;
	}
#nav li {
	font-weight: 700;
	padding: 1rem 2rem;
	}
#nav a {
	border-right: .5px solid rgba(0,0,0,.6);
	}
#nav a:last-child {
	border-right: none;
	}
#nav li:hover { 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #243b55), color-stop(1%, #243b55), color-stop(100%, #131e30)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #131e30 0%, #243b55 99%, #243b55 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
	background: -webkit-linear-gradient(bottom, #131e30 0%, #243b55 99%, #243b55 100%);
	background: linear-gradient(0deg, #131e30 0%, #243b55 99%, #243b55 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b55', endColorstr='#131e30',GradientType=0 ); /* ie6-9 */
	color: fff;
	}
#nav a:hover {
	color: #ffce06;
	}
#menuBtn {
	display: none;
	}
#hero {
	height: 360px;
	width: 100%;
	background-image: url("../graphics/pano.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,.25);
	background-blend-mode: multiply;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	}
#top-call {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 10px;
	}	
#top-call h1 {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	text-shadow: -1px 1px 2px #131e30;
	}
#top-call .line {
	width: 100%;
	height: 2px;
	background: #131e30;
	margin: 3px 0;
	}
#top-call h1 span {
	font-size: 48px;
	letter-spacing: 3px;
	}
#main-info {
	padding: 1rem 1rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	overflow: hidden;
	}
#about p {
	color: #fff;
	line-height: 1.6;
	font-size: 17px;
	max-width: 75ch;
	font-family: "Open Sans", sans-serif;
	}
#about span {
	font-weight: 700;
	color: #ffce06;
	font-family: "Oswald", sans-serif;
	}
.about-list {
	padding: 20px 0;
	}
.about-list li {
	line-height: 1.7;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffce06;
	}
.about-list li:before {
	content: "\f058";
	font-family: "FontAwesome";
	font-size: 12px;
	padding-right: 3px;
	}
span#searchBtn {
	display: inline-block;
	padding: 2.5px 5px;
	color: #ffce06;
	border: 2px solid transparent;
	}
span#searchBtn:hover {
	background: #ffce06;
	color: #000;
	border: 2px solid #fff;
	}
#sidebar {
		background: url("../graphics/stack.jpg");
		background-color: rgba(255, 206, 6, .75);
		background-blend-mode: multiply;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		padding: 1rem .75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-around;
		border: 3px solid #fff;
}
#forms li {
			font-size: 1.5rem;
			font-weight: 700;
			border: 2px solid #fff;
			padding: .5rem .25rem;
			width: calc(100% - 20px);
			margin: 0 auto;
			margin-top: 20px; /* ff3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #243b55), color-stop(1%, #243b55), color-stop(100%, #131e30)); /* safari4+,chrome */
			background: -webkit-linear-gradient(90deg, #131e30 0%, #243b55 99%, #243b55 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
			background: -webkit-linear-gradient(bottom, #131e30 0%, #243b55 99%, #243b55 100%);
			background: linear-gradient(0deg, #131e30 0%, #243b55 99%, #243b55 100%); /* w3c */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b55', endColorstr='#131e30',GradientType=0 ); /* ie6-9 */
			color: #fff;
		}
#forms li:hover {
			background: #ffce06;
			color: #000;
			}
#forms li#cutSheetsBtn {
	cursor: pointer;
	}
#sidebar img {
	margin: 1rem 0 1rem;
	}
footer { /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #243b55), color-stop(1%, #243b55), color-stop(100%, #131e30)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #131e30 0%, #243b55 99%, #243b55 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
	background: -webkit-linear-gradient(bottom, #131e30 0%, #243b55 99%, #243b55 100%);
	background: linear-gradient(0deg, #131e30 0%, #243b55 99%, #243b55 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b55', endColorstr='#131e30',GradientType=0 ); /* ie6-9 */
	color: #fff;
	}
#footer-info {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 7px;
	line-height: 1.2;
	text-align: center;
	}
	
/************************************************************ M A P   P A G E **************************/


#map-cont h1,
#map-cont h2 {
	text-align: center;
	margin: 1rem 0;
	opacity: 0;
	-webkit-animation: op .5s .5s linear;
	        animation: op .5s .5s linear;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	}
@-webkit-keyframes op {
	100% {
		opacity: 1;
		}
	}
@keyframes op {
	100% {
		opacity: 1;
		}
	}
.form-title p {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	margin: 10px auto;
	text-align: center;
	}
.form-title h2 {
	color: #fff;
	margin: 10px auto;
	text-align: center;
	}
#map-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 95%;
	margin: 0 auto;
	-ms-flex-pack: distribute;
	    -webkit-box-pack: justify;
	        justify-content: space-around;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: center;
			padding: 0 .5rem;
			overflow: hidden;
			background: #ffce06;
			border: 3px solid #fff;
			margin-bottom: 10px;
	}
.directions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	}
.directions > ul {
	margin: .5rem;
	}
/*.directions > ul:nth-of-type(1) {
	background: #ffce06;
	}
.directions > ul:nth-of-type(2) {
	background: #3f57a6;
	}*/
ul.location {
	margin: 10px 0;
	line-height: 1.6;
	}
	ul.location li {
	font-family: "Open Sans", sans-serif;
	max-width: 40ch;
	list-style: disc;
	}
ul.location li.location-name {
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-family: "Oswald";
	list-style: none;
	}
#map-wrap iframe{
	max-width: 450px;
	width: 80vw;
	margin: 10px;
	}
@-webkit-keyframes slide {
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		}
	}
@keyframes slide {
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		}
	}
/************************************************************ E N D   M A P   P A G E **************************/

/*request page & form*/
form#contactUs {
	margin: 20px;
	background-color: #ffce06;
	background-image: url("../graphics/tire_op.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	border: 3px solid #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
h1#form-call {
	color: #131e30;
	text-shadow: -1px 1px 2px #fff;
	font-size: 28px;
	}
.input-wrap label {
	font-size: 21px;
	color: #131e30;
	margin: 5px;
	text-align: left;
	}
.input-wrap input {
	min-height: 40px;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 8px;
	}
.input-wrap textarea {
	min-height: 120px;
	max-width: 400px;
	width: 80vw;
	margin: 10px auto;
	border-radius: 8px;
	}
.note {
	margin: 5px;
	}
.buttons input{
	background: #131e30;
	color: #fff;
	padding: 10px;
	min-width: 80px;
	border-radius: 8px;
	border: none;
	font-size: 18px;
	}
.buttons input:hover {
	background: #243b55;
	}
	
@media all and (max-width: 860px) {
	#nav li {
		padding: 1rem;
		}
	}
@media all and (max-width: 767px) {
	#menuBtn {
		width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flexend;
	    -ms-flex-pack: flexend;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 400;
	margin: 0;
	font-size: 2rem;
	position: relative;
	background-color: #ffce06;
	}
#menuBtn i {
	padding: .5rem 1rem .5rem 0;
	color: #fff;
	}
	#nav {
		display: none;
		position: absolute;
		z-index: 101;
		}

#nav.active {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
			height: auto;
			width: 100%;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #243b55), color-stop(1%, #243b55), color-stop(100%, #131e30)); /* safari4+,chrome */
			background: -webkit-linear-gradient(90deg, #131e30 0%, #243b55 99%, #243b55 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
			background: -webkit-linear-gradient(bottom, #131e30 0%, #243b55 99%, #243b55 100%);
			background: linear-gradient(0deg, #131e30 0%, #243b55 99%, #243b55 100%); /* w3c */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b55', endColorstr='#131e30',GradientType=0 ); /* ie6-9 */
			z-index: 50000;
			overflow-x: hidden;
			padding-top: 0;
				}
#nav li {
	text-align: left;
	padding: 1rem 0rem 1rem 1rem;
	font-size: 16px;
	width: 100vw;
	color: #fff;
}
#nav li:hover {
	background: #fff;
	color: #000;
	}
#inner-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}
#mid-header {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	}

#hero {
	height: 70vw;
	background-position: 20% 50%;
	}
#about img {
	float: none;
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	}
#main-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}
#main-info p {
	line-height: 1.4;
	}
#sidebar {
	margin-top: 20px;
	}
/*map*/
#map-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
			margin: 20px auto;
	}
#map-wrap iframe{
	max-width: 90vw;
	}
/*end map*/
	/*contact page*/
.card-form .form-body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-container {
	padding-top: 20px;
	}
.card-form .form-title{
	font-size: 1.3rem;
	line-height: 1.3;
	}
.card-form .form-body .row {
	padding: 0;
	}
.card-form .form-body .row input[type="text"] {
	margin: 10px 0;
	font-size: 14px;
	}
/*end form stuff*/
#footer-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	}
#footer-info > p {
	margin: 10px 0;
	}
	}
	
	
/*Overlay and cut sheets stuff*/
.overlay {
	background-color: rgba(0,0,16,0.7);
	display: none;
		width: 100%;
		height: 100%;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
}
.modal {
	background-color: #ffce06;
	display: block;
	padding: 20px;
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 200px);
	z-index: 520;
	box-shadow: 5px 5px 7px #000;
	font-size: 18px;
	border: 5px solid #000;
	height: auto;
	width: 400px;
	margin: 0 auto;
}
.modal h1 {
	font-weight: 700;
	margin-bottom: 10px;
}
.modal a {
	text-decoration: none;
}
.modal a:hover, .modal a:active {
	color: #fff;
	text-decoration: underline;
}
.modal ul.sheets {
	padding: 10px;
}
.modal ul.sheets li:before {
	font-family: FontAwesome;
	content: "\f00c";
	padding-right: 0.5em;
	}
.sheets li {
	padding-bottom: 5px;
	}
.sheets:after {
	font-family: FontAwesome;
	content: "\f1b9";
	float: right;
	positon: absolute;
	margin-top: -190px;
	margin-right: 20px;
	font-size: 184px;
	color: #fff;
	}
#cutSheetsBtn:hover {
	cursor: pointer;
	}
/*End cut sheet stuff*/	
#paypalBox {
	background-color: #fff;
	text-align: center;
}