/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}


.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-title
{
text-shadow:  1px 1px 15px #00000087;
}
.avia-caption-content{
text-shadow: 1px 1px 8px #00000087;
}
.av-masonry-image-container{
  opacity: 1 !important;
}

.seo h5{
  font-weight: bold;
  color: #213f97;
  margin-bottom: 14px;
  margin-top: 30px;
  font-family: "open sans", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.seo .numbered-title{
 
 color: #000;
 font-size: 15px;

}

.locator .list-display {
 
  margin-left: 0%;

}
.locator .list-display .group {
 
  
  display: flex;
  height: 25px;
  border: 1px solid #90909054;
  margin: 20px 0px;
  border-radius: 3px;
  width: 100px;
}




.locator .list-display  div {
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.locator .list-display .active {
  background: #e1e1e1;
}


.locator   #search-map
{
    position: absolute !important; 
    height: 600px !important;
    width: 100% !important;
    overflow: hidden !important;
}

.locator #search-result{
  height: 600px;
}


