@charset "utf-8";
/* CSS Document */

a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}



* {
  outline: none;
}

body {
  overflow-x: hidden;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}

/* .homepage {
  display: none;
} */

/* =============================================================================
   Foundation Resets
============================================================================= */
.terms > p {color: black !important;}
.terms > ol > li {color: black !important;}

/* =============================================================================
   Hosted Inventory Resets
============================================================================= */
.inven #wide_col {
  float: left;
}

.hosted-content .columns.small-12 {
  width: 25%;
  float: left;
  padding: 0;
}

.attachment-search {
  width: 100% !important;
}




/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-top: 3px solid #40a7e1;
  border-bottom: 3px solid #40a7e1;
}

.scrolling {
  width: 100%;
  height: 92px;
}

.at-share-btn-elements {
  padding-bottom: 10px !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title {
  min-height: 0 !important;
}

h1 {
  font-size: 2em;
  margin: 0;
}

.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
  margin-bottom: 0px;
}

.hosted-content img {
  vertical-align: baseline !important;
}

.hosted-content .pagination>.drop-down-form select,
.hosted-content .pagination-blog>select {
  width: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h5,
h6 {
  color: #40a7e1;
  text-transform: uppercase;
}

h3,
h4 {
  color: #2d82c7;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}


ul,
li {
  color: white;
}

body {
  background-color: black !important;
}

.whitetext {color: white !important;}


.main-text-space {
  padding: 100px 0;
  min-height: 500px;
}

.cf {

}


/* =============================================================================
   Header
============================================================================= */
.top {
  background-color: black;
  padding: 15px 0;
  border-bottom: 3px solid #40a7e1;
}

.top .logo {
  position: absolute;
  z-index: 9999;
  top: -10px;
  max-height: 102px;
}

.info-bar {
  background: linear-gradient(#40a7e1, #2d82c7);
  max-width: 800px;
  transform: skew(30deg);
  float: right;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin-right: -20px;
}

.info-bar span {
  font-weight: 400;
}

.homepage .info-bar {
  position: absolute;
  z-index: 99999;
  right: -20px;
}

.info-bar p {
  transform: skew(-30deg);
  margin-bottom: 0;
  padding: 5px 0;
}

.info-bar a {
  padding-right: 15px;
  color: white;
}

.info-bar a:hover {
  color: black !important;
}

header {
  display: table;
  width: 100%;
  padding: 0px;
}

/* Menu Main */

.menu-main-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu-main-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.mymobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-main a {
  display: block;
  color: white;
  padding: 0.8em 0.8em;
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
}

#menu-main a:hover {
  background: #40a7e1;
}

#menu-main li {
  position: relative;
  display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
  position: absolute;
  white-space: nowrap;
  z-index: 9999999;
  left: -99999em;
  background: black;
  text-align: left;
}

#menu-main li ul li {
  display: block;
}

#menu-main ul li a:hover {
  color: #333;
}

#menu-main>li:hover>ul {
  left: auto;
  min-width: 100%;
}

#menu-main>li li:hover>ul {
  left: 100%;
  margin-left: 1px;
  top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

/* Mobile Menu Toggle */
.off-canvas-container {
  position: relative;
}

.off-canvas-inner {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.off_canvas {
  position: relative;
  height: 100vh;
  max-height: 100%;
  background: black;
  position: fixed;
  overflow-x: hidden;
  top: 0;
  z-index: 1;
}

.off_canvas_content.is_open,
.off_canvas_content.open_right.is_open {
  filter: blur(3px);
  position: fixed;
  width: 100%;
}

.off_canvas_content.is_open {
  transform: translateX(300px);
}

.off_canvas_content.open_right.is_open {
  transform: translateX(-250px);
}

.position_left,
.position_right {
  width: 300px;
  overflow-y: auto;
}

.position_left {
  transform: translateX(-300px);
  left: 0;
}

.position_right {
  transform: translateX(300px);
  right: 0;
}

.position_left.is_open,
.position_right.is_open {
  transform: translateX(0px);
  z-index: 999999999;
  -webkit-box-shadow: 2px 0 20px -4px #222;
  box-shadow: 2px 0 20px -4px #222;
}

.off_canvas_content,
.off_canvas_content.is_open,
.position_left,
.position_left.is_open,
#off_canvas_cover.is_open,
#off_canvas_cover,
.position_right.is_open,
.position_right {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

/* Close Btn */
/* .close {
  background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 15px;
  display: block;
} */
/* .close:hover {
  cursor: pointer;
  background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
} */
#off_canvas_cover,
#off_canvas_cover.is_open {
  transform: rotate(0);
}

#off_canvas_cover {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.65);
  opacity: 0;
}

