/***** BEGIN RESET *****/
* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', Arial, sans-serif;
}

.grebox {
    background: #eaeaea;
    padding: 30px;
    max-width: 330px;
}

.grebox li {
    list-style-type: disc;
    list-style-position: inside;
}

.surroundvideo {
    height: 35vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.borrowed {
    z-index: 2;
    position: relative;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

/***** END RESET *****/

header,
nav,
article,
section,
footer,
img {
    display: block;
}

img.ymlogo {
    height: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

body {
    background: #111;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    -webkit-text-size-adjust: none;
}

.clear-it:after {
    content: "";
    display: block;
    clear: both;
}

.wrap {
    width: 92%;
    margin: 0 auto;
    max-width: 1230px;
}

.show-1024,
.show-tablet,
.show-640 {
    display: none;
}

.full-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.column1-fs,
.column2-fs,
.column3-fs,
.column4-fs,
.column5-fs,
.column6-fs,
.column7-fs,
.column8-fs,
.column9-fs,
.column10-fs,
.column11-fs,
.column12-fs {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.column1-fs {
    width: 8.33333%;
}

.column2-fs {
    width: 16.66666%;
}

.column3-fs {
    width: 25%;
}

.column4-fs {
    width: 33.33333%;
}

.column4-fs.col-pad-rt.column6-ht.col-pad-lt-ht.column12-hp.col-pad-clear-hp {}

.column5-fs {
    width: 41.66666%;
}

.column6-fs {
    width: 50%;
}

.column7-fs {
    width: 58.33333%;
}

.column8-fs {
    width: 66.66666%;
}

.column9-fs {
    width: 75%;
}

.column10-fs {
    width: 83.33333%;
}

.column11-fs {
    width: 91.66666%;
}

.column12-fs {
    width: 100%;
}

.col-pad-lt {
    padding: 0 0 0 2%;
}

.centerpls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-pad-rt {
    padding: 0 2% 0 0;
}

.col-pad-center {
    padding: 0 1%;
}

.yanmar-logo {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

a.yanmar-img img {
    max-width: 100%;
    width: 600px;
}

a.yanmar-img {
    transition: .3s all;
}

a.yanmar-img:hover {
    opacity: .7;
}

/*********** typography styles **/
/* font-family:'Oswald', sans-serif; */
p {
    margin-bottom: 18px;
}

.no-margin {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    margin-bottom: 7px;
}

h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.red-btn {
    background: #d80000;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 12px;
    margin-bottom: 15px;
    cursor: pointer;
}

.red-btn span {
    display: inline-block;
}

.red-btn i {
    font-size: 26px;
    float: right;
}

.red-btn:hover {
    background: #BF0000;
    color: #fff;
}
.black-caps{
	font-size: 25px;}
.red {
    color: #d80000;
}

.gray {
    color: #333;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.caps {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

ul.bullets {
    list-style: disc;
    margin: 0 0 14px 14px;
}

ul.bullets li {
    list-style: disc;
    margin-left: 14px;
}


/*** popup styles ***/
.popup {
    width: 60%;
    top: 100px;
    left: 20%;
    background: #fff;
    position: absolute;
    z-index: 9999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding: 40px 25px 25px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
}


/*********** header/nav styles **/
.top-bar {
    width: 100%;
    display: block;
    padding: 7px 0;
    background: #222;
    border-bottom: 1px #666 solid;
    text-align: right;
}

.top-email {
    color: #fff;
    font-size: 14px;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
}

.top-email i {
    margin-right: 5px;
}

.top-soc-media {
    color: #999;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.top-soc-media a {
    margin-left: 7px;
}

header {
    width: 100%;
    background: #333;
    padding: 20px 0 25px 0;
}

.logo {
    width: 29%;
    float: left;
    margin-right: 3%;
}

.logo img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.head-address {
    width: 21%;
    float: left;
    margin: 15px 2% 0 0;
}

.head-hours {
    width: 21%;
    float: left;
    margin: 15px 2% 0 0;
}

.head-phone {
    width: 22%;
    float: left;
    margin: 15px 0 0 0;
    text-align: right;
}

.head-address i,
.head-hours i,
.head-phone i {
    font-size: 36px;
    color: #d80000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.head-address span,
.head-hours span,
.head-phone span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.head-address span,
.head-hours span {
    font-size: 18px;
}

.head-phone span {
    font-size: 28px;
    font-weight: 700;
}


nav {
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 1px #999 solid;
}

.showCTA .wrapStuff {
    position: absolute;
    /* right: clamp(30px, calc(5rem + ((1vw - 12px) * 35.5556)),calc(5rem + ((1vw - 12px) * 35.5556))); */
    display: block;
    display: flex;
    justify-content: center;
    width: 100%;
}

.wrapStuff .centerStuff {
    width: 92%;
    max-width: 1230px;
    display: flex;
    justify-content: flex-end;
}

.wrapStuff {
    display: none;
}

nav ul {
    width: 75%;
    float: left;
}

nav li {
    display: block;
    float: left;
    position: relative;
}

nav a:link,
nav a:active,
nav a:visited {
    text-decoration: none;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 12px;
}

nav a:hover {
    color: #d80000;
}

nav ul ul {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 50px;
    left: 0;
    width: 180px;
    background: #fff;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #eee;
}

nav ul li:hover>ul {
    display: block;
    z-index: 99999;
}

nav ul ul li {
    float: none;
    position: relative;
    display: block;
}

nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0px 10px 10px;
    border-right: 0;
    border-bottom: 1px solid #000;
    color: #000;
}

nav ul ul li a:hover {
    background: #d80000;
    color: #fff;
}

/* mobile nav styles */
#mobile-nav .close-nav {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #666 solid;
    text-align: right;
}

#mobile-nav .close-nav i {
    font-size: 20px;
    margin-right: 15px;
}

#mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #333;
    color: #fff;
    margin: 0 !important;
    -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
    box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
}

#mobile-nav ul {
    clear: both;
    display: block;
    padding: 0;
}

#mobile-nav ul li {
    display: block;
    margin: 0;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #666;
	cursor: pointer;
}

#mobile-nav ul li a,
#mobile-nav ul li span {
    padding: 0 15px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

#mobile-nav ul li a:hover {
    background: #000;
    color: #d80000;
}

