﻿/*
 * Version: 2.1.1
 * File Description: Place here your custom CSS styles

Change log:
gm	added #map-canvas iframe for google map.
gm	added .hc-slideshow .banner-image-overlay style (removed default background colour)
gm  modified .transparent-header header.header.transparent-header-on to 0.85.
--*/

#map-canvas iframe {
   width: 100%;
   height: 449px;
   outline: none;
   border: none;
   display: block;
}

.hc-slideshow .banner-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}

.transparent-header header.header.transparent-header-on {
    background-color: rgba(255, 255, 255, 0.85);
}


/*carousel controls*/
/*
.hc-slideshow .carousel-indicators li {
  width: 20px;
  height: 3px;
}
*/
/* Reset style back to std. bootstrap */
/*
.hc-slideshow .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
*/

/*gallery controls*/
/*
#gallery .img-fluid {
  width: 50%;
}

#gallery .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
*/
#gallery {
  padding-top: 150px;
}





#footer .contactForm #sendmessage {
  color: #fff;
  background-color: #8BC34A;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .contactForm #sendbutton.hide {
  display: none;
}

#footer .contactForm #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .contactForm #sendmessage.show,
#footer .contactForm #errormessage.show,
#footer .contactForm .show {
  display: block;
}

#footer .contactForm .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

