﻿/*===================== 
	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;
	}

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 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	}

	
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}
		

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
}

	
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
}


h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}


h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}


h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}


.orange {color: #FF671D;}
.white {color: #FFFFFF;}

.bold {font-weight: 800;}
.semi-bold {font-weight: 600;}
.tracking {letter-spacing: 1px;}
.semi-tracking {letter-spacing: .25px;}
.italic {font-style: italic;}
.caps {text-transform: uppercase;}
.center {text-align: center;}




/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}
.header-orange {
	background-color: #FF671D;
}
.header-wrap {
	max-width: 1400px;
    display: block;
    margin: auto;
}
.header-white {
	padding: 10px;
}
.header-kubota {
	max-width: 200px;
    width: 100%;
	margin-top: 25px;
}
.header-logo {
	max-width: 250px;
    width: 100%;
    display: block;
    margin: auto;
}
.header-contact {
	text-align: center;
    margin-top: 25px;
}
.header-icon {
	color: #ff671d;
    margin-right: 5px;
    vertical-align: text-top;
}
.header-phone {
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .75px;
    color: #FF671D!important;
}
.header-phone:hover {
	color: #000000!important
}
.header-email {
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .75px;
    color: #FF671D!important;
    text-transform: uppercase;
}
.header-email:hover {
	color: #000000!important
}


/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

nav ul {
	padding:0;
	margin:0;
}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	padding: 10px 0px;
}

nav ul li a {
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: .75px;
	padding: 10px;
}	
			
nav ul li a:hover {
	background-color: #fff;
    color: #ff671d!important;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	color: #fff!important;
    padding: 0px;
}
	
nav.primary ul li li a:hover { 
	color: #fff!important;
	background-color: transparent;
}
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute;
    margin-top: 10px;
    background-color: #000;
	text-align: left;
	min-width: 200px;
}
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;
	max-width:100%;
	padding: 10px 15px;
}
nav.primary ul ul li:hover {
	background-color: #ff671d;
}

.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: transparent;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

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 {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
	color: #FFFFFF;
}
.menu-toggle a:hover {
	color: #FF671D !important;
}


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;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background-color: transparent;
}


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%;
}
nav.mobile ul li li {
    margin-left: 15px;
}




/*===================== 
	homepage styles 
=======================*/
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  background-color: #000;
}
.mySlides {
  display: none;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* slideshow backgrounds */
.z200-bkgd {
	background-image: url("/siteart/banners/Kubota_ZTurn.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
}
.construction-bkgd {
	background-image: url("/siteart/banners/Kubota_Construction.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
}
.sidekick-bkgd {
	background-image: url("/siteart/banners/Kubota_Sidekick.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
}
.compact-bkgd {
	background-image: url("/siteart/banners/Kubota_SubCompact.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
}
.utility-bkgd {
	background-image: url("/siteart/banners/Kubota_Utility.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
}
.mailer-bkgd {
	background-image: url("/siteart/banners/fall_slider.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
}

/* hero */
.hero-bkgd {
	background-image: url("/siteart/kubota-banner_1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.hero-overlay {
	background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 29%, rgba(0,0,0,0.7651435574229692) 63%);
	width: 100%;
}
.hero-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.hero-text {
    float: right;
    /*margin-right: 250px;*/
    margin-top: 150px;
    margin-bottom: 150px;
    line-height: 1.5;
	padding: 0px 20px;
	max-width: 800px;
}
.hero-text p {
    margin: 10px 0px 20px 0px;
}
.hero-text h1 {
    margin-top: 10px;
}
.hero-text_right {
    float: left;
    /*margin-right: 250px;*/
    margin-top: 150px;
    margin-bottom: 150px;
    line-height: 1.5;
	padding: 0px 20px;
	max-width: 800px;
}
.hero-text_right p {
    margin: 10px 0px 20px 0px;
}
.hero-text_right h1 {
    margin-top: 10px;
}
.hero-btn {
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    background-color: #ff671d;
    border: 0px;
    color: #fff;
    width: 225px;
    padding: 10px;
}
.hero-btn:hover {
	background-color: #FFFFFF;
	color: #ff671d;
}
.hero-img {}

/* search form */
.search-bkgd {
	margin: 50px 0px;
	padding: 0px 20px;
}
.search-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
input[type="text"] {
    border: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    margin: 7px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    letter-spacing: .5px;
    padding: 8px 15px;
}
.search-wrap h3 {
    margin-bottom: 20px;
    margin-left: 15px;
}
input[type="submit"] {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    background-color: #ff671d;
    border: 0px;
    color: #fff;
    width: 100%;
    margin: 7px 0px;
    padding: 8px 15px;
}

/* NOUI SLIDER - HOME PAGE SEARCH */
	.noUi-target{position: relative; direction: ltr}
	.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
	.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
	.noUi-horizontal{height: 12px; z-index: 0}
	.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
	.noUi-horizontal .noUi-handle-upper{top: -5px}
	.noUi-background{background: #DBDBDB;}
	.noUi-connect{background: #ff671d !important; border: 1px #ccc solid;}
	.noUi-target{width: calc(100% - 20px); margin: 15px auto;}
	.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
	.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
	.noUi-handle:after{left: 12px}
	.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
	.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
	.example-val{font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: 700; color: #fff;} .example-val span{font-weight: 400;}
	#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}

.search-slider {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #757575;
    letter-spacing: .5px;
    margin: 10px 0px;
	font-weight: 600;
}
.search-slider span {
    font-weight: 400;
	color: #757575;
}
.home-search-btn {
    margin-top: 23px!important;
}

/* welcome section */
.welcome-bkgd {
	background-color: #ff671d;
	padding: 50px 20px;
	margin-top: 65px;
    margin-bottom: 60px;
}
.welcome-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.welcome-img-container {
	width: 40%;
	float: left;
}
.welcome-img {
	position: absolute;
    top: -65px;
}
.welcome-text-container {
	width: 60%;
	float: right;
	padding-left: 85px;
}
.welcome-phone {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff!important;
}
.welcome-phone:hover {
	color: #000!important;
}
.welcome-text-container h1 {
    margin-bottom: 15px;
}
.welcome-mobile-img {
	width: 100%;
}

/* logo slider */
.logo-slider-bkgd {
	padding: 50px 20px;
}


	
/*===================== 
	service styles 
=======================*/
/* hero image */
.service-hero-bkgd {
	background-image: url("/siteart/kubota-baler.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.service-sp-hero-bkgd  {
	background-image: url("/siteart/kubota-bx-series.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.service-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.service-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}

/*===================== 
	parts styles 
=======================*/
/* hero image */
.parts-hero-bkgd {
	background-image: url("/siteart/kubota-compact.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.parts-sp-hero-bkgd  {
	background-image: url("/siteart/kubota-front-mount.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.parts-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.parts-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}


/*===================== 
	careers styles 
=======================*/
/* hero image */
.careers-hero-bkgd {
	background-image: url("/siteart/kubota-kx-series.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.careers-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.careers-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.careers-link {
	color: #000000!important;
}
.careers-link:hover {
	color: #FF671D!important;
}


/*===================== 
	events styles 
=======================*/
/* hero image */
.events-hero-bkgd {
	background-image: url("/siteart/kubota-l-series_1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.events-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.events-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}

/*===================== 
	about styles 
=======================*/
/* hero image */
.about-hero-bkgd {
	background-image: url("/siteart/kubota-l-series_2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.about-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.about-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}



/*===================== 
	location styles 
=======================*/
/* hero image */
.location-hero-bkgd {
	background-image: url("/siteart/kubota-m6.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.location-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.location-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.location-icon {
	font-size: 36px;
    color: #FF671D;
    margin-bottom: 20px;
}
.location-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000!important;
}
.location-link:hover {
	color: #FF671D!important;
}
.location-text {
	text-align: center;
	margin-top: 50px;
	height: 145px;
}
.location-text h6 {
    margin-bottom: 10px;
}




/*===================== 
	ktac insurance styles 
=======================*/
/* hero image */
.insurance-hero-bkgd {
	background-image: url("/siteart/kubota-mx-series.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.insurance-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.insurance-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.insurance-list {
	padding: 0px;
    margin: 10px 0px;
}
.insurance-item {}
.insurance-orange-bkgd {
	background-color: #FF671D;
	padding: 50px 20px;
	color: #000;
}
.insurance-black-bkgd {
	background-color: #000;
	padding: 50px 20px;
	color:#FFFFFF;
}
.insurance-black-text {
	    margin-top: 75px;
    margin-left: 50px;
    margin-bottom: 75px;
}
.insurance-btn {
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    background-color: #ff671d;
    border: 0px;
    color: #fff;
    padding: 10px 50px;
	display: block;
	margin-top: 50px;
}
.insurance-btn:hover {
	background-color: #FFFFFF;
	color: #ff671d;
}
.insurance-contact-btn {
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    background-color: #000;
    border: 0px;
    color: #fff;
    padding: 10px 50px;
	display: block;
	margin: auto;
}
.insurance-contact-btn:hover {
	background-color: #FFFFFF;
	color: #ff671d;
}


/*===================== 
	contact styles 
=======================*/
/* hero image */
.contact-hero-bkgd {
	background-image: url("/siteart/kubota-z700.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}



/*===================== 
	common styles 
=======================*/
/* hero image */
.content-hero-overlay {
	background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.7651435574229692) 29%, rgba(0,0,0,0) 63%);
	width: 100%;
}
.content-hero-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.content-hero-text {
	max-width: 650px;
    float: left;
    /*margin-right: 250px;*/
    margin-top: 150px;
    margin-bottom: 150px;
    line-height: 1.5;
}
.content-hero-btn {
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    background-color: #ff671d;
    border: 0px;
    color: #fff;
    width: 225px;
    padding: 10px;
}
.content-hero-btn:hover {
	background-color: #FFFFFF;
	color: #ff671d;
}

/* contact form */
.form-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.form-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.contact-form {
	border: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    margin: 7px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    letter-spacing: .5px;
    padding: 8px 15px;
}
.p-form {
	margin-top: 10px;
}
.submit-button {
	max-width: 300px;
    display: block;
    margin: auto!important;
}
.submit-button:hover {
	background-color: #000000;
} 
.form-wrap h6 {
    margin: 10px 0px 15px 0px;
}
.form-wrap h4 {
    margin-top: 25px;
}
input.checkbox {
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 10px;
}

/*control the Captcha */
.CaptchaPanel {
	margin: 25px 0px !important;
	padding: 0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	clear: 
		;
}
.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;} 
        

/* thank you page */
.thanks-hero-bkgd {
	background-image: url("/siteart/kubota-utility.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.thanks-bkgd {
	padding: 0px 20px;
	margin: 50px 0px;
}
.thanks-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
	text-align: center;
}
.thanks-wrap p {
    margin: 10px 0px 25px 0px;
}
.thanks-btn {
	font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    background-color: #ff671d;
    border: 0px;
    color: #fff;
    width: 225px;
    padding: 10px;
}
.thanks-btn:hover {
	background-color: #000;
}


/*===================== 
	banner styles 
=======================*/



/*===================== 
	inventory styles 
=======================*/
.col-xs-12.footer-black {box-sizing: border-box;}
.hidden-xs.col-sm-4.col-md-3 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-2 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-2 {box-sizing: border-box;}
.col-xs-12.col-sm-8.col-md-5 {box-sizing: border-box;}

.hidden-xs.hidden-sm.col-md-12.col-lg-12.header-orange {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-12.primary  {box-sizing: border-box;}
.col-xs-12.header-white {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-4 {box-sizing: border-box;}
.col-xs-12.col-sm-6.col-md-4 {box-sizing: border-box;}
.col-xs-12.col-sm-6.col-md-4 {box-sizing: border-box;}
.col-xs-12.col-sm-12.hidden-md.hidden-lg.header-orange {box-sizing: border-box;}
.col-xs-12 #menu-button {box-sizing: border-box;}
.col-xs-12.hidden-md.hidden-lg.hidden-xl.mobile {box-sizing: border-box;}

.inventory-line {
    border: 2px solid #000;
    margin-bottom: 25px;
}



/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
}
.footer-black {
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px;
    padding-bottom: 10px;
}
.footer-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.footer-phone {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff!important;
    letter-spacing: .75px;
    display: block;
    margin: 10px 0px 3px 0px;
}
.footer-phone:hover {
	color: #FF671D!important;
}
.footer-email {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff!important;
    letter-spacing: 0.25px;
    display: block;
    margin-bottom: 5px;
}
.footer-email:hover {
	color: #FF671D!important;
}
.footer-list {
	list-style-type: none;
    padding: 0px;
    margin-top: 10px;
}
.footer-item {}
.footer-link {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff!important;
    letter-spacing: 0.25px;
}
.footer-link:hover {
	color: #FF671D!important;
}
.footer-logo {
    max-width: 175px;
    width: 100%;
    float: right;
	margin-top: 15px;
}
.copyright-text {
	font-size: 11px;
    clear: both;
    text-align: right;
}
.copyright-link {
	color: #fff!important;
}
.copyright-link:hover {
	color: #FF671D!important;
}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1450px) {
	.hero-text_right {margin-left: 50px;}
	.hero-text {margin-right: 50px;}
}

@media only screen and (max-width : 1400px) {
	/*.hero-text {max-width: 550px;}*/
	.welcome-text-container {width: 50%; float: right; padding-left: 0px;}
	.welcome-img {top: -55px;}
	
}

@media only screen and (max-width : 1250px) {
	.welcome-text-container {width: 48%;}
	.welcome-img {top: -45px;}
	
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.welcome-text-container {width: 60%; float: right; padding-left: 30px;}
	.welcome-img {position: relative; top: auto; width: 100%;}
	.welcome-img-container {width: 40%; float: left;}
	.welcome-bkgd {margin: 0px;}
	
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.footer-logo {margin-top: 0px;}
	.welcome-text-container {width: 100%; float: none; padding-left: 0px; text-align: center; margin-top: 25px;}
	.welcome-img-container {width: 100%; float: none; display: none;}
	.content-hero-overlay {background: rgba(0,0,0,0.5);}
	.content-hero-text {margin-top: 75px; margin-bottom: 75px; text-align: center; float: none; max-width: 100%;}
	.insurance-black-text {margin: 0px; margin-top: 50px; text-align: center;}
	.insurance-btn {margin: auto; margin-top: 25px;}
	.home-search-btn {margin-top: 15px!important;}
}

@media only screen and (max-width : 900px) {
	.hero-text_right {float: none; margin: 0px auto; padding: 150px 75px; text-align: center; max-width: 100%;}
	.hero-text {float: none; margin: 0px auto; padding: 150px 75px; text-align: center; max-width: 100%;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.footer-logo {display: block; margin: auto; float: none;}
	.footer-black {padding: 20px;}
	.copyright-text {text-align: center;}
	.insurance-black-text {margin: 0px;}
	.home-search-btn {margin-top: 5px!important;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.hero-text_right {padding: 100px 50px;}
	.hero-text {padding: 100px 50px;}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 380px) {
	.hero-text_right {padding: 50px;}
	.hero-text {padding: 50px;}

}

