﻿body {
  background: #fff;
  font-family: "open_sansregular";
}
/* --- Text --- */
h1 {
  font-family: "open_sansbold";
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
h2 {
  font-family: "open_sansbold";
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
h3 {
  font-family: "open_sansbold";
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
h4 {
  font-family: "open_sansbold";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 7px;
}
h5 {
  font-family: "open_sansbold";
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 7px;
}
h6 {
  font-family: "open_sansbold";
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 7px;
}
/* weights */
.light {
  font-family: "open_sanslight";
  font-weight: normal;
}
.semibold {
  font-family: "open_sanssemibold";
  font-weight: normal;
}
.regular {
  font-family: "open_sansregular";
  font-size: 14px;
  font-weight: normal;
}
.bold {
  font-family: "open_sansbold";
  font-weight: normal;
}
strong {
  font-family: "open_sansbold";
  font-weight: normal;
}
.extrabold {
  font-family: "open_sansbold";
  font-weight: normal;
}
p {
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px 0 !important;
}
p strong {
  font-family: "open_sansbold";
  font-weight: normal;
}
.smaller {
  font-size: 10px;
  line-height: 16px !important;
  margin-bottom: 3px !important;
}
.small {
  font-size: 12px;
  line-height: 18px !important;
  margin-bottom: 6px !important;
}
.large {
  font-size: 16px;
  margin-bottom: 6px;
}
.larger {
  font-size: 18px;
  line-height: 28px;
}
.textdropshadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
}
.textdropshadow-lg {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.92);
}
ul.list {
  list-style: inside;
  font-family: "open_sanslight";
  font-size: 16px;
}
ul.list li {
  padding: 4px 0 10px 0;
}
ul.list-nobullet {
  list-style: none;
  font-family: "open_sanslight";
  font-size: 16px;
}
ul.list-nobullet li {
  padding: 2px 0 8px 0;
}
ol {
  font-family: "open_sanslight";
  font-size: 16px;
  margin: 0 0 15px 25px !important;
}
ol li {
  padding: 3px 0;
}
/*text color*/
.white {
  color: #fff;
}
.black {
  color: #000;
}
.lightgrey {
  color: #c1c1c1;
}
.grey {
  color: #666666;
}
.darkgrey {
  color: #343434;
}
.yellow {
  color: #fdbf0e;
}
.darkyellow {
  color: #bd8c00;
}
::-moz-selection {
  color: #000;
  background: #fbdd55;
}
::selection {
  color: #000;
  background: #fbdd55;
}
/*link*/
a {
  text-decoration: none;
  line-height: normal;
  color: inherit;
  cursor: pointer;
}
a.underline {
  text-decoration: underline !important;
}
a:hover {
  color: #000;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}
a.white {
  color: #fff;
}
a.white:hover {
  color: #fbdd55;
}
a.black {
  color: #000;
}
a.lightgrey {
  color: #c1c1c1;
}
a.darkgrey {
  color: #343434;
}
a.yellow {
  color: #fbdd55;
}
a.darkyellow {
  color: #bd8c00;
}
a.no-opacity:hover {
  opacity: 1 !important;
}
a img {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a img:hover {
}
a.yel-outline {
  border: solid 1px #fdbf0e;
  color: #fdbf0e;
  background: 0;
  text-align: center;
  padding: 8px 0;
  margin: 8px 0;
  width: 100% !important;
}
a.yel-outline:hover {
  border: solid 1px #bd8c00;
  background: #bd8c00;
  color: #000;
}
a h1 {
  text-decoration: none !important;
  color: inherit;
}
a h2 {
  text-decoration: none !important;
  color: inherit;
}
a h3 {
  text-decoration: none !important;
  color: inherit;
}
a h4 {
  text-decoration: none !important;
  color: inherit;
}
a h5 {
  text-decoration: none !important;
  color: inherit;
}
a h6 {
  text-decoration: none !important;
  color: inherit;
}
.shadow-hover {
  transition: all 0.5s ease;
}
S .shadow-hover:hover {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  opacity: 1;
}
a:focus {
  color: auto;
}
a:link {
  color: auto;
}
a:visited {
  color: auto;
}
a.button {
  color: #fff;
  padding: 10px 0;
  font-family: "open_sansregular";
  font-size: 20px;
  text-decoration: none;
  text-transrom: uppercase;
  cursor: pointer;
  border: solid 2px #bd8c00;
  background: #fdbf0e;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
a.button:hover {
  color: #fff;
  background: #bd8c00;
  border: solid 2px #bd8c00;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
}
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}
/*   FACETED INVENTORY STYLES
------------------------------------------*/
.faceted-search-content .selected-facets-container .selected-facet {
  background-color: #fdbf0e !important;
  color: #000 !important;
}
.list-content .list-title .list-listings-count {
  color: #fdbf0e !important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
  color: #fdbf0e !important;
}
.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 {
  background-color: #fdbf0e !important;
  color: #000 !important;
}
.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:hover {
  background-color: #fdbf0e !important;
  color: #000 !important;
  text-shadow: 0 0 0 !important;
}
.faceted-search-content
  .faceted-section-box
  .faceted-btn-container
  .faceted-show-all-btn {
  background-color: #fdbf0e !important;
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
  border-color: #fdbf0e !important;
  color: #fdbf0e !important;
}
.faceted-search-content .faceted-section-box .faceted-search {
  background-color: #fdbf0e !important;
  color: #000 !important;
}
.detail-content .search-results {
  color: #fdbf0e !important;
}
.detail-content .search-results:hover {
  color: #fdbf0e !important;
  text-shadow: 0 0 0 !important;
}
.paging-container .page-navs .list-page-nav {
  background-color: #fdbf0e !important;
  color: #000 !important;
}
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top
  .listing-top-left
  .listing-main-stats
  .price {
  color: #fdbf0e !important;
}
.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name {
  margin-left: 3px !important;
}
.section-head {
  width: 100% !important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
  background-color: #fdbf0e !important;
  color: #000 !important;
}
.detail-content .detail-additional-data .data-row .data-label {
  background-color: #fdbf0e !important;
  color: #000 !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .detail-main-body .main-detail-data .alternate-retail-price {
  color: #fdbf0e !important;
}
.rent-title,
.lease-title,
.fractional-title {
  color: #fdbf0e !important;
}
.rent-title-details,
.lease-title-details,
.fractional-title-details {
  color: #fdbf0e !important;
}
.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
  .contact-btn,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .video-chat,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .facebook-messenger,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .whatsapp,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .text {
  color: #fdbf0e !important;
  background: #000 !important;
}
.info {
  color: #000 !important;
}
.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 {
  min-width: 20px !important;
}
/* --- bg color --- */
.white-bg {
  background-color: #fff;
}
.black-bg {
  background-color: #000;
}
.lightgrey-bg {
  background-color: #f4f4f4;
}
.grey-bg {
  background-color: #484649;
}
.darkgrey-bg {
  background-color: #343434;
}
.yellow-bg {
  background-color: #fdbf0e;
}
.darkyellow-bg {
  background-color: #bd8c00;
}
.white-bg-trans {
  background: rgba(255, 255, 255, 0.15);
}
.ie8 .white-bg-trans {
  background: #fff;
}
.ie7 .white-bg-trans {
  background: #fff;
}
.black-bg-trans {
  background: rgba(0, 0, 0, 0.7);
}
.ie8 .black-bg-trans {
  background: #000;
}
.ie7 .black-bg-trans {
  background: #000;
}
.lightgrey-bg-trans {
  background: rgba(147, 147, 147, 0.8);
}
.ie8 .lightgrey-bg-trans {
  background: #f4f4f4;
}
.ie7 .lightgrey-bg-trans {
  background: #f4f4f4;
}
.darkgrey-bg-trans {
  background: rgba(48, 48, 48, 0.8);
}
.ie8 .darkgrey-bg-trans {
  background: #343434;
}
.ie7 .darkgrey-bg-trans {
  background: #343434;
}
.yellow-bg-trans {
  background: rgba(253, 191, 14, 0.8);
}
.ie8 .yellow-bg-trans {
  background: #fdbf0e;
}
.ie7 .yellow-bg-trans {
  background: #fdbf0e;
}
.darkyellow-bg-trans {
  background: rgba(189, 140, 0, 0.8);
}
.ie8 .darkyellow-bg-trans {
  background: #bd8c00;
}
.ie7 .darkyellow-bg-trans {
  background: #bd8c00;
}
/* ---- Head ---- */
header {
  background: url(../siteart/head-bg.jpg) repeat-x;
  background-position: -400px 0 !important;
  height: 269px !important;
  position: relative;
  z-index: 9999;
}
header.french-head {
  background: url(../siteart/head-bg-fr.jpg) repeat-x !important;
  background-position: -400px 0 !important;
  height: 269px !important;
  position: relative;
  z-index: 9999;
}
header .head-info {
  background: rgba(44, 44, 44, 0.6);
  padding: 8px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
header .head-info p {
  line-height: 18px !important;
  padding: 5px 0 0 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.logo {
  padding: 15px 0 0 0;
}
.mfg-img {
  width: 50%;
  display: inline-block;
}
.main-bg {
  background: url(../siteart/main-bg.png) repeat-x;
  height: 602px;
}
.crane-bg {
  background: url(../siteart/cranearm-map-bg.jpg) center no-repeat;
  position: relative;
  z-index: 9999;
  height: 602px;
}
.upper {
  float: left;
  width: 49%;
}
.head-info:after {
  content: "";
  display: table;
  clear: both;
}
/* ---- navigation ---- */
.nav-hold {
  background: #fdbf0e;
  border-top: solid 6px #fdbf0e;
  position: relative;
  z-index: 99;
}
ul.nav {
  position: relative;
  display: block;
  z-index: 9999;
  margin: 0 auto 0 auto;
  text-align: center;
}
.nav li {
  display: block;
  position: relative;
  float: left;
  text-align: center;
  /* width: 20%; */
  width: auto;
}
.nav li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "open_sansbold";
  font-size: clamp(12px, 3vw, 16px);
  line-height: 45px;
  float: left;
  padding: 0;
  height: 1%;
  color: #fdbf0e;
  background: #000;
  width: 100%;
  border-right: solid 1px #fdbf0e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /* padding: 0 0.35rem; */
  padding: 0 1rem;
}
.nav li a.last {
  border-right: 0;
}
.nav li a:hover {
  height: 1%;
  background: #bd8c00;
  color: #fff;
}
/* appearance of the sub-level links */
.nav li ul li {
  width: 320px;
  list-style: none;
  display: block;
  position: relative;
  z-index: 9999;
}
.nav li li a {
  font-family: "open_sanssemibold";
  font-size: 15px;
  line-height: 28px;
  padding: 7px;
  text-align: left;
  background: #bd8c00;
  border-top: #fdbf0e 1px solid;
  border-bottom: #fdbf0e 1px solid;
  border-left: #fdbf0e 1px solid;
  border-right: #fdbf0e 1px solid;
  position: relative;
  z-index: 9999;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
}

.nav li li a:hover {
  color: #fdbf0e;
  background: #000;
}
.nav li li li a:hover {
  color: #fdbf0e;
  background: #000;
}

/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
.nav ul {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
}
.nav ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
.nav ul ol li a {
  width: 255px;
  font-family: "open_sanslight";
  font-size: 10px;
  padding: 11px 15px;
  text-align: left;
  background: #1e1e1e;
  border-bottom: #000 1px solid;
  border-right: 0;
  margin-left: -25px;
}
.nav li:hover > ul {
  display: block;
  line-height: normal;
  z-index: 100;
}
.nav ul li {
  float: none;
  position: relative;
}
/* ---- /navigation ---- */
ul.lang {
  position: relative;
  display: block;
  z-index: 9000;
  margin: 0 auto 0 auto;
  text-align: center;
  float: right;
}
.lang li {
  display: block;
  position: relative;
  float: right;
  text-align: center;
  padding: 0 20px;
}
.lang li a {
  display: block;
  text-decoration: none;
  font-family: "open_sansregular";
  color: #000;
  font-size: 18px;
  line-height: 45px;
  float: right;
  text-align: right;
  padding: 0;
  height: 1%;
  border-right: solid 1px #fdbf0e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lang li a:hover {
  height: 1%;
  color: #fff;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---- Map Section ---- */
.map-section {
  position: relative;
  top: 33px;
  z-index: 1;
}
.message-icon {
  margin: 90px 100px;
}
.map-sm {
  display: none;
}
/* ---- Browse Inv ---- */
a.browse-link {
  margin: 0px 0;
  font-family: "open_sansregular";
  font-weight: normal;
  line-height: 12px;
  color: #fff;
  clear: both;
}
a.browse-link:hover {
  color: #fdbf0e;
}
/* ---- form ---- */
#form {
  position: relative;
  top: 75px;
}
#form label {
  font-family: "open_sanslight";
  color: #fff;
  font-size: 16px;
  margin: 12px 0;
  line-height: normal;
}
#form input.srch-txt {
  padding: 5.5px 7px;
  border: 2px solid #747474;
  font-family: "open_sansregular";
  color: #000;
  font-size: 14px;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form textarea {
  padding: 6px 5px;
  border: 1px solid #b1b1b1;
  font-family: "open_sansregular";
  color: #000;
  font-size: 14px;
  height: 120px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form select {
  padding: 0px 5px;
  border: 1px solid #b1b1b1;
  font-family: "open_sansregular";
  color: #000;
  font-size: 14px;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form option {
  padding: 2px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form .srch-button {
  color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
  font-family: "open_sansbold";
  font-size: 20px;
  text-decoration: none;
  text-transrom: uppercase;
  cursor: pointer;
  border: solid 2px #747474;
  background: #3f3f3f;
  height: 34px;
  color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form .srch-button:hover {
  color: rgba(255, 255, 255, 0);
  background: #fdbf0e;
  border: solid 2px #747474;
  color: #fff;
}
/**/
/* ---- /form ---- */
/* ---- sandhills footer ---- */
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: underline;
  font-family: "open_sanslight";
  font-size: 13px;
  color: #a3a3a3;
}
a.footerlink:hover {
  text-decoration: none;
  font-family: "open_sanslight";
  font-size: 13px;
  color: #a3a3a3;
}
.footertext {
  font-family: "open_sanslight";
  font-size: 13px;
  color: #a3a3a3;
}
.smallfootertext {
  font-family: "open_sanslight";
  font-size: 10px;
  color: #a3a3a3;
}
.divfooter {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0;
}
/* --- Old Browsers --- */
.ie7 .noseven {
  display: none !important;
}
.ie8 .noeight {
  display: none !important;
}
.onlyseven {
  display: none !important;
}
.onlyeight {
  display: none !important;
}
.ie7 .onlyseven {
  display: block !important;
}
.ie8 .onlyeight {
  display: block !important;
}
.ie9 #slidehold {
  background: url(../siteart/slide1.jpg) center center;
}
.ie8 #slidehold {
  background: url(../siteart/slide1.jpg) center center;
}
.ie7 #slidehold {
  background: url(../siteart/slide1.jpg) center center;
}
.ie8 .black-bg-trans {
  width: 400px !important;
}
.ie7 .black-bg-trans {
  width: 400px !important;
}
.ie7 #form .srch-button {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie7 #form .srch-button:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie8 #form .srch-button {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie8 #form .srch-button:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie8 .con-loc-sec .text-right {
  text-align: center;
}
.ie8 .con-loc-sec .text-left {
  text-align: center;
}
.ie7 .con-loc-sec .text-right {
  text-align: center;
}
.ie7 .con-loc-sec .text-left {
  text-align: center;
}
/*--*/
/* --- Responsive Styles --- */
@media (min-width: 1375px) {
  header {
    background-position: 0 0 !important;
  }
  .map-section {
    top: 0px;
  }
}
@media screen and (max-width: 1230px) {
  /* --- Text --- */
  h1 {
    font-family: "open_sansbold";
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
  }
  h2 {
    font-family: "open_sansbold";
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
  }
  h3 {
    font-family: "open_sansbold";
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
  }
  h4 {
    font-family: "open_sansbold";
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  h5 {
    font-family: "open_sansbold";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  h6 {
    font-family: "open_sansbold";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .smaller {
    font-size: 8px;
    line-height: 14px !important;
    margin-bottom: 3px !important;
  }
  .small {
    font-size: 10px;
    line-height: 16px !important;
    margin-bottom: 6px !important;
  }
  .large {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .larger {
    font-size: 16px;
    line-height: 26px;
  }

  .nav li a {
    font-size: clamp(11px, 1.7vw, 14px);
    padding: 0 0.8rem;
  }
}
@media (max-width: 995px) {
  .main-bg {
    background: #fff;
    height: auto;
    padding: 15px 0 30px 0;
  }
  .crane-bg {
    background: #fff;
    position: relative;
    z-index: 9999;
    height: auto;
  }
  .map-section .top-pad15 {
    padding-top: 7px !important;
  }
  .map-section .bottom-pad15 {
    padding-bottom: 0px !important;
  }
  .map-sm {
    display: block;
    clear: both;
    margin: 15px 0;
  }
  .message-icon {
    margin: 15px 0px !important;
  }

  .nav li a {
    font-size: clamp(10px, 1.3vw, 13px);
    padding: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  header .head-info p.left-pad20 {
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .nav li {
    width: 20%;
  }
  .nav li a {
    font-family: "open_sansbold";
    line-height: 16px;
    min-height: 45px;
    padding: 6px 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: clamp(10px, 1.5vw, 16px);
  }
  .lang li a {
    display: block;
    text-decoration: none;
    font-family: "open_sansregular";
    color: #000;
    font-size: 14px;
    line-height: 45px;
    float: none;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .nav li a {
    font-size: clamp(10px, 1.5vw, 16px);
  }
}

@media screen and (max-width: 581px) {
  .map-section .float-right {
    float: none;
  }
  .map-section .text-right {
    text-align: center;
  }
  .message-icon {
    padding: 15px 0px !important;
  }
  header .head-info .left-border-white {
    border: 0;
  }
  header .head-info .right-border-white {
    border: 0;
  }
  #form {
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 522px) {
  /* appearance of the sub-level links */
  .nav li ul li {
    width: 150px;
  }
  .nav li li a {
    font-family: "open_sanslight";
    font-size: 10px;
    line-height: 28px;
    padding: 7px;
    text-align: left;
    background: #bd8c00;
    border-top: #fdbf0e 1px solid;
    border-bottom: #fdbf0e 1px solid;
    border-left: #fdbf0e 1px solid;
    border-right: #fdbf0e 1px solid;
    position: relative;
    z-index: 9999;
    color: #fff;
  }
  .nav li li a:hover {
    color: #fdbf0e;
    background: #000;
  }
  .nav li li li a:hover {
    color: #fdbf0e;
    background: #000;
  }
  .nav ul ul {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
}
@media screen and (max-width: 325px) {
  .nav li a {
    font-family: "open_sansbold";
    font-size: 11px;
    /* line-height: 14px; */
    min-height: 42px;
    padding: 4px 0.1rem;
  }
}
@media screen and (max-width: 260px) {
  .nav li a {
    font-family: "open_sansbold";
    font-size: 11px;
    /* line-height: 14px; */
    min-height: 42px;
    padding: 4px 0.1rem;
  }
}
