a {
    text-decoration: none;
    color: #4f4c4d
}

a:hover {
    color: #4f4c4d;
    text-decoration: none
}

a:visited {
    color: #4f4c4d;
    text-decoration: none
}

a:focus {
    color: #4f4c4d;
    text-decoration: none
}

body {
    color: #4f4c4d;
    font-family: "Source Sans Pro", "Verdana", sans-serif;
    font-size: 16px;
    overflow-y: scroll;
    padding-top: 159px;
    transition: padding-top .3s ease-in-out
}

body.padding {
    padding-top: 60px
}

body.block-scroll {
    overflow-y: hidden
}

.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 2200;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    overflow: hidden;
    top: 0;
    left: 0
}

.cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast
}

.contain {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.alert {
    font-size: .8em;
    border-radius: 0
}

.popover {
    z-index: 4000
}

.fancybox-overlay .fancybox-skin {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.fancybox-overlay .fancybox-skin .fancybox-outer {
    -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, .75);
    box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, .75)
}

.fancybox-overlay .fancybox-skin .fancybox-close {
    top: 0;
    right: 0
}

.line {
    height: 1px;
    width: 100%;
    background-color: #84754e
}

.line.light {
    background-color: #a39162
}

.button-link {
    display: inline-block;
    transition: all .3s ease-in-out;
    padding: 8px 20px;
    border-top: 1px solid #84754e;
    border-left: 1px solid #84754e;
    border-right: 1px solid #4f4c4d;
    border-bottom: 1px solid #4f4c4d;
    cursor: pointer;
    font-size: .812em;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    background-color: #fff
}

.button-link:hover {
    background-color: #84754e;
    color: #fff
}

.scroll-icon {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 21px;
    height: 74px;
    background-image: url("../gfx/scroll.png");
    background-size: cover;
    z-index: 1
}

.mainbanner {
    position: relative;
    z-index: 1
}

.mainbanner .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    height: 40vw;
    max-height: 650px;
    min-height: 180px;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast
}

.mainbanner .item.overlay {
    background-color: #006a35;
    background-blend-mode: overlay
}

.mainbanner .item .item-text {
    width: 100%;
    text-align: center;
    font-family: "Montserrat", "Lato", "Verdana", sans-serif !important;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.mainbanner .item .item-text--top {
    text-transform: uppercase;
    font-family: "Montserrat", "Lato", "Verdana", sans-serif;
    font-weight: 500;
    letter-spacing: .1em
}

.mainbanner .item .item-text--bottom {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding-bottom: 10px
}

.mainbanner .item .item-text--bottom span {
    display: block;
    line-height: 125%
}

.mainbanner .item .item-text p {
    margin: 0
}

.mainbanner .item .slider-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .4)
}

.mainbanner .slick-arrow {
    position: absolute;
    z-index: 2;
    top: calc(50% - 40px);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 80px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    transition: color .3s ease-in-out
}

.mainbanner .slick-arrow:hover {
    color: #84754e
}

.mainbanner .slick-arrow.next {
    right: 60px
}

.mainbanner .slick-arrow.prev {
    left: 60px
}

.mainbanner .slick-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.mainbanner .slick-dots li {
    display: block;
    height: 15px;
    width: 25px;
    margin-right: 0;
    margin-left: auto
}

.mainbanner .slick-dots li button {
    position: relative;
    height: 1px;
    width: 100%;
    top: 50%;
    background-color: #aaa;
    border: none;
    color: transparent;
    outline: none;
    padding: 0
}

.mainbanner .slick-dots li.slick-active {
    width: 50px
}

.mainbanner .slick-dots li.slick-active button {
    background-color: #fff
}

.mainbanner .banner-read-more {
    font-weight: 300;
    font-size: .7em;
    border: 1px solid rgba(255, 255, 255, .4);
    display: inline-block;
    padding: 4px 15px;
    margin-top: 20px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .overlay--ie {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #006a35;
        opacity: .6
    }
}

.video-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.video-container video {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: auto
}

.video-loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff
}

.video-loader__icon {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    font-size: 40px
}

#socialmedia .social-item {
    opacity: 1;
    transition: opacity .3s ease-in-out;
    margin-left: 6px
}

#socialmedia .social-item img {
    width: auto;
    max-height: 26px;
    vertical-align: top
}

#socialmedia .social-item:hover {
    opacity: .8
}

.top-contact__item {
    cursor: pointer
}

.top-contact__item img {
    opacity: 1;
    transition: opacity .3s ease-in-out;
    width: auto;
    max-height: 26px;
    vertical-align: top
}

.top-contact__item img:hover {
    opacity: .8
}

.top-contact_down {
    width: 10px;
    height: 10px;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    transform: rotate(45deg);
    position: absolute;
    bottom: -12px;
    left: 8px;
    z-index: 5001;
    background-color: #fff;
    display: none
}

.top-contact_down.show {
    display: block
}

.top-contact_text {
    position: absolute;
    display: none;
    padding: 15px 34px;
    background-color: #fff;
    z-index: 5000;
    min-width: 220px;
    white-space: nowrap;
    width: auto;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #eaeaea;
    font-size: .875em;
    right: 0px;
    top: 30px
}