#off_canvas_cover.is_open {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

/* Mobile Menu */
.off_canvas header {
  background: transparent;
  padding: 0px;
  position: relative;
  top: 0;
}

.off_canvas h2 {
  color: #fff;
  text-align: left;
  font-size: 1.1em;
  margin: 10px 15px;
}

.mobile.button {
  display: none;
}

.mymobile-nav #mymobile-menu-main {
  border-top: 2px solid #40a7e1;
}

.mymobile-nav #mymobile-menu-main li {
  width: 100%;
  position: relative;
}

.mymobile-nav #mymobile-menu-main ul li a:hover {
  background-color: #40a7e1;
}

.mymobile-nav #mymobile-menu-main a {
  width: 100%;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0 10px 5%;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #40a7e1;
}

/* Mobile Sub-Menu */
.mymobile-nav #mymobile-menu-main ul {
  position: relative;
  z-index: initial;
  left: 0;
  background: transparent;
  text-align: left;
  width: 100%;
  padding: 0px;
  display: none;
}

.mymobile-nav ul li ul li a {
  padding: 10px 0;
}

.mymobile-nav ul li a:hover {
  color: #fff !important;
  background-color: #40a7e1;
}

/* First Dropdown */
.mymobile-nav #mymobile-menu-main>li li:hover>ul {
  left: 0px;
}

/* Second Dropdown */
.mymobile-nav #mymobile-menu-main>li>.sub-menu li a {
  border-left: 10px #40a7e1 solid;
  background-color: #222;
}

.mymobile-nav #mymobile-menu-main>li>.sub-menu li a:hover {
  background-color: #40a7e1;
}

/* Third Dropdown */
.mymobile-nav #mymobile-menu-main>li>.sub-menu>li>ul.sub-menu li a {
  margin: 0 0 0 10%;
}

/* Fourth Dropdown */
.mymobile-nav #mymobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
  margin: 0 0 0 15%;
}

/* Fifth Dropdown */
.mymobile-nav #mymobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
  margin: 0 0 0 20%;
}

/* Mobile Btn */
.mymobile-nav li button.mobile_btn {
  height: 45px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  border: none;
}

.mymobile-nav li button.mobile_btn:hover {
  cursor: pointer;
}

.mymobile-nav button.mobile_btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
  width: 100%;
  height: 100%;
}

.mymobile-nav li button.mobile_btn.active {
  background: #666;
}

.mymobile-nav li button.mobile_btn.active::after,
.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

header > #mobile_toggle {background-color: transparent !important;}



/* =============================================================================
   Slider
============================================================================= */

#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #222;
  display: table;
}

#slider h2 {
  line-height: 0.4 !important;
  font-size: 2.5em;
  color: #fff;
  text-transform: uppercase;
}

#slider h3 {
  color: white;
  text-transform: uppercase;
}

#slider .orbit-caption p {
  margin: 35px 0;
}

#slider .orbit-container {
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  height: 55vh !important;
  width: 100%;
  text-align: left;
}

#slider .orbit-slide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vh;
  background-position: 50% 50%;
  width: 100%;
  z-index: 9999;
}

#slider .orbit-caption {
  display: table;
  height: 100%;
  width: 500px;
  top: 0;
  position: relative;
  padding: 0 0 0 60px;
  background: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0.75) 20%,
      rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.75) 20%,
      rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.75) 20%,
      rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

#slider ul li:nth-child(even) .orbit-caption {
  text-align: right;
  padding: 0 60px 0 0px;
  float: right;
  right: 0;
  background: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}

#slider .orbit-caption section {
  display: table-cell;
  vertical-align: middle;
}

#slider .orbit-caption h2 {
  line-height: 1.4;
  display: block;
}

.orbit-next::after,
.orbit-previous::after {
  display: none;
}

.orbit-next,
.orbit-previous {
  z-index: 999999999;
  cursor: pointer;
  background: transparent;
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:focus,
.orbit-previous:focus,
.orbit-next:active,
.orbit-previous:active {
  background: rgba(0, 0, 0, 0.5);
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:focus,
.orbit-previous:focus {
  padding: 1rem;
}

.orbit-next,
.orbit-previous {
  background: transparent;
}

/* Interior */
#interior #slider .orbit-container,
#interior #slider,
#interior #slider .orbit-slide {
  height: 40vh !important;
}

@media only screen and (max-width: 500px) {
  #slider .orbit-caption {
    width: 100%;
  }
}

