﻿/*===================== 
	Color information
	
	-
	blue #2696e3
	dk blue #0b5a90
	-
		 
=======================*/
/*===================== 
	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: 'Asap Condensed', 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: 700;
}
	h2 {
        font-size: 24px;
        font-weight: 700;
}
	h3 {
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 15px;
        font-weight: 700;
}
	h6 {}

p {
    font-family: 'karla',sans-serif;
    font-size: 16px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}
.font-blue {
    color:#0b5a90;
}
.header-font {
    color:#147ac1;
    text-transform: uppercase;
    padding:10px 0 30px 0;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

.btn-1 {
    display: inline-block;
    background-color: #000;
    font-family: 'Asap Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    color: #fff !important;
    text-align: center;
    max-width: 250px;
    width:100%;
    padding: 15px;
    margin: 20px auto;
    box-sizing: border-box;
    cursor: pointer;
    border:0;
    outline:none;
}
.btn-1:hover {
    background-color: #0b5a90;   
}
.btn-2 {
    display: inline-block;
    background-color: #0b5a90;
    font-family: 'Asap Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    color: #fff !important;
    text-align: center;
    max-width: 350px;
    width:100%;
    padding: 15px;
    margin: 20px auto;
    box-sizing: border-box;
    cursor: pointer;
    border:0;
    outline:none;
}
.btn-2:hover {
    background-color: #000;   
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background:#000;
    padding: 5px 4%;
    box-sizing: border-box;
	}

header {
	margin: 0 auto;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px 15px;
	}
.head-logo-1 img {
	max-width: 100%;
    width:400px;
	height: auto;
	display: block;
}
.head-manu-logos {
    display: flex;
    align-items: center;
}
.head-manu-logos img {
    max-width: 100%;
    display: block;
    padding:10px;
    box-sizing: border-box;
}
.nav-highlight {
    padding:10px 20px;
    color:#0F6CAC!important;
    background:#EDEDED!important;
    border:3px solid #fff;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin:10px auto;
    font-family: 'Asap Condensed', sans-serif;
}
.nav-highlight:hover {
    border:3px solid #147ac1;
    background:#147ac1!important;
    color:#fff!important;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	width:100%;
	position:relative;
	background: linear-gradient(0deg, rgba(19,107,168,1) 10%, rgba(20,122,193,1) 100%);
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
            padding:0 3px;
			list-style-type:none; 
            position: relative;
			}
			nav.primary ul li a {
                font-family: 'Asap Condensed', sans-serif;
				color: #fff;
				font-size: 16px;
				text-decoration: none;
				padding:18px 15px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 500;
				}	
            
            
			nav.primary ul li:hover {
				background: #0b5a90;
				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: #000;
				display: block;
				text-align:center;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                background: #0b5a90;
				color:#fff;
                
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    right:0;
}
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: 200px;
    position: relative;
    margin:0;
    padding:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-about {
    background:url("../siteart/home-bluebg.jpg") no-repeat;
	background-color:#000;
    background-size: cover;
    text-align: center;
    padding:20px 0 0 0;
}
.wrap-about h1 {
     color:#fff;
    text-transform: uppercase;
    padding:0 0 30px 0;
}
.wrap-about p {
     color:#fff;
}

.cat-cont-1 {
    padding:20px 0;
}
.cat-cont-1 h2 {
    text-transform: uppercase;
    padding:0 0 10px 0;
}
.cat-cont-thumbs {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    padding: 20px;
    width:100%;
    box-sizing: border-box;
}
.cat-cont-thumbs a {
    width: 16.66666667%; 
    padding:10px;
    box-sizing: border-box;
}
.cat-cont-thumbs a img {
    width:100%;
    height: auto;
    display: block;
    max-width: 220px;
    margin:0 auto;
}
.cat-cont-thumbs a p {
    display: block;
    width:100%;
    min-height: 56px;
    text-align: center;
    padding: 10px !important;
    background-color: #147ac1;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
    max-width: 220px;
    margin:0 auto;
}
.cat-cont-thumbs a:hover p {
    background-color: #0b5a90;
}
.part-s-info-flex {
    display: flex;
    flex-wrap: wrap;
    gap:2%;
}
.part-s-info {
    padding:10px;
    width:32%;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
    margin:20px 0;
}
.part-s-info h2 {
    margin-top: 20px;
    margin-bottom: 10px; 
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.part-s-info p {
    margin: 0 0 10px;
}
.part-s-info h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #147ac1; 
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-1 h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    color:#147ac1;
    text-transform: uppercase;
}
.content-1 p {
    line-height: 1.4em;
}
.content-1 p a {
    color:#147ac1!important;
}
.content-1 p a:hover {
    color:#000!important;
}
.content-1 ul {
    margin:0;
    padding:5px 0;
    font-family: 'karla',sans-serif;
}
.content-1 ul li {
    margin:0;
    padding:2px 0;
    list-style: none;
}
.tires-info-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tires-info {
    padding:10px;
    width:49%;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
    margin:20px 0;
}
.tires-info h2 {
    margin-top: 20px;
    margin-bottom: 10px; 
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.tires-info p {
    margin: 0 0 10px;
}
.towing-info-flex {
    display: flex;
    flex-wrap: wrap;
    gap:1.3%;
}
.towing-info {
    width:24%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 15px 15px 30px 15px;
    text-align: center;
    margin:0 0 30px 0;
}
.towing-info h2 {
    margin:10px 0 30px 0;
    font-size: 18px;
    text-transform: uppercase;   
}
.towing-info p {
    padding:0 0 10px 0;
}
.towing-info a {
     color:#1174B9;
    font-family: 'karla',sans-serif;
    font-weight: 600;
}
.affiliations-info-flex {
    display: flex;
    flex-wrap: wrap;
}
.affiliations-info-flex a {
    width:16.66%;
    margin:0 0 40px 0;
}
.affiliations-info-flex a img {
    max-width: 100%;
    height: auto;
    display: block;
}
.contact-info-flex {
    display: flex;
    flex-wrap: wrap;
    gap:5%;
}
.contact-info-flex .btn-2 {
    width:30%;
    display: block;
    max-width: 100%;
    margin:0 0 30px 0;
}
.location-cont-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.location-img {
    width:32%;
    margin:0 0 30px 0;
}
.location-img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.location-info {
    width:32%;
    padding:10px 30px;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
    margin:0 0 30px 0;
    text-align: center;
}
.location-info h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding:20px 0 10px 0;
}
.location-info p {
    padding:0 0 10px 0;
}
.location-info p span {
    font-weight: 700;
}
.location-info a {
    font-family: 'karla',sans-serif;
    display: block;
    color: #147ac1 !important;
    font-weight: 700 !important;
    padding:5px 0;
}
.location-info a:hover {
    color: #000 !important;
}
.location-info img {
    max-width: 140px;
    height: auto;
    display: block;
    margin:10px auto;
}
.location-map {
    width:100%;
    height: 300px;
}


/*===================== 
	slideshow styles 
=======================*/

