/* 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
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.g-tabs {
  background: #ffffff;
  border: 1px solid #e7e8ea;
}
.g-tabs .uk-tab {
  border-color: #e7e8ea;
}
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #82817c;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.g-tabs .uk-tab > li > a:hover {
  color: #82817c;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #82817c;
}
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #e7e8ea;
  padding: 0;
  border-radius: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #82817c;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f8f8;
  box-shadow: none;
}
.g-tabs .uk-tab-grid {
  margin: 0;
}
.g-tabs .uk-tab-grid:before {
  border-color: #e7e8ea;
}
@media only all and (max-width: 50.99rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #e7e8ea;
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #e7e8ea;
}
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #e7e8ea;
}
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #ffffff;
}
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #e7e8ea;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #e7e8ea;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #ffffff;
}
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #e7e8ea;
}
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #ffffff;
}
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #e7e8ea;
}
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #ffffff;
}
.g-tabs .tabs-content {
  overflow: hidden;
}
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 50.99rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 50.99rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.top > li {
  margin: 0;
}
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
.g-collapsible-section {
  text-align: center;
  position: relative;
  z-index: 800;
  height: 0;
}
.g-collapsible-section .g-toggle-text {
  cursor: pointer;
  padding: 0 25px;
  background: #ffffff;
  display: inline-block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.g-collapsible-section .g-toggle-text > span {
  margin-right: 8px;
}
.g-video-feature {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  text-align: center;
}
@media only all and (max-width: 50.99rem) {
  .g-video-feature .g-video-feature-left {
    margin-bottom: 30px;
  }
}
.g-video-feature .g-video-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right.align-right {
  text-align: right;
}
.g-video-feature .g-video-feature-title {
  margin-top: -5px;
}
.g-video-feature .g-video-feature-link {
  margin-top: 5px;
}
.g-video-feature .g-video-feature-link i {
  margin-right: 10px;
}
.g-video-feature .g-video-feature-desc {
  margin: 1.5rem 0;
}
.g-video-feature .g-video-feature-desc i {
  margin-right: 8px;
}
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #82817c;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e7e8ea;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: none;
}
.g-portfolio .g-portfolio-item {
  border: 1px solid #e7e8ea;
}
.g-portfolio.gutter-disabled .g-portfolio-item {
  border: none;
}
.g-portfolio .g-portfolio-image > a {
  display: block;
}
.g-portfolio .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-portfolio p {
  margin: 0;
}
.g-portfolio .g-portfolio-title {
  margin: 0;
}
.g-portfolio .g-portfolio-title a {
  color: #4d4d4d;
}
.g-portfolio .g-portfolio-title a:hover {
  color: #ffffff;
}
.g-portfolio .g-item-details {
  margin-top: 10px;
  font-size: 90%;
  color: #b4b3b0;
  font-style: italic;
}
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #ffffff;
}
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: #d9d9d7;
}
.g-portfolio .g-portfolio-special {
  color: #b4b3b0;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-link {
  float: right;
  font-style: italic;
}
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
.g-portfolio.style3 .g-info-container {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  border: 1px solid #e7e8ea;
  border-top: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-portfolio.style3 .g-portfolio-item {
  border: none;
  position: relative;
}
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  visibility: visible;
  opacity: 1;
}
.g-portfolio.style4 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-portfolio.style4 .g-info-container-style2 a {
  color: #ffffff;
}
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.portfolio-special .g-portfolio-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 50.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-portfolio-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
.g-hotspots {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.g-hotspots .g-hotspots-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-hotspots .g-hotspots-left {
    margin-bottom: 40px;
  }
}
.g-hotspots .g-hotspots-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-hotspots .g-hotspots-right.align-right {
  text-align: right;
}
.g-hotspots .image-block {
  text-align: center;
}
.g-hotspots .image-bottom {
  margin-bottom: -5.125rem;
}
@media only all and (max-width: 50.99rem) {
  .g-hotspots .image-bottom {
    margin-bottom: 0;
  }
}
.g-hotspots .g-block:not(.image-block) {
  text-align: center;
}
.g-hotspots .g-hotspots-container {
  position: relative;
  display: inline-block;
}
.g-hotspots .g-hotspots-container ul {
  margin: 0;
  list-style: none;
}
.g-hotspots .g-hotspots-item-toggle {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.g-hotspots .g-hotspots-item-toggle span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #4d4d4d;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-hotspots .g-hotspots-item-toggle:hover span {
  background: gray;
}
.g-hotspots .g-hotspots-item {
  position: absolute;
}
.g-hotspots .g-hotspots-item.uk-active .g-hotspots-item-toggle span {
  background: #ffffff;
}
.g-hotspots .g-hotspots-item-image {
  display: inline-block;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  margin-bottom: 25px;
  overflow: hidden;
}
.g-hotspots .g-hotspots-item-image img, .g-hotspots .g-hotspots-item-image .uk-overlay-panel {
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-item-image img, .g-hotspots .g-hotspots-item-image .uk-overlay-panel {
    width: 220px;
    height: 220px;
  }
}
.g-hotspots .g-hotspots-item-image img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-hotspots .g-hotspots-item-image .uk-overlay-panel {
  z-index: 2;
}
.g-hotspots .g-hotspots-title {
  margin: 0;
}
.g-hotspots .g-hotspots-title a {
  color: #4d4d4d;
}
.g-hotspots .g-hotspots-title a:hover {
  color: #ffffff;
}
.g-hotspots .g-hotspots-desc {
  margin-top: 20px;
}
.g-hotspots .g-hotspots-special {
  font-style: italic;
  margin-top: 30px;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-special {
    float: none;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-hotspots .g-hotspots-special {
    float: none;
  }
}
.g-hotspots .g-hotspots-special i {
  margin-right: 8px;
}
.g-hotspots .g-hotspots-link {
  margin-top: 30px;
}
@media only all and (max-width: 30rem) {
  .g-hotspots .g-hotspots-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-hotspots .g-hotspots-link {
    float: none;
    margin-top: 5px;
  }
}
.g-hotspots.big-special .g-hotspots-special {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.g-hotspots .g-hotspots-content:hover .g-hotspots-item-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .g-overlay-container {
    width: 60rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .g-overlay-container {
    width: 51rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #ffffff !important;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #ffffff;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-slideshow-buttons {
  margin: 25px 0 0;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-slideshow .g-slideshow-buttons .button:hover {
  background: white;
  border-color: white;
}
.g-slideshow .g-slideshow-buttons .button:last-child {
  margin-right: 0;
}
.g-slideshow .g-slideshow-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.g-slideshow .uk-flex-center {
  text-align: center;
}
.g-slideshow .style2 {
  padding: 70px 0;
}
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #ffffff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 1.2rem;
  display: table;
}
.g-slideshow .style2 .g-slideshow-buttons .button {
  font-size: 1.2rem;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard {
  background: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty {
  border-color: #ffffff;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow .dark-text .style3 .g-slideshow-title {
  color: #82817c !important;
}
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #82817c;
}
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-content-pro:not(.gutter-disabled) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid {
  margin-bottom: 3rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-content-pro-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 3rem !important;
  }
}
.g-content-pro .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 50.99rem) {
  .g-content-pro .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-content-pro .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 50.99rem) {
  .g-content-pro .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
  text-align: center;
}
.g-content-pro.g-pullup, .g-content-pro-slider.g-pullup, .g-content-pro-slideset.g-pullup {
  margin-top: -9.8125rem;
  position: relative;
  z-index: 21;
}
.g-content-pro.g-pullup .g-content-pro-item, .g-content-pro-slider.g-pullup .g-content-pro-item, .g-content-pro-slideset.g-pullup .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .g-content-pro-item, .g-content-pro-slider.gutter-disabled .g-content-pro-item, .g-content-pro-slideset.gutter-disabled .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .uk-slideset, .g-content-pro-slider.gutter-disabled .uk-slideset, .g-content-pro-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-content-pro.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-content-pro .g-content, .g-content-pro-slider .g-content, .g-content-pro-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: 1px solid #e7e8ea;
}
@media only all and (max-width: 50.99rem) {
  .g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
    margin-bottom: 4.25rem;
  }
  .g-content-pro .g-content-pro-item:last-child, .g-content-pro-slider .g-content-pro-item:last-child, .g-content-pro-slideset .g-content-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-content-pro .g-content-pro-image > a, .g-content-pro-slider .g-content-pro-image > a, .g-content-pro-slideset .g-content-pro-image > a {
  display: block;
}
.g-content-pro .g-content-pro-image img, .g-content-pro-slider .g-content-pro-image img, .g-content-pro-slideset .g-content-pro-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-content-pro p, .g-content-pro-slider p, .g-content-pro-slideset p {
  margin: 0;
}
.g-content-pro .g-content-pro-title, .g-content-pro-slider .g-content-pro-title, .g-content-pro-slideset .g-content-pro-title {
  margin: 0;
}
.g-content-pro .g-content-pro-title a, .g-content-pro-slider .g-content-pro-title a, .g-content-pro-slideset .g-content-pro-title a {
  color: #4d4d4d;
}
.g-content-pro .g-content-pro-title a:hover, .g-content-pro-slider .g-content-pro-title a:hover, .g-content-pro-slideset .g-content-pro-title a:hover {
  color: #ffffff;
}
.g-content-pro .g-content-pro-desc, .g-content-pro-slider .g-content-pro-desc, .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 0.4rem;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a:hover {
  color: #ffffff;
}
.g-content-pro .g-info-container-style2 .g-content-pro-special, .g-content-pro .g-info-container-style2 .g-item-details, .g-content-pro-slider .g-info-container-style2 .g-content-pro-special, .g-content-pro-slider .g-info-container-style2 .g-item-details, .g-content-pro-slideset .g-info-container-style2 .g-content-pro-special, .g-content-pro-slideset .g-info-container-style2 .g-item-details {
  color: #d9d9d7;
}
.g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
  color: #b4b3b0;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
    float: none;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
    float: none;
  }
}
.g-content-pro .g-content-pro-special i, .g-content-pro-slider .g-content-pro-special i, .g-content-pro-slideset .g-content-pro-special i {
  margin-right: 5px;
}
.g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
  float: right;
  font-style: italic;
}
.g-content-pro .g-content-pro-link i, .g-content-pro-slider .g-content-pro-link i, .g-content-pro-slideset .g-content-pro-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
    float: none;
    margin-top: 5px;
  }
}
.g-content-pro .no-special .g-content-pro-link, .g-content-pro-slider .no-special .g-content-pro-link, .g-content-pro-slideset .no-special .g-content-pro-link {
  float: none;
}
.g-content-pro .no-link .g-content-pro-special, .g-content-pro-slider .no-link .g-content-pro-special, .g-content-pro-slideset .no-link .g-content-pro-special {
  float: none;
}
.g-content-pro .g-bottom-info, .g-content-pro-slider .g-bottom-info, .g-content-pro-slideset .g-bottom-info {
  margin-top: 15px;
}
.g-content-pro .g-item-details, .g-content-pro-slider .g-item-details, .g-content-pro-slideset .g-item-details {
  margin-top: 0.4rem;
  font-size: 90%;
  color: #b4b3b0;
}
.g-content-pro .g-item-details .date i, .g-content-pro-slider .g-item-details .date i, .g-content-pro-slideset .g-item-details .date i {
  margin-right: 5px;
}
.g-content-pro.style3 .g-info-container-style2, .g-content-pro-slider.style3 .g-info-container-style2, .g-content-pro-slideset.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-content-pro.style3 .g-info-container-style2 a, .g-content-pro-slider.style3 .g-info-container-style2 a, .g-content-pro-slideset.style3 .g-info-container-style2 a {
  color: #ffffff;
}
.g-content-pro.style3 .g-info-container-style2 a:hover, .g-content-pro-slider.style3 .g-info-container-style2 a:hover, .g-content-pro-slideset.style3 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-content-pro.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-content-pro.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .fp-navigation .g-logo img {
    max-width: 5.5rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .fp-navigation .g-logo img {
    max-width: 4.5rem !important;
  }
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
    font-size: 7vw !important;
  }
  h1 {
    font-size: 1.6em !important;
  }
  h2 {
    font-size: 1.6em !important;
  }
  h3 {
    font-size: 1.6em !important;
  }
  h3.g-title {
    font-size: 1.6em !important;
  }
  h6 {
    font-size: 1.4em !important;
  }
  #eb .eb-mod-media-title {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
  }
}
/** Menu color & font details **/
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  border-radius: 0rem !important;
  box-shadow: none !important;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #4a4d4f !important;
  font-size: 1rem;
  font-weight: 300;
  background: #ffffff !important;
  text-transform: none;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  background: #4a4d4f !important;
  color: #ffffff !important;
}
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: #4a4d4f !important;
  color: #ffffff !important;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  border-radius: 0px;
}
#g-mobilemenu-container {
  margin: -1.125rem !important;
}
#g-offcanvas #g-mobilemenu-container {
  font-family: "PT Serif";
  font-size: 1rem;
  font-weight: 300;
}
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator::after {
  display: inline-block;
  text-align: center;
  opacity: 1 !important;
  width: 1rem !important;
  line-height: normal;
  font-family: FontAwesome;
  content: "";
  font-size: 1rem;
  font-weight: 300;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  background: #bed1dc !important;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 2px solid #fff !important;
}
.g-offcanvas-toggle {
  font-size: 2rem !important;
}
.g-go-back a::before {
  display: block;
  text-align: center;
  width: 1.28571em;
  font-family: FontAwesome;
  content: "";
  opacity: 1;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #bed1dc !important;
}
/** Slideshow details **/
#g-slideshow::before {
  background-color: rgba(58, 57, 56, 0) !important;
  background-image: -webkit-linear-gradient(-240deg, rgba(58, 57, 56, 0), rgba(58, 57, 56, 0) 60%) !important;
  background-image: linear-gradient(-30deg, rgba(58, 57, 56, 0), rgba(58, 57, 56, 0) 60%) !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
  font-size: 5vw;
  font-weight: 300 !important;
  line-height: 1.2;
  text-shadow: 1px 1px 3px #000000;
}
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
  font-size: 2.5vw;
  font-weight: 300 !important;
  text-shadow: 1px 1px 2px #000000;
}
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover::before {
  background-color: rgba(74, 77, 79, 0.4) !important;
  background-image: -webkit-linear-gradient(top, rgba(74, 77, 79, 0.4), rgba(74, 77, 79, 0.4)) !important;
  background-image: linear-gradient(to bottom, rgba(74, 77, 79, 0.4), rgba(74, 77, 79, 0.4)) !important;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  transform-origin: top center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover {
  font-size: 1vw;
  font-weight: 300;
  text-transform: none;
  z-index: 5;
}
.g-content {
  margin: 0.5rem;
  padding: 1rem;
}
h1 {
  font-size: 2.2em !important;
  font-weight: 400 !important;
  text-align: center;
  margin: 0rem 0 0.75rem 0;
}
h2 {
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  text-align: center;
  margin: 0rem 0 0.75rem 0;
}
h3 {
  font-size: 1.5rem;
  font-weight: 400 !important;
}
h3.g-title {
  font-size: 1.8em !important;
  font-weight: 400 !important;
  text-align: center;
}
h4 {
  font-size: 1.3em !important;
  font-weight: 400 !important;
}
h5 {
  font-size: 1.3em !important;
  font-weight: 600 !important;
}
h6 {
  font-size: 1.8em !important;
  font-weight: 400 !important;
}
p {
  font-size: 1.1rem !important;
  line-height: 1.5;
}
body {
  font-size: 1.1rem !important;
  line-height: 1.5;
}
body p {
  margin: 0 0 1rem 0 !important;
}
#g-extension a {
  color: #ffffff;
}
#g-extension a:hover {
  color: #4a4d4f;
}
#g-extension a:active {
  color: #4a4d4f;
}
.fa-angle-double-up::before {
  font-size: 3.5em !important;
}
.g-social .fa-fw {
  font-size: 3em !important;
  text-align: center;
}
.sprocket-lists-title {
  background: -webkit-linear-gradient(top, #ffffff 100%, #ffffff 100%) !important;
  color: #4a4d4f;
  border: none;
  position: relative;
  padding: 5px 10px !important;
  font-size: 1em !important;
  line-height: 1em !important;
  margin: -1px -1px 2px -1px !important;
  border-radius: 0px !important;
  cursor: pointer;
}
.sprocket-lists .sprocket-lists-container li:hover h4 {
  background: -webkit-linear-gradient(top, #4a4d4f 100%, #4a4d4f 100%) !important;
  color: #ffffff;
}
div.sprocket-lists li.active h4.sprocket-lists-title {
  background: -webkit-linear-gradient(top, #4a4d4f 100%, #4a4d4f 100%) !important;
  color: #ffffff;
}
.g-video-caption {
  text-align: center;
  font-size: 1.3vw;
  padding: 1.5rem 0 0 0;
  color: #4a4d4f !important;
}
.g-hotspots .g-hotspots-item.uk-active .g-hotspots-item-toggle span {
  background: #4a4d4f !important;
  color: #ffffff !important;
}
.g-hotspots .g-hotspots-item-toggle:hover span {
  background: #4a4d4f !important;
  color: #ffffff !important;
}
.g-hotspots .g-hotspots-item-toggle span {
  background: #ffffff !important;
  color: #4a4d4f !important;
  border: none !important;
  border-radius: none !important;
  cursor: pointer;
  box-shadow: none !important;
  display: inline-block;
}
.g-hotspots .g-hotspots-item-toggle {
  border: none !important;
  border-radius: none !important;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.g-particle-intro .g-title-separator.no-intro-text {
  display: none;
}
/** 2Joolma Gallery details **/
.mega-hover {
  background-color: rgba(74, 77, 79, 0.8) !important;
  webkit-border-radius: 0px !important;
}
/** gallery load more button colour **/
.progress-button {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8vw;
  text-decoration: none !important;
  padding: 14px 60px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  border-radius: 0rem;
  color: #ffffff !important;
  background-color: #4a4d4f !important;
  background-image: none !important;
}
.progress-button .tz-bar {
  background-color: #4a4d4f !important;
  color: #ffffff !important;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  border-style: solid;
  border-width: 0px;
  border-color: none;
  border-radius: 0rem;
  -webkit-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
.fatcaption-top, .fatcaption-bottom, .gallerycaption-bottom {
  font-size: 1.1rem !important;
  line-height: 1 !important;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 10px 0px 0px 0px !important;
  font-weight: 400 !important;
  color: #fff;
  margin-top: 0px;
  background: black;
  background: #4a4d4f !important;
}
.roksprocket-ellipsis {
  display: none;
}
.sprocket-mosaic-item .sprocket-mosaic-title, .sprocket-mosaic-item .sprocket-mosaic-info {
  text-transform: none;
  font-size: 1.3em !important;
  font-weight: 400 !important;
  text-align: left;
  margin: 0.25rem 0 0rem 0 !important;
}
/** turn off order diplay in rok sprocket mosaic **/
#g-header .sprocket-mosaic-order ul {
  display: none;
}
#g-extension .sprocket-mosaic-order ul {
  display: none;
}
#g-showcase .sprocket-mosaic-order ul {
  display: none;
}
.sprocket-mosaic .sprocket-mosaic-order li, .sprocket-mosaic .sprocket-mosaic-filter li {
  text-transform: none !important;
}
/** read more in rok sprocket mosaic **/
.sprocket-mosaic .sprocket-readmore {
  display: table;
  white-space: nowrap;
}
#main .sprocket-mosaic .sprocket-mosaic-filter ul li, .sprocket-mosaic .sprocket-mosaic-filter li {
  border-radius: 0px;
  padding: 1px 6px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sprocket-mosaic-filter li, .sprocket-mosaic-order li {
  border: none !important;
  background: #ffffff;
}
.sprocket-mosaic .sprocket-mosaic-tags, #main .sprocket-mosaic ul.sprocket-mosaic-tags {
  margin: 10px -10px -10px;
  padding: 5px;
  background: transparent !important;
  border-radius: 0 0 0px 0px;
  font-size: 90%;
  font-style: italic;
}
/** Adjust details for read on - subscribe **/
.button, .readon, .readon2, a.readmore, button.validate, p.readmore a, #member-profile a, #member-registration a, .formelm-buttons button, .controls .btn, .logout-button .btn, .sprocket-readmore, .roksearch_results a.clr {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border-radius: 0px !important;
  color: #4a4d4f !important;
  background-color: #ffffff !important;
  display: inline-block;
  padding: 6px 15px;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: normal;
  border: none;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.2s ease-in 0s;
}
.button:hover, .readon:hover, .readon2:hover, a.readmore:hover, button.validate:hover, p.readmore a:hover, #member-profile a:hover, #member-registration a:hover, .formelm-buttons button:hover, .controls .btn:hover, .logout-button .btn:hover, .sprocket-readmore:hover, .roksearch_results a.clr:hover {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #ffffff !important;
  background-color: #4a4d4f !important;
  border: none;
  background-position: inherit;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
}
.sprocket-mosaic-item {
  border: none;
  border-radius: none;
}
.sprocket-mosaic-item {
  margin: 0px;
}
.sprocket-mosaic-hovercontent {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  height: 50px;
  bottom: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  color: #ffffff;
}
.sprocket-mosaic-hovercontent span {
  display: none;
}
.sprocket-mosaic-image-container:hover .sprocket-mosaic-hover {
  background: rgba(74, 77, 79, 0.8) !important;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sprocket-mosaic-hover, .sprocket-mosaic-hovercontent {
  transition: opacity 0.1s ease-in;
}
.breadcrumb {
  padding: 8px 0px;
  margin: 0 0 0px;
  list-style: none;
  background-color: transparent !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 0.9rem !important;
  line-height: 1.5;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #4a4d4f !important;
}
.breadcrumb > .active {
  color: #4a4d4f !important;
}
.g-portfolio .g-portfolio-title {
  text-align: left !important;
}
.g-video-caption {
  text-align: center;
  font-size: 1.2rem !important;
  line-height: 1.5;
  padding: 1.5rem 0 1.5rem 0;
  color: #4a4d4f !important;
}
.uk-accordion-title {
  line-height: 1em !important;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 1.1rem !important;
  border: none;
  border-radius: 0px;
}
.uk-accordion-title:hover {
  background: #4a4d4f !important;
  color: #ffffff;
}
.uk-accordion-title.uk-active {
  background: #4a4d4f !important;
  color: #ffffff;
  margin-bottom: 1rem !important;
}
.uk-accordion-content > :last-child {
  margin-bottom: 5px;
}
.g-portfolio .g-info-container {
  padding: 10px 0 20px 0 !important;
  background: transparent;
}
.g-portfolio .g-portfolio-item {
  border: none;
}
.g-portfolio .g-portfolio-title a {
  color: #ffffff;
}
.g-portfolio .g-portfolio-title a:hover {
  color: #4d4d4d;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #ffffff;
  box-shadow: none;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #4d4d4d;
  box-shadow: none;
  border: 1px solid #4d4d4d;
  color: #ffffff;
}
#g-showcase .g-content {
  margin: 1.5rem;
  padding: 1rem;
}
.g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  padding: 10px 0 20px 0 !important;
  background: transparent;
}
.g-content-pro .g-content-pro-title, .g-content-pro-slider .g-content-pro-title, .g-content-pro-slideset .g-content-pro-title {
  margin: 0;
  text-align: left;
}
.g-content-pro .g-content-pro-desc, .g-content-pro-slider .g-content-pro-desc, .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 0.4rem;
  text-align: left;
}
.g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: none;
}
.g-content-pro .g-content-pro-title a, .g-content-pro-slider .g-content-pro-title a, .g-content-pro-slideset .g-content-pro-title a {
  color: #ffffff;
}
.g-content-pro .g-content-pro-title a:hover, .g-content-pro-slider .g-content-pro-title a:hover, .g-content-pro-slideset .g-content-pro-title a:hover {
  color: #4d4d4d;
}
.g-grid {
  align-items: stretch !important;
}
/** Easyblog & Payplans common toolbar **/
#fd .fd-toolbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--fd-font-size-sm);
  line-height: calc(var(--fd-root-font-size)*1.5);
  color: var(--fd-toolbar-text);
  text-transform: uppercase !important;
  font-family: "PT Serif" !important;
  font-weight: 300 !important;
  background-color: #4a4d4f !important;
}
#fd .fd-toolbar__link {
  border-radius: 0px !important;
  font-size: 1rem !important;
}
#fd .fd-toolbar__item {
  margin: 5px 0 !important;
  padding: 4px 12px !important;
}
#eb nav {
  margin: 0px !important;
  width: auto;
  height: auto;
  border: 0;
  outline: 0;
  float: none;
  position: static;
  display: block;
  background: none;
  text-align: inherit;
  font-size: inherit;
  font-family: inherit;
  text-shadow: none;
}
#fd .fd-toolbar__link.is-composer {
  background-color: #4a4d4f !important;
}
#fd .fd-toolbar__link.is-composer:hover {
  background-color: #ffffff !important;
}
#eb .eb-toolbar__link {
  color: #fff;
  border-radius: 0px;
  min-width: 28px;
  position: relative;
  text-align: center;
  outline: 0 !important;
}
#eb .eb-toolbar {
  border-radius: 0px !important;
}
#fd .fd-toolbar-divider {
  display: none !important;
}
#fd .fd-toolbar .is-active .fd-toolbar__link:not(.no-active-state), #fd .fd-toolbar .is-active .fd-toolbar__submenu-link {
  --tw-text-opacity: 1;
  color: #4a4d4f !important;
}
#fd .fd-toolbar {
  text-transform: none !important;
  margin: 0 0 2rem 0 !important;
}
/** Payplans **/
#pp a {
  color: #ffffff !important;
}
#pp a:hover {
  color: #4a4d4f !important;
}
#pp .pp-plan-card {
  border: 1px solid var(--fd-gray-300-hex, rgba(var(--fd-gray-300), 1));
  border-radius: 5px !important;
  font-size: 1em;
}
#pp .pp-plan-card__bd {
  background-color: #f6f6f6 !important;
}
#pp .o-form-control {
  display: block;
  width: 100%;
  padding: 0.25em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  color: #444;
  background-clip: padding-box;
  border-radius: 0em;
}
#pp .o-select-group__drop {
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  color: #24272a;
  margin: 0;
  line-height: 1;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  z-index: 1;
}
#pp .pp-checkout-table__note {
  color: #54c063;
}
#fd .o-btn--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none !important;
  border-radius: 0px;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: none;
  padding: 0.25em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  user-select: none;
  color: #4a4d4f !important;
  background-color: #bed1dc !important;
}
#fd .o-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none !important;
  border-radius: 0px !important;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: none;
  padding: 0.25em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  user-select: none;
  color: #4a4d4f !important;
  background-color: #bed1dc !important;
}
#fd .o-btn--primary:hover {
  border-radius: 0px;
  color: #ffffff !important;
  background-color: #4a4d4f !important;
}
#fd .o-btn--default:disabled, #fd .o-btn--default {
  color: #4a4d4f !important;
  border: none !important;
}
#fd .o-btn--default:disabled, #fd .o-btn--default:hover {
  color: #ffffff !important;
  background-color: #4a4d4f !important;
}
#fd .rounded-md {
  border-radius: 0px !important;
}
#fd .bg-white {
  background: rgba(74, 77, 79, 0.2) !important;
}
#fd .o-pagination, #fd .o-pagination__btn {
  align-items: center;
  background: rgba(74, 77, 79, 0.2) !important;
}
#eb .comma-seperator {
  display: none !important;
}
/*# sourceMappingURL=custom_32.css.map */