﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
h1 {
    font-size: 28px;
    font-weight: 900;
    padding:0 0 10px 0;
}
h2 {
    font-size: 24px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    font-weight: 500;
}
h4 {
    font-size: 18px;
    font-weight: 500;
}
p {
    font-size: 16px;
    margin:0;
}
.font-center {
    text-align: center;
}
.font-blue {
    color:#073c7d;
}
.extra-bold {
	font-weight: 700;
}
.extra-extra-bold {
	font-weight: 800;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background:rgba(180,180,180,1.00);
	}

header {
	max-width: 1500px;
    padding: 20px 10px!important;
    box-sizing: border-box;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.header-logo-1 {
	width: 200px;
}

.header-logo-1 img {
	max-width: 100%;
	height: auto;
}
.header-visable {
	display: block;
}
.mobile-visable {
	display: none;
}
.head-company-name {
    font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 800;
}
.contact-info {
	display: flex;
	justify-content: center;
	font-size:18px;
	font-weight: 700;
}
.head-location {
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding:5px 10px;
}
.head-phone {
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding:5px 10px;
}
.head-phone a {
	color:#000;
}
.head-phone a:hover {
	color:#073c7d;
}
.header-logo-2 {
	width:200px;
}
.header-logo-2 a {
	display: flex;
	justify-content: flex-end;
}
.header-logo-2 img {
	max-width: 80%;
	height: auto;
	display: block;
	padding:5px 0;
}

.parts-banner {
	text-align: center;
	background:#073c7d;
	padding:20px 0;
	max-width: 465px;
    width:49%;
	margin:0 auto;
}
.parts-banner h2 {
    color: #fff;
    text-shadow: 3px 3px rgba(0,0,0,1.00);
	font-weight: 800;
	padding:0 0 10px 0;
}
.parts-banner img {
	max-width:100%;
	height: auto;
	display: block;
	margin: auto;
	padding:10px 0;
}
.parts-btn {
	display: block;
	margin:10px auto;
	width:60%;
	padding:10px;
	color:#000!important;
	background:#ec1c25;
	text-align: center;
	border:2px solid #fff;
}
.parts-btn:hover {
	color:#ec1c25!important;
	background:#fff;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0 10px;
    box-sizing: border-box;
	display:block;
	margin:0 auto;
	width:100%;
	position:relative;
	background: #073c7d;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: center;
        align-items: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
            border-left: 1px solid #001938;
			}
        nav.primary ul li:last-child {
            border-right: 1px solid #001938;
        }
			nav.primary ul li a {
                font-family: 'Montserrat', sans-serif;
				color: #fff;
				font-size: 18px;
				text-decoration: none;
				padding: 15px;
				display: block;
				margin: 0;
				text-align: center;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				}	
			nav.primary ul li a:hover {
				background: #001938;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}


.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content .detail-additional-data .data-row .data-label, .list-container-flexrow .view-listing-details-link, .cs-btns a, .mobile-done-button, .g-recaptcha {
	background-color:#073c7d!important;
}

/*===================== 
	content styles 
=======================*/

.about-cont-1 {
    width:49%;
}
.sml-header {
    font-size: 18px;
    font-weight: 700;
}
.about-cont-1 h1 {
    color:#073c7d;
}
.hours-home {
    padding:30px 0;
}
.hours-home h2 {
    font-size: 20px;
    font-weight: 500;
}
.hours-home ul {
    padding:0;
    margin:0;
}
.hours-home ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-size: 16px;
}
.about-cont-1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.map-home {
    width:49%;
}
.map-home h4 {
    padding:0 0 20px 0;
    
}
.part-link-mid {
    color: #7a878e!important; 
    font-size: 28px;
    font-weight: 900;
    padding: 0 0 10px 0;
    display: inline-block;
    text-align: center;
}
.part-link-mid:hover {
    color:#6e7a81!important;
}
.part-link-lg {
    color: #7a878e!important; 
    font-size: 34px;
    font-weight: 900;
    padding: 0 0 10px 0;
    display: inline-block;
    text-align: center;
}
.part-link-lg:hover {
    color:#6e7a81!important;
}
.content-cont h1 {
    font-weight: 700;
}
.content-link-1 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline!important;
  color: #073c7d!important;
  padding: 10px;
}
.content-link-1:hover {
   color: red!important; 
}
.content-link-2 {
    font-size: 28px;
  font-weight: 700;
  text-decoration: underline!important;
  color: #073c7d!important;
  padding: 30px 10px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.content-link-2:hover {
   color: red!important; 
}
.featured-parts {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.featured-parts h2 {
    padding: 0 0 10px;
    font-weight: 700;
    color: #073c7d;
    width:100%;
    text-align: center;
}
.featured-parts a {
    width:24%;
    border: 1px solid rgba(0,0,0,0.09);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    background-color: #fff;
    margin:20px auto;
}
.featured-parts a img {
    width: 100%;
    height: auto;
    display: block;
}
.featured-parts a p {
    font-size: 18px;
    font-weight: 500;
    color: #000!important;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}
.list-top-section .list-listings-count {
	color:#23668E!important;
}
.featured-parts a:hover p {
    color: red!important;
}
.service-img-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-img-1 div {
    width:49%;
}
.service-img-1 img {
    max-width: 100%;
    display: block;
    height: auto;
}
.service-injectors h2 {
    text-align: center;
}
.contact-info-1 h3 {
	padding:0 0 10px 0;
}
.contact-info-1 p {
	padding:0 0 10px 0;
	margin:0 10px 0 0;
}
.contact-info-1 a {
	color:#073c7d;
	text-decoration: underline;
}
.contact-info-1 a:hover {
	color:#ec1c25;
}


/*===================== 
	gallery styles 
=======================*/

.gallery-cont {
    display: flex;
    flex-wrap: wrap;
    gap:1%;
}
.gallery-cont a {
     width:24.25%;
    border:2px solid #000;
    margin:20px 0;
    box-sizing: border-box;
}
.gallery-cont a img {
    width:100%;
    height: auto;
    display: block;
}

/*===================== 
	slideshow styles 
=======================*/

.wrap-slider {
    width:100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.slider-hero {
    width:100%;
    max-height: 630px;
    height: auto;
}
.slide-cont-1 {
    width:100%;
    height: 33vw;
    max-height: 633px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.slick-prev {
    font-size: 30px;
    color:rgba(255,255,255,0.7);
    position: absolute;
    top:calc(50% - 30px);
    left:15px;
    cursor: pointer;
    z-index: 2;
}
.slick-next {
    font-size: 30px;
    color:rgba(255,255,255,0.7);
    position: absolute;
    top:calc(50% - 30px);
    right:15px;
    cursor: pointer;
    z-index: 2;
}
/* Dots */
.slick-dots {
    position: absolute;
    bottom:10px;
    left:0;
    right:0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;
    color: #fff;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #ec1c25;
}

/*===================== 
	Scroll styles 
=======================*/

.wrap-scroll {
    width:100%;
    background: #073c7d;
    padding:0 0 30px 0;
}
.wrap-scroll p {
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	max-width:1200px;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin:0 auto;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
}
.subject-line textarea {
	min-height: 0px;
}
select {
	margin:0;
	padding:0;
}
.form-inline .button {
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size:20px;
	font-weight: 500; 
    display: block;
    padding: 10px;
    max-width: 300px;
	width: 100%;
    margin: 10px auto;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	border: none;
    background: red;
	-webkit-appearance: none;
    cursor: pointer;
}


.form-inline .button:hover {
    background: #000;

}

.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1200px;
    margin: 0 auto !important;
    padding:40px 10px;
    box-sizing: border-box;
	}
.container-inv {
	max-width: 1200px;
    margin: 0 auto !important;
    padding:40px 10px;
    box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:#073c7d;
    padding:20px 10px 30px 10px;
    box-sizing: border-box;
	}

footer ul {
    margin:0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}
footer ul li {
    paddign:0;
    margin:0;
    list-style: none;
}
footer ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #fff!important;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
footer ul li a:hover {
    background: #001938;
    color:#fff;
}
footer p {
    padding: 10px 0 0 0;
    text-align: center;
    color: #B0B0B0;
    font-size: 10px;
}
footer p a {
    color:#B0B0B0!important;
    text-decoration: none;
}
footer p a:hover {
    text-decoration: underline;
}

	



/*========================== 
	  Responsive styles 
============================*/



@media only screen and (max-width : 1200px) {		
	.head-company-name {
		font-size: 34px;
	}
	.header-logo-1, .header-logo-2  {
		width:150px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.head-company-name {
		font-size: 30px;
	}
	.header-logo-1, .header-logo-2  {
		width:120px;
	}
	nav.primary ul li a {
		font-size:15px;
	}
}

@media only screen and (max-width : 810px) {
	nav.primary ul li a {
		font-size:13px;
	}
	.navigation-top {
		padding: 0;
	}
}


@media screen and (max-width: 800px)  {

    .header-visable {
		display: none;
	}
	.mobile-visable {
		display: block;
	}
	.head-company-name {
		display: none;
	}
	.header-logo-1 {
		width:100%;
	}
	.header-logo-2  {
		width:100%;
		display: flex;
		justify-content: center;
	}
	.header-logo-1 img {
		margin: auto;
	}	
	.header-logo-2 a {
		display: block;
	}
	.header-info {
		width:100%;
		padding:5px 0;
	}
	.header-logo-2 img {
		max-width: 90%;
		padding:5px;
		margin:auto;
	}
    
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} 
	#menu-button{ 
		width: 100%;
		display: flex;
        justify-content: flex-end;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #073c7d;
	}
    
    #menu-button a {
            text-decoration: none;
            font-weight: normal;
            position: relative;
            height: 38px;
            width: 44px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding:10px;
		  }
    #menu-button a span {
        position: relative;
        max-width:40px;
        width:100%;
        height: 4px;
        background:rgba(255,255,255,1);
        display: block;
        transition: .2s ease-in;
        border-radius: 5px;
    }
    #menu-button a span:before {
        content: "";
        left:0;
        top:-10px;
        position: absolute;
        width:100%;
        height: 4px;
        background:#fff;
        display: block;
        transition: .3s ease-in;
        border-radius: 5px;
    }
    #menu-button a span:after {
        content: "";
        left:0;
        bottom:-10px;
        position: absolute;
        width:100%;
        height: 4px;
        background:#fff;
        display: block;
        transition: .3s ease-in;
        border-radius: 5px;
    }
    .btnopen span {
        background:rgba(255,255,255,0)!important;
        height: 0px!important;
    }
    .btnopen span:before {
        transform: rotate(45deg) translate(5px, 7px);
    }
    .btnopen span:after {
        transform: rotate(-45deg) translate(4px, -7px);
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #073c7d;
		z-index: 500; 
		overflow:auto;
        border-top:1px solid #fff;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */



	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {text-align: center;
		position: relative;
		display: block;
		font-size:13px;
		padding: 15px;
		color: #fff;
		text-decoration: none;
		border-left:4px #333 solid;
	}
	nav.mobile ul li a:hover {
		background:#001938;
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	
    .about-cont-1 {
        width:100%;
        padding:0 0 30px 0;
    }
    .map-home {
        width:100%;
    }
    footer ul {
      flex-direction: column;
    }
    .parts-banner {
        max-width: 100%;
        width:95%;
        margin:20px auto;
    }
    .featured-parts a {
          width: 49%;
    }
    .gallery-cont {
        gap:0;
        justify-content: space-between;
    }
    .gallery-cont a {
        width:49%;
        margin:20px auto;
    }
    .col-1-3, .col-2-3 {
        width:100%;
    }
    .service-img-1 div {
      width: auto;
    }
    .service-img-1 img {
      max-width: 150px;   
    }
    
}

@media only screen and (max-width : 480px) {
	.contact-info {
		display: block;
	}
    .gallery-cont a {
        width:100%;
    }
    .featured-parts a {
          width: 100%;
    }
}
	
