/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.gp_banner3 .gp_bgimg {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.gp_banner3 .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}
.gp_banner3 .gp_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only all and (min-width: 76rem) {
  .gp_banner3 .gp_content {
    width: 76rem;
  }
}
@media only all and (min-width: 76rem) and (max-width: 75.99rem) {
  .gp_banner3 .gp_content {
    width: 76rem;
  }
}
@media only all and (min-width: 52rem) and (max-width: 75.99rem) {
  .gp_banner3 .gp_content {
    width: 52rem;
  }
}
.gp_banner3 .gp_inner {
  padding: 0 1.563rem;
  position: relative;
}
.gp_banner3 .gp_inner h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  color: #ffffff !important;
}
@media only all and (min-width: 52rem) and (max-width: 75.99rem) {
  .gp_banner3 .gp_inner h1 {
    font-size: 36px;
  }
}
@media only all and (max-width: 51.99rem) {
  .gp_banner3 .gp_inner h1 {
    font-size: 24px;
  }
}
.gp_banner3 .gp_inner h2 {
  font-size: 96px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin: 0 0 70px;
  color: #ffffff !important;
}
@media only all and (min-width: 52rem) and (max-width: 75.99rem) {
  .gp_banner3 .gp_inner h2 {
    font-size: 46px;
  }
}
@media only all and (max-width: 51.99rem) {
  .gp_banner3 .gp_inner h2 {
    font-size: 36px;
  }
}
.gp_banner3 .gp_inner .gp_icon {
  text-align: center;
}
.gp_banner3 .gp_inner .gp_icon svg {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.gp_banner3 .gp_inner .gp_icon svg:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.gp_videogallery1 .gp_heading {
  margin: 0 0 50px;
}
.gp_videogallery1 .g-grid.gp_margin {
  margin: 0 -12px;
}
.gp_videogallery1 .g-grid.gp_margin .gp_item {
  margin: 12px;
}
.gp_videogallery1 .gp_image {
  position: relative;
}
.gp_videogallery1 .gp_image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.gp_videogallery1 .gp_item {
  position: relative;
}
.gp_videogallery1 .gp_item:hover .gp_item_icon {
  opacity: 1;
}
.gp_videogallery1 .gp_item_icon {
  position: absolute;
  font-size: 14px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
}
.gp_videogallery1 .gp_item_icon:before {
  position: relative;
  left: 1px;
}
.gp_videogallery1 .gp_item.title_bottom h4 {
  font-size: 16px;
  margin: 15px 0 0;
}
.gp_videogallery1 .gp_item.title_overimage h4 {
  font-size: 16px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  padding: 20px;
  color: #fff;
}
h1, h2, h3 {
  color: brown;
}
/* ######## REMOVE JOOMLA MEDIA FOOTER ######### */
.rsmg-footer {
  display: none;
}
/* ########## OFF-CANVAS MENU ########## */
.g-offcanvas-toggle {
  color: brown;
  font-size: 2.4em;
}
/* ########### NAVIGATION ########## */
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
  font-size: 15px;
  color: black;
}
#g-navigation .g-main-nav {
  float: left;
  margin-top: 30px;
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin-left: 5px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 20px;
  color: black;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: blue !important;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: brown;
}
/* ############ HEADER ########## */
#g-header {
  z-index: 0;
}
/* ######### CONTENT ########## */
.page-header [itemprop="headline"] {
  text-transform: uppercase;
  font-size: 2.4em;
  color: brown;
}
.page-header [itemprop="headline"]:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin-bottom: 30px;
  width: 30%;
  padding-top: 10px;
  border-bottom: 2px solid #CCC;
}
/* ######### SHOWCASE ########## */
.gp_banner3 .gp_inner h1 {
  font-size: 2.4em;
}
/* ############ MAPS ############### */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 10%;
  top: 0;
  height: 80%;
  width: 80%;
  position: absolute;
}
/* ######### FOOTER ########## */
#g-footer {
  color: white !important;
}
#g-footer .g-title {
  color: white !important;
}
#g-footer a {
  color: white;
}
#g-footer a:link {
  text-decoration: underline;
}
#g-footer a:hover {
  color: #CCC;
  text-decoration: none;
}
#g-footer .ex-copyright {
  font-size: 0.9em;
}
/*# sourceMappingURL=custom_9.css.map */