/* Additions 05-13-21 */

.internal-list b {
  margin-right: 20px;
}

.internal-list span {
  margin-left: auto;
  width: auto;
  font-weight: 500;
}

.internal-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-size: 16px;
  width: 100%;
}

.internal-list.events li {
  color: #fff;
}

.internal-list li:nth-of-type(odd) {
  background: #494949;
}

/* =============================================================================
   CTA
============================================================================= */
.cta {
  background-image: url("../siteart/grey-texture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.cta ul {
  margin: 25px 0px;
  list-style: none;
  width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
   justify-content: center;
}

.cta ul li {
  padding: 0 2px 0;
  margin: 0px;
	width: 16%;
}

.cta ul li:first-child {
  margin-left: 0px;
}

.cta div:first-of-type {
  list-style: none;
  position: relative;
  background: #40a7e1;
  border-radius: 1px;
  padding: 0;
  height: 80px;
  z-index: 999;
}

.cta a span {
  text-align: left;
  display: flex;
  vertical-align: middle;
	align-items: center;
	flex-wrap: wrap;
}
.fullbtn{
	width: 100%!important;
margin: 8px 0px!important;
}
.fullbtn span{
	width: 100%!important;
justify-content: center!important;
}
.fullbtn a h2{
	font-size: 22px!important;
	padding-left: 18px;
	width: auto!important;
	text-align: center;
}
.fullbtn a h2 strong{
	font-size: 19px!important;
}
.cta a h2 {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  float: left;
  position: relative;
  top: 5px;
  left: 5px;
  text-transform: uppercase;
	width: 60%;
}

.cta a h2 strong {
  display: block;
  font-size: 17px;
  font-weight: 400;
}

.cta a:hover {
  opacity: 1;
}

.cta a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: table;
  padding: 0 0 0 3px;
  width: 100%;
  height: 100%;
}

.cta .icon.one {
  background: url(../siteart/cta/TruckTractors.png) no-repeat 50% 50% / 100%;
max-width: 80px
}

.cta .icon.two {
  background: url(../siteart/cta/trailer.png) no-repeat 50% 50% / 100%;max-width: 80px;
}

.cta .icon.three {
  background: url(../siteart/cta/oil-and-gas.png) no-repeat 50% 50% / 100%; max-width: 80px;
}

.cta .icon.four {
  background: url(../siteart/cta/construction.png) no-repeat 50% 50% / 100%;max-width: 80px;

}

.cta .icon.five {
  background: url(../siteart/cta/lifts-and-cranes.png) no-repeat 50% 50% / 100%;max-width: 80px;
}

.cta .icon.six {
  background: url(../siteart/cta/fleet-trucks.png) no-repeat 50% 50% / 100%; max-width: 80px;
}
.cta .icon.seven {
  background: url("../siteart/cta/auction-gavel-icon.png") no-repeat 50% 50% / 100%; max-width: 80px;
}

.cta .icon {
  width: 50px;
  height: 75px !important;
  float: left;
}

.cta div:hover {
  background: #2d82c7;
}

@media only screen and (max-width: 1500px) {
	
}
@media only screen and (max-width: 1600px) {
  .cta .medium-up-3 .column {
    width: 33.33333%;
  }

  .cta ul {
    margin: 0px;
    width: 100%;
  }

  .cta div:first-of-type {
    margin: 10px 0;
  }

  .cta div:first-of-type .icon {
    margin: 0;
  }

  .cta ul li:first-child {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 835px) {
  .cta .medium-up-3 .column {
    width: 50%;
  }
	.cta div:first-of-type{
	    height: 135px;	
	}
	.cta a span{
		justify-content: center;
	}
  .medium-up-3>.column:nth-of-type(3n + 1),
  .medium-up-3>.columns:nth-of-type(3n + 1) {
    clear: inherit;
  }
	.cta .icon {
    width: 100%;
}
	.cta a h2{
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 565px) {
  .cta .icon {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
  }

  .cta a h2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    float: none;
    top: 0;
    left: 0px;
    font-size: 15px;
  }

  .cta a .overlay {
    padding: 0px;
  }

  .cta div:first-of-type {
    height: 150px;
  }

  .cta .column {
    padding-right: 5px;
    padding-left: 5px;
  }
	    .cta .icon {
        width: 35%;
    }
}

@media only screen and (max-width: 385px) {
  .cta a h2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 350px) {
  .cta .medium-up-3 .column {
    width: 100%;
  }
}

/* =============================================================================
   Form
============================================================================= */
a,
input[type="submit"] {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ===========================================================
08. Form Structure
=========================================================== */

/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
}

::placeholder {
  /* Most modern browsers support this now. */
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
}

textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
}

