/* 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-image-features {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-image-features .g-grid {
  margin-bottom: 1.876rem;
}
.g-image-features .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-image-features > .g-grid > .g-block {
    -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%;
    margin-bottom: 1.876rem;
  }
  .g-image-features > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-image-features .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-image-features .g-image-features-item {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-image-features-item {
    margin-bottom: 2.3445rem;
  }
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image.uk-overlay {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image img {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-image {
  position: relative;
}
.g-image-features .g-image-features-image img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image .uk-overlay-icon:before {
  content: "";
}
.g-image-features .g-image-features-image.uk-overlay {
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image.uk-overlay img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-image-features .g-image-features-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);
}
.g-image-features .g-image-features-image .uk-overlay-panel {
  z-index: 4;
}
.g-image-features .g-image-features-content {
  padding: 20px;
}
.g-image-features .g-image-features-desc {
  margin: 0;
}
.g-image-features .g-image-features-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.g-image-features .g-image-features-title a {
  color: #3c3c3c;
}
.g-image-features .g-image-features-title a:hover {
  color: #85b12a;
}
.g-image-features .g-bottom-info {
  margin-top: 15px;
}
.g-image-features .g-image-feature-special {
  color: #a8a8a8;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-feature-special {
    float: none;
  }
}
.g-image-features .g-image-feature-special i {
  margin-right: 5px;
}
.g-image-features .g-image-features-link {
  font-style: italic;
  float: right;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-features-link {
    float: none;
    margin-top: 5px;
  }
}
.g-image-features .g-image-features-link i {
  margin-left: 10px;
}
.g-image-features .no-special .g-image-features-link {
  float: none;
}
.g-places .image-bottom {
  margin-bottom: -5.063rem;
}
@media only all and (max-width: 47.99rem) {
  .g-places .image-bottom {
    margin-bottom: 0;
  }
}
.g-places img {
  width: 100%;
}
.g-places .g-places-container {
  position: relative;
}
.g-places .g-places-item-toggle {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 20px 17px rgba(0, 0, 0, 0.5);
}
.g-places .g-places-item-toggle span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #85b12a;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-places .g-places-item-toggle:hover span {
  background: #9dcf35;
}
.g-places .g-places-item {
  position: absolute;
}
@media only all and (max-width: 47.99rem) {
  .g-places .g-places-item {
    display: none !important;
  }
}
.g-places .g-places-item-content {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 20px;
  color: #757575 !important;
}
.g-places .g-places-item-content strong {
  color: #757575 !important;
}
.g-places .uk-dropdown, .g-places .uk-dropdown-blank {
  z-index: 999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
  width: 320px;
}
.g-places .uk-dropdown:before, .g-places .uk-dropdown-blank:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -3px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-places .g-places-title {
  margin: 0;
}
.g-places .g-places-title a {
  color: #3c3c3c;
}
.g-places .g-places-title a:hover {
  color: #85b12a;
}
.g-places .g-places-desc {
  margin-top: 10px;
}
.g-places .g-places-special {
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-places .g-places-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-places .g-places-special {
    float: none;
  }
}
.g-places .g-places-special i {
  margin-right: 5px;
}
.g-places .g-places-link {
  float: right;
  font-style: italic;
}
.g-places .g-places-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-places .g-places-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-places .g-places-link {
    float: none;
    margin-top: 5px;
  }
}
.g-places .no-special .g-places-link {
  float: none;
}
.g-places .no-link .g-places-special {
  float: none;
}
.g-places .g-bottom-info {
  margin-top: 15px;
}
.g-places .g-places-slideset {
  display: none !important;
  margin-top: 40px;
}
.g-places .g-places-slideset.particle-image-bottom {
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-places .g-places-slideset {
    display: block !important;
  }
}
.g-places .g-places-slideset .uk-slider-container {
  padding: 25px;
  margin: -25px;
}
.g-places .g-places-slideset .g-places-item-mobile {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.g-places .g-places-slideset .uk-dotnav > .uk-active > * {
  background: #85b12a !important;
}
.g-places.light-nav .uk-dotnav > * > * {
  background: rgba(255, 255, 255, 0.15);
}
.g-places.light-nav .uk-dotnav > * > *:hover {
  background: rgba(255, 255, 255, 0.4);
}
.g-content-pro:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.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: 47.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 1.876rem !important;
  }
}
.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.7505rem;
  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 #e5e5e5;
  width: 100%;
}
@media only all and (max-width: 47.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: 3.126rem;
  }
  .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, .g-content-pro-slider .g-content-pro-image, .g-content-pro-slideset .g-content-pro-image {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.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;
  width: 100%;
  height: 100%;
}
.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: #3c3c3c;
}
.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: #85b12a;
}
.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: 10px;
}
.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: #85b12a;
}
.g-content-pro .g-info-container-style2 .g-article-details, .g-content-pro-slider .g-info-container-style2 .g-article-details, .g-content-pro-slideset .g-info-container-style2 .g-article-details {
  color: #cecece;
}
.g-content-pro .g-article-details, .g-content-pro-slider .g-article-details, .g-content-pro-slideset .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #9b9b9b;
}
.g-content-pro .g-article-details > span, .g-content-pro-slider .g-article-details > span, .g-content-pro-slideset .g-article-details > span {
  margin-right: 10px;
}
.g-content-pro .g-article-details > span:last-child, .g-content-pro-slider .g-article-details > span:last-child, .g-content-pro-slideset .g-article-details > span:last-child {
  margin-right: 0;
}
.g-content-pro .g-article-details > span i, .g-content-pro-slider .g-article-details > span i, .g-content-pro-slideset .g-article-details > span i {
  margin-right: 5px;
}
.g-content-pro .g-article-read-more, .g-content-pro-slider .g-article-read-more, .g-content-pro-slideset .g-article-read-more {
  margin-top: 15px;
}
.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);
}
body {
  font-size: 1.15rem;
}
#g-top a {
  color: #0094d9 !important;
}
div.mod-languages ul li.lang-active {
  background-color: #ffffff;
}
div.mod-languages ul {
  margin-right: -0.8rem;
}
#g-header {
  box-shadow: none;
  border-bottom: 1px solid #0094d9;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 1.3rem;
  text-transform: none;
  font-weight: 100;
  margin: 0 -0.4rem;
  padding-right: 0.6rem !important;
  padding: 16px 10px;
}
.g-main-nav .g-sublevel > li .g-menu-item-content {
  text-transform: none;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  margin-top: -0.7rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  background: #85b12a;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
  border: 3px solid #1267b1;
  transition: 0.5s;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  color: #63842c;
  background: #feca28;
  transition: 0.5s;
}
.g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #63842c;
  background: #feca28;
  transition: 0.5s;
}
/* TLO*/
#g-page-surround {
  padding: 0;
}
#g-header .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-header .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  background: #b39152;
  color: #ffffff;
  transform: scaleY(2);
  transition: 0.3s;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #b39152;
  color: #ffffff !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #e6e6e6;
  color: #ffffff !important;
  background: #b39152;
}
.g-offcanvas-toggle {
  color: #b39152;
  border: 1px solid #b39152;
  padding: 0.4rem;
  background: #fff;
  margin: -5rem -1rem 1rem 1rem;
}
#g-showcase {
  margin-top: -1rem;
  border: 1rem solid #fff;
  padding: 0;
}
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  border-bottom: 1px solid;
}
#g-maintop {
  border-bottom: 3px solid #d9d9d9 !important;
}
#g-subfeature {
  margin-bottom: -5rem;
}
#g-additional h4 {
  font-size: 1.6rem;
  border-bottom: 1px solid #63842c;
}
/* BUTTON */
.button {
  background: #fff;
  color: #63842c;
  border: 1px solid #63842c;
  border-radius: 0;
  transition: 0.5s;
  font-size: 1.1rem;
}
.button:hover {
  background: #63842c;
  color: #ffffff;
  border: 1px solid #63842c;
}
#g-footer .button {
  background: #0b4f9d;
  color: #fff;
  border: 1px solid #ffffff2e;
  border-radius: 0px;
}
#g-footer .button:hover {
  background: #0b4f9d;
  color: #fff;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