#mobile-nav ul li.expandable .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

#mobile-nav ul li.expandable .arrow i {
    font-size: 18px;
    line-height: 40px;
}

#mobile-nav ul li.expandable .arrow.rotate {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#mobile-nav ul ul.collapsed {
    display: none;
}

#mobile-nav ul ul.expanded {
    display: block;
}

#mobile-nav ul li ul {
    border-bottom: none;
    margin: 0;
    background: #000;
}

#mobile-nav ul li ul li {
    line-height: 40px;
    font-size: 14px;
}

#mobile-nav ul li ul li:last-child {
    border-bottom: none;
}

#mobile-nav ul li ul li a,
#mobile-nav ul li ul li span {
    color: #fff;
    padding-left: 30px;
}

#mobile-nav ul li ul li a:hover {
    background: #222;
    color: #d80000;
}

#mobile-nav ul ul li ul {
    background: #333;
}

.quick-search {
    width: 25%;
    float: left;
    background: #fff;
}


/*********** Form Styles **/


/*********** slideshow styles **/
.cycle-slideshow {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px #999 solid;
    z-index: 1;
}

.slide {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: relative;
}

.slide-photo {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20% 0;
}

.slide-caption {
    width: 40%;
    display: block;
    background: rgba(51, 51, 51, 0.85);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 3;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slide-caption h2 {
    font-size: 64px;
    text-transform: uppercase;
}

.slide-caption .red-btn {
    max-width: 200px;
    margin-bottom: 0;
}

.cycle-prev,
.cycle-next {
    position: absolute;
    top: 0;
    width: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}

.cycle-prev {
    left: 0;
    background: url('/siteart/slide-lt-arrow.png') 50% 50% no-repeat;
    background-size: 40%;
}

.cycle-next {
    right: 0;
    background: url('/siteart/slide-rt-arrow.png') 50% 50% no-repeat;
    background-size: 40%;
}

.cycle-prev:hover,
.cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}


/* Ensure slider is the positioning context */
.slider {
    position: relative;
    overflow: hidden; /* typical for sliders */
}