.top-contact_text p {
    margin: 0;
    padding: 0
}

.top-contact_text.show {
    display: block
}

@media all and (max-width:575px) {
    .top-contact_text {
        white-space: normal;
        min-width: 200px;
        max-width: 200px;
        padding: 10px 10px
    }
    .top-contact_text p {
        width: 100% !important;
        font-size: 11px !important
    }
}

.menu-top-bar {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 2020;
    transition: opacity .3s ease-in-out
}

.navbar {
    font-family: "Source Sans Pro", "Verdana", sans-serif;
    font-weight: 500;
    z-index: 2000;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    transition: padding .3s linear
}

.navbar .navbar-toggler {
    border: none;
    outline: none;
    top: 30px;
    cursor: pointer
}

.navbar .navbar-toggler span {
    width: 22px;
    height: 3px;
    background-color: #84754e;
    display: block;
    transition: all .3s ease-in-out
}

.navbar .navbar-toggler span:nth-child(2) {
    margin: 4px 0;
    opacity: 0
}

.navbar .navbar-toggler span:first-of-type {
    transform-origin: top left;
    transform: rotate(44deg)
}

.navbar .navbar-toggler span:last-of-type {
    transform-origin: bottom left;
    transform: rotate(-44deg)
}

.navbar .navbar-toggler.collapsed span {
    background-color: #000
}

.navbar .navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1
}

.navbar .navbar-toggler.collapsed span:first-of-type {
    transform: rotate(0deg)
}

.navbar .navbar-toggler.collapsed span:last-of-type {
    transform: rotate(0deg)
}

.navbar .navbar-brand {
    font-size: inherit
}

.navbar .navbar-brand .brand-logo {
    height: 30px;
    width: auto;
	margin-left:20px;
}

.navbar .navbar-brand .brand-logo-small{
	margin-left:20px;
}

.navbar .navbar-brand .brand-logo-text {
    margin-left: 10px;
    font-size: 14px;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #84754e;
    line-height: 9px
}

.navbar .nav-item {
    margin-left: 10px
}

.navbar .nav-item .nav-link {
    color: #4f4c4d;
    text-transform: uppercase;
    padding: 5px 0 5px 5px;
    cursor: pointer;
    transition: color;
    font-size: .937em
}

.navbar .nav-item .nav-link span {
    display: inline-block;
    vertical-align: middle
}

.navbar .nav-item .nav-link span.menu-active-line {
    height: 16px;
    width: 1px;
    background-color: transparent
}

.navbar .nav-item:hover .nav-link:hover {
    color: #84754e
}

.navbar .nav-item.active .nav-link {
    color: #84754e
}

.navbar .nav-item.active .nav-link span.menu-active-line {
    background-color: #84754e
}

.navbar .dropdown-menu {
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    border: none;
    left: auto;
	min-width: 16rem;
}

.navbar .dropdown-menu .dropdown-item {
    color: #4f4c4d;
    font-size: .76em;
    padding: 5px 30px 5px 10px
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #443c28
}

.navbar .dropdown-menu .dropdown-item.active {
    background-color: #443c28
}

.header-fixed.header_small .menu-top-bar {
    opacity: 0;
    z-index: 0
}

.header-fixed.header_small .navbar {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-fixed.header_small .navbar .navbar-brand .brand-logo {
    display: none !important
}

.header-fixed.header_small .navbar .navbar-brand .brand-logo-small {
    display: inline-block !important
}

.main-title {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.main-title h2 {
    font-size: 2.25em;
    color: #4f4c4d;
    font-weight: 300;
    line-height: 100%;
    margin: 0
}

.main-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    top: 50%;
    left: 0;
    margin-left: calc(-100vw - 15px);
    height: 1px;
    background-color: #a7a5a6
}

.container-position-fix {
    margin-left: -15px;
    padding-left: 15px;
    position: relative
}

.submenu {
    background-color: #eaeaea
}

.submenu_item {
    font-size: .937em
}

.submenu_item.active {
    color: #84754e;
    border-left: 1px solid #84754e;
    padding-left: 5px;
    line-height: 110%
}

.pages {
    min-height: 560px
}

.pages .page-banner {
    height: 14vw;
    max-height: 230px;
    min-height: 120px;
    width: 100%;
    background-position: center center;
    background-size: cover
}

.pages .element:nth-of-type(even) {
    background-color: transparent
}

.page-header {
    margin-bottom: 10px
}

.page-header_left {
    background-color: #eaeaea;
    padding: 30px;
    min-width: 380px;
    max-width: 380px
}

.page-header_left img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px
}

.page-header_left_text p {
    margin-bottom: 0
}

.page-header_picture {
    display: block;
    width: 100%
}

.page-header_picture_img {
    width: 100%;
    height: 100%;
    min-height: 450px
}

@media all and (max-width:991px) {
    .page-header_left {
        min-width: 50%;
        max-width: 50%
    }
}

