@charset "utf-8";
/* CSS Document */


.row {margin:0px;}

body {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.3;
}

h1 {
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	font-size: 36px;
}

h2 {
	font-family: 'Karla', sans-serif;
	font-weight:700;
	font-size: 34px;
}

h3 {
	font-family: 'Karla', sans-serif;
	font-weight:700;
	font-size: 24px;
}

h4 {
	font-family: 'Karla', sans-serif;
	font-weight:700;
}


.container.cf {
    max-width: unset !important;
    width: unset !important;
}

.container.cf .list-content {background:#fff !important;}
/* NEW HEADER & NAVIGATION */

header {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	position: relative;
}
.top-bar {
	background: #085586;
    padding: 5px 0;
}



.flex-container {
	display: flex;
}
.flex-container.top-flex {
    
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
	align-items: center;
}

.relative {position: relative;}
.head-address a {
	color: #fff;
}

.red-btn {
	    background: #c03e26;
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.red-btn:hover {
    background: #a93722;
    color: #fff;
}

.blue-btn {
	background:#085586;
    border: none;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
	text-transform: uppercase;
    font-weight: 700;
	margin-top: 10px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.blue-btn:hover {
	background:#064770;
}


.bottom-bar.flex-container {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative !important;
    display: flex;
    margin: 0 auto !important;
    left: unset !important;
    bottom: unset !important;
    top: unset !important;
    right: unset !important;
}


.flex-logos {
    justify-content: space-between;
    gap: 2rem;
	align-items: center;
}
.takeuchi-logo {flex: 1;}
.takeuchi-logo img {max-width: 100%;width: 320px;}

.main-logo {
	flex: 1;
	text-align: center;
}

.main-logo img {
    width: 250px;margin: 0 auto;
}

.main-logo img, .rental-logo {
	max-width: 100%;
}

#red-txt {
	color: #c03e26;
	font-weight: 600;
}
.head-right {
	    position: absolute;
    right: 0;
}

.phone-contacts a{
	color:#868787;
	
}

.phone-contacts p {
	color:#868787;
	margin-bottom: 10px;
}

.phone-contacts {
	text-align: right;
}


.slide-container {
    position: relative;
    overflow: hidden;
}

.slide-container .slick-slide {min-height: 400px;}
.slide-container .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
	filter: brightness(0.7);
}

.slider-img {
	position: relative;
}


.slide-txt {
     z-index: 9;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-0%, -50%);
}

.slide-txt h1 {
	    font-size: 64px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    text-transform: uppercase;
        letter-spacing: -1.0px;
    font-weight: 800;
    font-style: italic;
	margin: 0;
}

.slide-txt p {
	text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    font-size: 24px;
    font-weight: 400;
    width: 70%;
    margin-left: auto;
}

.quick-links {
	    background-image: url(/../siteart/stripes-light.png);
    background-repeat: repeat;
        color: #000;
    padding-bottom: 40px;
}

.flex-container.flex-cta {
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    gap: 30px;
}

.cta {
	flex: 1;
}

.home-text {
	padding: 80px 0;
}

.home-text h2 {
	font-size: 36px;
	font-weight: 800;
	margin: 0;
}
.home-text h3.red-address {
	color: #c03e26;
    text-transform: none !important;
    font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}
.home-text h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
}

.dealer-brands.flex-container {
      justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}


a.brands img {
    max-width: 100%;
    width: 130px;
}

a.brands {
	transition: 0.3s ease-in-out;
}

a.brands:hover {
	opacity: .6;
	
}

a.brands.big-brand {
    flex-basis: 100%;
}

a.brands.big-brand img {
    max-width: 100%;
    width: 300px;
}

.row iframe {
	display: block;
}