/* Make slides lay horizontally if not already */
.slides {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

/* Each slide is the width of the viewport of the slider */
.slide {
    flex: 0 0 100%;
}

/* Arrow buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    border: none;
    padding: 0.5rem 0.75rem;
    font-size: 2rem;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
    height: 100px !important;
    width: 100px;
    background-size: 40%;
}

.slider-btn:hover,
.slider-btn:focus {
    background: rgba(0, 0, 0, 0.55);
    outline: none;
}

.slider-btn.prev { left: 8px; background: url('/siteart/slide-lt-arrow.png') 50% 50% no-repeat;}
.slider-btn.next { right: 8px; background: url('/siteart/slide-rt-arrow.png') 50% 50% no-repeat;}

/* Optional: hide buttons on small screens or adjust size */
@media (max-width: 480px) {
    .slider-btn {
        font-size: 1.5rem;
        padding: 0.4rem 0.6rem;
    }
}

/*********** content styles **/
article {
    background: #fff;
    width: 100%;
    padding: 45px 0;
}

section {
    width: 100%;
    padding: 55px 0;
    background: #fff;
}

.lt-gray-bg {
    background: #f3f3f3;
}

.video-frame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-frame img {
    width: 100%;
}

.surroundvid .video-frame {}

.video-frame iframe,
.video-frame video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-slider.manu-list {
    width: calc(100% - 60px);
    margin: 0 auto;
    display: block;
}

.slick-slide {
    padding: 0 10px !important;
}

.slick-prev {
    left: -30px !important;
}

.slick-next {
    right: -30px !important;
}

.slick-prev,
.slick-next {
    width: 30px !important;
    height: 30px !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    color: #000 !important;
}

.manu-card {
    background: #fff;
    position: relative;
    /* height: 170px; */
}

.manu-card img {
    height: calc(100% - 50px);
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.manu-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    height: 220px;
}

.manu-text p {
    margin-bottom: 0;
}

.manu-card a {
    background: #d80000;
    display: block;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* position: absolute; */
    bottom: 0;
    left: 0;
}

.manu-card a i {
    float: right;
    font-size: 24px;
}

.manu-card a:hover {
    background: #BF0000;
}

.new-equip .manu-card {
    margin-bottom: 25px;
}

.new-equip .column4-fs:nth-of-type(3n+1) {
    clear: left;
}

.loc-map iframe {
    width: 100%;
    height: 400px;
}

.part-card:nth-of-type(3n+1) {
    clear: left;
}

.part-card div {
    background: #fff;
    margin-bottom: 25px;
    height: 430px;
}

.part-card h5 {
    padding: 5px 2%;
    margin-bottom: 0;
}

.part-card img {
    width: 100%;
    height: auto;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
}

.part-card span {
    padding: 10px;
    display: block;
    font-size: 16px;
}

.specials-contain .column4-fs:nth-child(3n+1) {
    clear: left;
}

.special {
    border: 2px #d80000 solid;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 25px;
}

.special img {
    width: 100%;
    height: auto;
}

.blog-snip {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px #333 dotted;
}

.blog-snip h3 {
    margin-bottom: 0;
    line-height: 120%;
}

.blog-dates {
    font-size: 14px;
    margin-bottom: 15px;
}

ul.blog-pagination {
    list-style: none;
    margin-bottom: 25px;
}

ul.blog-pagination li {
    list-style: none;
    display: inline-block;
}

ul.blog-pagination a {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 7px;
}

ul.blog-pagination a:hover {
    background: #d80000;
}

.blog-sidebar {
    list-style: none;
}

.blog-sidebar li {
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #666 dotted;
    font-size: 14px;
    color: #666;
}

.blog-sidebar a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.blog-sidebar a:hover {
    color: #d80000;
}

.rental-block .column6-fs:nth-of-type(odd) {
    clear: left;
}

.rental-block img {
    border: 1px #333 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.rent-list {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin-bottom: 30px;
}

.rent-list tr {
    border-bottom: 1px #ddd solid;
    padding: 0;
}

.rent-list tr.head {
    background: #d80000;
    color: #fff;
    font-weight: 700;
    border-bottom: none;
}

.rent-list tr:nth-of-type(even) {
    background: #f1f1f1;
}

.rent-list td {
    padding: 10px;
}
/*********** promos styles **/

.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
    gap: 15px;
}
.promo-box {
    position: relative;
    overflow: hidden;
}
.promo-box img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    transition: 0.3s ease all;
}
.promo-box > div {
    display: none;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.promo-box > div > p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 10px;
    transition: 0.3s ease all;
}
.promo-box > div > p:hover {
    color: #cf0000;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    transition: 0.3s ease all;
}

