html, body {
    overflow-x: hidden;
}

.tint {
    position: relative;
    float: left;
    cursor: pointer;
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(145,180,150,.8);*/
    background: rgba(0, 132, 0, 1);
    opacity: 0.5;
    transition: background .3s linear;
}

.tint:hover:before {
    background: none;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-body-staff {
    text-align:center;
}

.card-img-top-staff {
    width: 36%;
    display: block;
    margin: 0px auto;
}


.footer {
    bottom: 0;
    width: 100%;
    height: 1071px;
    line-height: 60px;
    background-color: #f5f5f5
}

.carousel-item {
    max-height: 400px
}

.cat-tags li {
    list-style: none;
    display: block;
    padding: 5px 7px;
    background: #fff;
    border-radius: 3px;
    border: solid thin #efefef;
    margin: 5px;
    cursor: pointer
}

.cat-tags {
    padding: 0;
    list-style-type: none;
    display: block;
    max-height: 300px;
    overflow: scroll
}

.mod-tags li {
    list-style: none;
    display: block;
    padding: 5px 7px;
    background: #fff;
    border-radius: 3px;
    border: solid thin #efefef;
    margin: 5px;
    cursor: pointer
}

.mod-tags {
    padding: 0;
    list-style-type: none;
    display: block;
    max-height: 300px;
    overflow: scroll
}

.loc-tags li {
    list-style: none;
    display: block;
    padding: 5px 7px;
    background: #fff;
    border-radius: 3px;
    border: solid thin #efefef;
    margin: 5px;
    cursor: pointer
}

.loc-tags {
    padding: 0;
    list-style-type: none;
    display: block;
    max-height: 300px;
    overflow: scroll
}

#searchinput {
    width: 100%;
    background: #f5f5f5;
    border: none
}

#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.footer-button {
    border-radius: 0px;
    min-width: 100px;
    background-color: #C0C0C0;
    border: 5px solid #fff;
    color: #484848;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 18px;
}