@media all and (max-width:767px) {
    .page-header .d-flex {
        flex-wrap: wrap
    }
    .page-header_left {
        min-width: 100%;
        max-width: 100%;
        order: 2
    }
    .page-header_picture {
        min-width: 100%;
        max-width: 100%;
        order: 1
    }
    .page-header_picture_img {
        min-height: 240px;
        height: 240px
    }
}

.page_district {
    margin: -15px 0 15px 0;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 600;
    letter-spacing: 1px
}

.pages-main-text {
    font-weight: 300
}

.pages-main-picture__img {
    width: 65%;
    height: 460px;
    float: right;
    margin: 25px 0 5px 25px
}

.page-title .title {
    text-align: center;
    font-family: "Montserrat", "Lato", "Verdana", sans-serif;
    color: #858585;
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 120%
}

.page-title .line {
    background-color: #858585
}

.page-text a {
    color: #84754e
}

.page-text a:hover {
    text-decoration: underline
}

.page-text p {
    margin-bottom: 8px
}

.page-text table {
    max-width: 100% !important
}

.page-text img {
    max-width: 100%;
    height: auto
}

.page-text ul,
.page-text ol {
    padding-left: 18px
}

.page-sections {
    text-align: left
}

.page-sections .col-section {
    padding-top: 50px;
    font-weight: 300
}

.page-sections .full-container .row {
    margin-left: 0;
    margin-right: 0
}

.page-sections .full-container .col-section {
    padding-left: 0;
    padding-right: 0
}

.page-sections img {
    max-width: 100%;
    height: auto
}

.page-sections .col-picture {
    display: block;
    margin: 0 20px 10px 0;
    float: left
}

.page-sections .col-picture img {
    max-width: 100%;
    height: auto
}

.page-sections .col-picture.left {
    float: left;
    margin: 0 20px 10px 0
}

.page-sections .col-picture.right {
    float: right;
    margin: 0 0 10px 20px
}

.page-sections .col-picture.center {
    width: 100%;
    text-align: center
}

.pages .page-sections .col-section {
    padding-top: 0px
}

.modules.even .module:nth-last-of-type(even) {
    background-color: #fff
}

.modules.odd .module:nth-last-of-type(odd) {
    background-color: #fff
}

.module .title {
    margin-bottom: 20px
}

.module .title .line {
    background-color: #858585;
    flex-grow: 1;
    width: auto
}

.module .title h2 {
    font-size: 1.2em;
    color: #4f4c4d;
    margin: 0 20px
}

.photos .item {
    height: 140px;
    width: 100%;
    transition: all .3s ease-in-out;
    opacity: 1
}

.photos .item .overlay {
    background-color: #84754e;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-in-out
}

.photos .item:hover .overlay {
    opacity: .6
}

.photos .row {
    margin-left: -2px;
    margin-right: -2px
}

.photos .row .col-6,
.photos .row .col-sm-4,
.photos .row .col-lg-3,
.photos .row .col-xl-2 {
    padding-left: 2px;
    padding-right: 2px
}

.photos .row .col-6 .item,
.photos .row .col-sm-4 .item,
.photos .row .col-lg-3 .item,
.photos .row .col-xl-2 .item {
    margin: 2px 0 !important
}

.module.movies .item iframe {
    height: 300px
}

.files .item {
    cursor: pointer
}

.files .item a {
    transition: all .3s ease-in-out
}

.files .item a .icon {
    min-width: 38px;
    max-width: 38px;
    min-height: 55px;
    float: left;
    transition: all .3s ease-in-out;
    font-size: 3em
}

.files .item a .ext {
    line-height: 100%
}

.files .item a p {
    font-size: .7em;
    line-height: 120%
}

.files .item:hover a .icon {
    color: #84754e
}

.files .item:hover .ext {
    color: #84754e
}

.page_table {
    line-height: 110%;
    width: 100%;
    table-layout: fixed;
    min-width: 760px;
    font-size: .875em;
    text-transform: uppercase
}

.page_table td,
.page_table th {
    text-align: center;
    word-wrap: break-word;
    padding: 12px 0;
    position: relative
}

.page_table th {
    background-color: #eaeaea;
    font-weight: normal
}

.page_table th.active {
    font-weight: 600
}

.page_table th.sort {
    cursor: pointer
}

.page_table th.sort:hover {
    text-decoration: underline
}

.page_table td img {
    max-height: 14px;
    width: auto
}

.page_table tr:nth-of-type(odd) td {
    background-color: #f5f5f5
}

.filter-select {
    min-width: 200px;
    height: 40px;
    font-size: .875em;
    padding: 0 15px;
    display: inline-block;
    margin-right: 10px;
    color: #4f4c4d;
    font-family: "Source Sans Pro";
    outline: none
}

a.filter_reset {
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: red
}

a.filter_reset span {
    color: #4f4c4d;
    font-size: .875em;
    font-family: "Source Sans Pro";
    line-height: 100%;
    display: inline-block;
    vertical-align: middle
}

a.filter_reset::before {
    display: inline-block;
    vertical-align: middle
}

a.filter_reset:hover span {
    text-decoration: underline
}