.slider-hero {
    width:100%;
    height: auto;
}
.slider-hero img {
    width:100%;
    height: auto;
    display: block;
}
.slick-prev {
    position: absolute;
    top:calc(50% - 40px);
    left:0px;
    padding:20px;
    color:#fff;
    text-shadow: 0 0 5px #000;
    opacity: 0.5;
    font-size: 30px;
    z-index: 100;
    transition: .2s ease-in;
    cursor: pointer;
}
.slick-next {
    position: absolute;
    top:calc(50% - 40px);
    right:0px;
    padding:20px;
    color:#fff;
    text-shadow: 0 0 5px #000;
    opacity: 0.5;
    font-size: 30px;
    z-index: 100;
    transition: .2s ease-in;
    cursor: pointer;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.8;
}

/*  scrolling inventory
------------------------------------------------*/

.scroll-wrap {
    background-color: #d5d5d5;
    padding: 2% 4% !important;
}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	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 {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* 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;
}
.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: 'Roboto', sans-serif;
}

select {
	margin:0;
	padding:0;
}
.form-inline .button {
	color: #fff;
	font-size:20px;
	font-weight: 500; 
    display: block;
    padding: 10px;
	width: 40%;
    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: #891b1d;
	-webkit-appearance: none;
}


.form-inline .btn-2 {
    margin:20px auto;
    display: block;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	width:100%;
	margin: 0 auto;
	padding:2% 4%;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:50px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.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;}