/* media for services */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {

    .hide-images {
        display:none;

    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px)  {
    .hide-images {
        display:none;

    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {

    .hide-images {
        display:none;

    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    .hide-images {
        display:none;

    }

}

/* media for services */

@media (max-width:576px) {
    .mob-sensor {
        display: none
    }
}

@media (min-width:576px) {
    .opnfilters {
        display: none
    }
}

.jason{
 width:100%;
  height: 20px;
}


.background{
    position: absolute;
    height: 90px;
    width: 100%;
    text-align:center;
    margin-top: 18px;
}

.col-carousel {
    margin: 70px 15px;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: #1B7E12;
    font-size: 25px;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none;
}

.used-equip-bg {
    background-color: rgba(145, 180, 150, 0.3);
    padding-top: 20px;
}

.box-equip {
    background-color: lightgrey;
    width: 300px;
    border: 15px solid green;
    padding: 50px;
    margin: 20px;
}

.form-boxes {
    width: 63%;
    border-radius: 0px;
    text-align: center;
    display: block;
    margin: 0px auto;
}


.img-style {
    border: 3px solid green;
    border-radius: 0px;
    display: block;
    margin: 0px auto;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.button-border {
    margin: 20px;
    border: 2px solid #fff;
    background-color: green;
    outline: 2px solid green;
    padding: 2px;
    margin: 0 auto;
    text-align: center;

}

.button-border-2 {
    margin: 20px;
    border: 2px solid #fff;
    background-color: green;
    outline: 2px solid green;
    width: 20%;
    padding: 2px;
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
}

.button-border-3 {
    margin: 20px;
    border: 2px solid #fff;
    background-color: green;
    outline: 2px solid green;
     width: 37%;
    padding: 2px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.button-border-4 {
    margin: 20px;
    border: 2px solid #fff;
    background-color: black;
    outline: 2px solid yellow;
    width: 25%;
    padding: 6px;
    display: block;
    margin: 0px auto;
    margin-right: 6px;
    margin-top: -56px;
    margin-bottom: 10px;
}

.button-border-3-nav {
    margin: 20px;
    border-left: 5px solid #fff;
  	border-right: 5px solid #fff;
  	border-top: 5px solid #fff;
  	border-bottom: none;
    background-color: green;
    outline: 2px solid green;
    /*width: 15%;*/
    padding: 2px;
    text-align: center;
    display: block;
    margin: 0px auto;
  	margin-top: 1px;
}

.deere-builder-link {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 5px;
}

ul.top-list li {
    display: inline-block;
}

.navbar {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: green;
    text-transform: uppercase;
    font-weight: 600;
}


@media screen and (min-width: 668px) {
    .d-flex {
        display: none !important;
    }
}

.wrapper {
    position: fixed;
    background: rgba(255, 255, 255, .6);
    /*background: rgba(128,128,128, 0.1);*/
    width: 100%;
    z-index: 999;
    padding: 8px 50px 0px 50px;
}

.darkHeader {
    background-color: white;
    box-shadow: 10px -3px 8px #888888;
}

.button-border-4 {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.top-list-item p {
    font-weight: 600;
    color: green;
}

.top-list-item a {
    font-weight: 400;
    color: green;
}

.top-list-footer {
    color:#fff;
    display:inline-block;
}
.top-list-footer p {
    font-weight: 600;
    color: #fff;
}

.top-list-footer a {
    font-weight: 400;
    color: #fff;
}
ul.top-list-footer {
    display: inline-block;
}


.dot {
    height: 2px;
    width: 2px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#site-search {
    width: 400px;
    padding-right: 20px;
}

.has-search .form-control {
    padding-left: 2.375rem;
    padding-left: 2.375rem;
    border-radius: 17px;
    width: 100%;

}

ul.search-social li{
    display: inline-block;
    float: right;
}

.logo {
    width: 100%;
    max-width: 550px;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #336633;
    text-transform: uppercase;
}

ul.navbar-nav {
    margin: 0 auto;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #FEDD30;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-light .navbar-toggler {
    color: green;
    border-color: green;
    position: absolute;
    top: -30px;
    right: 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }
}

.hide-xs {
    display: none;
}

@media screen and (max-width: 768px) {


    .hide-xs {
    display: none;
    }

    .top-bar {
        font-size: .8rem;
    }

    #site-search {
        display: none;
    }

    .navbar-brand {
        display: none;
    }

    ul.search-social li:first-child {
        float: unset;
    }

    .wrapper {
        padding: 8px 50px 10px 50px;
    }

    .button-border-3 {
        width: 50%;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .hide-xs {
        display: block;
    }

    .navbar-brand {
        display: none;
    }

    .top-bar {
        display: block;
    }

    .mid-header {
        display: block;
    }

}

@media screen and (max-width: 500px) {

    .top-bar {
        display: none;
    }
}

.par-section-3, .par-section-4, .par-section-5 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
   background-position: center;
}


.header-parallel {
    background-image: url(../../../../img/MainBannerAgUp.png);
    padding: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 150px;
}

 h1 {
   color: #336633;
   text-transform: uppercase;
 }

.sidenav {
  height: 50%;
  width: 300px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(145, 180, 150, 0.3);
  overflow-x: hidden;
  margin-top: 247px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #336633;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.box-card-text {
    color: #336633;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.divider.divider-center, .divider.divider-center.divider-short {
    text-align: center;
}


.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #e5e5e5;
    width: 100%;
}

.divider a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px!important;
    text-align: center;
}
.divider.divider-center:before {
    left: -50%!important;
    right: 0;
    margin-left: -20px;
}


.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #eee;
}

.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #eee;
}


.quick-nav {
    width: 300px;
    background-color: rgba(145, 180, 150, 0.3);
    padding: 50px;
    color: white;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
}

.nav-style {
    
    border-bottom: 1px solid #336633;
    padding: 20px;

}

.big-nav-style {
   background-color: rgba(145, 180, 150, 0.3);
    height: 100%;

}

.text-center {
  text-align: center;
  
}

.paragraph {
  margin: 20px;
  padding: 10px

}

.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  background-color: #336633;
}

.right {
  right: 0;
  background-color: #000;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}

#sidebar-wrapper {
    z-index: 1;
    position: absolute;
    width: 0;
    height: 50%;
    overflow-y: hidden;
    background: #5b4282;
    opacity: 0.9;
    transition: all .5s;
    display: flex;
    align-items: center;
}


#wrapper.menuDisplayed #sidebar-wrapper {
    width: 250px;
    margin-top: 160px;
}

.sidebar-nav li {
    line-height: 40px;
    width: 100%;
    transition: all .3s;
    padding: 10px;
}