a.filter_reset.hidden {
    display: none
}

.map {
    height: 600px;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
	width: 100%;
}

.map .infow-container {
    text-align: center;
    line-height: 1.35;
    white-space: nowrap;
    padding-left: 20px;
    padding-top: 10px
}

.map .infow-container .iw-picture {
    margin: 5px 0
}

.map .infow-container .iw-picture img {
    width: 100%;
    max-width: 200px;
    height: auto
}

.map .infow-container p {
    margin: 0 0 5px 0
}

.map .infow-container .title {
    font-size: 1.8em
}

.map .infow-container .category {
    font-size: .875em
}

.map .infow-container .district {
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat";
    letter-spacing: 1px
}

.map .infow-container .iw-link {
    letter-spacing: 1px;
    margin: 20px 0
}

.map .infow-container .infow-text p {
    margin: 0
}

.map.small {
    min-width: 70%;
    max-width: 70%
}

.map-info-data {
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 140px;
    left: 10%;
    min-width: 260px;
    max-width: 320px;
    height: 280px;
    box-sizing: border-box;
    padding: 50px 30px;
    -webkit-box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, .27);
    -moz-box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, .27);
    box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, .27)
}

.map-info-data .info-data-title {
    font-size: 1.2em;
    font-weight: bold
}

.map-info-data .fa {
    color: #84754e
}

.map-info-data .fa-map-marker {
    font-size: 1.3em
}

.map-info-data .fa-phone {
    font-size: 1.3em;
    margin-top: 2px
}

.map-info-data .fa-envelope {
    margin-top: 3px
}

.map-info-data a:hover {
    color: #84754e
}

.map-search-container {
    width: 280px;
    top: 10px;
    left: 120px;
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, .2)
}

.map-search-container .search-input {
    height: 29px;
    flex: 1;
    background-color: #fff;
    border: none;
    padding: 0 10px;
    font-size: .75em;
    outline: none
}

.map-search-container .submit-map-search {
    height: 29px;
    background-color: #d8d8d8;
    border: none;
    outline: none;
    color: #fff;
    width: 100px;
    font-size: .75em;
    cursor: pointer;
    transition: .3s ease-in-out
}

.map-search-container .submit-map-search:hover {
    background-color: gray
}

#directionsPanel {
    height: 600px;
    max-width: 30%;
    min-width: 30%;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: .75em;
    padding: 0 10px;
    display: block;
    box-sizing: border-box
}

#directionsPanel.hidden {
    max-width: 0;
    min-width: 0;
    display: none
}

.news-date {
    transition: all .3s ease-in-out;
    color: #858585
}

.news-date .fa {
    font-size: 2em;
    margin-right: 10px
}

.news-date .date {
    font-size: .9em;
    line-height: 120%
}