textarea::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777;
}

textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777;
}

textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777;
}

textarea::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777;
}

.internal-form {
  position: relative;
  z-index: 3;
  width: 100%;
}

.internal-form h5 {
  margin-top: 50px;
}

input[type="submit"] {
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.internal-form input[type="text"],
.internal-form input[type="email"],
.internal-form input[type="phone"],
.internal-form input[type="date"],
.internal-form input[type="time"],
.internal-form select,
.internal-form textarea {
  background: #f7f7f7;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #777;
  font-size: 14px !important;
  box-sizing: border-box;
  height: 50px;
}

.form-flex .form-flex {
  width: 50%;
}

.align-bottom {
  align-items: flex-end;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

.internal-form .small {
  margin-bottom: 25px;
}

.form-flex input {
  width: 50%;
}

.internal-form textarea {
  min-height: 300px;
}

select option {
  color: #8e8e8e;
  font-size: 14px !important;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

.contact-half {
  width: 50%;
}

.contact-half-one {
  width: 49%;
}

/* 08.02. Captcha
=========================================================== */

.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

.internal-form [type="submit"] {
  padding: 7px 10px;
  font-size: 15px;
  border: none !important;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.thanks .text-center i {
  color: #fff;
  font-size: 49px;
  margin: 25px 0;
}

.small {
  font-size: 13px;
}

/* Social Links */

.footer .social-links 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: 2px solid #40a7e1;
  box-sizing: border-box !important;
}

.footer .social-links {
  margin: 20px 0 !important;
}

.footer .social-links 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-links li:hover i {
  color: #000;
}

.footer .social-links li:hover {
  border: 2px solid #40a7e1;
  background: #40a7e1;
}

.footer .social-links li a i {
  color: #40a7e1;
  font-size: 20px;
  line-height: 39px;
}

/*  */

.social-links li {
  display: inline-block;
  margin-left: 15px;
}

.social-links a i {
  font-size: 20px;
  color: #40a7e1;
}

.social-links a:hover {
  opacity: 0.7;
}

.mymobile-nav .social-links {
  margin-top: 25px !important;
}

/* Load screen */

.loadscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadscreen::-webkit-scrollbar {
  display: none;
}

.loadscreen img {
  max-width: 200px;
}

/* =============================================================================
   Footer
============================================================================= */
.map-responsive {
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer {
  padding: 10px 0;
  background-image: url("../siteart/grey-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 3px solid #40a7e1;
}

.footer .logo {
  max-height: 60px;
}

.footer a {
  color: white;
}

.footer a:hover {
  color: #2d82c7;
}

.footer h6 {
  font-weight: 600;
  font-size: 16px;
  color: #2d82c7;
}

.footer ul {
  font-size: 14px;
  line-height: 1.8;
  list-style-type: none;
  margin-left: none !important;
}

.footer ol,
.footer ul {
  margin-left: 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  font-size: 11px;
}

a.footerlink:hover {
  text-decoration: underline;
  font-size: 13px;
}

.footertext {
  font-size: 11px;
}

.smallfootertext {
  display: none;
}

.divfooter {
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

/* Noui Slider Start */

#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  height: 70px;
  display: flex;
  align-items: center;
}

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.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: #40a7e1 !important;
  border: 1px #7a7a7a solid;
}

.noUi-target {
  width: calc(95% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #898989 !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #898989 !important;
  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-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: rgb(204, 204, 204);
}

.example-val {
  color: #898989;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  padding-bottom: 0;
}

.example-val span,
.val-divider {
  font-weight: 400;
  font-size: 15px;
  color: #a9a9a9;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* =============================================================================
classes
============================================================================= */

.margin-right {
  margin-right: 20px;
}

.text-center {
  text-align: center;
}

.margin-right-md {
  margin-right: 40px;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding>.column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.col-1 {
  width: 100%;
  /* flex: 1 0 auto; */
}

.col-2 {
  width: 20%;
}

.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%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.pd-sm {
  padding: 25px 0;
}

.pd-md {
  padding: 50px 0;
}

.pd-all-md {
  padding: 50px;
}

.pd-lg {
  padding: 100px 0;
}

.pd-t-lg {
  padding-top: 100px;
}

.pd-t-md {
  padding-top: 50px;
}

.pd-b-lg {
  padding-bottom: 100px;
}

.pd-b-md {
  padding-bottom: 50px;
}

.pd-b-sm {
  padding-bottom: 25px;
}

.pd-r-md {
  padding-right: 50px;
}

.m-md {
  margin: 50px 0;
}

.m-lg {
  margin: 100px 0;
}

.m-t-sm {
  margin-top: 25px;
}

.m-t-md {
  margin-top: 50px;
}

.m-t-lg {
  margin-top: 100px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-lg {
  margin-bottom: 100px;
}

.m-b-md {
  margin-bottom: 50px;
}

.m-b-sm {
  margin-bottom: 25px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-btm-none {
  margin-bottom: 0 !important;
}

.m-r-sm {
  margin-right: 25px;
}

.pd-r-md {
  padding-right: 50px;
}

.bg-lt-grey {
  background: #f7f7f7;
}

.bg-white {
  background: #fff;
}

.bg-tan {
  background: #f4f0ed;
}

.med-grey {
  color: #5f6366;
}

.dark-grey {
  color: #0b1922;
}

.green {
  color: #00bb9c;
}

.grey {
  color: #afafaf;
}

.lt-grey {
  color: #d3d3d3;
}

.orange {
  color: #f05423;
}

.bg-orange {
  background: #f05423;
}

.blue {
  color: #40a7e1;
}

.white {
  color: #fff !important;
}

/* =============================================================================
 new inventory resets
============================================================================= */


.small-12,
.small-11,
.small-10,
.small-9,
.small-8,
.small-7,
.small-6,
.small-5,
.small-4,
.small-2,
.small-3,
.small-2,
.small-1,
.medium-12,
.medium-11,
.medium-10,
.medium-9,
.medium-8,
.medium-7,
.medium-6,
.medium-5,
.medium-4,
.medium-2,
.medium-3,
.medium-2,
.medium-1,
.large-12,
.large-11,
.large-10,
.large-9,
.large-8,
.large-7,
.large-6,
.large-5,
.large-4,
.large-2,
.large-3,
.large-2,
.large-1,
.column,
.columns {
  box-sizing: border-box !important;
}

.info-bar a[href^="tel:"],
.footer a[href^="tel:"] {
  color: #fff !important;
}

.cf a[href^="tel:"] {

}



/*
/* =============================================================================
   Mobile
============================================================================= */
@media only screen and (max-width: 1370px) {
  #menu-main a {
    padding: 0.4em;
    font-size: 16px;
  }

  .top .logo {
    top: -7px;
    max-height: 80px;
  }

  .mymobile-nav .close {
    background-color: #000;
  }
}

@media only screen and (max-width: 1024px) {
  .divfooter {
    text-align: center;
  }

  .footer .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (max-width: 1145px) {
  .off_canvas {
    display: block;
  }

  .mobile.button {
    display: block;
    background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
    height: 45px;
    width: 45px;
    position: relative;
    color: transparent !important;
    margin: 0;
    float: right;
  }

  .top .logo {
    top: -3px;
  }

  .menu-main-container {
    display: none;
  }
}

@media only screen and (max-width: 880px) {

  .internal-form input[type="text"],
  .internal-form input[type="email"],
  .internal-form input[type="phone"],
  .internal-form input[type="date"],
  .internal-form input[type="time"],
  .internal-form select,
  .internal-form textarea {
    width: 100%;
  }

  .align-bottom .margin-right,
  .align-bottom input[type="text"] {
    width: 100% !important;
  }

  .margin-right {
    margin-right: 0;
  }

  .contact-half,
  .contact-half-one {
    width: 100%;
  }

  .form-flex {
    flex-direction: column;
  }

  .form-flex .form-flex {
    width: 100%;
  }

  .select-last {
    margin-left: -5px;
  }

  .contact textarea {
    width: 100% !important;
  }

  .contact .internal-form input[type="text"],
  .contact .internal-form input[type="email"],
  .contact .internal-form input[type="phone"],
  .contact .internal-form select,
  .contact .internal-form textarea {
    width: 100% !important;
  }

  .contact .margin-right {
    margin-right: 0;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 700px) {
  .info-bar {
    transform: skew(0deg);
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }

  .homepage .info-bar {
    position: relative;
    right: 0;
  }

  .info-bar p {
    transform: skew(0deg);
  }

  .info-bar span {
    display: none;
  }

  h1 {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 450px) {
  .footer .small-4 {
    width: 100%;
    text-align: center;
  }

  .mobile.button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none !important;
  }

  .top .logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}