.style-bar {
    background-color: rgba(145, 180, 150, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 2px 0px 0 rgba(0, 0, 0, 0);
}

.this-item {
padding:10px;

}

a.nav-link.active {
    color: #484853;
    font-weight: bold;
    text-transform: uppercase;
}

a.nav-link {
    color: #484853;
    font-weight: bold;
    text-transform: uppercase;
}

.title-text {
    color: #336633;
    text-transform: uppercase;

}

.icon-style {
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 5px;
    color: #336633;
}

.btn-agup {
    color: #fff;
    background-color: #484853;
    border-color: rgba(145, 180, 150, 0.3);
    border-radius: 2px;
    min-width: 120px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 2px 0px 0 rgba(0, 0, 0, 0);
    margin-top:20px;
}

.btn-agup:hover {
    color: #fff;
    background-color: #484853;
    border-color: rgba(145, 180, 150, 0.3);
}


/*.btn-success {
    color: #fff;
    background-color: #484853;
    border-color: rgba(145, 180, 150, 0.3);
    border-radius: 2px;
    min-width: 120px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 2px 0px 0 rgba(0, 0, 0, 0);
}

.btn-success:hover {
    color: #fff;
    background-color: #484853;
    border-color: rgba(145, 180, 150, 0.3);
}*/



.par-section-3, .par-section-4, .par-section-5 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}


