/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@-ms-viewport {
  width: auto !important;
}

.column12,
.column11,
.column10,
.column9,
.column8,
.column7,
.column6,
.column5,
.column4,
.column3,
.column2,
.column1 {
  float: left;
  padding: 0 20px 0 0;
}

.column12 {
  width: 100%;
}

.column11 {
  width: 91.6666%;
}

.column10 {
  width: 83.3333%;
}

.column9 {
  width: 75%;
}

.column8 {
  width: 66.6666%;
}

.column7 {
  width: 58.3333%;
}

.column6 {
  width: 50%;
}

.column5 {
  width: 41.6666%;
}

.column4 {
  width: 33.3333%;
}

.column3 {
  width: 25%;
}

.column2 {
  width: 16.6666%;
}

.column1 {
  width: 8.3333%;
}

.last {
  padding: 0;
}

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

* {
  box-sizing: border-box;
}

.main {
  padding: 50px 0;
}

.container {

  width: calc(100% - 50px) !important;
}

/* TYPOGRAPHY */

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

::-moz-selection {
  background: #ff3600;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ff3600;
  color: #fff;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

a {
  color: inherit;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: inherit;
}

.theme-color {
  color: #ff3600;
}

a.button,
a.btn {
  display: block;
  background: #ff3600;
  padding: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

a.btn {
  display: inline-block;
}

a.button:hover,
a.btn:hover {
  background: #992100;
  color: #fff;
}

.rental-button{background:#ff3600;  transition:.3s ease; font-weight:600; font-size:18px; border:none; color:#fff; padding:13px; display:block; width:100%; margin:0 auto;}
.rental-button:hover{background:#000;}


.request-service-btn {
  flex: 1;
  background: #ff3600;
  padding: 20px 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px #fff solid;
  cursor: pointer;
  white-space: normal !important;
  word-wrap: break-word;
}

.request-service-btn:hover {
  background: #992100 !important;
  color: #fff !important;
}

.request-modal-btn {
  background: #ff3600 !important;
  color: #fff !important;
  transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -ms-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  width: 47%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-modal-btn:hover {
  background: #992100 !important;
}

/* HEADER */

.header {
  position: relative;
  background: #000;
  border-bottom: 1px #fff solid;
}

.header .logo {
  float: left;
  background: #ff3600;
  padding: 10px 50px 10px 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.header .logo a,
.header .logo a:hover {
  color: #fff;
}

.header .logo img {
  width: 135px;
}

.header .logo span {
  display: inline-block;
  text-indent: 45px;
  padding: 2px 0;
}

.header .search-toggle {
  display: none;
  float: right;
  padding: 25px;
  font-size: 24px;
  text-align: center;
  color: #ccc;
  cursor: pointer;
}

.header .search-toggle:hover {
  background: #333;
  color: #fff;
}

.header .search-toggle.active {
  background: #333;
  color: #fff;
}

.header .quick-search {
  float: right;
  width: 250px;
  padding: 20px 15px 0;
}

.quick-search {
  width: 100%;
}

.quick-search form {
  position: relative;
}

.quick-search form:before {
  font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  top: 10px;
  right: 8px;
  color: #ccc;
  pointer-events: none;
  z-index: 999;
}

.quick-search input[type="text"] {
  display: block !important;
  padding: 12px;
  width: 100%;
  font-size: 12px;
  border: none;
  color: #555;
}

.quick-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  font-size: 0;
  padding: 17px 12px;
  opacity: 0;
}

.search-mobile {
  display: none;
  position: absolute;
  width: 300px;
  right: 0;
  z-index: 999;
}

.search-mobile input[type="text"] {
  padding: 15px;
}

.search-mobile form:before {
  top: 13px;
  right: 10px;
}

/* NAVIGATION */

.top-utility-bar {
  width: 100%;
  color: #333;
  background: #fff;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}

.top-utility-bar a i {
  margin-right: 10px;
}

.top-utility-bar a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  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;
  float: right;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}

.top-utility-bar a:hover {
  background: #dddddd;
}

a.utility-email {
  background: #ff3600;
  color: #fff !important;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  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;
}

.top-utility-bar a.utility-email:hover {
  background: #ff3600 !important;
  opacity: 0.6 !important;
}

a.utility-email i {
  color: #fff;
}

a.utility-email:hover {
  opacity: 0.6;
}

a.utility-email i {
  margin-right: 10px;
}

.footer a.utility-email {
  max-width: 200px;
  margin-top: 10px;
}

.header .nav {
  float: left;
  position: relative;
  padding: 0 15px;
  z-index: 9999;
}

.welcome-image {
  margin: 20px auto 40px;
  text-align: center;
}

.welcome-image img {
  max-width: 100%;
}

.header .navicon {
  display: none;
  float: left;
  background: #333;
  font-size: 24px;
  color: #fff;
  padding: 24px;
  cursor: pointer;
}

.nav ul li {
  display: inline-block;
  position: relative;
  text-align: center;
}

.nav ul li img {
  display: block;
  margin: 0 auto 5px;
}

.request-service-header {
  cursor: pointer;
  background: #ff3600!important;
  border: none !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 13px 13px!important;
  border-bottom: 5px transparent solid;
  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;
  height: 80px;
    border-radius: 0px!important;
}

.request-service-header:hover {
  opacity: 0.7;
}

.nav ul li a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  padding: 20px 12px;
  border-bottom: 5px transparent solid;
}

.nav ul li:hover>a {
  color: #fff;
  border-bottom: 5px #ff3600 solid;
}

.nav ul li:hover>ul {
  left: -1px;
}

.nav ul ul {
  display: block;
  position: absolute;
  left: -9999px;
  border-bottom: 1px #fff solid;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.nav ul ul li {
  border: 1px #fff solid;
  border-bottom: none;
}

.nav ul ul li a {
  background: #fff;
  width: 220px;
  text-transform: none;
  text-align: left;
  color: #333;
  padding: 12px 15px;
  border-bottom: none;
}

.nav ul ul li:hover>a {
  background: #f5f5f5;
  color: #333;
  border-bottom: none;
}

.toggle-menu {
  display: none;
  position: relative;
}

.toggle-menu img {
  margin-right: 15px;
}

.toggle-menu .has-sub {
  position: relative;
  cursor: pointer;
}

.toggle-menu .has-sub:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0d7";
  color: #fff;
  top: 20px;
  right: 20px;
}

.toggle-menu .toggle-active:after {
  content: "\f0d8" !important;
}

.toggle-menu ul li {
  border-bottom: 0.5px #555 solid;
}

.toggle-menu ul li a {
  display: block;
  background: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ccc;
  padding: 15px;
  width: 100%;
}

.toggle-menu ul li:hover>a {
  color: #fff;
}

.toggle-menu ul ul {
  display: none;
  position: relative;
}

.toggle-menu ul ul li a {
  background: #333;
}

/* HOME */

.categories {
  /* background: #555; */
}

.category-container {
  display: block;
  position: relative;
  /* background: #fff; */
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  /*top: -25px;*/
  top: 0;
  /* border-radius: 3px; */
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); */
}

.category-container h1,
.category-container h2 {
  text-transform: uppercase;
  margin: 0;
}

.category-container h1 span,
.category-container h2 span {
  color: #ff3600;
}

.category-container p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.category-row {
  display: flex;
}

.category {
  flex: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.category img {
  display: block;
  width: 100%;
	margin: 0 auto;
}

.category .category-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.category .category-caption2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 10;
	border:solid 1px #000;
  background: rgba(0, 0, 0, 0.0);
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.category .category-caption h4 {
  font-weight: 700;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.category:hover .category-caption {
  background: rgba(255, 54, 0, 0.8);
}
.category:hover .category-caption2 {
  background: rgba(255, 54, 0, 0.5);
}
.about-section {
  background: url("../images/about-bg.png") top center no-repeat;
}

.about-section .welcome {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
}

.about-section .welcome span {
  font-size: 24px;
}

.about-section .button-container {
  display: flex;
  margin: 25px 0;
}

.about-section .button-container a {
  flex: 1;
  background: #ff3600;
  padding: 20px 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px #fff solid;
  cursor: pointer;
}

.about-section .button-container a:hover {
  background: #992100;
  color: #fff;
}

.locations {
  display: flex;
  margin: 50px 0;
  line-height: 24px;
}

.locations .location-sidebar {
  width: 250px;
  background: #f5f5f5;
}

.locations .location-sidebar strong {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}

.locations .location-sidebar p {
  padding: 20px;
  font-size: 14px;
}

.locations .location-sidebar ul li a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding: 15px 20px;
  cursor: pointer;
}

.locations .location-sidebar ul li a:hover {
  background: #eee;
}

.locations .location-sidebar ul li a.active {
  background: #fff;
  font-weight: 700;
  color: #ff3600;
}

.locations .location-content {
  flex: 1;
  display: none;
  padding: 25px 25px 50px;
}

.locations .location-content ul {
  overflow: hidden;
}

.locations .location-content ul li {
  float: left;
  list-style: disc;
  margin: 0 15px;
  font-size: 13px;
}

.offer-image {
  position: absolute !important;
  top: 0;
  right: 0;
  max-width: 800px !important;
  width: calc(100% - 1000px) !important;
  height: 100%;
  text-align: right;
  overflow: hidden !important;
}

.offer-image img {
  position: absolute;
  max-width: inherit !important;
  width: inherit !important;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.offer-image img {
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      right bottom,
      color-stop(0%, rgba(0, 0, 0, 0)),
      color-stop(35%, rgba(0, 0, 0, 0)),
      color-stop(35%, rgba(0, 0, 0, 1)),
      color-stop(100%, rgba(0, 0, 0, 1)));
}

/* MODAL POPUP  */

/* The Modal (background) */

.requestmodal {
  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 */
}

.toggle-menu .request-service-header {
  background: #ff3600 !important;
  color: #fff !important;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  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;
}

/* 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 */

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 7px 16px;
  background-color: #000;
  color: white;
  margin-bottom: 30px;
}

.modal-header h2 {
  display: block;
  background: #000;
  position: relative;
  /* top: -25px; */
  width: 250px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.modal-body {
  padding: 25px;
  display: flex;
  justify-content: space-around;
}

.modal-body i {
  font-size: 24px !important;
  margin-right: 15px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.category-brands {
  width: 25%;
  flex: none;
}

/* SEARCH */

.search-form {
  background: #000;
  margin-top: -50px;
  padding: 50px 0 25px;
}

.search-form .container {
  padding: 15px 20px !important;
  border: 1px #ccc solid;
}

.search-form h2 {
  display: block;
  background: #000;
  position: relative;
  top: -25px;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.search-form .row {
  margin: 0 0 15px;
}

.search-form input,
.search-form select {
  display: block;
  width: 100%;
  background: #fff;
  padding: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
}

.search-form input[type="submit"] {
  display: block;
  background: #ff3600;
  padding: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: none;
  transition: all 0.2s ease-in-out;
}

.search-form input[type="submit"]:hover {
  background: #992100;
}

.tab-buttons {
  display: flex;
}

.tab-buttons a {
  display: block;
  background: #ff3600;
  flex: 1;
  padding: 15px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px #000 solid;
  cursor: pointer;
}

.tab-buttons a:hover,
.tab-buttons a.active {
  background: #992100;
  color: #fff;
}

.tab-buttons img {
  position: relative;
  top: -3px;
  right: 2px;
}

.tab-container {
  padding: 20px 0;
}

.tab-container .tab-content {
  display: none;
}

/* NOUI SLIDER */

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}

.noUi-background {
  background: #ccc;
}

.noUi-connect {
  background: #ff3600 !important;
  border: 1px #ccc solid;
}

.noUi-target {
  width: calc(100% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #fff !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #e8e7e6;
  left: 10px;
  top: 3px;
}

.noUi-handle:after {
  left: 12px;
}

.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: #777;
}

.example-val {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.example-val span {
  font-weight: 400;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* SUB PAGES */

.title-container {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  text-transform: uppercase;
  padding: 35px 0 50px;
  color: #fff;
}

.title-container .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title-container .container {
  position: relative;
  z-index: 99;
}

.white-bg {
  display: block;
  position: relative;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 25px;
  top: -25px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.white-bg .locations {
  margin: 0;
}

.white-bg .widget_sandhills_editable_area {
  line-height: 28px;
}

.contactForm {
  background: #f5f5f5;
  padding: 20px;
  margin: 15px 0;
  border-radius: 3px;
  border: 1px #ddd solid;
}

.contactForm.container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.contactForm h1 {
  font-size: 24px;
  margin-bottom: 15px;
}

.contactForm label {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
  color: #555;
}

.contactForm .checkbox {
  display: inline-block;
}

.contactForm .checkbox label {
  font-weight: 400;
  margin: 0 15px 3px 0;
}

.contactForm .form-group {
  margin: 0 20px 15px 0;
}

.contactForm .form-control {
  height: 40px;
  padding: 10px;
}

.contactForm textarea.form-control {
  height: 160px;
}

.contactForm .glyphicon-star:before {
  font-family: FontAwesome;
  content: "\f069";
}

.recaptcha27,
.recaptcha31,
.recaptcha33,
.recaptcha35 {
  display: inline-block;
  width: 300px;
}

.contactForm a.btn {
  max-width: 300px;
  width: 100%;
}

.form-control-feedback {
  height: auto;
  width: auto;
  font-size: 10px;
}

i.form-control-feedback {
  line-height: normal;
}

.btn-success,
.btn-success:focus {
  border: none;
}

.btn:not(.disabled):not(:disabled):hover,
.btn-success:hover {
  box-shadow: none;
  background: #992100 !important;
}

.locations .contactForm {
  background: none;
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
  border: none;
}

.locations .contactForm h1 {
  font-size: 20px;
}

.locations .contactForm input,
.locations .contactForm select,
.locations .contactForm textarea {
  background: #f5f5f5;
}

.about-box h2 {
  text-transform: uppercase;
  color: #ff3600;
}

.about-box h4 {
  text-transform: uppercase;
}

.dealer-container {
  display: flex;
}

.dealers-image {
  width: 400px;
  background: #f5f5f5;
}

.dealers-image img {
  width: 100%;
  height: auto !important;
}

.dealers-text {
  flex: 1;
  background-color: #f5f5f5;
  padding: 50px;
}

.dealers-text h2 {
  text-transform: uppercase;
  color: #ff3600;
}

.team-container {
  display: flex;
}

.team-text {
  width: 400px;
  background-color: #ff3600;
  padding: 50px;
  text-align: right;
  color: #fff;
}

.team-text h1 {
  text-transform: uppercase;
  color: #000;
}

.team-text a {
  display: block;
  border: 2px #fff solid;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
  padding: 12px;
}

.team-text a:hover {
  background: #fff;
  color: #ff3600;
}

.team-images {
  flex: 1;
  background: #000;
  padding: 50px;
  color: #fff;
}

.team-images .employee {
  float: left;
  width: calc(25% - 20px);
  margin: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}

.team-images .employee:nth-child(4n + 1) {
  clear: both;
}

.team-images .employee strong,
.team-images .employee b {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.team-images .employee img {
  display: block;
  margin: 0 0 15px;
  max-height: 240px;
  height: auto;
}

.team-images .employee .employee-phone {
  font-size: 0;
  line-height: 32px;
  margin-right: 5px;
}

.team-images .employee .employee-phone:before {
  font-family: FontAwesome;
  font-size: 24px;
  content: "\f098";
}

.team-images .employee .employee-email {
  font-size: 0;
  line-height: 32px;
}

.team-images .employee .employee-email:before {
  font-family: FontAwesome;
  font-size: 24px;
  content: "\f199";
}

.widget_sandhills_bobcat_offers h1 {
  font-size: 24px;
  line-height: 24px;
  color: #ff3600;
  margin-bottom: 5px !important;
}

.widget_sandhills_bobcat_offers p {
  font-size: 14px;
  line-height: 20px;
}

.widget_sandhills_bobcat_offers img {
  margin: 15px 0;
}

.widget_sandhills_bobcat_offers a.btn {
  float: none !important;
  margin: 20px 0 0 !important;
  width: 100%;
}

.widget_sandhills_bobcat_offers .offer {
  float: left;
  width: calc(33.3333% - 20px);
  background: #f5f5f5;
  margin-bottom: 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  padding: 20px;
  border: 1px #ddd solid;
  border-radius: 3px;
  clear: none;
}

.widget_sandhills_bobcat_offers .offer:nth-child(3n + 1) {
  clear: both;
}

/* VIDEOS */

.video-thumbnail {
  float: left;
  width: calc(25% - 10px);
  margin: 0 5px 15px;
  text-align: center;
}

.video-thumbnail:nth-child(4n + 1) {
  clear: both;
}

.video-thumbnail img {
  display: block;
  width: 100%;
}

.video-thumbnail a {
  font-size: 14px;
  font-weight: 700;
  color: #777;
}

.video-title {
  background: #fafafa;
  border: 1px #ccc solid;
  padding: 12px;
  box-sizing: border-box;
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 2;
  top: -35px;
  right: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: none;
  background: 0 0;
  cursor: pointer;
}

.modal-video-close-btn:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 24px;
  color: #ccc;
}

.modal-video-close-btn:hover:after {
  color: #fff;
}

.modal-video,
.modal-video-movie-wrap {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  width: 100%;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

/* FOOTER */

.footer {
  background: #000;
  padding: 50px 0 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  border-top: 1px #fff solid;
}

.footer h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer .footer-links ul li a {
  font-size: 15px;
  line-height: 24px;
  color: #999;
}

.footer .footer-links ul li a:hover {
  color: #fff;
}

.footer .mailing-list {
  border: 1px #777 solid;
  padding: 15px;
  text-align: center;
}

.footer .social {
  margin: 10px 0;
  text-align: center;
}

.footer .social ul li {
  display: inline;
}

.footer .social ul li a {
  font-size: 24px;
  padding: 0 5px;
}

.footer .copyright {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  color: #999;
}

.modal {
  color: #000;
}

/* RESPONSIVE */

@media (min-width: 1430px) {
  .nav ul li a {
    font-size: 11.5px !important;
    padding: 20px 12px !important;
  }

  .nav ul li ul li a {
    font-size: 15px !important;
  }
}

@media (max-width: 1430px) {
  .nav ul li a {
    font-size: 11px !important;
    padding: 20px 10px !important;
  }

  .nav ul li ul li a {
    font-size: 14px !important;
  }
}

@media (max-width: 1350px) {
  .nav ul li a {
    padding: 20px 8px !important;
  }
}

@media screen and (max-width: 1800px) {
  .header .search-toggle {
    display: block;
  }

  .header .quick-search {
    display: none;
  }

  .search-mobile.quick-search form:before {
    content: "\f061";
  }

  .request-service-header {
    cursor: pointer;
    background: #ff3600!important;
    border: none !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 8px!important;
    border-bottom: 5px transparent solid;
    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;
    height: 80px;
  }
}

@media screen and (max-width: 1300px) {
  .header .logo {
    float: none;
    position: absolute;
    width: 250px;
    background: none;
    padding: 10px 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
  }

  .header .nav {
    display: none;
  }

  .header .navicon {
    display: block;
  }

  .header .search-toggle {
    float: right;
    background: #333;
    color: #fff;
    padding: 24px;
  }

  .search-mobile {
    width: 100%;
  }
}

/* @media screen and (max-width: 1300px) {
  .nav ul li a {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12.5px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    padding: 20px 10px !important;
    border-bottom: 5px transparent solid;
  }

} */

@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 30px) !important;
  }

  .category-container {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 25px 15px;
    top: 0;
  }

  .category-row {
    display: block;
  }

  .category {
    float: left;
    width: 50%;
  }

  .search-form {
    margin-top: 0;
  }

  .n2-ss-control-bullet {
    bottom: 10px !important;
  }

  .title-container {
    padding: 25px 0;
  }

  .white-bg {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 25px 15px;
    top: 0;
  }

  .team-images .employee {
    width: calc(50% - 10px);
    margin: 10px 5px;
  }

  .team-images .employee img {
    margin: 0 auto 15px;
  }

  .team-images .employee:nth-child(2n + 1) {
    clear: both;
  }

  .team-images .employee:nth-child(4n + 1) {
    clear: none;
  }

  .offer-image {
    position: relative !important;
    left: 0;
    max-width: 100% !important;
    width: 100% !important;
    height: 75px !important;
    margin-bottom: 20px !important;
    text-align: center;
    box-shadow: none;
  }

  .offer-image img {
    max-width: 100% !important;
    width: 100% !important;
  }

  .request-service-header {
    padding: 0 10px!important;
  }
}

@media screen and (max-width: 768px) {
  .request-service-header {
    font-size: 12px;
    height: 80px;
    width: 80px;
  }

  .column9,
  .column8,
  .column6,
  .column4,
  .column3 {
    float: none;
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }

  .category-container h2 {
    font-size: 24px;
  }

  .category {
    float: none;
    width: 100%;
    height: 100px;
  }

  .category img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .category .category-caption h4 {
    font-size: 20px;
    right: auto;
    left: 15px;
    bottom: 20px;
  }

  .tab-container {
    padding: 0;
  }

  .tab-buttons {
    display: block;
  }

  .tab-buttons a {
    flex: none;
    width: 100%;
    font-size: 16px;
  }

  .about-section .button-container {
    display: block;
  }

  .about-section .button-container a,
  .request-service-btn {
    display: block;
    flex: none;
    width: 100%;
  }

  .locations {
    display: block;
  }

  .locations .location-sidebar {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .locations .location-content {
    flex: none;
    width: 100%;
    padding: 25px 0;
  }

  .dealer-container,
  .team-container {
    display: block;
  }

  .dealers-image,
  .team-text {
    width: 100%;
  }

  .dealers-text,
  .team-text,
  .team-images {
    padding: 15px;
    text-align: center;
  }

  .team-text h2 {
    font-size: 28px;
  }

  .video-thumbnail {
    width: calc(50% - 10px);
  }

  .video-thumbnail:nth-child(2n + 1) {
    clear: both;
  }

  .video-thumbnail:nth-child(3n) {
    clear: none;
  }

  .widget_sandhills_bobcat_offers .offer {
    width: calc(50% - 20px);
  }

  .widget_sandhills_bobcat_offers .offer:nth-child(2n + 1) {
    clear: both;
  }

  .widget_sandhills_bobcat_offers .offer:nth-child(3n + 1) {
    clear: none;
  }

  .footer {
    padding: 25px 0 0;
  }

  .footer .quick-search,
  .footer-links {
    display: none;
  }

  .footer .column9 {
    text-align: center;
  }

  .modal-body {
    flex-direction: column;
    align-items: center;
  }

  .request-modal-btn {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .request-service-header {
    display: none!important;
  }

  input,
  select {
    -webkit-appearance: none;
  }

  input[type="checkbox"] {
    -webkit-appearance: checkbox;
  }

  .video-thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  .video-thumbnail:nth-child(2n + 1),
  .video-thumbnail:nth-child(3n) {
    clear: none;
  }

  .widget_sandhills_bobcat_offers .offer {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .widget_sandhills_bobcat_offers .offer {
    clear: both;
  }

  .widget_sandhills_bobcat_offers .offer:nth-child(2n + 1) {
    clear: none;
  }

  .widget_sandhills_bobcat_offers .offer:nth-child(3n + 1) {
    clear: none;
  }
}