.news-page h1 {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

.news-page .news-category {
    color: #84754e;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.3em
}

.segments .segments-text {
    color: #fff
}

.segments .segments-text p {
    margin-bottom: 0
}

.smalltiles_item {
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 20%;
    min-width: 20%
}

.smalltiles_icon {
    height: 68px
}

.smalltiles_icon img {
    max-height: 68px;
    width: auto
}

.tiles_row {
    margin-top: -15px;
    margin-bottom: -15px
}

.tiles_item {
    height: 320px;
    margin: 15px 0
}

.tiles_item .tiles_gradient {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .8);
    background: -moz-linear-gradient(top, black 15%, rgba(0, 0, 0, 0.85) 28%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(15%, black), color-stop(28%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, black 15%, rgba(0, 0, 0, 0.85) 28%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, black 15%, rgba(0, 0, 0, 0.85) 28%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, black 15%, rgba(0, 0, 0, 0.85) 28%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, black 15%, rgba(0, 0, 0, 0.85) 28%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#ffffff", GradientType=0);
    transition: .3s ease-in-out;
    opacity: .7
}

.tiles_text {
    z-index: 2;
    position: relative;
    top: 0;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    left: 0;
    transition: .3s ease-in-out;
    opacity: 1;
    backface-visibility: hidden
}

.tiles_text1 {
    z-index: 2;
    position: relative;
    top: 37%;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    left: 0;
    transition: .3s ease-in-out;
    opacity: 1;
    backface-visibility: hidden
}

.tiles_title {
    margin: 0
}

.tiles_title.big {
    font-size: 2.25em;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 12px;
    max-height: 74px;
    padding-bottom: 4px;
    overflow: hidden
}

.tiles_title.small {
    text-transform: uppercase;
    font-family: "Montserrat", "Lato", "Verdana", sans-serif;
    font-family: "Montserrat";
    font-weight: 500;
    letter-spacing: 1px
}

.tiles_text_bottom {
    z-index: 1;
    bottom: 25px;
    color: #fff;
    padding: 0 15px;
    max-height: 44px;
    overflow: hidden;
    opacity: 1;
    transition: .3s ease-in-out
}

.tiles_link {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.tiles_bg {
    overflow: hidden
}

.tiles_item:hover .tiles_gradient {
    opacity: 0
}

.tiles_item:hover .tiles_text {
    opacity: 0
}

.tiles_item:hover .tiles_text_bottom {
    opacity: 0
}

.tiles2 {
    margin-top: 3rem
}

.tiles2-row {
    display: flex;
    align-items: stretch;
    margin-left: -45px;
    margin-right: -45px;
    flex-wrap: wrap
}

.tiles2-row_thin {
    margin-left: -30px;
    margin-right: -30px
}

.tiles2-item {
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 45px;
    transition: opacity .3s ease-in-out
}

.tiles2-item_thin {
    padding-left: 30px;
    padding-right: 30px
}

.tiles2-item-body {
    display: block
}

.tiles2-item-icon {
    text-align: center;
    margin-bottom: 15px
}

.tiles2-item-icon img {
    height: 60px;
    width: auto
}

.tiles2-item-title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px
}

.tiles2-item-text {
    text-align: center
}

.tiles2-item:hover {
    opacity: .5
}

@media all and (max-width:991px) {
    .tiles2-row,
    .tiles2-row_thin {
        margin-left: -15px;
        margin-right: -15px
    }
    .tiles2-item,
    .tiles2-item_thin {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.3333333% !important
    }
}

@media all and (max-width:767px) {
    .tiles2-item {
        width: 50% !important
    }
}

@media all and (max-width:575px) {
    
}

.mynumbers {
    margin: 0 -15px;
    color: #fff
}

.mynumbers_bg {
    position: relative;
    overflow: hidden;
    background-color: #006a35;
    background-blend-mode: overlay
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .mynumbers_bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #006a35;
        opacity: .7;
        top: 0;
        left: 0
    }
}

.mynumbers_item {
    flex: 1;
    opacity: 0;
    border-right: 1px solid #fff
}

.mynumbers_item:last-of-type {
    border: none
}

.mynumbers_icon {
    height: 40px
}

.mynumbers_icon img {
    max-height: 40px;
    width: auto
}

.mynumbers_number {
    font-size: 3.43em;
    line-height: 100%;
    font-weight: 300
}

.mynumbers_name {
    font-family: "Montserrat";
    font-size: .812em;
    font-weight: 600;
    letter-spacing: 1px
}

.contact_text {
    font-weight: 300
}

.contact_text a {
    color: #84754e
}

.contact_text a:hover {
    text-decoration: underline
}

.form .captcha {
    transform: scale(0.5);
    transform-origin: top left
}

.form .form_button {
    width: calc(50% - 4px)
}

.form .button-link {
    font-size: .66em;
    padding: 10px 20px
}

.form .form_title {
    font-weight: 500;
    font-family: "Montserrat";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .875em
}

.form input:not(.submit),
.form textarea {
    height: 44px;
    border: none;
    border-bottom: 1px solid #acacac;
    padding: 0 10px;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
    font-size: .875em
}

.form input:not(.submit):focus,
.form textarea:focus {
    border-color: #d9d9d9
}

.form textarea {
    padding: 10px;
    height: 160px;
    resize: none;
    outline: none
}

.appform {
    margin-bottom: 1.5rem
}

.appform .row {
    margin-right: -9px;
    margin-left: -9px
}

.appform .appfrom-col {
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 9px;
    overflow: hidden
}

.appform .captcha {
    transform-origin: top left;
    transform: scale(0.53);
    height: 40px
}

.appform input,
.appform select {
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    border: 1px solid #a6a6a6;
    font-size: .85rem;
    outline: none;
    font-family: "Source Sans Pro", "Verdana", sans-serif;
    color: #4f4c4d
}

.appform input::-webkit-input-placeholder {
    color: #4f4c4d
}

.appform input::-moz-placeholder {
    color: #4f4c4d
}

.appform input:-ms-input-placeholder {
    color: #4f4c4d
}

.appform input:-moz-placeholder {
    color: #4f4c4d
}

.appform .appform-submit {
    background: #84754e;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .3s ease-in-out
}

.appform .appform-submit:hover {
    background: #64593b
}

footer {
    background-color: #f5f5f5
}

#footermenu {
    background-color: #eaeaea
}

#footermenu .item {
    margin: 0 15px
}

#footermenu .item a {
    font-size: .937em
}

#footermenu .item a:hover {
    color: #84754e
}

#footermenu .item.active a {
    color: #84754e;
    border-left: 1px solid #84754e;
    padding: 0 5px
}

#footermenu .item:first-of-type {
    margin-left: 0
}

#footermenu .item:last-of-type {
    margin-right: 0
}

.footerlogos_logos {
    flex: 1
}

.footerlogos_logos .item img {
    max-height: 100px;
    width: auto
}

.footerlogos_biglogo img {
    max-height: 100px;
    min-height: 60px;
    width: auto
}

.footerlogos_line {
    height: 1px;
    background-color: #c9c9c9
}

.footercontent {
    color: #959595;
    font-size: .75em
}

.footercontent a {
    text-decoration: none;
    color: #959595
}

.footercontent a:hover {
    color: #959595;
    text-decoration: underline
}

.footercontent a:visited {
    color: #959595;
    text-decoration: none
}