.g-slideshow .g-slideshow-buttons .button.empty {
  color: #aaaaaa;
}
body .g-social.big-icons > a {
  background: #b39152;
}
body .g-social.big-icons > a:hover {
  background: #38445b;
}
#g-footer {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);
}
#g-page-surround .readmore .btn, #g-offcanvas .readmore .btn, #g-page-surround .search-form-results .btn, #g-offcanvas .search-form-results .btn {
  background: #fff none repeat scroll 0 0;
  border-radius: 0px;
  color: #999;
  border: 1px solid #999;
  font-size: 1.15rem;
}
#g-page-surround .readmore .btn:hover, #g-offcanvas .readmore .btn:hover, #g-page-surround .search-form-results .btn:hover, #g-offcanvas .search-form-results .btn:hover, #g-page-surround .readmore .btn:active, #g-offcanvas .readmore .btn:active, #g-page-surround .search-form-results .btn:active, #g-offcanvas .search-form-results .btn:active, #g-page-surround .readmore .btn:focus, #g-offcanvas .readmore .btn:focus, #g-page-surround .search-form-results .btn:focus, #g-offcanvas .search-form-results .btn:focus {
  background: #757575 none repeat scroll 0 0;
  color: #ffffff;
  border: 1px solid #757575;
}
body .g-slideshow .style3 .g-slideshow-title {
  font-size: 4rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0 0 15px;
  color: #fff !important;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  font-weight: 700;
}
.g-slideshow .style3 .g-slideshow-desc {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.g-logo img {
  margin-top: -0.5rem;
  padding-bottom: 0.6rem;
}
/* SOCIAL */
.g-social-search .g-social-icons a {
  color: #38445b;
}
.g-social-search .g-search-icon > a:hover {
  color: #707eb1;
}
.g-social-search .fa {
  color: #ffffff;
}
.g-social-search {
  padding: 0;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  border: 1px solid #bfbfbf;
  background: #fff;
  margin: -1.2rem;
  color: #999;
  padding: 15px;
}
.box2.moduletable .g-title, .box2.widget .g-title, .box2.g-outer-box .g-title, .box2 > .g-content .g-title {
  color: #3c3c3c !important;
  border-bottom: 1px solid #0094d9;
}
.box2.moduletable .button, .box2.widget .button, .box2.g-outer-box .button, .box2 > .g-content .button {
  background: #ffffff;
  color: #999;
  border: 1px solid #0094d9;
}
.box2.moduletable .button:hover, .box2.widget .button:hover, .box2.g-outer-box .button:hover, .box2 > .g-content .button:hover {
  background: #0094d9;
  color: #ffffff;
  border: 1px solid #0094d9;
}
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  padding: 55px;
  background: #f7f7f7;
  color: #999;
  margin: -1.3rem;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.box3.moduletable .g-title, .box3.widget .g-title, .box3.g-outer-box .g-title, .box3 > .g-content .g-title {
  color: #f79c55 !important;
  font-size: 1.4rem;
  background: #fff;
  padding: 0.5rem 1rem;
  margin: -0.9rem;
}
.box3.moduletable .button, .box3.widget .button, .box3.g-outer-box .button, .box3 > .g-content .button {
  background: none;
  color: #999;
  border: 1px solid #999;
  font-size: 1.15rem;
}
.box3.moduletable .button:hover, .box3.widget .button:hover, .box3.g-outer-box .button:hover, .box3 > .g-content .button:hover {
  background: #005dab;
  color: #fff;
  border: 1px solid #005dab;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.box3.moduletable img {
  border-radius: 100%;
}
.box3.moduletable h1 {
  font-weight: 700;
}
.g-our-team .g-our-team-image img, .g-our-team-slider .g-our-team-image img, .g-our-team-slideset .g-our-team-image img {
  border-radius: 100%;
  width: 90%;
  margin-top: 1rem;
  border: 3px solid #fff;
}
.g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
  border: 1px solid #156295;
  background: #a9adb0;
}
.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
  background: none;
  color: #fff;
}
#g-subfeature h3 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
#g-prebottom {
  border-top: 1px solid #b3b3b3;
  min-height: 600px;
}
#g-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background-position: bottom right;
}
#g-mainbody h1, #g-mainbody h2, #g-mainbody h3, #g-mainbody h4, #g-mainbody h5, #g-mainbody h6, #g-mainbody strong {
  font-size: 1.6rem;
}
#g-navigation .g-page-title h3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.5);
}
#g-mainbottom h1, #g-mainbottom h2, #g-mainbottom h3, #g-mainbottom h4, #g-mainbottom h5, #g-mainbottom h6, #g-mainbottom strong {
  color: #85b12a;
}
/* Szary akcent */
.malybanner .g-slideshow-title {
  font-size: 50px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
body .g-content-pro .g-info-container, body .g-content-pro-slider .g-info-container, body .g-content-pro-slideset .g-info-container {
  min-height: 170px;
}
#g-prebottom .fa {
  display: none;
}
.g-features-particle.style6 .g-features-particle-title {
  color: #757575 !important;
}
.g-features-particle.style6 .g-content {
  border: 3px solid #e5e5e5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.g-features-particle .g-features-particle-icon, .g-features-particle .g-circle-border {
  border-radius: 0%;
}
.g-article-header .page-header h2 a {
  color: #85b12a;
}
/* Banner - pole tekstowe */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #f1f1f1;
}
.g-slideshow .g-slideshow-buttons .button {
  background: #535353;
  color: #fff;
}
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #5c5f66;
}
.uk-dotnav > * > * {
  border-radius: 0;
}
.b1 .g-contacts .g-contacts-item {
  background: #0f3b0b;
  color: #fff;
  padding-right: 1rem !important;
}
.b2 .g-contacts .g-contacts-item {
  background: #0f3b0b;
  color: #fff;
  padding-right: 1rem !important;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #fff;
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
  padding: 0.5rem;
  font-size: 2.6rem;
}
#g-copyright {
  border-top: 1px solid #cecece;
}
#g-copyright a {
  color: #cecece;
}
/* content-pro */
body .g-content-pro .g-content-pro-special, body .g-content-pro-slider .g-content-pro-special, body .g-content-pro-slideset .g-content-pro-special {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-top: 1px solid;
  background: #0f3b0b;
}
body .g-content-pro.gutter-enabled .g-content-pro-item, body .g-content-pro-slider.gutter-enabled .g-content-pro-item, body .g-content-pro-slideset.gutter-enabled .g-content-pro-item {
  border: 1px solid #f0f0f0;
}
.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 {
  display: none;
}
#g-prebottom .g-content-pro .g-content-pro-title, #g-prebottom .g-content-pro-slider .g-content-pro-title, #g-prebottom .g-content-pro-slideset .g-content-pro-title {
  color: #fff !important;
  background: #b39152;
}
/* PAKIETY mage-features*/
.g-image-features .g-image-features-title {
  color: #b39152 !important;
  font-weight: 600;
  border-bottom: 1px solid;
  font-size: 2.4rem;
}
.g-image-features .g-image-feature-special {
  color: #b39152;
  font-size: 3.1rem;
  font-weight: 600;
}
#g-prebottom .g-image-features .g-image-features-title {
  color: #fff !important;
  font-weight: 600;
  border-bottom: 1px solid;
  background: #b39152;
  padding: 0.2rem;
}
#g-aside .g-title, #g-sidebar .g-title {
  font-size: 2rem;
}
#g-aside .button {
  background: #fff;
  color: #b39152;
  border: 1px solid #b39152;
  border-radius: 0px;
}
#g-aside .button:hover {
  background: #b39152;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
