.container {
  width: 100%;
}

.overlay-bar .logo {
  max-height: 40px;
}

.overlay-bar.nav-sticky .logo {
  max-height: 40px;
  bottom: 15px !important;
  max-width: none;
}

@media all and (max-width: 767px) {
  .overlay-bar .logo {
    bottom: 5px !important;
    max-width: none;
  }
}

.menu li a:hover {
  color: green;
}

.alert {
  margin-top: 5px;
}

.top-bar.nav-sticky {
  background: rgba(255, 255, 255, 1);
}

.menu li a {
  text-transform: none;
  font-size: 18px;
}

footer.details .logo {
  max-width: none;
}

footer.details h1 {
  margin-bottom: 0px;
}

.btn-primary {
  border-radius: 10px;
}

.contact-photo h1 {
  margin-bottom: 48px;
}

.photo-form-wrapper {
  margin-bottom: 0px;
}

.start_here_btn.btn-primary.btn-filled {
  background: #F47735;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  border: none;
}

.overlay::before {
  background-color: rgba(0,0,0,0.1);
}

iframe {
  border: none;
}

.hero-slider .photo-form-wrapper .btn {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 15px;
  max-width: 250px;
  height: 52px;
}

.contact-photo .photo-form-wrapper .btn {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 50px;
  max-width: 250px;
  height: 52px;
}

.photo-form-wrapper input {
  border-radius: 15px;
}

footer.details {
  background: #000;
  color: #ccc;
}

/*remove opacity layer on top of hero video*/
.hero-slider .slides li.overlay:before {
  opacity: 0;
}

html, body {
  height: 100%;
}

.aron-builders {
  background-color: white !important;
}

.aron-builders a {
  color: white;
}

.aron-builders a:hover {
  color: grey;
}

.aron-builders .navbar {
  position: absolute;
  z-index: 5;
}

.aron-builders img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.aron-builders .nav-item {
  margin: 8px 24px;
}

.aron-builders .hi-slide {
  position: relative;
  width: 754px;
  height: 292px;
  margin: 115px auto 0;
}

.aron-builders .hi-slide .hi-prev,
.aron-builders .hi-slide .hi-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: white;
  color: black;
  transition: all 0.7s;
  font-size: 20px;
  font-weight: bold;
}

.aron-builders .hi-slide .hi-next:hover,
.aron-builders .hi-slide .hi-prev:hover {
  opacity: 1;
  background-color: white;
}

.aron-builders .hi-slide .hi-prev {
  left: -70px;
}

.aron-builders .hi-slide .hi-prev::before {
  content: '<';
}


.aron-builders .hi-slide .hi-next {
  right: -70px;
}

.aron-builders .hi-slide .hi-next::before {
  content: '>';
}

.aron-builders .hi-slide>ul {
  list-style: none;
  position: relative;
  width: 754px;
  height: 292px;
  margin: 0;
  padding: 0;
}

.aron-builders .hi-slide>ul>li {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 146px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
  background-color: #333;
  cursor: pointer;
}

.aron-builders .hi-slide>ul>li>img {
  width: 100%;
  height: 100%;
  background-position: center;
}

.aron-builders section {
  background-color: white;
}

.aron-builders .gallery-container {
  position: relative;
}

/* Hide the images by default */
.aron-builders .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.aron-builders .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.aron-builders .gallery-prev,
.gallery-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.aron-builders .gallery-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.aron-builders .gallery-prev:hover,
.gallery-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Container for image text */
.aron-builders .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.aron-builders .gallery-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.aron-builders .column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.aron-builders .gallery-overlay {
  opacity: 0.6;
}

.aron-builders .active,
.demo:hover {
  opacity: 1;
}

.aron-builders .dropdown-heading {
  margin: 0;
  font-size: 16px;
  text-align: left;
}

.aron-builders .my-icon {
  padding-right: calc(1.5em + .75rem);
  background-image: url('/golivio/img/angle-down.svg');
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-bottom: 1px solid white;
}

.aron-builders .fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.aron-builders .fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

li.active a {
  border-bottom: 1px solid orange;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  right: 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 */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 60vh;
  overflow-y: auto;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