.features-tractor-1 {
    background-image: url(../../../../img/3E-utility-bg.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-1:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.features-tractor-2 {
    background-image: url(../../../../img/1023E-bg.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-2:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.features-tractor-3 {
    background-image: url(../../../../img/Z335E-bg.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-3:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.features-tractor-4 {
    background-image: url(../../../../img/1025R-bg.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-4:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.features-tractor-5 {
    background-image: url(../../../../img/3025E-bg.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-5:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.features-tractor-6 {
    background-image: url(../../../../img/5045E-bg.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-6:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.jumbo-style{
    width: 800px;
    display: block;
    margin: 0px auto;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgba(145, 180, 150);
    border-color: rgba(145, 180, 150);
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #484853;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.features-tractor-7 {
    background-image: url(../../../../img/gator-bg.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-7:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.features-tractor-8 {
    background-image: url(../../../../img/stihl-new-chain.jpg);
    padding: 40px 0 120px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.features-tractor-8:before {
    background-color: rgba(145, 180, 150, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.accord-style {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.card-header:first-child {
    border-radius: 0px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #e9ecef;
}

.accord-title {
    font-size: 20px;
    color: #336633;
    font-weight: bold;
}


.btn-link:hover {
    color: #336633;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

a:hover {
    color: #336633;
    text-decoration: none;
}

a {
    color: #336633;
}


.footer-bg{
    background-image: url(../../../../img/AGUP-footer-background.png);
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    height: auto;
}

.nav-style-list {
    list-style-type: none;
    margin-left: -41px;
    background-color: rgba(145, 180, 150, 0.3);
    color: #484853;
}

.dropdown-menu {
    background-color: rgba(145, 180, 150, 0.8);
    border-radius: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #484853;
}


.scrunch {
   max-width: 35%;
}

.dealer-transfer {
  width:100%
}

.title-style {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border: 3px solid green;
    background-color: rgba(145, 180, 150, 0.7);
    text-transform: uppercase;
    color: #484853;
}


/*   */


/*.sub-mega-bar {
    background: #D2D3D5;
    text-align: center;
}

ul.sub-mega-img li {
    display: inline-block;
}

.sub-mega-body {
    background: #E6E7E9;
}

.sub-mega-link {
    cursor: pointer;
}

.sub-mega-bar > .col {
    border-right: 1px solid #a5a6a7;
}

.submen-title {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}

.submenu-section-title {
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

ul.submenu-list {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}

ul.submenu-list li {
    list-style-type: none;
    color: black;
}

ul.submenu-list li a {
    font-size: .90rem;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu {
        display: none !important;
    }

    #ag-mega {
        font-size: .75rem;
    }

.sub-mega-link {
    cursor: pointer;
}*/

.dropdown-submenu{position:relative; width: 248px;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block; background: rgba(145, 180, 150, 0.9); border-radius: 0px;}

.dropdown-submenu:hover>.dropdown-menu > li {
margin-bottom: 10px;}

.dropdown-submenu:hover>.dropdown-menu > li a {


    list-style-type: none;
    /* margin-left: -41px; */
    color: #484853;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
}

.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#484853;margin-top:7px;margin-right:-2px; color: white;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


.link-sub-item {
    color: #484853;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    text-decoration: none;
}

.space-this {
 padding:10px;
}

.used-feat-unit {
  border: solid #1B7E12 2px;
}

.used-feat-test {
    position: absolute;
    left: 25%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    bottom: -40px;
}

.used-feat-price {
    position: absolute;
    left: 38%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    bottom: -57px;
}

#feat-used > .slick-list > .slick-track {
    min-height: 420px;
}

.bigger-space {
    width:248px;
}

ul.navbar-nav li.nav-item:hover >.dropdown-menu {
    display: block;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.slick-next:before {
    color: #FDDB45;
    opacity: 1;
}

.slick-prev:before {
    color: #FDDB45;
    opacity: 1
}

.cta-home-text {
    color: white;
    text-align: center;
    font-weight: bold;
    /*font-size: 2rem;*/
    font-size: 120%;
}


@media screen and (max-width: 520px) {
    .col-carousel {
        margin: 70px 0px;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        font-size: 48px;
    }

    .button-border-3-nav {
        margin: unset;
        text-align: left;
    }

    .cta-home-text {
        font-size: 1.5rem;
    }

    #new-navbar > .nav-item {
        border-right: none;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

}

flipster--carousel {
    /*    .flipster__item--past .flipster__item__content {
        transform: translateX(100%) rotateY(-20deg) scale(0.5);
      }*/
}
.flipster--carousel .flipster__item--future-2 {
    -webkit-transform: translateX(-241%);
    transform: translateX(-241%);
}
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
    -webkit-transform: rotateY(45deg) scale(0.8);
    transform: rotateY(45deg) scale(0.8);
}
.flipster--carousel .flipster__item--past-2 {
    -webkit-transform: translateX(241%);
    transform: translateX(241%);
}
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
    -webkit-transform: rotateY(-45deg) scale(0.8);
    transform: rotateY(-45deg) scale(0.8);
}

.mob-sensor {
    background: #E9ECEF;
}

.dbuilder {
    background: #E9ECEF;
}

span.product-new-label {
    display: none;
}

.btn .badge {
    background: #E9ECEF;
    border-radius: 50%;
}

span.product-new-label {
    background: #E9ECEF !important;
    color: #000 !important;
    font-weight: bolder !important;
}

span.product-discount-label {
    background: #097F0E !important;
    color: #fff !important;
    font-weight: bold !important;
}

div.product-grid {
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: .25rem !important;
}

.product-grid {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.price {
    color: #097F0E !important;
    font-weight: bolder !important;
}

.deere-builder-link:hover {
    color: #FEDD30;
}

.nav-style-list:hover {
    color: white;
}

ul#pager li {
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}

ul.new-list li {
    list-style-type: none;
}

ul.cart-form li {
    display: inline-block;
}

.cart-form {
    float: right;
}

li.soc-icons > a > img {
    width: 85%;
    margin-top: 5px;
}

.search-social {
    margin-top: 10px;
}

li.soc-icon > a > img:last-child {
    margin-top: 7px;
}

@media (min-width: 767px) and (max-width: 1024px) {
    li.cart-item {
        float: left;
    }

    ul.search-social li {
        float: left;
    }

    #site-search {
        display: block;
        float: left;
        position: absolute;
        top: 57px;
        left: 64px;
        width: 246px;
    }

    .mid-header {
        margin-bottom: 20px;
    }

    .button-border-3-nav {
        margin: unset;
        text-align: left;
    }

    .button-border-2 {
        width: 45%;
    }

    .form-boxes {
        width: 100%;
    }

    .used-feat-price {
        position: absolute;
        left: 38%;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        bottom: -85px;
    }

    .used-feat-test {
        position: absolute;
         left: 0;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        bottom: -68px;
    }

    .slick-prev, .slick-next {
        top: 29%;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    #feat-used > .slick-list > .slick-track {
        min-height: 300px;
    }

    .fb_iframe_widget_fluid {
        display: none;
    }

    .card {
        margin-bottom: 20px;
    }

    ul.search-social {
        float: left;
    }
}

@media screen and (min-width: 521px) {
    .mobi-icon {
        display: none;
    }

    .top-list {
        float:right;
    }

    .contact-bar {
        display:none;

    }
}


@media screen and (max-width: 520px) {
    .wrapper {
        padding: 8px 0px 10px 0px;
    }

    ul.search-social {
        padding-top: 4px;
        float: left;
    }

    ul.search-social li {
        /*float: left;*/

    }

    .navbar-toggler {
        margin-right: 10px !important;
    }

    .mid-header {
        margin-bottom: 0px;
    }

    #site-search {
        width: 100%;
        padding-right: 0px;
        position: absolute;
        left: 0px;
        top: 49px;
        display: block;
    }

    ul.search-social li {
        float: right;
    }

    ul.search-social {
        padding-left: 0px;
        float:right;
    }

    li.cart-item {
        float: left !important;
    }



    .collapse.show {
        background: white;
    }

    .mobi-icon {
        /*font-size: 1.6rem;*/
        font-size: 0.8rem;
        text-align: center;
        color: #336633;
        font-weight: 600;
    }

    .top-bar {
        position: absolute;
        right: 7px;
        top: 51px;
        z-index: 99999;
    }

    ul.search-social li:first-child {
        margin-left: 8px;
    }

    .has-search .form-control {
        width: 100%;
        padding-right: 0px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .navbar-light .navbar-toggler {
         color: transparent;
        position: absolute;
        border: none;
        top: -15px;
        right: -10px;
    }

    /*.navbar-collapse {*/
        /*flex-basis: 100%;*/
        /*-webkit-box-flex: 1;*/
        /*-ms-flex-positive: 1;*/
        /*flex-grow: 1;*/
        /*-webkit-box-align: center;*/
        /*-ms-flex-align: center;*/
        /*align-items: center;*/
        /*position: absolute;*/
        /*width: 80%;*/
        /*z-index: 9999999;*/
        /*left: 0;*/
        /*height: 100vh;*/
        /*top: -117px;*/
        /*padding-top: 60px;*/
    /*}*/

    .contact-bar {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        height: 3.5rem;
        /* background-color: #097F0E; */
        background-color: #ffcc00;
        z-index: 9998;
        padding-top: 10px;
    }

    .line-time {
        border-right: 1px solid #336633;
        padding: 10px;
    }

    .cart-form {
        float: left;
    }

    li.soc-icons > a > img {

        margin-top: 0px;
    }

    .search-social {
        margin-top: 0px;
    }

    li.soc-icon > a > img:last-child {
        margin-top: 7px;
    }

    .card {
        margin: 0 auto;
        margin-bottom: 0 auto;
    }





}


.img-responsive {
    width: 100%;
}

.slick-slide img {
    width: 100%;
}

/*.lozad[data-src]:not(.no-fade) {*/
    /*transition: opacity 0.8s ease;*/
    /*opacity: 0;*/
/*}*/

/*.lozad[data-src]:not(.no-fade)[data-fully-loaded="true"] {*/
    /*opacity: 1;*/
/*}*/

/*@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {*/
    /*.hide-vid {*/
        /*display:none;*/
    /*}*/

    /*.show-vid {*/
        /*display:block;*/
    /*}*/

/*}*/

/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {*/
    /*.hide-vid {*/
        /*display:none;*/
    /*}*/
    /*.show-vid {*/
        /*display:block;*/
    /*}*/

/*}*/

/*@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {*/
    /*.hide-vid {*/
        /*display:none;*/
    /*}*/
    /*.show-vid {*/
        /*display:block;*/
    /*}*/

/*}*/

/*@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {*/
    /*.hide-vid {*/
        /*display:none;*/
    /*}*/
    /*.show-vid {*/
        /*display:block;*/
    /*}*/

/*}*/

/*@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {*/
    /*.hide-vid {*/
        /*display:none;*/
    /*}*/
    /*.show-vid {*/
        /*display:block;*/
    /*}*/

/*}*/

/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {*/
    /*!*.hide-vid {*/
        /*display:none;*/
    /*}*!*/
    /*.show-vid {*/
        /*display:block;*/
    /*}*/

/*}*/

/*@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) {*/
    /*!*.hide-vid {*/
        /*display:none;*/
    /*}*!*/
    /*.show-vid {*/
        /*display:block;*/
    /*}*/

/*}*/


/*@media screen and (min-width: 500px) and (max-width: 2466px) {*/
    /*.hide-img {*/
        /*display:none;*/
    /*}*/

/*}*/

@media screen and (max-width: 1024px) {
    video.hide-vid {
        display: none;
    }

    .hide-img {
        display: block;
    }


}

@media screen and (min-width: 1025px) {
    video.hide-vid {
        display: block;
    }

    .hide-img {
        display: none;
    }
}

div.location-card >div.card-body > p:nth-child(7) {
    display: none;}







