body {
  overflow-x: hidden; 
  line-height: 1.5;
  font-family: 'Roboto', sans-serif !important;
}


.header {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
}

.header .nav-link {
  color: #000000 !important;
  font-size: 16px;
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
  font-weight: 700;
}

.header .navbar {
  padding: .5rem 0;
}

.header .navbar-nav {
  padding-left: 52px;
}

.header .nav-link:hover {
  color: #917240 !important;
}

.header .nav-link.active {
  color: #917240 !important;
}

.header .navbar-dark .navbar-toggler-icon {
  background-image: url(../img/menuIcon.png);
  padding: 0;
  width: 30px;
  height: 25px;
}

.header .navbar-dark .navbar-toggler {
  right: 0;
  position: absolute;
  top: 28px;
  padding: 0;
}

.header .navbar-dark .navbar-toggler:focus {
  outline: none !important;
}

.header .contactBox {
  width: 400px;
  position: absolute;
  right: 0;
  top: 34px;
}

.header .contactBox li {
  list-style: none;
  color: #1a1a1a !important;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
  display: inline-block;
  margin-left: 22px;
}

.header .contactBox li .fa {
  margin-right: 7px;
  font-size: 18px;
}

.header .contactBox li a {
  color: #000;
}

.header .contactBox li a:hover {
  color: #917240 !important;
  text-decoration: none;
}

.header .dropdown-menu {
  top: 171%;
  left: 6px;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #ffffff !important;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border-top: 0;
}

.header .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid#262424;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus {
  color: #fff !important;
  background-color: #4c4747;
}

.container {
  max-width: 1250px !important;
	width: 95%;
}

.banner img {
  width: 100%;
}

.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

.banner .smallBanner {
  display: none;
}

.btn-primary {
  border: 0px solid #fff !important;
  background: #917240 !important;
  text-transform: uppercase;
  font-size: 15px !important;
  color: #fff !important;
  border-radius: 0px !important;
  padding: 8px 33px !important;
  font-weight: 700 !important;
  /* box-shadow: -1px 0px 6px #917240; */
  transition: all .2s !important;
}

.btn-primary:hover {
  transform: scale(1.04);
}

.btn-primary .fa {
  margin-left: 15px;
}

.inventoryRow {
  max-width: 1366px;
  width: 100%;
  padding: 5px 0;
  margin: auto
}

.inventoryRow .inner {
  text-align: center;
}

.inventoryRow .inner .innerCol {
  cursor: pointer;
  display: inline-block;
}

.inventoryRow .inner .innerCol img {
  width: 100%;
}

.inventoryRow .inner .innerCol h2 {
  background: #231f20;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 21px 0;
  color: #fff;
  font-size: 1.8vh;
  text-transform: uppercase;
  transition: all .3s;
}

.inventoryRow .inner .innerCol:hover h2 {
  background: #feda02;
  color: #7e6c18;
}

.contactRow {
  text-align: center;
}

.contactRow h1, .mainCont h1 {
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  margin-bottom: 25px;
}

.contactRow .innerCol {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 20px;
}

.contactRow p {
  font-size: 2.1vh;
  color: #000;
  font-weight: 700;
}

.contactRow p a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.contactRow .fa {
  background: #231f20;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 21px;
  margin-right: 15px;
  color: #fff;
  font-size: 17px;
}

.map-container {
  max-width: 1366px;
  width: 100%;
  margin: auto
}

.map-container h2 {
  font-weight: 900;
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}

.contactInner p {
  font-weight: 600;
  text-align: left;
  font-size: 15px;
  margin-bottom: 5px;
  color: #333333;
}

.contactInner p span {
  font-weight: 400;
}

.map-container p a {
  color: #333333;
  text-decoration: none;
}

.form-group {
  margin-bottom: 2rem;
}

.contactInner h3 {
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}

.contactInner iframe {
  width: 100%;
  height: 250px;
}

.cform {
  text-align: left;
}

.cform label {
  font-size: 15px
}

.cform .form-control {
  border-radius: 0;
  font-size: 15px
}

.map-container iframe {
  width: 100%;
  height: 450px;
}

.footer {
  background: #feda02;
}

.footer p {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 18px;
}

.footer p span {
  font-weight: 700;
}

.lead-button {
  font-weight: 700;
  max-width: 300px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #000 !important;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px 30px;
  display: block;
  margin: 10px auto;
}

.lead-button:hover {
  background-color: #feda02 !important;
  border-color: #feda02 !important;
  color: #000 !important;
  text-decoration: none;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

a.footerlink:hover {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.footertext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

.smallfootertext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

.divfooter {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.attachment-search .search-checkboxes label .row {
  margin-left: 0;
  margin-right: 0;
}

.attachment-search .checkbox {
  margin-top: 0 !important;
}

.attachment-search .search-checkboxes {
  margin: 0 !important;
}

.hosted-content .attachment-search .search-subheader {
  margin-bottom: 5px !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width:1199px) {
  .header .dropdown-menu {
    min-width: 100%;
  }

  .contactRow .inner {
    grid-gap: 0;
  }

  .contactRow .col-6 {
    max-width: 83%;
  }

  .header .contactBox {
    right: 60px;
  }

  .header .navbar-dark .navbar-toggler {
    top: 35px;
  }

  .header .navbar-nav {
    padding-left: 0;
    padding-top: 25px;
  }

  .header .nav-link {
    font-size: 16px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  /* .header .contactBox {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
  } */
  .inventoryRow .inner {
    top: 0;
  }
}

@media screen and (max-width:991px) {
  .header .contactBox span {
    display: none;
  }

  .header .contactBox {
    width: auto;
  }

  .header .contactBox li {
    margin-left: 0;
  }

  .header .contactBox li .fa {
    margin-right: 12px;
    font-size: 18px;
  }

  .contactInner {
    margin-top: 25px;
  }

  .contactInner h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:767px) {
  .contactRow h2 {
    font-size: 30px;
  }
}

@media screen and (max-width:700px) {
  .contactRow .inner {
    display: block;
    text-align: left;
  }

  .contactRow .inner .fa {
    margin-right: 15px;
  }
}

@media screen and (max-width:600px) {

  .form-group {
    margin-bottom: 1rem;
  }

  .inventoryRow .inner .innerCol {
    width: 95%;
  }

  .contactRow .innerCol {
    width: 80%;
    text-align: left;
  }

  .header .navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
  }

  .header .navbar-dark .navbar-toggler {
    top: 36px;
  }

  .inventory {
    grid-gap: 10px;
  }

  .banner .smallBanner {
    display: block;
  }

  .banner .bigBanner {
    display: none;
  }

  .inventoryRow .inner .innerCol h2 {
    font-size: 18px;
  }
}