.footercontent a:focus {
    color: #959595;
    text-decoration: none
}

.footercontent p {
    margin: 0
}

.select-container {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px
}

.select {
    width: 100%;
    position: absolute;
    right: 0;
    text-align: left;
    overflow: hidden;
    border: 1px solid #a4acb0;
    box-sizing: border-box;
    z-index: 10;
    cursor: pointer;
    max-height: 34px;
    transition: all .1s ease-in-out;
    overflow-y: hidden;
    background-color: #fff
}

.select.active {
    max-height: 240px;
    overflow-y: auto
}

.select .current {
    padding-left: 40px;
    height: 36px;
    line-height: 33px;
    border-bottom: 1px dashed #401943;
    color: #6d6e71;
    position: relative;
    background: url("../gfx/down.png") no-repeat top 13px right 20px, #fff;
    background-size: .875em
}

.select .current .clear-filter {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 8px;
    left: 10px;
    background: url("../gfx/clear.png") no-repeat center center
}

.select .yitem {
    line-height: 20px;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    width: 100%;
    color: #6d6e71;
    transition: all .3s ease-in-out;
    opacity: 0;
    padding-left: 40px;
    box-sizing: border-box
}

.select .yitem:last-of-type {
    border-bottom: none
}

.select .yitem:hover {
    background-color: #f0f0f0
}

.select.active .yitem {
    line-height: 25px;
    opacity: 1
}

.pagination {
    text-align: center;
    margin: 40px 0;
    display: block;
    width: 100%;
    font-size: .9em
}

.pagination a {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    color: silver;
    border: 2px solid silver;
    margin-right: 5px;
    transition: all .2s ease-in-out
}

.pagination a:hover {
    border-color: #84754e
}

.pagination a span {
    display: block;
    font-size: .9em;
    line-height: 22px
}

.pagination p {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #84754e;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #84754e;
    margin-right: 5px
}

.pagination p span {
    display: block;
    font-size: .9em;
    cursor: default;
    line-height: 22px
}

.pagination .next-page {
    background: url("../gfx/page-next.png") no-repeat center center, silver;
    border-color: silver
}

.pagination .next-page:hover {
    background-color: #84754e
}

.pagination .prev-page {
    background: url("../gfx/page-prev.png") no-repeat center center, silver;
    border-color: silver
}

.pagination .prev-page:hover {
    background-color: #84754e
}

.pagination .current-page {
    margin-bottom: 0
}

#cookieInfo {
    width: 100%;
    position: fixed;
    right: 0px;
    left: 0;
    margin: auto;
    bottom: 0px;
    background-color: #f1f1f1;
    color: #000;
    box-sizing: border-box;
    padding: 14px 20px 12px 20px;
    z-index: 5000
}

#cookieInfo .top {
    line-height: 150%;
    font-size: .75em;
    text-align: justify
}

#cookieInfo .top a {
    font-weight: bold
}

#cookieInfo .cookieClose {
    display: inline-block;
    padding: 4px 15px;
    background-color: #989898;
    font-size: .75em;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    margin-right: 40px;
    transition: all .3s ease-in-out
}

#cookieInfo .cookieClose:hover {
    background-color: #000
}

#cookieInfo p {
    margin-bottom: 0
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100000
}

.popup-box,
.popup a.popup-box {
    color: #fff;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    min-width: 580px;
    max-width: 580px;
    min-height: 360px;
    -webkit-box-shadow: 5px 5px 62px -4px #000;
    -moz-box-shadow: 5px 5px 62px -4px #000;
    box-shadow: 5px 5px 62px -4px #000
}

.popup-box:hover,
.popup a.popup-box:hover {
    color: #fff
}

.popup-box-picture,
.popup a.popup-box-picture {
    padding: 80px 50px;
    width: 100%;
    height: 100%;
    min-height: 340px;
    background-color: #000
}

.popup-box-title,
.popup a.popup-box-title {
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: .875em;
    margin-bottom: 15px
}

.popup-box-content,
.popup a.popup-box-content {
    font-family: "Source Sans Pro";
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 15px
}

.popup-box-content p,
.popup a.popup-box-content p {
    margin: 0
}

.popup-box-button,
.popup a.popup-box-button {
    background-color: #fff;
    padding: 5px 0;
    width: 160px;
    color: #000;
    font-size: .75em;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    margin: auto;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    transition: all .3s ease-in-out
}

.popup-box-button:hover,
.popup a.popup-box-button:hover {
    background-color: #000;
    color: #fff
}

@media all and (max-width:767px) {
    .popup-box,
    .popup a.popup-box {
        min-width: 90%;
        max-width: 90%
    }
    .popup-box-picture,
    .popup a.popup-box-picture {
        padding: 60px 25px
    }
    .popup-box-content,
    .popup a.popup-box-content {
        font-size: 1.2em
    }
}

