﻿/*===================== 
	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 {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
    padding-top: 2%;
    padding-bottom: 2%;
	}

	
h1 {
    color: #9b0008;
    font-size: 36px;
    font-weight: 700;
    padding-top: 2%;
    padding-bottom: 1%;
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: ; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:;
		}  

/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	width: 100%;
    background-color: #9b0008;
	}

.dl-logo {
    padding-top: 1%;
}

.headercontact {
    color: white;
    text-align: left;
    padding-top: .5%;
    padding-bottom: .5%;
    font-size: 13px;
}

.headercontact-link {
    color: white;
    text-align: left;
}

.headercontact-link:hover,
.headercontact-link:visited{
    color: white;
    text-align: left;
    text-decoration: none;
}

.headercontact-link:active{
    color: #690005;
}

.hero {
    text-align: center; 
    background-color: white;
}

.header-img {
    margin: 0 auto;
}

.headercontact-link-mobile {
    text-align: center;
    color: white;
    font-size: 14px;
}

.mobile-header {
    text-align: center;
    padding-top: 10px!important;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding-left: 3%;
    padding-right: 0px;
	display:block;
	margin:0px auto;
	position:relative;
	text-align: left;
    background-color: black;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: left;
	padding: 10px 20px;
}

nav ul li a {
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
    letter-spacing: 1px;
	color: white;
}	
		
nav ul li a:visited {
    color: white;
}

nav ul li a:hover,
nav ul li a:active {
	color: darkgrey;
    font-weight: 700;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background-color: #9b0008;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color: white;
		 text-decoration: none;
		 text-align: right !important;
         font-size: 16px;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px!important;
	color: white;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
    padding-right: 10px;
	color: lightgray;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	color: #9b0008;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}

/*===================== 
	content styles 
=======================*/

.home-text{
    float: left;
    font-size: 16px;
}

.body-text {
    
}

.body-contact {
    color: #9b0008;
    font-weight: 700;
}

.body-contact:hover {
    color: #690005;
}

.homeimg {
    padding: 15px;
}
	
/*===================== 
	Hitches Styles 
=======================*/

.hitches {
    float: left;
    display: inline-block;
}

.hitch-text {
    clear: both;
    padding-top: 2%;
    padding-bottom: 2%;
}

.hitch-pics {
    height: 218px;
    position: relative;
}

.small-hitches {
    float: left;
    position: absolute;
    bottom: 0px;
}


/*===================== 
	Mounted Styles 
=======================*/

.trucks {
    max-width: 602px;
    width: 30%;
}
    

/*===================== 
	banner styles 
=======================*/

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.col-xs-12 {
    padding: 0px;
}

.row {
    padding: 0px;
    margin: 0px;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
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:11px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

.copyright {
    background-color: #bfbfbf;  
    padding: .5% 0px;
}

.footer-color {
    background-color: #9b0008;
}

.footer-contact {
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
}
 
.footercontact-link{
    color: white !important;
    text-align: center;
}

.footercontact-link:hover,
.footercontact-link:visited{
    color: white !important;
}


.footercontact-link:active{
    color: #690005 !important;
}

/*===================== 
	form styles 
=======================*/

.contact-container {
    padding: 0px 50px;
}

.contact-text {
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact_form {
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #9b0008;
    width: 100%;
}

.contact-header {
    color: #9b0008;
    font-size: 40px;
    font-weight: 700;
}

.contact-p {
    font-size: 14px;
}

.submit-button {
    background-color: #9b0008;
    color: white;
    font-size: 18px;
    padding: 5px 15px; 
    margin-top: 10px;
    margin-bottom: 30px;
    border: 2px solid #9b0008;
}

.submit-button:hover{
    color: #9b0008;
    background-color: white;
    border: 2px solid #9b0008;
}

.contact-cells {
    padding: 0px 15px;
}

/*===================== 
	thank you styles 
=======================*/

.thanksrow {
    text-align: center;
}

.thankyou {
    padding-top: 60px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #9b0008;
}

.thanks-text {
    font-size: 18px;
    text-align: center;
}

.thanks-button {
    color: white;
    background-color: #9b0008;
    padding: 10px 25px;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    border: 2px solid #9b0008;
}

.thanks-button:hover{
    color: #9b0008;
    background-color: white;
    border: 2px solid #9b0008;
}

/*===================== 
	captcha styles 
=======================*/

/*control the Captcha */
.CaptchaPanel {
    margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
    text-align: center;
    line-height:normal !important;
    }

.CaptchaImagePanel {
    margin:0 0 0 0;
    padding:0 0 0 0;
    }

.CaptchaMessagePanel {
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
    font-weight:normal !important;
    font-size:12px;
    line-height:14px;
    }

.CaptchaAnswerPanel {
    margin:0 0 0 0;
    padding:2px 0px 2px 0px !important;
    }

.CaptchaWhatsThisPanel {
        line-height:0;
        margin:0 0 0 0;
        padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 











/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {

    /*========================= 
         Nav styles 
    ===========================*/
    nav > ul > li {
        padding: 10px 8px;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    nav > ul > li {
        display:inline-block;
        list-style-type:none; 
        text-align: left;
        padding: 10px 7px;
    }
    
    nav ul li a {
        font-size: 14px;
    }

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
    /*===================== 
        header styles 
    =======================*/

    header {
        margin: 0 auto;
        width: 100%;
        background-color: #9b0008;
        }

    .dl-logo {
        padding-top: 1%;
    }

    .logodiv {
        text-align: center;
    }
    
    /*===================== 
        form styles 
    =======================*/

        .contact-header {
            font-size: 36px;
        }
    
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    /*===================== 
        header styles 
    =======================*/

    header {
        margin: 0 auto;
        width: 100%;
        background-color: #9b0008;
        }

    .dl-logo {
        padding-top: 1%;
        width: 85%;
    }

    .logodiv {
        text-align: center;
    }
    
    #menu-button a {
        font-size: 13px;
    }
    
    .header-img {
        width: 100%;
    }
    
    /*===================== 
        layout styles 
    =======================*/
    
    h1 {
        font-size: 24px;
    }
    
    
    /*===================== 
        content styles 
    =======================*/
    
    .homeimg {
        width: 45%;
    }
    
    /*===================== 
        footer styles 
    =======================*/
    
    .footer-contact {
        font-size: 12px;
    }
    
    .footercontact-link {
        font-size: 12px;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 /*===================== 
	form styles 
=======================*/

    .contact-header {
        font-size: 28px;
    }
 
    
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