.slide-btn button {
	position: absolute;
    border: 1px solid #ddd;
    color: #fff;
    background: rgb(255 255 255 / 40%);
    padding: 35px 8px;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none !important;
    border-style: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.slide-btn button:hover {background: #fff;color: #000;}

button.back-slide {
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    z-index: 9999;
}
button.next-slide{
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 9999;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* HEADER & NAVIGATION */


.top-header {
    background-color: #fff;
}

.top-header a {
    color:#868787;
    text-transform: none;
}

.top-header a:hover {
    color:#868787;
    text-decoration: underline;
}

.top-header h5 {
    color: #085586;
    font-size: 18px;
    font-weight: 700;
}

.top-header p {
    color: #868787;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

}

.logo {
    max-width: 350px;
}

.navbar {
    background: #868787;
}

.navbar a {
    color: #fff;
    font-weight: 700;
}

.navbar a:hover {
    color: #085586;
}

.navbar-blue {
    background: #085586;
}

.navbar-blue a {
    color: #fff;
    font-weight: 700;
}

.navbar-blue a:hover {
    color: #868787;
}

.dropdown-menu {
    background: #868787;
}

.dropdown-item {
    width: auto;
}

.dropdown-item:hover {
    background: #868787;
}

#ddmenu2.dropdown-menu {
    background: #085586;
}

.navbar-blue a:hover {
    background: #085586;
}

/* New Header Styles */

.head-wid {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

.head-flex {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 20px;
}

.left-head img  {
	max-width: 100%;
	width: 300px !important;
}

.right-side img  {
	max-width: 100%;
	    width: 250px !important;
}

.middle-head {
	text-align: center;
}

.mobile-only {
	display: none;
}

.home-hero {
	display: flex;
}

.hero-img {
	flex: 1;
}

img.main-image {
	max-width: 100%;
	width: 100%;
    height: 100%;
	}

.hero-wrap {
	flex: 1;
	align-items: center;
}
/* HERO */

.hero {
    background: #085586;
}

.hero-text {
    padding: 40px;
}

.bluebox {
    color: #fff;
    background: #085586;
	display: flex;
	justify-content: center;
	align-content: center;
}

.bluebg {
    color: #fff;
    background: #085586;
}

.bluebox p {
    font-size: 20px;
}

.bluebox img {
       width: 100%;
}

.bluebox a {
   flex: 1;
}

.bluebox h3 {
    font-family: 'Garamond';
}

.btn-red {
    background: #c03e26;
    color: #fff;
    font-size: 26px;
    box-shadow: 2px 2px #3a3a3a;
}

.hero-text .btn-red {
	margin-bottom: 90px;
}

.btn-red:hover{
    background: #a93722;
    color: #fff;
}

.brand-wrap {
	display: flex;
    justify-content: center;
    align-content: center;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    gap: 30px;
    padding: 10px 0 0;
}

.home-slide {
}



.slider-img { height: 55vh !important;}
/* QUICK LINKS */

.quick-links h1{
    color: #fff;
        text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
}

.quick-links hr {
    border: 1px solid #a93722;
	width: 100%;
}

.quick-links p{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.quick-links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.quick-links a:hover {
    color: #fff;
    text-decoration: none;
}

.used-trucks{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%),url(/../siteart/truck-box.PNG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 60px 0;
}

.used-trailers{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%),url(/../siteart/trailer-box.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 60px 0;
}

.takeuchi-equip{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%),url("/../siteart/homeslide/Trademark-Trucks-Takeuchi-slideshow-pic-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 60px 0;
}

.online-auctions{
    background-image: url(/../siteart/online-auctions.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 60px 0;
}

.wholebtn{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 1;

  /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('empty.gif');
} 


/* ABOUT US */

.aboutus {   
	background-image: url(/../siteart/stripes-light.png);
    background-repeat: repeat;
	color: #000;
}

.contactus {
	color: #000;
}

.aboutus p,.contactus p {
    font-size: 20px;
}

.aboutus hr,.contactus hr {
    border: 1px solid #000;
}


/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling {
    width:100%;
    height:92px;
}

/* FOOTER */


.pre-footer{
    background-color: #085586;
	color: #ababaa;
    font-size: 12px;
}

.pre-footer a{
    color:#ababaa;
}

.pre-footer a:hover{
    color:#ababaa;
}

/* LISTINGS */

.cf.inventory-pg {
    max-width: 1200px;
    background-color: #fff;
}

/*
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {background: #085586 !important;}

.faceted-search-content .selected-facets-container .selected-facet {background: #085586 !important;}

.list-content .list-title .list-listings-count {color: #085586 !important;}

.detail-content .detail-additional-data .data-row .data-label {background: #085586 !important;}
*/




/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 1330px) { 
.hero-text .btn-red {
    margin-bottom: 30px;
}
	.flex-container.flex-cta {
		margin-top: -30px;
		gap: 15px;
	}
	.quick-links a {
		padding: 40px 15px;
	}
	
	
}

@media (max-width: 1200px) { 
	
	.flex-container.flex-cta {
		flex-wrap: wrap;
	}
	.quick-links a {
		flex-basis: 48%;
		padding: 30px 10px;
	}
	
}

@media (max-width: 1130px) { 
	.hero-text p {
    font-size: 18px;
}
	
	.hero-text h1 {
		font-size: 32px !important;
	}
	
	.slide-txt p {
		font-size: 18px;
	}
	
	.slide-txt h1 {
    font-size: 50px;
	}
}

@media screen and (max-width: 1110px) {
	.navigation-flex {
		text-align: center;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    padding: 5px 0;
	}
}

@media (max-width: 1040px) { 
	.hero-img {
    flex: 1.5;
}
.phone-contacts span#red-txt {
    display: block;
}
	
	
	
	
}
@media (max-width: 960px) { 
	.bluebox p {
		margin-bottom: 5px !important;
	}
	
	.quick-links {
		padding: 30px 0;
	}
	.flex-container.flex-cta {
    margin-top: 0;
    gap: 20px;
}
	
	
}
@media (max-width: 850px) { 
	.home-hero {
    flex-wrap: wrap;
}
	
	.hero-img, .hero-wrap,.head-right.flex-container {
		flex-basis: 100%;
	}
	
	img.main-image {
	max-width: 100%;
	width: 100%;
    height: auto !important;
	}
	
	.bottom-bar.flex-container {
		flex-wrap: wrap;
	}
	
	.flex-logos{
		justify-content: center;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	
	.phone-contacts,.navigation-flex {
    
		text-align: center;
	}
	
	
	
}

@media (max-width: 865px) { 
	
	
}

@media (max-width: 780px) { 
	.desktop-only {
		display: none;
	}
	
	.head-right {position: unset;text-align: center;width: 100%;}
	.mobile-only {
		display: block;
	}
	
	.head-flex {
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
	}
	
	.left-head img{
    max-width: 100%;
    width: 230px !important;
}
	
	.right-side img {
    max-width: 100%;
    width: 180px !important;
}
	.slide-txt {
		display: none;
	}
	
	.slider-img {
    height:auto !important;
}
	.slide-container .slick-slide {
    min-height: auto !important;
}
	.bottom-bar.flex-container {flex-wrap:wrap;gap: 0}
	.main-logo {order: 1;flex-basis: 100%;}
	.main-logo img {
    width: 190px;
}.takeuchi-logo {
    flex-basis: 100%;
    text-align: center;   
}
	.takeuchi-logo img{ margin: 0 auto !important;width: 250px;}
	.phone-contacts {
    display: flex;
    gap: 10px;
    justify-content: center;flex-wrap:wrap;
	}.phone-contacts span#red-txt {display: inline-block;}
}

@media (max-width: 680px) { 
	.quick-links a {
    flex-basis: 100%;
    padding: 20px 10px;
}
	
	.flex-container.top-flex {
    flex-wrap: wrap-reverse;
    gap: 10px;
    justify-content: center;
    text-align: center;
}
	
	.head-address {
		flex-basis: 100%;
	}
	
	.top-phone {
		flex-basis: 100%;
	}
	
	
}

@media (max-width: 550px) { 
	.bluebox img {
    max-width: 100%;
    width: 175px;
}
	.bluebox a {
    flex-basis: 100%;
}
	.brand-wrap {
		flex-wrap: wrap;
	}
	
}

@media (max-width: 450px) { 
	.dealer-brands.flex-container {
		flex-wrap: wrap;
	}
	
	.brands {
		flex-basis: 100%;
	}
	
	.flex-logos {
    flex-wrap: wrap;
		text-align: center;
	}
	
	.main-logo, .rental-logo {
		flex-basis: 100%
	}
	
	.flex-logos:before {
		border: none !important;
	}
	
	.phone-contacts p {
		color: transparent; 
	}
	
	#red-txt {
		display: block;
	}
	
	.phone-contacts {gap: 0;}
	
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    
 
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {
    
	
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {   
    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   
    

}