.popup-close {
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url("../gfx/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.popup-close:hover {
    background-image: url("../gfx/close-hover.svg")
}

@media all and (max-width: 1199px) {
    .form .form_button {
        width: 100%;
        text-align: left
    }
    .form .captcha {
        transform: scale(0.8);
        margin-bottom: 10px
    }
}

@media all and (max-width: 991px) {
    body {
        transition: none;
        padding-top: 58px
    }
    body.padding {
        padding-top: 58px
    }
    .menu-container.container {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .pages-main-picture__img {
        width: 50%;
        height: 360px
    }
    .menu-top-bar {
        position: fixed;
        top: 16px;
        right: 55px
    }
    .header-fixed {
        overflow: visible
    }
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navbar .navbar-brand {
        padding-left: 20px
    }
    .navbar .navbar-brand .brand-logo {
        display: none !important
    }
    .navbar .navbar-brand .brand-logo-small {
        display: inline-block !important
    }
    .navbar .nav-item {
        padding: 5px 15px
    }
    .navbar .nav-item .nav-link {
        display: inline;
        padding: 0;
        color: #4f4c4d;
        text-transform: uppercase
    }
    .navbar .nav-item:hover {
        color: #000
    }
    .navbar .nav-item:hover .nav-item .nav-link {
        color: #443c28
    }
    .navbar .nav-item.active .nav-link {
        color: #84754e
    }
    .navbar .nav-item:first-of-type {
        padding-top: 10px
    }
    .navbar .nav-item:last-of-type {
        padding-bottom: 10px
    }
    .navbar .navbar-collapse {
        bottom: 0;
        width: 100%
    }
    .navbar .navbar-toggler {
        top: 15px;
        right: 5px
    }
    .navbar .dropdown-menu {
        text-align: left
    }
    .submenu .container {
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
    .page-sections .text p {
        width: 100% !important
    }
    .mainbanner .item .item-text {
        font-size: .6em
    }
    .footermenu_row {
        justify-content: center !important;
        flex-wrap: wrap
    }
    #footermenu .item:first-of-type {
        margin-left: 15px
    }
    #footermenu .item:last-of-type {
        margin-right: 15px
    }
    .footerlogos_row {
        flex-wrap: wrap
    }
    .footerlogos_logos {
        width: 100%;
        margin-bottom: 30px;
        text-align: center
    }
    .footerlogos_biglogo {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
    .footerlogos_biglogo img {
        max-width: 100%;
        min-height: 0px
    }
    .footercontent_row {
        flex-wrap: wrap
    }
    .footercontent_left,
    .footercontent_right {
        width: 100%;
        text-align: center
    }
    .footercontent_right {
        margin-top: 15px
    }
}

@media all and (max-width: 767px) {
    .pages-main-picture__img {
        width: 100%;
        height: 160px;
        float: none;
        margin: 0 0 15px 0
    }
    .table_container {
        overflow-x: scroll
    }
    .mainbanner .slick-arrow {
        display: none !important
    }
    .smalltiles_item {
        min-width: 33.333%;
        max-width: 33.333%
    }
    .mynumbers_row {
        flex-wrap: wrap
    }
    .mynumbers_item {
        min-width: 100%;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }
    .mynumbers_number {
        font-size: 2em
    }
    .contact_text p {
        width: 100% !important;
        padding: 0 !important
    }
}

@media all and (max-width: 575px) {
    .smalltiles_item {
        min-width: 100%;
        max-width: 100%
    }
    .main-title h2::before {
        display: none
    }
    .col-section .text h1,
    .col-section .text h2,
    .col-section .text h3,
    .col-section .text h4 {
        font-size: 1.8em !important
    }
    .pages-main-picture__img {
        display: none
    }
    .map {
        height: 480px
    }
    .map-search-container {
        top: auto;
        bottom: 40px;
        left: 10px
    }
}

@media all and (max-width: 420px) {
    .pages-main-picture__img {
        width: 100%;
        height: auto
    }
}

.ground-picture {
    height: 700px !important;
    width: 31% !important;
    float: left;
    display: block;
    position: relative;
}
.ground-desc{
    width: 66%;
    float: left;
    display: block;
    position: relative;
}
.ground-form {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #b7b7b7;
    width: 100%
}


.privacylabel span{
    float: right;
    display:block;
    position: relative;
    width: 95%;
    text-align: justify;
}

@media all and (max-width: 767px) {
    .pages-main-picture__img.cover.ground-picture {
        width: 100% !important
    }
    .ground-picture {
        width: 100%;
        height: 350px !important;
        display: block !important
    }

    .col-md-6 .submit.button-link {
        float: right
    }
}

#table-job .th-job {
    background-color: #eaeaea
}

#table-job .td-job-1 {
    background-color: #fff
}

#table-job .td-job-2 {
    background-color: #f5f5f5
}

#job-content ul {
    padding-left: 19px !important
}

#job-content h5,
#job-content h4 {
    font-weight: 600;
    font-size: 16px !important
}

#job-content p,
#job-content li {
    font-weight: 300 !important;
    margin-bottom: 8px !important
}

.first-text-offer {
    text-transform: uppercase;
    font-family: "Montserrat", "Lato", "Verdana", sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    color: #fff
}

.second-text-offer {
    font-size: 300%;
    line-height: 125%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    color: #fff
}