/* Strzalki Companies*/
#g-afterbottom .uk-slidenav-position .uk-slidenav {
  margin: 0rem -4rem;
}
body .uk-slidenav {
  background: #939496;
  color: #757575;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #acacac;
}
body .uk-slidenav:hover {
  background: #0f3b0b;
  color: #757575;
}
#g-to-top .style1 #g-totop-button {
  background: rgba(168, 168, 168, 0.57);
  border-radius: 0;
  border: 1px solid;
}
#g-to-top .style1:hover #g-totop-button:hover {
  background: rgba(68, 68, 68, 0.57);
}
.g-features-particle .g-features-particle-icon {
  background: #0f3b0b !important;
}
.g-features-particle .g-features-particle-icon:hover {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
#g-afterbottom h1, #g-afterbottom h2, #g-afterbottom h3, #g-afterbottom h4, #g-afterbottom h5, #g-afterbottom h6, #g-afterbottom strong {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.g-places .g-places-item-toggle span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #3b8840;
}
.g-places img {
  opacity: 0.3;
}
.g-places .g-places-item-content {
  border-radius: 0;
  border: 1px solid #29914f;
}
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #85b12a;
  color: #fff;
  border-radius: 14px;
  border: 6px double #fff;
}
.box4.moduletable .g-title {
  border-bottom: 3px dotted #fff;
}
#g-last strong {
  color: #373737;
  font-weight: 500;
}
#g-last .g-our-team-name {
  color: #ffffff;
  font-weight: 700;
}
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.2rem;
}
body .g-content-pro.gutter-enabled .g-content-pro-item {
  border: 5px solid #fff;
}
.g-article-header {
  border-bottom: 3px dotted #85b12a;
}
/*# sourceMappingURL=custom_25.css.map */