.col-1 { width: 100%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background-color: #000;
    box-sizing: border-box;
	}

.foot-contact-cont {
    padding:2% 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-contact-cont a {
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #2696e3;
    font-family: 'karla',sans-serif;
}
.foot-contact-cont a span {
    color:#fff;
    font-weight: 700;
}
.foot-contact-cont a:hover span {
    color:#147ac1;
}

.foot-bottom {
    width:100%;
    border-top: 1px solid #3e3e3e;
    padding:2% 0 3% 0;
    text-align: center;
}
.foot-bottom p {
    font-family: 'karla',sans-serif;
    font-size: 12px;
    color: #969696;
    text-align: center;
    font-weight: 600;
    line-height: 1.6em;
}
.foot-bottom p a {
    color:#fff!important;
}
.foot-bottom p a:hover {
    color:#147ac1!important;
}

	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1050px)  {
    .towing-info-flex {
        gap:2%;
    }
    .towing-info {
        width:32%;
    }
    .affiliations-info-flex a {
        width:25%;
    }
}

@media screen and (max-width: 922px)  {

    header {
         flex-wrap: wrap;
        justify-content: center;
    }
    nav.primary ul {
        justify-content: space-between;
    }
    nav.primary ul li {
        padding:0;
    }
    nav.primary ul li a {
        padding:10px;
    }
    .cat-cont-thumbs a {
        width: 25%; 
        margin:0 auto;
    }
    .part-s-info {
        width:49%;
    }
    .affiliations-info-flex a {
        width:33.33%;
    }

}

@media screen and (max-width: 760px)  {

    .col-1-2 {
        width:100%;
    }
    .location-img {
        width:100%;
    }
    .location-img img {
        margin:0 auto;
    }
    .location-info {
        width:100%;
        margin:20px auto;
    }
    .location-map {
        height: 500px;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;}
    
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 30px;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: linear-gradient(0deg, rgba(19,107,168,1) 10%, rgba(20,122,193,1) 100%);
        text-align: right;
	}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 font-weight:normal;
            display: inline-block;
            padding:10px 15px 10px 0;
		  }
	nav.mobile {
        display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background:#2696e3;
		z-index: 500; 
		overflow:auto;
	}
	/* 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 */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0 20px;
        border-top: 2px solid #fff;
        box-sizing: border-box;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: 'Asap Condensed', sans-serif;
		position: relative;
		display: block;
		font-size:16px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
        text-align: center;
	}

    
	nav.mobile ul li a:hover {
		background:#0b5a90; 
		color: #fff; 
	}

	/* SECOND LEVEL */
    nav.mobile ul ul {
        border-top: 0px solid #fff;
        padding:0;
	}
    
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #0b5a90;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		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;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}


	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */



	
    

    .slick-prev, .slick-next {
        display: none;
    }
    .cat-cont-thumbs a {
        width: 50%; 
    }
    .part-s-info {
        width:100%;
    }
    .tires-info {
        width:100%;
    }
    .towing-info-flex {
        gap:4%;
    }
    .towing-info {
        width:48%;
    }
    .affiliations-info-flex a {
        width:50%;
    }
    .contact-info-flex {
        gap:10%;
    }
    .contact-info-flex .btn-2 {
        width:45%;
    }
}
    



@media screen and (max-width: 500px)  {
    .cat-cont-thumbs a {
        width: 100%; 
    }
    .towing-info {
        width:100%;
    }
    .contact-info-flex {
        gap:0;
    }
    .contact-info-flex .btn-2 {
        width:100%;
        margin:10px 0;
    }

}

	