.div-offer-text {
    position: absolute;
    top: 40%;
    image-rendering: -webkit-optimize-contrast;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center center
}

.banner-offer-main {
    image-rendering: -webkit-optimize-contrast;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center center
}

@media all and (max-width: 667px) {
    .div-offer-text {
        display: none
    }
}

#table-job tr:nth-child(even):hover {
    background-color: #f5f5f5
}

#table-job tr:nth-child(odd):hover {
    background-color: #f5f5f5
}

#table-job .th-job {
    pointer-events: none !important;
    background-color: #eaeaea !important
}

#table-job td {
    text-align: center;
    word-wrap: break-word;
    padding: 12px 0;
    position: relative;
    line-height: 110%;
    font-size: .875em !important;
    text-transform: uppercase;
    color: #4f4c4d;
    font-family: "Source Sans Pro", "Verdana", sans-serif
}

.th-title {
    text-align: center;
    font-weight: normal;
    font-size: .875em;
    line-height: 110%;
    font-family: "Source Sans Pro", "Verdana", sans-serif
}

#pp1 p,
#pp2 p {
    display: inline !important;
    font-size: .8rem
}

#ground-sections img {
    width: 100% !important
}

.another-offers {
    display: inline-block !important;
    transition: all .3s ease-in-out !important;
    padding: 8px 20px !important;
    border-top: 1px solid #84754e !important;
    border-left: 1px solid #84754e !important;
    border-right: 1px solid #4f4c4d !important;
    border-bottom: 1px solid #4f4c4d !important;
    cursor: pointer !important;
    font-size: .812em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    outline: none !important;
    background-color: #fff !important;
    border-radius: unset !important;
    font-family: "Source Sans Pro", "Verdana", sans-serif !important
}

.another-offers:hover {
    background-color: #84754e !important;
    color: #fff !important;
    font-family: "Source Sans Pro", "Verdana", sans-serif !important
}

#job-main-title h5,
#job-main-title h4 {
    font-weight: bolder;
    font-size: 16px !important
}

#job-main-title p,
#job-main-title li {
    font-weight: 300 !important;
    margin-bottom: 8px !important
}

.class-sort {
    pointer-events: auto !important
}

.btn-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #4f4c70 !important;
    line-height: 110%;
    font-family: "Source Sans Pro", "Verdana", sans-serif
}

.img-boxes {
    width: 100%
}
.js2-wis-panel{
	text-align: center;
    background: rgba(250,250,250,0.9);
    display: flex;
    justify-content: flex-end;
}
    
#reserve-offer{
	border-width: 1px;
    padding: 5px 45px;
    background: #83744e;
    font-weight: bold;
    color: #FFF;
    border-color: #83744e;
    transition: .5s ease;
	cursor: pointer;
	margin: 15px 0;
}

body.newbaner{
	padding-top:0;
	top: 0!important;
}
body.newbaner.news{
	    padding-top: 160px;
}
body.newbaner .header-fixed{
	background: none;
	border-bottom: none !important;
	overflow: unset;
}
body.newbaner .header-fixed.news{
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
}

body.newbaner .header-fixed .submenu{
	background: none;
	
}

body.newbaner .header-fixed .submenu a:visited, body.newbaner .header-fixed .submenu a{
		color:#fff;
}

body.newbaner .mainbanner .item .item-text{
	top: 60%;
}

body.newbaner .header-fixed.header_small{
	/* background-color: rgba(0,0,0,1);
	*/
	background: #046a38;
}

body.newbaner .header-fixed .container{
	width:100%;
}

body.newbaner .header-fixed .container .navbar .nav-item .nav-link span{
	color:#fff;
}
body.newbaner .mainbanner .item{
	height: 100vh;
	max-height: 100vh;
}
body.newbaner .mainbanner .item.overlay{
	background-color: #393939;
}

body.newbaner .header-fixed .navbar .dropdown:hover .dropdown-menu{
	display: block; text-align: left;
}

body.newbaner .header-fixed .navbar .dropdown:hover .dropdown-menu{
	background: none;
}
body.newbaner .header-fixed.header_small .navbar .dropdown:hover .dropdown-menu{
	background-color: rgba(0,0,0,1);
}
body.newbaner .header-fixed .navbar .dropdown-menu .dropdown-item.active{
	background: none;
}
body.newbaner .header-fixed .navbar-toggleable-md .navbar-collapse{
	align-items: center;
}

body.newbaner .navbar .navbar-brand .brand-logo-text{color: #fff;}

#newsletter{
	position: absolute;
    bottom: 14%;
    z-index: 99;
    width: 100%;
	font-weight: 300;
}
#newsletter div{
	color: #fff;
}
#newsletter input[type="text"]{
	background: none; border: 1px solid #fff;
}
#newsletter input[type="submit"]{
	background: none; border: 1px solid #fff; color: #fff; font-weight: 300;
}
#newsletter .checkbox{
	font-size: .75rem; width: 30%;
}

/* .dropdown:hover .dropdown-menu { */
  /* display: block; text-align: left;  background-color: rgba(0,0,0,0.8); */
/* } */
/*# sourceMappingURL=style.css.map */