/*
Theme Name: www.cornhuskerinternational.com Template
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/


/* ===========================================================
   orange: #ff5020 - black: #212121 - dark grey: #9b9da2
   light grey: #e9ebee
   =========================================================== */


/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
    03.01   Mobile Nav
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
   07.      Footer Structure
   08.      Form Structurev
    08.01   Form Base Styles
    08.02   Captcha
    09.02   Form Structure
   09.      Classes
   10.      Inventory Styles
   11.      Responsive Styles
   =========================================================== */

html,
body {
    height: 100%;
    width: 100%;
}

.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
    display: block;
    height: auto;
    max-width: 100%;
}

.wp-custom-header {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


img.custom-logo{width:280px !important;}

img.international-logo {max-width:50px !important;}

/* ===========================================================
01. Reset
=========================================================== */


/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

html,
body {
    height: 100% !important;
    width: 100% !important;
}

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

td:not([align]),
th:not([align]) {
    text-align: inherit;
}

html {
    /* background-color: white;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%; */
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    align-self: center;
}

* {
    box-sizing: border-box !important;
}


/* ===========================================================
 02. Body Styles
=========================================================== */

html {
    overflow-x: hidden !important;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}

.small-orange{background:#ff5020; color:#fff; font-weight:500; text-tranform:uppercase; padding:12px; box-sizing:border-box; border-radius:3px;}
/* ===========================================================
03. Header Structure
=========================================================== */

.mobile-nav-container,
#menu-button,
.nav-icon {
    display: none;
}

.initiallyHidden {
    display: none;
}

#header {
    position: relative;
    z-index: 7;
    -webkit-box-shadow: 0px 9px 15px -8px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 9px 15px -8px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 9px 15px -8px rgba(0, 0, 0, 0.77);
}

.utility-nav {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    background: #ff5020;
    box-sizing: border-box !important;
}

.utility-nav .wrapper {
    display: flex;
    justify-content: flex-end;
    width: 90%;
}

.utility-social {
    display: flex;
    justify-content: flex-end;
}

.utility-nav ul li {
    display: inline-block;
    margin-left: 10px;
}

.utility-nav a:hover i {
    opacity: 0.6;
}

.utility-nav a i {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.header-logo {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.header-logo h1 img {
    max-width: 340px;
}

.international-logo {
    max-width: 80px;
    margin-left: 20px
}

.header-bottom {
    background: #212121;
    width: 100%;
    max-width: 100%;
    height: 120px;
    position: relative;
}

.header-bottom .wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 90%;
}


/* Header Search */

.header-bottom-right {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.header-bottom-nav {
    height: 100%;
}

.primary {
    height: 100%;
}

.searchbox-icon {
    cursor: pointer;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.searchbox-icon:hover {
    opacity: 0.6;
}

.searchbox-icon i {
    font-size: 30px;
    color: #e54a43;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.search-slide-down {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #e5e5e5;
    box-shadow: inset 0px 11px 8px -10px #CCC;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type="text"] {
    border: none !important;
}

.header-search {
    display: flex;
    padding: 0 5%;
}

.header-search input[type=text] {
    font-size: 50px;
    font-weight: 300;
    font-size: 15px !important;
    color: #2e2e2e !important;
    text-transform: uppercase;
    background: #fcfcfc;
    border: none;
}

.header-search ::placeholder {
    font-weight: 300;
    font-size: 15px !important;
    color: #2e2e2e !important;
    text-transform: uppercase;
}

.header-search i:hover {
    color: #a09f9f;
    cursor: pointer;
}

.header-search input:focus {
    outline: none !important;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    caret-color: #c1bfbf;
}

#mobile-form-submit {
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

#mobile-form-submit:hover {
    background: #d83e1a !important;
}

/*---Text-----*/
.grey-large{font-family:'Barlow', sans-serif; color:#565656; text-transform:uppercase; font-size:32px; line-height:1; font-weight:700;}
.black-large{font-family:'Barlow', sans-serif; color:#000; text-transform:uppercase; font-size:32px; line-height:1; font-weight:700;}
.white-large{font-family:'Barlow', sans-serif; color:#fff; text-transform:uppercase; font-size:32px; line-height:1; font-weight:700;}

/*---Buttons----*/

.orange-full{font-family:'Barlow', sans-serif; color:#fff; font-size:16px; text-shadow:1px 1px 1px rgba(0,0,0,.5);text-align:center; letter-spacing:1px; font-weight:bold; background:#ff5020; padding:10px 25px; transition:.3s ease; box-sizing:border-box; border:none; border-radius:3px; width:100%;}
.orange-full:hover{background:#E04419;}

.orange-btn{font-family:'Barlow', sans-serif; color:#fff; font-size:16px; text-shadow:1px 1px 1px rgba(0,0,0,.5);text-align:center; letter-spacing:1px; font-weight:bold; background:#ff5020; padding:10px 25px; transition:.3s ease; box-sizing:border-box; border:none; border-radius:3px; width:160px;}
.orange-btn:hover{background:#E04419;}

/*---Hero----*/
.contact-header{font-weight:700; color:#fff; text-transform:uppercase; font-size:17px;}
.contact-header:hover{color:#fff; text-decoration:underline;}

.hero-wrapper{max-width:1100px; background:rgba(225,225,225,.95); padding:15px; box-sizing:border-box; display:flex; flex-direction:row;}
.hero-left{display:flex; flex-direction:row; justify-content: flex-start; width:420px;}
.hero-right{width:calc(100% - 420px);}


/*----Home Logos----*/
.logos-back-wrap{background:url('/wp-content/uploads/2020/10/background-white-01-top.jpg') no-repeat center top!important;}

.logos{display:flex; flex-direction:row; justify-content: center; width:100%; padding:30px 0 10px 0;}
.logos a{width:25%;}
.logos a img{max-width:180px!important; width:100%; margin:0 auto; display:block; transition:.3s ease;}
.logos a img:hover{transform:scale(1.1);}

.home-sales-top{background:url('/wp-content/uploads/2020/10/background-white-01-top.jpg') no-repeat center bottom!important; padding:100px 0;}

/*----Testimonials----*/
.reviews{width:80%; margin:0 auto;}
.review-text{text-align:left; color:#333; font-size:22px; font-weight:400; line-height:28px; font-family:'Barlow', sans-serif;}
.review-name{text-align:right; color:#e5540f; font-weight:700; font-size:24px; margin-top:15px; padding-bottom:10px;}


/*-----Parts Specials----*/
.parts-specials{padding:10px; box-sizing:border-box; margin:5px; box-shadow:2px 2px 5px 2px rgba(0,0,0,.2);}
.parts-row{display:flex; flex-direction:row;}
.specials-left{width:39%;}
.specials-left img{width:100%; height:110px; object-fit:contain;}
.specials-right{width:61%; padding:15px 10px; box-sizing:border-box;}
.off{font-size:22px; text-transform:uppercase; padding:10px 0; font-weight:700; font-family:'Barlow', sans-serif; color:#ff5020;}
.deal{font-size:20px; font-weight:500; color:#000; font-family:'Barlow', sans-serif;}
.valid{text-align:center; padding-top:20px; font-weight:400; color:#000; font-size:16px;}

/*----Service----*/

.service-right img{width:100%;}
.service-table{width:100%;}
.service-table tr td{padding:8px; box-sizing:border-box;}
.service-table tr th{font-size:20px; font-weight:600; color:#fff; background:#ff5020; padding:10px; box-sizing:border-box; border:solid 1px #f0f0f0;}
.service-table tr:nth-last-of-type(odd){background:#f0f0f0;}

/* Class for Google Map widget */

.google_map {
    width: 100%;
    min-height: 58vh;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar {
    min-height: auto !important;
    margin-bottom: 0 !important;
}

.navigation-top {
    width: 100%;
}

.menu li {
    width: auto !important;
    padding-right: 6%;
    display: inline-block;
}

.menu li:last-child {
    padding-right: 0 !important;
}

.menu li>a {
    color: #000;
    font-size: 1.5em;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7);
    color: orange;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #e68a24;
}

.dropdown-menu:not(.head-list)>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* ===========================================================
04. Typography
=========================================================== */

h2,
.list-content .list-title .list-title-text {
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 35px;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h4 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

h6 {
    font-size: 12px;
    font-weight: 700;
}

p {
    line-height: 22px;
    font-weight: 300;
}

strong {
    color: #363636;
    font-weight: 700;
}

.intro-copy {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

.body {
    color: #808080;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-width: 850px;
}

.product-top .body {
    max-width: 100% !important;
}


/* ===========================================================
05. Links / Buttons
=========================================================== */

.bttn-base,
.btn {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    padding: 15px 60px;
    display: inline-block;
    border: none !important;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.bttn-orange,
.btn,
.btn-success,
.btn-success:focus {
    background: #ff5020;
    border: none !important;
}


.bttn-black {
    background: #212121;
    color: #fff;
}

.bttn-black:hover {
    background: #000;
}

.bttn-orange:hover,
.btn-success:hover {
    background: #d83e1a !important;
    color: #fff !important;
}

.bttn-white {
    background: #fff;
    color: #212121 !important;
}

.bttn-base i {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bttn-base:hover i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.bttn-white i {
    color: #f85312;
}

.bttn-white:hover {
    background: #dcdcdc !important;
}

.bttn-shadow {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
}

.body-link {
    font-size: 18px;
    display: inline-block;
    line-height: 18px !important;
    color: #ff5020 !important;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    margin-bottom: 0 !important;
}

.location-card .body-link {
    color: #3c3c3c;
}

.body-link b {
    color: #3c3c3c;
    font-weight: 700;
}

.body-link:hover {
    opacity: 0.6;
}

.large-body-link,
.large-body-link .body-link {
    font-size: 33px !important;
    line-height: 45px !important;
}


/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper,
.entry-content {
    width: 80%;
    max-width: 1800px;
    margin: 0 auto;
}
.wrapper2 {
    max-width: 1500px;
    width:100%;
	padding:10px; 
	box-sizing:border-box;
    margin: 0 auto;
}
.hero {
    position: relative;
}

.header-slider-logos {
    position: absolute;
    z-index: 5;
    top: 25px;
    right: 25px;
    align-items: center;
}

.model-card {
    height: 100%;
}

.header-slider-logos a {
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-slider-logos a:hover {
    opacity: 0.7;
}

.header-slider-logos img {
    width: 100%;
}

.site-main {
    background: #f7f7f7;
}

.rule {
    padding: 25px;
    margin: 0 auto;
    width: 100px;
}

.rule-inner {
    background: #ff5020;
    height: 7px;
}


/* Home Sales */

.home-sales {
    background: #f7f7f7;
    padding-bottom: 0 !important;
}

.home-sales .wrapper {
    position: relative;
}

.home-sales-bottom {
    margin-bottom: -30px;
}

.product-card-outer {
    width: 30%;
    position: relative;
    z-index: 5;
    margin: 0 20px;
    display: flex;
    height: 270px;
}

.product-card {
    padding: 110px 30px 30px 30px;
    background: #fff;
	box-shadow:0px 8px 10px 1px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.product-card .product-image {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-card h3 {
    color: #212121;
    margin: 30px 0;
}

.product-card .bttn-base {
    margin-top: auto;
    padding: 15px 0;
    max-width: 100%;
    width: 80%;
}


.product-card a.bttn-base:hover+img {
    top: -70px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.new-inventory-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.new-inventory .bttn-base:hover+.new-inventory-overlay {
    background: rgba(122, 122, 122, 0.12);
    mix-blend-mode: color-burn;
}

.used-inventory-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.used-inventory .bttn-base:hover+.used-inventory-overlay {
    background: rgba(122, 122, 122, 0.22);
    mix-blend-mode: color-burn;
}

.used-inventory-hover {
    background: rgba(247, 80, 32, 0.4);
    mix-blend-mode: color-burn;
}

.inventory-card-container {
    transform: translateY(37%);
    position: relative;
    z-index: 1;
}

.inventory-card {
    position: relative;
    height: 262px;
    justify-content: center;
    align-items: center;
}

.inventory-card h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.inventory-card .bttn-base {
    position: relative;
    z-index: 2;
}

.new-inventory {
    background: url('/wp-content/uploads/2020/10/used-inv-02.png') no-repeat center center;
    background-size: cover;
}

.used-inventory {
    background: url('/wp-content/uploads/2021/03/new-inv-int.jpg') no-repeat center center;
    background-size: cover;
}


/* Home Locations */

.home-locations-top {
    padding-top: 210px !important;
}

.home-locations {
    background: #212121;
}

.location-card {
    width: 19%;
    background: #dcdcdc;
    margin: 0 5px;
}

.location-card-header {
    background: #808080;
    width: 100%;
}

.location-card-header a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.location-card-header a:hover {
    opacity: 0.7;
}

.location-card-icons {
    display: flex;
    justify-content: center;
}

.location-card-icons li {
    display: inline-block;
    margin: 0 10px;
}
.shEditorInsertButtonPopover i {
    font-size:  unset !important;
    margin: unset !important;
}
.shEditorInsertButtonPopover button {
    padding-top: 5px;
    padding-bottom: 5px;
    flex: unset !important;
    border-right: unset !important;
    display: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    flex-direction: unset !important;
    transition: unset !important;
    -webkit-transition: unset !important;
}
.shEditorInsertButtonPopover .arrow {
    padding:0;
}
.shEditorInsertButtonPopover {
    transition:none !important;
    -webkit-transition: none !important;
    padding: 0 !important;
}
.location-card-icons i {
    color: #ff5020;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.location-card-icons i:hover {
    opacity: 0.6;
}

.location-card-main {
    padding: 15px;
}

.location-card-main p {
    text-transform: uppercase;
}

.hours-list li {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.hours-list li:nth-of-type(odd) {
    background: #ededed;
}


/* Home Service */

.home-service {
    position: relative;
}

.home-service .videoDiv {
    width: 61%;
}

.videoBlock {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.home-service video,
.home-parts video {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
}

.video-shape {
    min-height: 110%;
    width: 48%;
}

.home-service-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: url('/wp-content/uploads/2020/10/background-angle-right-02.png') no-repeat;
    background-size: cover;
    background-position: bottom left;
    display: flex;
    align-items: center;
    height: 100%;
}

.home-service-copy {
    padding: 0 10% 0 30%;
}

.home-service .rule-inner {
    background: #e9ebee;
}

.home-service .rule {
    padding: 25px 25px 25px 0;
    margin: 0;
    width: 100px;
}


/* Home Testimonials */

.home-testimonials {
    background: url('/wp-content/uploads/2020/10/white-background-02-top.png') no-repeat center top, url('/wp-content/uploads/2020/10/white-background-02-bottom.png') no-repeat center bottom, #f7f7f7;
    background-size: contain;
}

.home-testimonials-card {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.home-testimonials-card-outer {
    background: #fff;
    width: 100%;
    padding: 25px;
    position: relative;
    z-index: 2;
}

.home-testimonials-card-inner {
    background: #fff;
    border: 1px solid #ff5020;
    /* height: 100%; */
    min-height: 500px;
    position: relative;
}

.home-testimonials-card .shadow {
    position: absolute;
    z-index: 1;
    bottom: -31px;
    opacity: 0.8;
    left: 50%;
    transform: translateX(-50%) scale(1.08);
    -webkit-transform: translateX(-50%) scale(1.08);
    -moz-transform: translateX(-50%) scale(1.08);
    -ms-transform: translateX(-50%) scale(1.08);
    -o-transform: translateX(-50%) scale(1.08);
}

.testimonial-copy {
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
}


/* Home Parts */

.home-parts {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.home-parts .videoDiv {
    width: 61%;
}

.home-parts-background {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    background: url('/wp-content/uploads/2020/10/background-angle-left.png') no-repeat;
    background-size: cover;
    background-position: bottom right;
    display: flex;
    align-items: center;
    height: 100%;
}

.home-parts-copy {
    padding: 0 30% 0 10%;
}

.home-parts .rule-inner {
    background: #e9ebee;
}

.home-parts .rule {
    padding: 25px 25px 25px 0;
    margin: 0;
    width: 100px;
}


/* Manufacturer Page */

.product-top {
    background: #f7f7f7;
}

.product-top .col-1 {
    background: #fff;
}

.product-top .rule {
    padding: 25px 0;
    margin: 0;
    width: 70px;
}

.product-top-left {
    justify-content: center;
    align-items: center;
}

.product-top-image {
    max-width: 475px;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
}

.product-top-right {
    padding-right: 25px;
}

.bttn-view-models {
    background: #9b9da2;
    padding: 55px !important;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bttn-view-models:hover {
    background: #808389;
}

.bttn-view-inventory {
    background: #ff5020;
    padding: 55px !important;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bttn-view-inventory:hover i,
.bttn-view-models:hover i {
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
}

.bttn-view-inventory:hover {
    background: #d83e1a;
}

.bttn-view-models h3,
.bttn-view-inventory h3 {
    color: #fff;
    margin-bottom: 15px;
}

.bttn-view-models p,
.bttn-view-inventory p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.bttn-view-models i,
.bttn-view-inventory i {
    font-size: 25px;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-bottom {
    background: url('/wp-content/uploads/2020/10/white-background-02-top.png') no-repeat center top, url('/wp-content/uploads/2020/10/white-background-02-bottom.png') no-repeat center bottom, #f7f7f7;
    background-size: contain;
}

.product-bottom .wrapper {
    justify-content: space-around;
}


/* Model Page */

.model-landing-main {
    background: #f7f7f7;
}

.model-landing-main .model-card {
    padding: 0 !important;
}

.model-landing-main h3 {
    padding: 10px;
    color: #fff !important;
}

.model-landing-main h6 {
    margin-bottom: 15px !important;
    color: #2e2e2e !important;
}

.model-card-main .ic-model-outer .model-card {
    height: 900px !important;
}

.model-landing-main .model-card-middle {
    background: #23408f !important;
    padding: 10px;
}

.model-landing-main .ic-model-outer .card-engines {
    margin-bottom: 0 !important;
}

.model-landing-main .card-engines {
    background: #fff !important;
    padding: 10px;
}

.model-card-outer {
    padding: 15px !important;
    width: 33.33%;
}

#post-215 .model-card-outer {
    width: 100% !important;
}

#post-215 .model-card {
    height: 900px !important;
}

.model-list {
    list-style-type: disc;
    list-style-position: inside;
}

.model-list li {
    margin-bottom: 10px;
}

.model-card-top {
    position: relative;
}

.model-card-top img {
    width: 100%;
	height:280px;
	object-fit:cover;
}

.model-card-truck-type {
    background: #ff5020;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.model-card-truck-type h5 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.model-card {
    background: #fff;
    padding: 25px;
    width: 100%;
    min-height: 700px;
}

.model-card h3 {
    margin: 15px 0;
}

.model-card-middle {
    padding-top: 30px;
}

.model-card-middle h5 {
    margin-bottom: 15px;
}

.model-card h6 {
    color: #9b9da2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.model-card h6 span {
    color: #787b82;
}

.model-card-small {
    color: #9b9da2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.card-engines {
    margin: 15px 0;
}

.card-engines .col-1 {
    justify-content: space-around;
}

.icon-engine {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icon-engine img {
    margin: 8px 0;
}

.engine-level .col-1 {
    display: flex;
    justify-content: space-between;
}

.engine-level,
.card-engines {
    background: #f7f7f7;
    padding: 10px !important;
}

.engine-amount {
    width: 100%;
    height: 20px;
    background: #212121;
    display: flex;
    justify-content: flex-start;
}

.engine-amount-1 {
    width: 10%;
    background: #9b9da2;
    height: 20px;
}

.engine-amount-2 {
    width: 20%;
    background: #9b9da2;
}

.engine-amount-3 {
    width: 30%;
    background: #9b9da2;
}

.engine-amount-4 {
    width: 40%;
    background: #9b9da2;
}

.engine-amount-5 {
    width: 50%;
    background: #9b9da2;
}

.engine-amount-6 {
    width: 60%;
    background: #9b9da2;
}

.engine-amount-7 {
    width: 70%;
    background: #9b9da2;
}

.engine-amount-8 {
    width: 80%;
    background: #9b9da2;
}

.engine-amount-9 {
    width: 90%;
    background: #9b9da2;
}

.engine-amount-10 {
    width: 100%;
    background: #9b9da2;
}

.model-card-bottom {
    height: 75px;
    background: #e9ebee;
    padding-left: 0;
    padding-right: 0;
    margin-top: auto;
    border: 1px solid #cacbcc;
}

.model-card-bottom a,
.model-card-bottom button {
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #9b9da2;
    flex: 1;
    border-right: 1px solid #cacbcc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.model-card-bottom button {
    border-bottom: none !important;
    border-left: none !important;
    border-top: none !important;
}

.model-card-bottom a:hover {
    background: #c2c5c9;
    color: #71747d;
}

.model-card-bottom button:hover {
    background: #c2c5c9;
    color: #71747d;
}

.model-card-bottom a span {
    font-weight: 700;
}

.model-card-bottom a:last-of-type {
    border-right: none;
    background: #ff5020;
    color: #fff;
}

.model-card-bottom a:last-of-type:hover {
    background: #d83e1a;
    color: #fff;
}

.shEditorInsertButton.sheditorinsertedbutton{
    border: 1px solid rgb(255, 80, 32);
    
    margin: 0 auto;
    display: flex;
}
.shEditorInsertButton.sheditorinsertedbutton:hover{
   color: #212121;
}

.modal-body-link {
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}

.modal-body-link img {
    max-width: 100px;
}

.modal-body .col-1 {
    justify-content: center;
    margin: 10px 0;
}

.modal-body .bttn-base,
.out-of-stock .col-1 {
    padding: 15px;
    margin-top: auto;
}

.modal-header,
.sh-modal-header {
    background-color: #212121;
}

.ic-model-outer .card-engines {
    margin-top: 0;
    margin-bottom: 15px;
}

.ic-model-outer .card-engines img {
    margin-right: 15px;
}

.ic-model-outer i {
    font-size: 30px;
    margin-right: 15px;
}


/* RH Modal */

#rh-Modal .modal-body .col-1 {
    padding: 25px 0;
}


/* Service Department Page */

.diamond-dealer-logo {
    align-self: flex-start;
    max-width: 150px;
}


/* .location-page-upper .dark {
    color: #fff!important;
} */

.location-page-upper-dark {
    color: #fff !important;
}

.omaha-top {
    background-image: url('/wp-content/uploads/2020/12/omaha-skyline.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #212121;
    background-size: cover;
    min-height: 800px;
}

.lincoln-top {
    background-image: url('/wp-content/uploads/2020/12/lincoln-skyline.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #212121;
    background-size: cover;
    min-height: 800px;
}

.north-platte-top {
    background-image: url('/wp-content/uploads/2021/03/north-platte-tower.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #212121;
    background-size: cover;
    min-height: 800px;
}

.norfolk-top {
    background-image: url('/wp-content/uploads/2020/12/norfolk-skyline.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #212121;
    background-size: cover;
    min-height: 800px;
}

.sioux-city-top {
    background-image: url('/wp-content/uploads/2020/12/sioux-city-skyline.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #212121;
    background-size: cover;
    min-height: 800px;
}

.team-top {
    background-color: #212121;
    height: 200px;
}

.team-location {
    margin-bottom: 50px;
}

.location-page-header {
    justify-content: space-between;
    margin-bottom: 55px;
    box-sizing: border-box;
}

.location-page-nav ul {
    font-size: 0;
}

.location-page-nav li {
    display: inline-block;
}

.location-page-nav li button {
    border: none;
}

.location-page-nav li a,
.location-page-nav li button,
.location-page-nav li div {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 30px;
    background: #e9ebee;
    color: #9b9da2;
    flex: 1;
    border-right: 1px solid #cacbcc;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.location-page-nav li a:hover,
.location-page-nav li button:hover {
    background: #c2c5c9;
    color: #71747d;
}

.location-page-nav li:last-of-type a {
    border-right: none;
    background: #ff5020;
    color: #fff;
}

.location-page-nav li:last-of-type a:hover {
    background: #d83e1a;
    color: #fff;
}

.location-page-top a {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.location-page-top a:hover {
    opacity: 0.7;
}

.location-page-top p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

.location-page-top i,
.directory-card-right i {
    color: #ff5020;
   
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.location-page-top i:hover,
.directory-card-right i:hover {
    opacity: 0.6;
}

.location-page-top a span,
.location-page-top p span {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}

.location-page-top-right ul {
    width: 100%;
    margin-bottom: 25px;
}

.location-page-top-right li {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.location-page-top-right li:nth-of-type(odd) {
    background: rgba(115, 115, 115, 0.7);
}

.location-page-top-right li:nth-of-type(even) {
    background: rgba(108, 108, 108, 0.7);
}

.location-inventory {
    margin-top: -35px;
}

.location-inventory .used-inventory {
    justify-content: space-between;
}

.location-inventory .used-inventory h3 {
    margin-bottom: 0 !important;
}

.location-inventory .used-inventory .bttn-base {
    margin: 0;
}

.location-inventory .inventory-card {
    padding: 55px !important;
}

.location-directory-top {
    padding-top: 150px !important;
}

.body-shop-nav li:last-of-type a {
    border-right: none;
    background: #e9ebee;
    color: #9b9da2;
}

.body-shop-nav li:last-of-type a:hover {
    background: #c2c5c9;
    color: #71747d;
}

.location-directory-main {
    background: #212121;
    padding-bottom: 55px;
}

.location-directory-main .col-1 {
    justify-content: center;
    margin-bottom: 50px;
}

.directory-card-outer {
    width: 30%;
    display: flex;
    padding: 10px;
}

.directory-card {
    padding: 25px;
    width: calc(100% - 20px);
	margin:10px;
    background: #808080;
}

.directory-card-image {
    justify-content: center;
    align-items: center;
}

.directory-card img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	height:130px; 
	width:130px; 
	object-fit:cover;
}

.directory-card-right {
    margin-left: 30px;
}

.directory-card-right h3 {
    margin-bottom: 10px;
}

.directory-card-right h5 {
    margin-bottom: 10px;
}

.directory-card-right .footer-social-container {
    margin-top: auto;
}

.capacity-outer .engine-level {
    margin-bottom: 15px;
}


/* Parts Specials Custom Post Type */

.specials-container {
    justify-content: center;
    flex-wrap: wrap;
}

.specials-card-outer {
    width: 31%;
}

.specials-card-outer .model-card {
    height: 500px;
}

.specials-card-outer .model-card-bottom {
    height: 55px;
}

.modal-title,
.sh-modal-title {
    color: #212121 !important;
}

.parts-specials-modal .modal-title,
.models-modal .modal-title {
    color: #fff !important;
}


/* CALL US MODAL POPUP  */

.popUpBtn {
    cursor: pointer;
}


/* The Modal (background) */

.callmodal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 20%;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-bottom: 50px;
}


/* Modal Content */

.callmodal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-body-link img{height:75px; object-fit:contain;}

/*---------Warranty Page---------------*/
.warranty-top-left{display:flex; flex-direction:row; justify-content: flex-start;}
.warranty-top-wrap{display:flex; flex-direction:row; justify-content: space-between;}
.warranty-top-left h1{font-size:35px; text-transform:uppercase; letter-spacing:-1px; line-height:35px; font-weight:700; padding-left:10px;}
.warranty-top-left h1 span{font-weight:500; color:rgb(225,80,32);}
.warranty-top-left img{margin-top:-30px;}

.deduct{background:#333; padding:8px 15px; text-align:center; text-transform:uppercase; box-sizing:border-box; color:#fff; font-size:18px; font-weight:700;}

.warranty-col{max-width:280px; width:100%; padding:10px; box-sizing:border-box;}
.warranty-col h3{font-size:20px;}

.warranty-col p{font-size:18px; font-weight:500; padding-top:10px;}
.warranty-col ul{padding-left:15px;}
.warranty-col ul li{list-style:disc; font-size:16px; line-height:22px;}

.download{max-width:900px; text-align:center;}
.download p{font-size:24px; font-weight:700; line-height:30px;}
.download p a{color:rgb(225,80,32);}
.download p a:hover{text-decoration:underline;}

.warranty-right table#main{width:900px; box-shadow:1px 1px 5px 2px rgba(0,0,0,.1);}
.warranty-right table#main tr{width:100%;}
.warranty-right table#main tr td{width:25%; font-size:16px; text-align:center; border:solid 1px #000; padding:5px; box-sizing:border-box;}
.warranty-right table#main tr th{padding:10px; box-sizing:border-box; background:#333; color:#fff;}
table#second tr td{padding:0!important; border:none!important; width:33.33%!important;}
table#second tr, table#second{width:100%;}

.warranty-right table#main tr td#bold{font-weight:700; padding:12px; height:70px;}
.warranty-right table#main tr td#bold span{font-weight:400;}
/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}


/* The Close Button */

.callmodal .close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.callmodal .close i {
    color: white;
}

.callmodal .close:hover,
.callmodal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.callmodal .modal-header {
    padding: 7px 0;
    background-color: #212121;
    color: white;
}

.callmodal .modal-header h2 {
    display: block;
    position: relative;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.close {
    opacity: .8;
    margin-right: 10px;
}

.close:hover {
    background-color: inherit;
}

.callmodal .email-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.callmodal .email-link:hover {
    opacity: 0.7;
}

.callmodal .email-link i {
    color: #ff5020;
}

.callmodal .bttn-base {
    padding: 15px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.callmodal h4 {
    margin-bottom: 10px !important;
}

.callmodal .modal-body {
    background: #dcdcdc;
}

.callmodal .modal-body .col-1 {
    padding: 15px;
    justify-content: space-between;
    margin: 0 !important;
}

.modal-body .col-1:nth-of-type(odd) {
    background: #ededed;
}

.modal-body i {
    font-size: 24px !important;
    margin-right: 15px;
}

.service-location {
    align-items: center;
    margin: 20px 0;
    background: #ededed;
    padding: 10px;
    height: 140px;
}

.service-location h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px !important;
}

.service-location-info {
    height: 247px!important; 
}
.service-location-info h4{
    text-align: center;
    line-height: 18px;
}

.service-location h5 {
    font-size: 12px;
    margin-bottom: 10px;
}

.service-location .footer-social-container {
    margin-top: auto;
}


/* Parts Page */

.parts-main .col-1 {
    padding: 25px!important;
}

.parts-main .bttn-base:last-of-type {
    margin-top: 20px;
}

.location-card .bttn-base {
    padding: 15px 0;
    width: 100%;
    margin-top: 20px;
}

.contact-large {
    font-size: 19px !important;
    text-transform: uppercase !important;
    padding: 15px 50px !important;
}


/* Repairlink Modal */

#repairlink-Modal .modal-body {
    background: #dcdcdc;
}

#repairlink-Modal .col-4 {
    background: #dcdcdc;
}

#repairlink-Modal .col-4:nth-of-type(odd) {
    background: #ededed !important;
}

#repairlink-Modal .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    position: relative;
}

#repairlink-Modal h4 {
    color: #808080;
}

#repairlink-Modal .col-4 span {
    position: absolute;
    font-size: 74px;
    top: -6px;
    right: 2px;
    font-family: jaf-bernino-sans-condensed, sans-serif;
    font-weight: 600;
    color: #808080;
    opacity: 0.2;
}

#repairlink-Modal .body {
    font-size: 14px;
    line-height: 18px;
}

#repairlink-Modal .body-link {
    margin-top: auto;
}


/* Build Own Cards */

.build-card {
    padding: 15px;
    margin: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 400px;
}

.build-card h2 {
    font-size: 25px;
    line-height: 28px;
}

.build-card a {
    margin-top: auto;
    width: 100%;
}

.build-card a .bttn-base {
    padding: 15px 0;
    width: 100%;
}


/* Lease / Rentals */

.grey-col-6 {
    background: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 30px;
}

.grey-col-6 h5 {
    margin-bottom: 20px;
}

.lease-rentals p {
    margin-bottom: 35px;
}

.video-container {
    margin-bottom: 30px;
}

.ceo {
    text-align: right;
}

.ceo span {
    font-weight: 600;
}


/* Accelerated Service */

.spec-heading {
    margin-right: 50px;
    width: 20%;
}

.spec-data {
    width: 80%;
}

.page-hero {
    height: 400px;
}

.img-container {
    padding: 25px;
    background: #f7f7f7;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

.occ-content .body-small {
    max-width: 850px;
}

.occ-content h3 {
    margin-top: 55px !important;
}

.occ-content ul {
    margin: 55px 0;
}

.occ-content li {
    display: block;
    padding: 25px;
}


/*  */

.white-bg .flex-column.flex-center.text-center {
    justify-content: center;
    align-items: center;
}


/* Custom pop-up */
.cpt-modal {
    z-index: 9999999!important;
}

.modal-dialog {
    width: 600px;
    margin: 5vh auto;
    height: 90vh !important;
    /* max-height: 100vh!important; */
}

.modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.modal-footer {
    margin-top: auto;
}

.modal-body {
    overflow-y: scroll;
    height: 100%;
}

.cpt-modal .modal-title {
    text-transform: none;
    font-weight: 500;
}

.modal-title {
    font-size: 18px;
    margin-right: 7px;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    /* top: 10px; */
    right: 10px;
    opacity: 0.5;
}

.modal-header .close:hover {
    opacity: 0.2;
}

.close {

    z-index: 10;
}

.white {
    color: #fff !important;
    font-weight: 400;
}

/* Override for inventory font awesome icons */

.fa-youtube-square:before {
    content: "\f431" !important;
}

.fa-linkedin:before {
    content: "\f08c" !important;
}


/* ===========================================================
07. Footer Structure
=========================================================== */

.footer {
    background: #212121;
    border-top: 15px solid #ff5020;
}

.footer img {
width: 117%;
	max-width:450px;
}

.footer a {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-top {
    justify-content: center;
}

.footer-top a {
    max-width: 250px;
}

.footer a:hover {
    opacity: 0.6;
    color: #fff;
}

.footer-main {
    padding-left: 0;
    padding-right: 0;
}

.footer h4 {
    color: #dcdcdc;
}

.footer-contact-link {
    font-size: 30px;
    font-weight: 600;
}

.footer-social li {
    display: inline-block;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social a i {
    font-size: 25px;
    color: #fff;
}

.footer-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #c2c2c2 !important;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    line-height: 30px;
}

.footer-social-container {
    justify-content: center;
}

.footer-social-container li {
    padding: 5px 5px 5px 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1.75px solid #e74a43;
}

.footer-social-container a {
    width: 110px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-social-container li:hover i {
    color: #333333;
}

.footer-social-container li:hover {
    border: 2px solid #ff5020;
    background: #ff5020;
}

.footer-social-container li a i {
    color: #ff5020;
    font-size: 22px;
    line-height: 39px;
}

.footer-bottom {
    justify-content: center;
    background: #000;
}

.footer-bottom p {
    text-transform: uppercase;
    font-weight: 500;
    color: #686868;
    font-size: 12px;
}


/* ===========================================================
08. Form
=========================================================== */


/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-weight: 500;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 500;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-weight: 500;
    font-size: 16px;
}

::-ms-input-placeholder {
    /* Recent browsers */
    font-weight: 500;
    font-size: 16px;
}

::placeholder {
    /* Recent browsers */
    font-weight: 500;
    font-size: 16px;
}

textarea::-webkit-input-placeholder {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

textarea::-moz-placeholder {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

textarea:-ms-input-placeholder {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

textarea::-ms-input-placeholder {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

textarea::placeholder {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
}

#formpage label,
.calculator-wrapper label {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage select,
#formpage textarea {
    background: #dddddd;
    border: none;
    height: 50px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage select {
    padding: 0 15px !important;
}

#formpage textarea {
    padding: 15px !important;
}

.form-flex {
    display: flex;
}

#green-btn {
    margin: 20px 0;
}

input:focus {
    background: white;
    border: 1px solid grey;
}

.bv-form .col-sm-6 {
    padding-right: 25px !important;
}

textarea.form-control {
    padding-right: 25px !important;
    margin-right: 75px;
    width: 98.5%;
    min-height: 200px;
}

form h1 {
    margin-bottom: 25px;
    font-size: 13px;
}

label {
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
}

.form-control {
    height: 50px;
}

.form-group {
    margin-bottom: 15px;
    margin-right: 15px;
}

.bv-form .col-sm-6 {
    padding-right: 0 !important;
}

.entry-content form i {
    color: #ec1c24 !important;
    font-size: 12px !important;
}

#formpage2 input {
    padding-right: 42.5px;
    height: 50px;
    background: #fff !important;
    font-size: 13px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: block;
    width: 100%;
}


/* .checkbox,
.radio {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 25px;
} */


/* Form thank you */

.alert-success {
    background-color: #fff;
    border-color: transparent;
    border-left: none;
    border-radius: 9px;
    color: #fff;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.29);
}

.sandhills-contact-response h2 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}


.contact-form{padding-bottom:20px;}
.contact-form .radio{display:inline-block; padding:0 10px;}
.contact-form .contactFormLabel{width:100%;}
.contact-form .form-check {display:inline-block;}
/* ===========================================================
09. Classes
=========================================================== */



.margin-right {
    margin-right: 20px;
}

.margin-right-md {
    margin-right: 40px;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: calc(100%/6);
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}


.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
    color: #7a878e;
    outline: 0;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.flex-column {
    flex-direction: column !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.space-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.pd-top-sm {
    padding-top: 30px;
}

.pd-top-lg {
    padding-top: 100px;
}

.pd-btm-lg {
    padding-bottom: 100px;
}

.pd-btm-md {
    padding-bottom: 55px;
}

.pd-btm-sm {
    padding-bottom: 30px;
}

.pd-md {
    padding: 55px 0;
}

.pd-sm {
    padding: 30px 0;
}

.pd-lg {
    padding: 100px 0;
}

.pd-r-md {
    padding-right: 55px !important;
}

.mg-t-lg {
    margin-top: 100px !important;
}

.mg-btm-sm {
    margin-bottom: 30px;
}

.mg-btm-md {
    margin-bottom: 55px;
}

.mg-top-40 {
    margin-top: 40px !important;
}

.mg-btm-0 {
    margin-bottom: 0 !important;
}

.text-center {
    text-align: center;
}

.nopadding {
    padding: 0 !important;
}

.grey {
    color: #565656;
}

.light-grey {
    color: #9b9da2;
}

.dark-grey {
    color: #212121 !important;
    font-weight: 700;
}

.white {
    color: #e9ebee;
}

.light-grey-bg {
    background: #f7f7f7;
}

.white-bg {
    background: #fff;
}

.wevr {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #212121 !important;
    display: block !important;
    margin-bottom: 10px;
}


.nav-tabs, .tab-content{float:left!important;}
.nav-link{color:#000!important; font-size:18px; font-weight:600; text-transform:uppercase; border-bottom:5px solid transparent!important;}
.nav-link.active{background:transparent!important; border:none!important; border-bottom:solid 5px #ff3600!important;}
.nav-link:hover{border:none; border-bottom:solid 5px #ff3600!important; background:transparent; }

/* ===========================================================
10. Inventory Styles
=========================================================== */

.detail-additional-data h3 {
    font-size: 16px;
}

.contact-info-heading h2 {
    font-size: 19px;
}

#primary {
    box-sizing: border-box !important;
}

.container {
    width: inherit !important;
}

.list-content .list-title .list-listings-count {
    font-size: 15px !important;
}

.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .list-sort-order-select {
    font-size: 13px !important;
}

.faceted-search-field {
    overflow-x: hidden;
}

.faceted-search-field i {
    transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
}

.list-content .list-title {
    padding: 15px 0;
    font-size: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    border-bottom: none;
}

.list-content .list-title .list-listings-count {
    margin-left: 3px !important;
}

.list-content {
    margin: 0 auto;
    max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
    background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
    background: #fff !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
    height: 30px;
    line-height: 30px;
}

.list-content {
    max-width: 100% !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
    padding: 12px !important;
}

.search-mobile input[type="text"] {
    padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.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,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
    background: #ff5020 !important;
    border: none;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
    background: #ff5020 !important;
    color: #fff;
    font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
    background: #efefef;
    font-weight: 400;
    border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
    margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
    margin: 25px 0 5px;
    color: #141416 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover,
.print-this:hover,
.email-this:hover {
    background: #d83e1a !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
    color: #ff5020;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #ff5020 !important;
    border: 1px #ff5020 solid !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    color: #d83e1a;
    border: 1px #d83e1a solid;
}

.white-bg .container {
    width: 100% !important;
}

.section-head {
    width: 100%;
}

.list-content .list-title {
    display: block;
    margin: 0;
}

.list-content .list-title .list-title-text {
    display: block;
    width: 100%;
}

.print-this,
.email-this {
    background: #ff5020 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
    text-align: center !important;
    transition: 0.3s !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: none !important;
}

.list-content .print-this:hover,
.list-content .email-this:hover {
    background: #73c3eb !important;
}

.list-content .list-main-section .list-container .list-listing {
    /* background: #f2f2f2; */
    padding: 15px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.list-container-flexrow .price-container .price {
    margin-left: 0;
    color: #ff5020;
}


/* .has-search-bar {
	width: 74%;
} */

body .noUi-connect {
    background: #dddddd;
}

body .noUi-handle {
    background: #ff5020;
}

.noUi-handle {
    border: none;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: none;
}


/* .list-content .list-main-section .list-container .list-listing {
    border: none !important;
} */

.faceted-section-head i {
    color: #ff5020 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #3a658e;
    display: inline-block;
    margin: 10px 0 0 10px;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 6px !important;
    display: inline-block;
    border: none !important;
    color: #fff;
    background: #ff5020;
    border-radius: 0 !important;
    cursor: pointer;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
    font-weight: 400;
    font-size: 12px;
}

.detail-content {
    margin: 0 auto;
    max-width: 1124px;
    padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
    font-size: 11px !important;
    line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.listing-widgets a {
    background-color: #efefef !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
    background-color: #cccccc !important;
}

.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.list-content .list-listing-mobile .video-chat-link {
    height: 40px;
}

.list-content .list-main-section .list-container .list-listing {
    margin-top: 26px !important;
}

.modal-form-el input {
    background: #efefef;
}

.list-content .list-main-section .list-container .list-error a {
    text-decoration: none !important;
}

.out-of-stock {
    background: #efefef;
    padding: 25px;
}


/* Large Devices, Wide Screens */
@media screen and (max-width: 1650px) {
	.warranty-top-wrap{flex-wrap:wrap;}
}
@media screen and (max-width: 1450px) {
	.parts-row{flex-direction:column;}
	.specials-left{margin:0 auto;}
	.specials-right{width:100%;}
}

@media only screen and (max-width: 1550px) {

    h2,
    .list-content .list-title .list-title-text {
        font-size: 40px;
        line-height: 42px;
    }

    .header-logo h1 img {
        max-width: 290px !important;
    }

    .international-logo {
        max-width: 70px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .wrapper {
        width: 90%;
    }
	.header-logo{max-width:380px;}
    .product-card-outer .shadow {
        bottom: -15px;
    }

    .location-card-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .location-card {
        width: 30%;
        margin: 10px;
    }

    .video-shape {
        width: 47.5%;
    }

    .model-card-bottom {
        flex-direction: column;
    }

    .model-card-bottom {
        height: auto;
    }

    .model-card-bottom a,
    .model-card-bottom button {
        height: 40px;
        flex: none;
        border-bottom: 1px solid #cacbcc !important;
    }

    .ic-model-container .col-sm-4 {
        width: 48% !important;
    }

    .ic-model-container .row {
        display: flex;
        justify-content: center;
    }

    .ic-model-container .col-sm-offset-2 {
        margin-left: 0;
    }

    #post-215 .model-card {
        height: 780px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .model-landing-main .model-card {
        height: 100% !important;
    }

    .model-card {
        height: 750px;
    }

    .specials-card-outer .model-card {
        height: 440px;
    }

    .header-logo h1 img {
        max-width: 230px !important;
    }

    .international-logo {
        max-width: 60px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .header-logo h1 img {
        max-width: 210px;
    }

    h2,
    .list-content .list-title .list-title-text {
        font-size: 38px;
        line-height: 38px;
    }

    .home-testimonials-card {
        width: 80%;
    }

    .body {
        font-size: 17px;
        line-height: 22px;
    }

    .product-top-image {
        max-width: 400px;
    }

    .directory-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .directory-card-right {
        margin-left: 0;
        margin-top: 30px;
    }

    .directory-card h4 {
        margin-bottom: 15px;
    }

    .header-logo {
        margin-right: 0;
    }
	.header-logo{max-width:500px;}
}

@media only screen and (max-width: 1100px) {
    .product-card-outer {
        width: 32%;
        margin: 0 10px;
    }

    .model-card {
        height: 715px;
    }

    h2,
    .list-content .list-title .list-title-text {
        font-size: 40px;
        line-height: 39px;
    }

    h3 {
        font-size: 22px;
        line-height: 22px;
    }

    h4 {
        font-size: 18px;
    }

    .video-shape .body {
        font-size: 16px;
        line-height: 20px;
    }

    .callmodal .modal-content {
        width: 70%;
    }

    .header-slider-logos a {
        width: 140px;
    }

    .header-logo h1 img {
        max-width: 180px !important;
    }

    .international-logo {
        max-width: 50px !important;
    }

    .large-body-link,
    .large-body-link .body-link {
        font-size: 28px !important;
        line-height: 35px !important;
    }
}

@media only screen and (max-width: 1078px) {

    h2,
    .list-content .list-title .list-title-text {
        font-size: 34px;
        line-height: 34px;
    }
	.warranty-right:not([data-blockStyles="sheditor-element"]) table#main:not([data-blockStyles="sheditor-element"]){width:100%!important;}
}

@media only screen and (max-width: 1024px) {
    .location-card {
        width: 46%;
    }
.header-logo{max-width:360px;}
    .inventory-card-container {
        flex-wrap: wrap;
    }

    .inventory-card {
        width: 100%;
    }

    .home-sales {
        margin-bottom: -210px;
    }

    .inventory-card-container {
        transform: translateY(233px);
        margin-top: 30px;
    }

    .home-locations-top {
        padding-top: 370px !important;
    }

    .footer-left,
    .footer-right {
        flex-direction: column;
    }

    .footer-left .col-6,
    .footer-right .col-6 {
        width: 100%;
    }
	.hero-wrapper{flex-direction:column;}
	.hero-left, .hero-right{width:100%;}
    .footer-nav {
        margin-bottom: 55px;
    }

    .body {
        font-size: 16px;
        line-height: 21px;
    }

    .location-inventory .inventory-card-container {
        transform: translateY(153px);
        margin-top: -30px;
    }

    .location-inventory .location-directory-top {
        padding-top: 270px !important;
    }

    .location-inventory {
        margin-top: -105px;
    }

    .out-of-stock .col-1 {
        flex-direction: column;
    }

    .out-of-stock a {
        margin-bottom: 20px;
    }
	.service-table tr th{font-size:16px; padding:8px;}
	.service-table tr td{font-size:14px; padding:6px;}
    .header-logo h1 img {
        max-width: 150px !important;
    }

    .international-logo {
        max-width: 40px !important;
    }
	
}

@media only screen and (min-width: 786px) and (max-width: 952px) {
    .has-search-bar {
        width: calc(66% - .75%) !important;
        float: left;
    }
	
}

@media only screen and (max-width: 950px) {
    #header {
        width: 100%;
        z-index: 10;
    }

    .product-card-outer .shadow {
        bottom: -11px;
    }

    .header-logo {
        padding: 0;
        margin-left: 25px;
        position: relative;
    }

    .header-logo a img {
        max-width: 240px;
        transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    }

    .header-bottom {
        height: 80px;
    }

    .header-bottom .wrapper {
        width: 100%;
    }

    .header-bottom-left {
        flex-wrap: nowrap;
        width: auto;
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

    .header-bottom-left .flex {
        justify-content: flex-end;
    }

    .utility-nav {
        display: none;
    }

    .searchbox-icon {
        width: 60px;
    }

    .nav-icon {
        height: 100%;
        width: 60px;
        cursor: pointer;
        display: flex !important;
        justify-content: center;
        align-items: center;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .nav-icon:hover {
        opacity: 0.6;
    }

    .nav-icon i {
        color: #ff5020;
        font-size: 30px;
    }

    .mobile-nav-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #menu-button {
        box-sizing: border-box !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #ff5020;
        padding: 0 25px;
        height: 100%;
        transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
        cursor: pointer;
    }

    #menu-button:hover {
        background: #d83e1a;
    }

    #menu-button i {
        font-size: 26px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        color: #fff;
    }

    #menu-button span,
    .mobiletitle,
    .social-media {
        display: none !important;
    }

    .header-bottom-right {
        flex-direction: row-reverse;
    }

    h2,
    .list-content .list-title .list-title-text {
        font-size: 32px;
        line-height: 32px;
    }

    .rule-inner {
        height: 4px;
    }

    .home-service .rule,
    .home-parts-background .rule {
        padding: 15px 25px 15px 0;
    }

    .model-card-outer {
        padding: 5px 10px !important;
    }

    .model-card {
        padding: 10px;
    }

    .product-top-image {
        max-width: 300px;
    }

    .large-body-link,
    .large-body-link .body-link {
        font-size: 25px !important;
        line-height: 31px !important;
    }
	.service-table{ overflow:scroll; display:block;}
	.service-table tbody{width:900px; display:block;}
    .cpt-modal h3 {
        font-size: 16px;
        letter-spacing: 0.5px;
        font-weight: 500;
        line-height: 22px;
    }
}

@media only screen and (max-width: 900px) {
    .video-shape {
        width: 100%;
        min-height: 350px;
		
    }
	
    .home-service-background,
    .home-parts-background {
        position: static !important;
        background-color: #e5540f;
        height: auto;
		padding:25px 0;
    }

    .home-service-copy,
    .home-parts-copy {
        padding: 0 10%;
    }

	
    .videoDiv {
        width: 100% !important;
    }

    .home-parts {
        display: block;
    }

    .model-card {
        height: auto;
    }

    .parts-main .col-1 {
        flex-direction: column-reverse;
    }

    .parts-main .col-6 {
        width: 100%;
        margin-bottom: 30px;
    }

    .parts-main .col-1:last-of-type {
        flex-direction: column !important;
    }

    .parts-main img {
        max-width: 250px;
    }

    .specials-container {
        flex-wrap: wrap;
    }

    .specials-card-outer {
        width: 50%;
    }

    .specials-card-outer .model-card-bottom {
        margin-top: auto;
    }

    #post-215 .col-sm-4 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 850px) {
    .product-card h3 {
        font-size: 18px;
        letter-spacing: -0.5px;
        line-height: 18px;
    }
	.warranty-top-left img{display:none!important;}
	.warranty-top-left h1{font-size:30px; line-height:32px;}
    .product-card-outer {
        height: 240px;
    }
	
    .product-card h3 {
        margin: 0;
    }

    .modal-dialog {
        width: 70%;
    }

    .cpt-modal p {
        word-break: break-all;
    }
}

@media only screen and (max-width: 800px) {
    .home-testimonials-card {
        width: 100%;
    }
	.warranty-right table#main tr td:first-of-type{width:16%;}
	.warranty-right table#main tr td{width:28%;}
	.warranty-right table#main tr td{font-size:12px!important;}
	.warranty-right table#main tr th{font-size:14px!important;}

    .location-page-upper .col-1 {
        flex-direction: column;
    }

    .location-page-upper-dark .col-1 {
        flex-direction: column;
    }

    .location-page-nav {
        margin-top: 30px;
    }

    .grey-col-6 {
        margin-left: 0;
    }

    .col-1 .pd-r-md {
        padding-right: 0 !important;
    }

    .location-page-top {
        flex-direction: column;
    }

    .location-page-top .col-6 {
        width: 100%;
        margin-bottom: 55px;
    }

    .model-card-outer {
        width: 100% !important;
    }

    .white-bg .col-1 {
        flex-direction: column-reverse;
    }

    .video-2-col {
        flex-direction: column !important;
    }

    .white-bg .col-8,
    .white-bg .col-4 {
        width: 100% !important;
    }

    .white-bg .body {
        margin-top: 20px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .home-sales .col-1 {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-card-outer {
        width: 46%;
        margin: 30px 10px;
    }

    .product-card h3 {
        margin: 30px 0;
    }

    h4 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .product-top {
        padding-top: 170px !important;
    }

    .product-top .col-1 {
        flex-wrap: wrap;
    }

    .product-top .col-1 .col-6 {
        width: 100%;
    }

    .product-top-right {
        padding: 0 25px 55px 25px;
    }

    .product-middle {
        flex-wrap: wrap;
    }

    .product-middle .col-6 {
        width: 100%;
    }

    .model-card-outer {
        padding: 10px 0 !important;
    }

    .model-card {
        min-height: auto;
        padding: 25px;
    }

    .header-slider-logos {
        top: 20px;
        right: 20px;
    }

    .ic-model-container .row {
        flex-direction: column;
    }

    .ic-model-container .col-sm-4 {
        width: 100% !important;
    }

    .location-page-top-right li:nth-of-type(odd) {
        background: rgba(237, 237, 237, 0.7);
    }

    .location-page-top-right li:nth-of-type(even) {
        background: rgba(220, 220, 220, 0.7);
    }

    .location-page-top-right li {
        color: #212121;
    }

    .model-landing-main .model-card-outer {
        padding: 10px !important;
    }

    .model-card-landing {
        width: 50% !important;
    }

    .cpt-modal .model-card-top img {
        width: 80%;
    }

    .cpt-modal .model-card-top {
        display: flex;

    }

    .cpt-modal .modal-body .col-1:nth-of-type(odd) {
        background: none;
    }
}

@media only screen and (max-width: 700px) {
    .model-card-outer {
        width: 100% !important;
    }
	.warranty-top-left {flex-wrap:wrap;}
	.warranty-col{width:100%;}
    h2,
    .list-content .list-title .list-title-text {
        font-size: 28px;
        line-height: 28px;
    }
	
	
    .location-card {
        margin: 5px;
    }

    .testimonial-copy .nextend-arrow-previous {
        transform: translateY(70px) translateX(-10px) !important;
        -webkit-transform: translateY(70px) translateX(-10px) !important;
        -moz-transform: translateY(70px) translateX(-10px) !important;
        -ms-transform: translateY(70px) translateX(-10px) !important;
        -o-transform: translateY(70px) translateX(-10px) !important;
    }

    .testimonial-copy .nextend-arrow-next {
        transform: translateY(70px) translateX(10px) !important;
        -webkit-transform: translateY(70px) translateX(10px) !important;
        -moz-transform: translateY(70px) translateX(10px) !important;
        -ms-transform: translateY(70px) translateX(10px) !important;
        -o-transform: translateY(70px) translateX(10px) !important;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-main {
        flex-wrap: wrap;
    }

    .footer-nav ul {
        list-style: none;
        column-count: 2;
    }

    .location-directory-main .col-1 {
        flex-wrap: wrap;
    }

    .directory-card-outer {
        width: 40%;
    }

    .callmodal .modal-body .col-1 {
        padding: 10px;
        flex-direction: column;
    }

    .callmodal .bttn-base {
        width: 100%;
        padding: 10px;
        margin: 0 !important;
    }

    .callmodal .bttn-container {
        margin-top: 20px;
    }

    .specials-container {
        flex-direction: column;
    }

    .specials-card-outer {
        width: 100%;
    }

	.hero-left img{max-width:140px!important;}
	.grey-large, .black-large, .white-large{font-size:24px;}
    .btn {
        padding: 8px 15px;
    }

    .header-slider-logos a {
        width: 110px;
    }

    .large-body-link,
    .large-body-link .body-link {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    .header-slider-logos {
        display: none;
    }
}

@media only screen and (max-width: 650px) {

    .product-card-outer,
    .product-bottom .product-card-outer {
        width: 100%;
    }

    .product-card {
        padding: 120px 30px 30px 30px;
    }

    .product-card .bttn-base {
        width: 100%;
    }

    .product-card-outer .shadow {
        bottom: -19px;
    }

    .location-card {
        width: 100%;
        margin: 5px 0;
    }

    .home-service video,
    .home-parts video {
        display: none;
    }

    .home-testimonials-card .shadow {
        bottom: -22px;
    }

    .product-bottom .wrapper {
        flex-wrap: wrap;
    }

    /* Modal */
    .modal {
        padding-right: 0px !important;
    }

    .modal-open {
        padding-right: 0px !important;
    }

    .modal-body .col-1 {
        flex-wrap: wrap;
    }

    .modal-body-link {
        width: 40%;
        margin-bottom: 10px;
    }

    .modal-body-link img {
        max-width: 100%;
    }

    .modal-content {
        /* max-width: 85%; */
        margin: 0 auto;
    }

    .location-inventory .used-inventory {
        justify-content: center;
    }

    .location-inventory .inventory-card {
        flex-direction: column;
    }

    .location-inventory .used-inventory h3 {
        margin-bottom: 30px !important;
    }

    .location-page-top .col-6:last-of-type {
        margin-bottom: 0 !important;
    }

    .product-card-outer {
        height: 280px;
    }

    .modal-body .body {
        font-size: 14px;
        line-height: 19px;
    }

    .cpt-modal .model-card-top img {
        width: 70%;
    }

}

@media only screen and (max-width: 600px) {
    .product-card-outer .shadow {
        bottom: -16px;
    }

    .nav-icon i,
    .searchbox-icon i {
        font-size: 23px;
    }

    .nav-icon,
    .searchbox-icon {
        width: 50px;
    }

    .header-bottom-right {
        flex: 50%;
        justify-content: flex-start;
    }

    #menu-button {
        padding: 20px;
    }

    .footer-nav li {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 35px;
    }

    h2,
    .list-content .list-title .list-title-text {
        font-size: 26px;
        line-height: 26px;
    }

    .location-page-nav li a {
        padding: 15px 0;
    }

    .location-page-nav li {
        display: flex;
        border: 1px solid #cacbcc;
    }

    .location-page-top a {
        font-size: 16px;
    }

    .callmodal .modal-content {
        width: 80%;
    }

    .mobile-slider-container {
        transform: scale(1.1) !important;
        -webkit-transform: scale(1.1) !important;
        -moz-transform: scale(1.1) !important;
        -ms-transform: scale(1.1) !important;
        -o-transform: scale(1.1) !important;
    }

    #rh-Modal .modal-body .col-1 {
        flex-direction: column;
    }

    #rh-Modal .modal-body .col-1 a {
        margin: 15px;
    }

    .parts-main .bttn-base:last-of-type {
        width: 100%;
    }

    .model-card-landing {
        width: 100% !important;
    }

    .modal-dialog {
        width: 90%;
    }
}

@media only screen and (max-width: 580px) {
	.warranty-right table#main{display:none!important;}
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .footer-nav li {
        font-size: 11px;
    }

    .home-testimonials-card .shadow {
        bottom: -18px;
    }

    .directory-card-outer {
        width: 100%;
    }

    .international-logo {
        display: none;
    }
	.warranty-left h2{font-size:22px!important;}
	.warranty-top-left h1{font-size:26px; line-height:28px;}
	
	.hero-left img{max-width:120px!important;}
	.grey-large{font-size:22px;}
	.hero-right h1{padding-top:15px}
		.logos a{width:33%; padding:2px; box-sizing:border-box;}
	.shadow{display:none!important;}
	.review-text{font-size:18px;}
	.reviews{width:100%;}
	.slick-prev, .slick-next{display:none!important;}
	
	img.custom-logo {max-width:180px !important;}
}
@media only screen and (max-width: 1200px) {
    .header-slider-logos {
        flex-direction: column !important;
    }
}