﻿/***** BEGIN RESET 
font-family: "Oswald", sans-serif;
font-family: "Open Sans", sans-serif;

*****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block;
}
/*-------- COLORS --------

*/
/***** END RESET *****/ ::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*-------- BODY STYLES --------*/
body {}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  border: #000 1px solid;
}
/*--- HEADER STYLES ---------------------*/
.top-bar {background: #EEEEEE;padding: 15px 0;}
.header {
  background: #f9f9f9;
}
.wrapper {
    max-width: 1170px;;
	margin: 0 auto; display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-wrap {
    display: flex;
    max-height: 104px;
    align-items: center;overflow: hidden;
}

a.kubota-logo img {}


.logo-wrap img {max-height: 104px;width: 100%;}
a.kubota-logo{background-color: #dc4405; display: flex;
    align-items: center;
    justify-content: center;}
.logo-wrap a {flex:1;}
.orange-txt {color:#DC4405 !important;}
.main-logo img {padding: 10px 0;}
/*-------- FOOTER STYLES ----------------*/
.footer {background-color: #f9f9f9;padding: 15px 0 30px;}
.foot-col {
    flex: 1;padding: 0 15px;
}

.foot-col img {max-width: 100%;}
.social {font-size: 2em;}
.foot-title {    font-family: Oswald, sans-serif;font-size: 24px;margin: 10px 0;color: #4b4b4b; }
ul.flex-list {
    display: flex;
    justify-content: space-between;
}
ul.flex-list span {
    flex: 1;
}
.contact-list li {
    padding-left: var(--icon-space);
    
}
.contact-list li a:hover,.flex-list li a:hover {text-decoration: underline;}
.contact-list li:before {margin-right: 15px;}

.contact-list li.phone:before {
    content: "\f879";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space)* -1);
    width: var(--icon-space);
    color: #4b4b4b;
}
.contact-list li.fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space)* -1);
    width: var(--icon-space);
    color: #4b4b4b;
}
.contact-list li.direction:before {
    content: "\f3c5";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space)* -1);
    width: var(--icon-space);
    color: #4b4b4b;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.hs-btn.hs-highlighted,.table-pagination ul li.active {
	background: #000 !important;
	color: #fff !important;
}

.ProductsView .page-header,.page-header {
	position: static !important
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1200px) {
	.wrapper {flex-wrap:wrap;max-width: 100% !important;}
	.logo-wrap,.nav-container {flex-basis: 100%;}
	.nav-container {text-align: center;}
	.nav-container nav.primary { max-width: 970px;margin: 0 auto;width: 90%;}
	.logo-wrap {overflow: visible;max-height: 100%;align-items: unset;}
	.main-logo {    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    padding: 10px 0;
}
	.main-logo img,.logo-wrap img {width: auto !important;height: 100% !important;max-height: 100% !important;padding: 0 !important;}
	a.kubota-logo img {height: 72px !important;width: auto !important;}
	.foot-container.wrapper.flex-container {flex-wrap:wrap;gap: 20px;}
	.foot-col {text-align: center;flex-basis: 100%;}
	.flex-list {flex-wrap:wrap;}
	.flex-list span {flex-basis: 100% !important;}
}


@media only screen and (max-width: 760px) {
.nav-container {order: -1;}
}

@media only screen and (max-width: 500px) {
.logo-wrap img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
}
}