.promo-box:hover img {
    display: flex;
    filter: blur(10px) grayscale(100%) brightness(0.5);
    transition: 0.3s ease all;
}

.promo-box:hover div {
    display: flex;
}

/*********** footer styles **/
.foot {
    width: 100%;
    display: block;
    background: #222;
    padding: 40px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.foot-contact i {
    font-size: 20px;
    color: #999;
    margin: 2px 7px 0 0;
    width: 23px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.foot-contact span {
    display: inline-block;
    vertical-align: top;
}

.blog-link {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.blog-date {
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.blog-link:hover {
    color: #ddd;
}


footer {
    width: 100%;
    display: block;
    padding: 35px 0;
    border-top: 1px #666 solid;
}

.copyright {
    font-size: 12px;
    color: #ddd;
    text-transform: uppercase;
    width: 60%;
    float: left;
}

.foot-soc-media {
    width: 40%;
    float: right;
    text-align: right;
    font-size: 24px;
}

.foot-soc-media i {
    color: #999;
    margin-left: 12px;
}


/*********** form styles **/
::placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}

#formpage label {
    display: block;
    margin-bottom: 3px;
}

#formpage input {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #D5D5D5;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#formpage textarea {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 16px;
    height: 120px;
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#formpage select {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

#formpage .check {
    display: inline-block;
    white-space: nowrap;
    margin: 0 10px 15px 0;
    line-height: 35px;
}

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
    background: #efefef;
    color: #222;
    border: 1px solid #d80000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

#formpage input.button,
#formpage input.button:focus,
#formpage .button {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    background: #d80000;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
}

#formpage input.button:hover,
#formpage .button:hover {
    background: #7A0000;
    color: #fff;
    cursor: pointer;
}

/*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;
}

.CaptchaImagePanel img {
    width: 100%;
    height: auto;
    max-width: 160px;
    margin: 0 auto;
}

.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 5px 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/* header quick search styles */
.quick-search #formpage input {
    width: calc(100% - 45px);
    background: #E9E9E9;
    display: inline-block;
    margin-bottom: 0;
}

.quick-search #formpage input.button {
    background: url('../siteart/search-icon.png') no-repeat center;
    width: 40px;
    text-align: center;
    display: inline-block;
}

.quick-search #formpage input:focus,
.quick-search #formpage textarea:focus,
.quick-search #formpage select:focus {
    border: 1px solid #E9E9E9;
}



.container {
    padding: 20px;
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px;
    justify-items: center;
    margin: 20px;
}

.grid-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item:hover{
    opacity: 80%;
}

.grid-item img {
    max-width: 100%;
    max-height: 100%;
}


