 
 .map-wrap {
  display:flex;
  flex-flow: column;
 }
 .map {
     flex: 1 1 auto;
     /*height: 500px;
     width: 100%;
     background: url(map-background.jpg) repeat;
     background-color:#e1e1e1;
     margin-bottom: 10px;*/
     border-bottom: 4px solid #daaf48;
 }

 .overlay-container {
         
     background-color:#555;
     width:150px;
     color:#fff;
     text-align:center;
     border-radius:2px;
     padding: 5px;
     position:absolute;
     z-index:1;
     bottom:100%;
     left:50%;
     margin-left:-80px;
     }
     
     .overlay-container #feature-desc::after{
         content:'';
         position:absolute;
         top: 100%;
         left: 50%;
         margin-left: -10px;
         border-width: 10px;
         border-style:solid;
         border-color: #555 transparent transparent transparent;
     }
 /* The Modal (background) */
 .inner-dialog {
    overflow-y: visible;
    overflow-y: scroll;
    display: inline-block;
    width: auto;
    max-height: 145px;
    max-height: 47vh;
    max-height: calc(100vh - 25vh - 140px);
    height: 90%;
    margin: 0;
    padding: 5px 20px 50px 20px;
}

.footer-sticky .footerarea-logotext {
  font-size: 12px;
}

/* Map Container Styles */
.map{
  width: 100vw;
  height: 100vh;
}

/*Custom Scroll Bar for Modal Window*/
/* width */
.content-flow::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.content-flow::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 5px;
}
 
/* Handle */
.content-flow::-webkit-scrollbar-thumb {
  background: #B4975B; 
  border-radius: 5px;
}

/* Handle on hover */
.content-flow::-webkit-scrollbar-thumb:hover {
  background: rgb(139, 114, 64); 
}


/* footer formatting */
.hidetext {
  display:none;
}

.container {
    padding: 5px!important;
}

 /* ol.css overrides */
 .ol-control button {
  background-color: rgba(0, 0, 0, 0.6)!important;
  }
  .ol-control button:hover {
  background-color: rgba(222, 184, 0, 0.7)!important;
  }
  .ol-control button:focus, .ol-control button:hover {
    text-decoration: none;
    background-color: rgba(215, 159, 0,.7)!important;
  }
  /*end overrides*/

.ol-zoom {
  top: .7em!important;
  left: .5em;
}

.content-flow {
    max-height: 250px;
    overflow: auto;
}
#contentContainer {
    padding: 0!important; 
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
   /*padding-top: 100px; Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
 height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
box-sizing:border-box;
position:relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
max-height:100%;
  overflow: auto; /* Enable scroll if needed */
left: 45%;
  top: 50%;
  
  /* Use this for centering if unknown width/height */
  transform: translate(-50%, -50%);

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}
}

.bld-header {
margin-top:10px!important;  
}

/* The Close Button */

.close {
  position: absolute;
  z-index: 1200;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: rgba(0,0,0, .9);
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.close::before, .close::after {
  position: absolute;
  left: 45%;
  content: ' ';
  height: 28px;
  width: 5px;
  margin-top: 2px;
  background-color: #fff;
}
.close:hover {
  opacity: 1;
}
.close:hover::before, .close:hover::after {
  background-color: #daaf48;
}

.close::before {
  transform: rotate(45deg);
}
.close::after {
  transform: rotate(-45deg);
}

/*end MODAL STYLE*/

/* CYCLE STYLES */

.cycle-container {
  position: relative;
  margin-bottom: 30px;
}
.cycle-slideshow img {
width:100%;
}
.cycle-slider.cycle-container {
  /*margin-bottom: 120px;*/
}
a.cycle-prev-slide,
a.cycle-next-slide {
  /*display: none;*/
        display: block;
  opacity: 0.35;
  /*opacity: 0;*/
  width: 30px;
  height: 150px;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.cycle-container:hover a.cycle-prev-slide, .cycle-container:hover a.cycle-next-slide {
background-color:#333;
}

a.cycle-next-slide {
border-radius: 5px 0 0 5px;
}
a.cycle-prev-slide {
border-radius: 0 5px 5px 0;
}
a.cycle-prev-slide i:before,
a.cycle-next-slide i:before {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-top: 60px;
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
a.cycle-prev-slide {
  left: 0;
}
a.cycle-next-slide {
  text-align: right;
  right: 0;
}
a.cycle-prev-slide i:before {
  margin-left: 6px;
}
a.cycle-next-slide i:before {
  margin-right: 6px;
}
.cycle-container:hover a.cycle-prev-slide,
.cycle-container:hover a.cycle-next-slide {
  display: block;
  opacity: 0.35;
}
.cycle-container:hover a.cycle-prev-slide:hover,
.cycle-container:hover a.cycle-next-slide:hover {
  opacity: 0.85;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
/*.cycle-pager &gt; * { cursor: pointer;}*/
.cycle-pager { cursor: pointer;}

/* caption */
.cycle-container:hover .alt-caption {
    opacity:1;
    background: rgba(0,0,0, 0.5);
   -webkit-animation: fadeIn 1s;
   animation: fadeIn 1s;
}
.alt-caption {
    position: absolute;
    color: white;
    bottom: 0px;
    opacity:0;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 700;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/* END CYCLE STYLES */

/* Media Queries */
@media (min-width:550px){

}
@media (min-width:750px){
  .bld-header {
    margin-top:0!important;
  }
  .footer-sticky .footerarea-logotext {
    font-size: 14px;
  }
  .close {
    right: 15px;
    top: 15px;
    opacity: 0.5;
    background-color: rgba(0,0,0, 0.0);
  }
  .close::before, .close::after {
    background-color: #333;
  }
  .close:hover::before, .close:hover::after {
    background-color: #333;
  }

  .ol-zoom {
    top: 3em!important;
    left: .5em;
  }
  .hidetext {
    display:inline-block;
  }
  .content-flow {
    max-height: 380px;
    width:101%;
    padding-right:7px;
  }
  .alt-caption {
    font-size: 14px;
    line-height: 18px;
  }
}