.dealer-contact__phone a[href^="tel:"] {color:#666666!important;}


/*********** responsive styles **/
@media screen and (max-width:1240px) {

    .cycle-prev,
    .cycle-next {
        background-size: 50%;
    }
}

@media screen and (max-width:1024px) {



    .borrowed .col33:after {
        width: clamp(40px, 2.8vw, 55px);
        height: 55px !important;
        background: #D9293E;
        position: absolute;
        content: '';
        clip-path: polygon(0% 0%, 54% 0%, 100% 100%, 43% 100%);
        right: 11px !important;
    }


    .show-1024 {
        display: block;
    }

    .hide-1024 {
        display: none !important;
    }

    .column1-ht {
        width: 8.33333%;
    }

    .column2-ht {
        width: 16.66666%;
    }

    .column3-ht {
        width: 25%;
    }

    .column4-ht {
        width: 33.33333%;
    }

    .column5-ht {
        width: 41.66666%;
    }

    .column6-ht {
        width: 50%;
    }

    .column7-ht {
        width: 58.33333%;
    }

    .column8-ht {
        width: 66.66666%;
    }

    .column9-ht {
        width: 75%;
    }

    .column10-ht {
        width: 83.33333%;
    }

    .column11-ht {
        width: 91.66666%;
    }

    .column12-ht {
        width: 100%;
    }

    .col-pad-lt-ht {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-ht {
        padding: 0 2% 0 0;
    }

    .col-pad-center-ht {
        padding: 0 1%;
    }

    .col-pad-clear-ht {
        padding: 0;
    }

    body {
        font-size: 16px;
    }

    p {
        margin-bottom: 16px;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .red-btn {
        font-size: 16px;
    }

    .popup {
        width: 90%;
        top: 50px;
        left: 5%;
    }

    .logo {
        width: 23%;
        margin-right: 2%;
    }

    .head-address,
    .head-hours {
        width: 24%;
        margin: 7px 1% 0 0;
    }

    .head-address i,
    .head-hours i,
    .head-phone i {
        font-size: 28px;
    }

    .head-address span,
    .head-hours span {
        font-size: 16px;
    }

    .head-phone {
        width: 25%;
        margin: 7px 0 0 0;
    }

    .head-phone span {
        font-size: 22px;
        text-transform: uppercase;
    }

    nav a:link,
    nav a:active,
    nav a:visited {
        padding: 0 8px;
    }

    .slide-photo {
        padding: 22% 0;
    }

    .slide-caption {
        font-size: 18px;
    }

    .slide-caption h2 {
        font-size: 48px;
    }

    .cycle-prev,
    .cycle-next {
        background-size: 70%;
    }

    .manu-card a {
        font-size: 16px;
    }

    .new-equip .column4-fs:nth-of-type(3n+1) {
        clear: none;
    }

    .new-equip .column4-fs:nth-of-type(odd) {
        clear: left;
    }

    .part-card div {
        height: 380px;
    }

    .foot,
    .blog-link {
        font-size: 14px;
    }
}

@media screen and (min-width:769px) {
    #mobile-nav {
        display: none !important;
    }
}

@media screen and (min-width:1921px) {
    .showCTA .wrapStuff {
        /* right: 31.8vw; */
    }

}

@media screen and (max-width:768px) {
    .showCTA .wrapStuff {
        right: 0
    }

    .wrapStuff .centerStuff {
        max-width: 100%;
        width: 100%;
    }

    .show-tablet {
        display: block;
    }

    .hide-tablet {
        display: none !important;
    }

    .column1-vt {
        width: 8.33333%;
    }

    .column2-vt {
        width: 16.66666%;
    }

    .column3-vt {
        width: 25%;
    }

    .column4-vt {
        width: 33.33333%;
    }

    .column5-vt {
        width: 41.66666%;
    }

    .column6-vt {
        width: 50%;
    }

    .column7-vt {
        width: 58.33333%;
    }

    .column8-vt {
        width: 66.66666%;
    }

    .column9-vt {
        width: 75%;
    }

    .column10-vt {
        width: 83.33333%;
    }

    .column11-vt {
        width: 91.66666%;
    }

    .column12-vt {
        width: 100%;
    }

    .col-pad-lt-vt {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-vt {
        padding: 0 2% 0 0;
    }

    .col-pad-center-vt {
        padding: 0 1%;
    }

    .col-pad-clear-vt {
        padding: 0;
    }

    .top-bar {
        padding: 5px 0;
    }

    .logo {
        width: 68%;
        margin-right: 2%;
    }

    .logo img {
        max-width: 188px;
    }

    .head-phone {
        width: 30%;
        margin-top: 15px;
    }

    #simple-menu {
        height: 35px;
        line-height: 35px;
        width: 80px;
        display: block;
        cursor: pointer;
        color: #000;
        font-size: 18px;
        text-transform: uppercase;
    }

    .slide-caption {
        width: 50%;
        padding: 20px;
    }

    .slide-caption {
        font-size: 16px;
    }

    .slide-caption h2 {
        font-size: 36px;
        margin-bottom: 0;
    }

    .mobile-search-icon {
        background: #e9e9e9;
        line-height: 35px;
        width: 35px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
    }

    .quick-search {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .quick-search #formpage {
        display: none;
        width: 100%;
        position: relative;
    }

    .slick-slider.manu-list {
        width: calc(100% - 50px);
        margin: 0 auto;
    }

    .slick-prev {
        left: -25px !important;
    }

    .slick-next {
        right: -25px !important;
    }

    .slick-prev,
    .slick-next {
        width: 25px !important;
        height: 25px !important;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 25px !important;
    }

    .manu-card {
        /* height: 390px; */
    }

    .manu-text {
        font-size: 14px;
    }

    .loc-map iframe {
        height: 300px;
    }

    .part-card:nth-of-type(3n+1) {
        clear: none;
    }

    .part-card:nth-of-type(odd) {
        clear: left;
    }

    .specials-contain .column4-fs:nth-child(3n+1) {
        clear: none;
    }

    .specials-contain .column4-fs:nth-child(odd) {
        clear: left;
    }

    .foot-blog {
        margin-top: 15px;
    }

    .blog-link {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:640px) {
    .show-640 {
        display: block;
    }

    .top-email.email-2 {
        margin-left: 20px;
    }

    .hide-640 {
        display: none !important;
    }

    .column1-hp {
        width: 8.33333%;
    }

    .column2-hp {
        width: 16.66666%;
    }

    .column3-hp {
        width: 25%;
    }

    .column4-hp {
        width: 33.33333%;
    }

    .column5-hp {
        width: 41.66666%;
    }

    .column6-hp {
        width: 50%;
    }

    .column7-hp {
        width: 58.33333%;
    }

    .column8-hp {
        width: 66.66666%;
    }

    .column9-hp {
        width: 75%;
    }

    .column10-hp {
        width: 83.33333%;
    }

    .column11-hp {
        width: 91.66666%;
    }

    .column12-hp {
        width: 100%;
    }

    .col-pad-lt-hp {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-hp {
        padding: 0 2% 0 0;
    }

    .col-pad-center-hp {
        padding: 0 1%;
    }

    .col-pad-clear-hp {
        padding: 0;
    }

    body {
        font-size: 14px;
    }

    p {
        margin-bottom: 14px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .red-btn {
        font-size: 16px;
        padding: 5px 7px;
    }

    .red-btn i {
        font-size: 24px;
    }

    .top-bar {
        text-align: left;
    }

    .top-email {
        margin-right: 0;
        float: left;
        line-height: 30px;
    }

    .top-soc-media {
        font-size: 20px;
        float: right;
    }

    header {
        padding: 15px 0 20px 0;
    }

    .head-address i,
    .head-hours i,
    .head-phone i {
        font-size: 20px;
    }

    .head-phone span {
        font-size: 16px;
    }

    .slide-photo {
        padding: 20% 0;
    }

    .slide-caption {
        width: 100%;
        position: relative;
        padding: 15px 4%;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #333;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .slide-caption h2 {
        font-size: 32px;
    }

    .cycle-prev,
    .cycle-next {
        display: none;
    }

    article,
    section.bricks {
        padding: 25px 0;
    }

    .manu-card {
        /* height: 410px; */
    }

    .manu-text {
        padding: 15px;
    }

    .manu-card a {
        font-size: 14px;
    }

    .new-equip .manu-card {
        /* height: 440px; */
    }

    .contact-block {
        margin-bottom: 15px;
        text-align: center;
    }

    .foot {
        font-size: 12px;
        padding: 20px 0;
    }

    .foot-contact i {
        font-size: 16px;
        width: 16px;
        margin: 0 7px 0 0;
    }

    .blog-link,
    .blog-date {
        font-size: 12px;
    }

    footer {
        padding: 15px 0;
    }

    .copyright {
        font-size: 10px;
    }
}

@media screen and (max-width:600px) {
    a.yanmar-img {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width:500px) {
    .head-phone {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .column1-vp {
        width: 8.33333%;
    }

    .column2-vp {
        width: 16.66666%;
    }

    .column3-vp {
        width: 25%;
    }

    .column4-vp {
        width: 33.33333%;
    }

    .column5-vp {
        width: 41.66666%;
    }

    .column6-vp {
        width: 50%;
    }

    .column7-vp {
        width: 58.33333%;
    }

    .column8-vp {
        width: 66.66666%;
    }

    .column9-vp {
        width: 75%;
    }

    .column10-vp {
        width: 83.33333%;
    }

    .column11-vp {
        width: 91.66666%;
    }

    .column12-vp {
        width: 100%;
    }

    .col-pad-lt-vp {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-vp {
        padding: 0 2% 0 0;
    }

    .col-pad-center-vp {
        padding: 0 1%;
    }

    .col-pad-clear-vp {
        padding: 0;
    }

    .red-btn {
        font-size: 14px;
    }

    .red-btn i {
        font-size: 22px;
    }

    .head-phone span {
        font-size: 20px;
    }

    .slide-caption {
        font-size: 14px;
    }

    .slide-caption h2 {
        font-size: 20px;
    }

    .manu-card {
        /* height: 370px; */
    }

    .new-equip .manu-card {
        /* height: 395px; */
    }

    .part-card div {
        height: 460px;
    }

    .loc-map iframe {
        height: 250px;
    }

    .foot-contact {
        margin-top: 15px;
    }

    .copyright {
        width: 100%;
        float: none;
        text-align: center;
    }

    .foot-soc-media {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:375px) {
    .part-card div {
        height: 390px;
    }
}

@media screen and (max-width: 327px) {
    .top-email.email-2 {
        margin-left: 10px;
    }

    .flex {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:320px) {}



/*! CSS Used from: https://www.midcountrymachinery.com/wp-content/plugins/sandhills-site/common/css/editor_bootstrap/3.3.7/nifty/bootstrap.min.css?ver=3.3.7 ; media=all */
@media all {


    /*! CSS Used from: https://www.midcountrymachinery.com/wp-content/themes/www.midcountrymachinery.com/style.css */
    .borrowed .wrapper {
        max-width: 1340px;
        padding: 20px;
        margin: 0 auto;
    }

    .borrowed .flex {
        display: flex;
    }

    .borrowed .flex-wrap {
        flex-wrap: wrap;
    }

    .borrowed .col33 {
        width: 33.3333%;
    }

    .borrowed .bg-black {
        background: #000 !important;
    }

    .borrowed a.cta-btn {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 35px;
        line-height: 62px;
        text-align: center;
        width: 100%;
        background: #D0D0D0 !important;
        color: #000 !important;
        display: block;
        position: relative;
        text-indent: -28px;
        transition: all ease 0.2s;
        text-transform: uppercase;
        box-shadow: none !important;
        clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 7% 100%);
    }

    .borrowed .col33:after {
        width: clamp(40px, 2.8vw, 55px);
        height: clamp(61px, 3.4vw, 45px);
        background: #D9293E;
        position: absolute;
        content: '';
        clip-path: polygon(0% 0%, 54% 0%, 100% 100%, 43% 100%);
        top: -13px;
        right: 22px;
    }

    .col33 {
        position: relative;
    }

    .borrowed a.cta-btn:hover {
        letter-spacing: 2px;
        word-spacing: -2px;
    }

    .borrowed #btn-bar.flex {
        display: flex;
        justify-content: space-between;
        padding-bottom: 48px;
    }

    .borrowed #btn-bar .col33 {
        width: calc(25.3333% - 20px);
        margin-top: -40px;
        margin-bottom: 20px;
    }

    @media only screen and (max-width: 992px) {
        .borrowed a.cta-btn {
            font-size: 18px;
            line-height: 48px;
        }

        .borrowed .col33 {
            width: 100%;
        }
    }

    @media only screen and (max-width: 767px) {
        .borrowed #btn-bar .col33:first-of-type {
            margin-top: -40px;
        }



        .borrowed .col33:after {
            width: clamp(40px, 2.8vw, 55px);
            height: 48px !important;
            background: #D9293E;
            position: absolute;
            content: '';
            clip-path: polygon(0% 0%, 54% 0%, 100% 100%, 43% 100%);
            right: 21px !important;
        }

        .borrowed a.cta-btn {
            clip-path: polygon(0% 0%, 97.7% 0%, 100% 100%, 2.3% 100%);
        }

        .borrowed #btn-bar .col33 {
            width: 100%;
            margin-top: 0px;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width: 530px) {
        .borrowed .wrapper {
            padding: 15px;
        }
    }

    .slider {
        width: 100%;
        overflow: hidden;
    }

    .slides {
        display: flex;
        width: 100%;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        flex: 0 0 100%;
        width: 100%;
    }

    .slide img {
        width: 100% !important;
        height: 30vw;
        object-fit: cover;
        /* object-position: bottom; */
        /* Adjusted object-position */
    }