/* 
Theme Name: Bauwerk Gollan
Version: 1.0
Author: SELBY & CO. Werbeagentur GmbH
Author URI: https://selbyco.com/
*/

@font-face {
    font-family: "Anton";
    src: url(fonts/Anton-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Outfit";
    src: url(fonts/Outfit/Outfit-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .05em;
    font-family: "Outfit", sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
body.page-template-tpl-home {
    overflow-y: hidden;
}
body.page-template-tpl-home.loaded-3 {
    overflow-y: scroll;
}
@media only screen and (min-width:1600px) {
    body {
        font-size: 1.25rem;
    }
}

body.lock-scroll{
    overflow: hidden;
}

.lh-1 {
    line-height: 1!important;
}
.lh-c {
    line-height: 1.4!important;
}

::selection {
    opacity: 1;
    color: #fff;
    background: #000;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #000;
}

.touchevents .d-touch {
    display: block
}
.touchevents .d-no-touch {
    display: none
}
.no-touchevents .d-touch {
    display: none
}
.no-touchevents .d-no-touch {
    display: block
}

@media only screen and (orientation:landscape) {
    .d-landscape {
        display: block
    }
    .d-portrait {
        display: none
    }
}
@media only screen and (orientation:portrait) {
    .d-landscape {
        display: none
    }
    .d-portrait {
        display: block
    }
}

.relative {
    position: relative!important;
}
.row-s {
    margin-right: -5px;
    margin-left: -5px;
}
.row-s>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}
.row .mb {
    margin-bottom: 30px
}
.row-s .mb {
    margin-bottom: 10px
}
.row-s .mt {
    margin-top: 10px
}
.fullheight {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.z1 {
    position: relative;
    z-index: 1;
}
.z2 {
    position: relative;
    z-index: 2;
}
.mt-c1 {
    margin-top: 30px;
}
.mb-c1 {
    margin-bottom: 30px;
}

@media only screen and (min-width:576px) {
    .w-sm-auto {
        width: auto!important;
    }
    .w-sm-100 {
        width: 100%!important;
    }
}
@media only screen and (min-width:712px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
    .w-md-auto {
        width: auto!important;
    }
    .w-md-100 {
        width: 100%!important;
    }
}
@media only screen and (min-width:992px) {
    .row-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-l>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .row-s {
        margin-right: -8px;
        margin-left: -8px;
    }
    .row-s>[class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }
    .row-s .mb {
        margin-bottom: 16px
    }
    .row-s .mt {
        margin-top: 16px
    }
    .w-lg-auto {
        width: auto!important;
    }
    .w-lg-100 {
        width: 100%!important;
    }
    .mt-c1 {
        margin-top: 40px;
    }
    .pl-lg-c1 {
        padding-left: 30px!important;
    }
    .pb-lg-c1 {
        padding-bottom: 300px;
    }
}
@media only screen and (min-width:1200px) {
    .row-xl {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-xl>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .w-xl-auto {
        width: auto!important;
    }
    .w-xl-100 {
        width: 100%!important;
    }
    .mt-c1 {
        margin-top: 60px;
    }
}
@media only screen and (min-width:1340px) {
    .container-fluid {
        padding-left: 200px;
        padding-right: 200px;
    }
    .container-fluid.full {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (min-width:1600px) {
    .col-xxl-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%
    }
    .col-xxl-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%
    }
    .col-xxl-3 {
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%
    }
    .col-xxl-9 {
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xxl-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%
    }
    .col-xxl-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%
    }
    .col-xxl-12 {
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-none {
        display: none!important;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
}
@media only screen and (min-width:1700px) {
    .container-fluid {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid.full {
        max-width: 1600px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: 'Anton', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: inherit;
    margin-bottom: 1rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,.h1 {
    font-size: 2rem;
    line-height: 1.1;
}
.ctx h1 {
    margin-bottom: 1.5rem;
}
h2,.h2,.single-post h1 {
    font-size: 1.875rem;
}
h3,.h3 {
    font-size: 1.75rem;
}
h4,.h4 {
    font-size: 1.625rem;
}
h5,.h5 {
    font-size: 1.375rem;
}
h6,.h6 {
    font-size: 1.25rem;
}
.h-title {
    font-size: 1.25rem;
    line-height: 1.4;
    text-transform: uppercase;
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    h1,.h1 {
        font-size: 2.5rem;
    }
    h2,.h2,.single-post h1  {
        font-size: 2.25rem;
    }
    h3,.h3 {
        font-size: 2rem;
    }
    h4,.h4 {
        font-size: 1.875rem;
    }
    h5,.h5 {
        font-size: 1.5rem;
    }
    h6,.h6,.h-title {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:992px) {
    h1,.h1 {
        font-size: 2.5rem;
    }
    h2,.h2,.single-post h1  {
        font-size: 2.25rem;
    }
    h3,.h3 {
        font-size: 2rem;
    }
    h4,.h4 {
        font-size: 1.875rem;
    }
    h5,.h5 {
        font-size: 1.5rem;
    }
    h6,.h6,.h-title {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:1440px) {
    h1,.h1 {
        font-size: 2.75rem;
    }
    h2,.h2,.single-post h1  {
        font-size: 2.5rem;
    }
    h3,.h3 {
        font-size: 2.25rem;
    }
    h4,.h4 {
        font-size: 2rem;
    }
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.form-control {
    color: #000;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.form-control-lg {
    font-size: .9375rem;
}
@media only screen and (min-width:712px) {
    .form-control-lg {
        font-size: 1rem;
    }
}
@media only screen and (min-width:1600px) {
    .form-control-lg {
        font-size: 1.125rem;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ced4da;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    transition: background-color 5000s ease-in-out 0s;
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.4;
}

p:last-of-type {
    margin-bottom: 0;
}

.ctx ol, 
.ctx ul,
.searchlist {
    margin: 0 0 1rem;
    padding: 0 0 0 1rem;
}

p + ul,
p + ol {
    margin-top: 1rem!important;
}

b, strong {
    font-weight: 700;
}

@media only screen and (min-width:992px) {
    .column-2 {
        column-count: 2;
        column-gap: 60px;
    }
    .column-2 p,
    .column-2 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}

.smart-hyphens {
    hyphens: auto;
}

figure {
    margin: 0;
}

.table td, .table th {
    padding: 0 0 .75rem;
    border-top: 0;
}
.table td.summary-table-first-col {
    padding-right: .75rem;
}

.highlight {
    color: red;
}
.hideMe {
    display: none;
}

@media only screen and (min-width:576px) {
    .w-sm-auto {
        width: auto!important;
    }
    .h-sm-100 {
        height: 100%;
    }
}
@media only screen and (min-width:712px) {
    .w-md-auto {
        width: auto!important;
    }
    .h-md-100 {
        height: 100%;
    }
}
@media only screen and (min-width:992px) {
    .w-lg-auto {
        width: auto!important;
    }
    .h-lg-100 {
        height: 100%;
    }
}
@media only screen and (min-width:1200px) {
    .w-xl-auto {
        width: auto!important;
    }
    .h-xl-100 {
        height: 100%;
    }
}

.nowrap {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
    height: auto
}

img.icon {
    display: inline-block;
    width: 60px;
    height: auto;
}
img.img-bw {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.map {
    position: relative;
	background-repeat: no-repeat!important;
	margin: 0 auto!important;
	width: auto;
}
.fade.in {
    opacity: 1!important;
}
.popover {
	font-size: 14px;
	line-height: 1.6;
	max-width: 400px;
}
.popover-title {
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover table td {
	white-space: nowrap;
}
.popover table td:first-child {
	padding-right: 15px;
}
@media only screen and (min-width:1200px) {
    img.icon {
        width: 70px;
    }
}

.aspect-21-9 {
    position: relative;
    display: block;
    padding-top: 42.86%;
}

.aspect-16-9 {
    position: relative;
    display: block;
    padding-top: 56.25%;
}

.aspect-4-3 {
    position: relative;
    display: block;
    padding-top: 75%;
}

.aspect-1-1 {
    position: relative;
    display: block;
    padding-top: 100%;
}

.aspect-3-4 {
    position: relative;
    display: block;
    padding-top: 133.33%;
}

.img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.no-touchevents a:hover .img-wrap img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.entry-content .wp-video {
    width: 100%!important;
    margin-bottom: 1rem;
}
.yt-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.media-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.media-wrapper.divider {
    height: calc(100vh - 60px);
}
.media-wrapper.abs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.media-wrapper video {
    width: 100%;
    height: auto;
}
.media-wrapper .img,
.media-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
a.w-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
a.w-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touchevents a:hover .img-wrap img,
.no-touchevents a.w-img:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.media-wrapper.divider .divider-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
}
.play-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.play-video.video-active {
    opacity: 0;
    pointer-events: none;
}
.play-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0!important;
    transition: transform .5s;
}
.no-touchevents .play-video:hover i {
    transform: translate(-50%,-50%) scale(1.3);
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out .3s;
    transition: transform 0.5s ease-in-out .3s;
}
.video-overlay.video-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
}

.video-overlay .video-holder {
    position: absolute;
    overflow: hidden;
    background-color: #000000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
}
.video-overlay.video-active .video-holder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in .7s;
    transition: opacity 0.3s ease-in .7s;
}

.video-overlay .video-holder .fullscreen-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 50;
    cursor: pointer;
    background: rgba(0,17,46,.15);
}

.video-close::after,
.video-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.video-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
@media only screen and (min-width: 712px) and (orientation: portrait) {
    .media-wrapper.divider {
        height: calc(100vh - 70px);
    }
    .media-wrapper.divider .divider-content {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 992px) {
    .media-wrapper.divider {
        height: calc(100vh - 70px);
    }
    .media-wrapper.divider .divider-content {
        font-size: 1.5rem;
    }
    .play-video-badge {
        width: 120px;
        height: 120px;
    }
    .play-video-badge .playicon svg {
        width: 25px;
        height: 25px;
    }
    .video-close {
        top: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .video-close::after,
    .video-close::before {
        top: 5px;
        left: 30px;
        height: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .media-wrapper.divider {
        height: calc(100vh - 80px);
    }
    .media-wrapper.divider .divider-content {
        font-size: 1.75rem;
    }
}

.text-white {
    color: #fff!important;
}
.text-black {
    color: #000!important
}

.bg-white {
    background-color: #fff!important;
}
.bg-black {
    background-color: #000!important;
    color: #fff;
}
.bg-light-grey {
    background-color: #f7f7f7!important;
}


a {
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:focus, a.focus, button:focus, button.focus {
    outline: 0;
}
.text-white a,
.text-white a:hover {
    color: #fff;
}
.ctx a:not(.gallery-item a):not(.post-image-link) {
    color: #000;
    border-bottom: 1px solid #000;
}
.ctx a:not(.gallery-item a):hover,
.ctx a:not(.post-image-link):hover {
    color: #000;
    border-bottom-color: transparent;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}
.btn-lg {
    padding: .625rem 1rem .375rem;
    font-size: .9375rem;
    letter-spacing: .5px;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #709e21;
    border-color: #709e21;
}
.btn-secondary:hover {
    background-color: #628a1e;
    border-color: #628a1e;
}
@media only screen and (min-width:712px) {
    .btn-lg {
        font-size: 1rem;
    }
}
@media only screen and (min-width:1600px) {
    .btn-lg {
        font-size: 1.125rem;
    }
}

.read-more {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    line-height: 1.2;
}
.read-more span {
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s
}
.text-white .read-more span {
    border-bottom-color: #fff;
}
.read-more::after {
    position: absolute;
    top: 0;
    right: 8px;
    font-family: 'fontello';
    content: "\e802";
    -webkit-transition: all .3s;
    transition: all .3s
}
.read-more:hover span {
    border-bottom-color: transparent;
}
.read-more:hover::after {
    right: 0;
}

.button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    min-width: 175px;
    color: #fff!important;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 900;
    padding: 8px 28px!important;
    background-color: #000;
    border: 2px solid #000;
}
#open-filters.button {
    border-radius: 20px;
    min-width: 0;
}
.button.mw {
    min-width: 200px;
}
.button.white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000!important;
}
.button.outline {
    background-color: transparent;
}
.button.white.outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff!important;
}
.button-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    overflow: hidden;
    width: auto;
    padding-left: 40px;
    transition: transform .2s ease-out;
}
#open-filters .button-text {
    padding-left: 0;
}
.button-text::after {
    font-family: 'fontello';
    content: '\e805';
    font-size: 85%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
}
#open-filters .button-text::after {
    display: none;
}
.button-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
}
.button-text span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover)
}
.button:hover .button-text span,
a:hover .button-text span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%
}
.logo-button-group {
    display: flex;
    height: 95px;
}
.logo-button-group .logo {
    height: 100%;
    padding-right: 20px;
}
.logo-button-group .logo img {
    height: 100%;
    width: auto;
    max-width: none;  
}
.logo-button-group .buttons {
    flex-grow: 1;
}
@media only screen and (min-width:712px) {
    .button {
        font-size: .9375rem;
    }
    .button.mw,
    .button.mw-md {
        min-width: 275px;
    }
    .button-text {
        line-height: 28px;
    }
    .logo-button-group {
        height: 105px;
    }
}
@media only screen and (min-width:1600px) {
    .button {
        font-size: 1rem;
    }
}

.wp-caption.alignnone {
    width: 100%!important;
    max-width: 100%;
    margin: 1rem auto;
}
.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 50%;
    margin: .375rem 1rem 10px 0;
}
.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 50%;
    margin: .375rem 0 10px 1rem;
}
.wp-caption img {
    width: 100%;
    height: auto;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto
}
img.alignleft {
    margin: .375rem 1rem 10px 0;
    max-width: 50%;
    height: auto
}
img.alignright {
    margin: .375rem 0 10px 1rem;
    max-width: 50%;
    height: auto
}
img.aligncenter {
    margin: 1rem auto;
    clear: both;
    display: block
}
img.alignnone {
    width: 100%;
    height: auto;
    margin: 1rem 0;
}
.wp-caption-text {
    font-size: .875rem;
    margin: 7px 0 0!important
}
@media only screen and (min-width:1600px) {
    .wp-caption-text {
        font-size: .9375rem;
    }
}

@media only screen and (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.alignleft,
    img.alignright {
        margin: 0 0 1rem;
        width: 100%;
        max-width: 100%;
    }
}

.gallery {
    margin: 1rem 0!important
}
.gallery img {
    width: 100%;
    height: auto;
    border-color: #fff!important;
}
.gallery-item {
    margin: 0!important;
    position: relative;
    overflow: hidden;
}
.gallery-item a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gallery-item a::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.gallery-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    max-width: none!important;
    height: 100%!important;
    border-color: #fff!important;
    object-position: center;
    object-fit: cover;
}

.has-animation {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
} 
.has-animation.image_clip_right {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}
.has-animation.image_clip_left {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
}
.has-animation.image_clip_right.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.has-animation.image_clip_left.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
} 
.has-animation.fade-up {
    opacity: 0;
    transform: translateY(60px)
}
.has-animation.fade-up.animated {
    opacity: 1;
    transform: translateY(0)
}
.has-animation.fade-in-left {
    opacity: 0;
    transform: translateX(-800px);
}
.has-animation.fade-in-left.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.fade-in-right {
    opacity: 0;
    transform: translateX(800px)
}
.has-animation.fade-in-right.animated {
    opacity: 1;
    transform: translateX(0)
}
.has-animation.has-scale {
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical {
    opacity: 0;
    transform: translateY(0) scaleY(1.1);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical.animated {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}
.has-animation.has-cover {
    opacity: 1;
    transform: translateY(0);
    overflow: hidden
}
.has-animation.has-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated::after {
    width: 0
}
.has-animation.has-cover img {
    display: block;
    margin: 0 auto;
    opacity: 1;
    transform: scale(1.05);
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}
.has-animation.has-cover.animated img {
    opacity: 1;
    transform: scale(1)
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
}

#pageloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900
}
.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #000
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header.with-blur {
    background-color: rgba(255, 255, 255, .4);
    backdrop-filter: blur(20px) saturate(120%);
    -webkit-backdrop-filter: blur(20px) saturate(120%);
}
.header-wrapper {
    position: relative;
    z-index: 1;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
.header-wrapper .logo {
    pointer-events: all;
}
.header-wrapper .logo,
.header-wrapper .logo-subline {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
body.scrol .header-wrapper .logo,
body.scrol .header-wrapper .logo-subline {
    transform: translateY(-120%);
}
body.page-template-tpl-home .header-wrapper .logo {
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s cubic-bezier(0, .85, .57, .97);
    transition: -webkit-transform .3s ease-in-out, opacity .3s cubic-bezier(0, .85, .57, .97)
}
body.page-template-tpl-home.loaded-2 .header-wrapper .logo {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .7s cubic-bezier(0, .85, .57, .97) .8s;
    transition: transform .3s ease-in-out, opacity .7s cubic-bezier(0, .85, .57, .97) .8s
}
.header-wrapper .logo-subline {
    display: none;
}
body.page-template-tpl-home .header-wrapper .logo-subline {
    display: -ms-flexbox;
    display: flex;
}
.header-wrapper .logo img {
    position: relative;
    width: 72px;
    height: auto;
}
body.page-template-tpl-home .header-wrapper .logo-subline {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: 100vw;
    height: 100vh;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline {
    margin-left: 0;
    margin-right: 0;
    max-width: 72px;
    height: 90px;
    width: 72px;
    pointer-events: none;
}
.header-wrapper .logo-subline img {
    position: relative;
    display: inline-block;
    width: 72px;
    -webkit-transition: width .7s ease-in-out;
    transition: width .7s ease-in-out;
}
@media only screen and (orientation:landscape) {
    body.page-template-tpl-home .header-wrapper .logo-subline img {
        width: 30vw;
    }
}
@media only screen and (orientation:portrait) {
    body.page-template-tpl-home .header-wrapper .logo-subline img {
        width: 70vw;
    }
}
body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline img {
    width: 72px;
}
body.page-template-tpl-home.loaded-3 .header-wrapper .logo-subline {
    opacity: 0;
}


.house-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    width: 60%;
    font-size: .875rem;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 20px;
    pointer-events: all;
}
.house-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    overflow: hidden;
    width: auto;
    min-width: 30px;
}
.house-nav a span {
    position: relative;
    display: none;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: auto;
    transform-origin: 100% 0%;
}
.house-nav a span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover)
}
.house-nav a .icon-th-large {
    font-size: 1.25rem;
}
.house-nav a:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%
}
@media only screen and (min-width:992px) {
    .house-nav {
        width: 60%;
        min-width: 800px;
    }
    .house-nav a span {
        display: inline-block;
    }
}
@media only screen and (min-width:1440px) {
    .house-nav {
        padding-left: 0;
    }
}

.burger-menu {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    z-index: 2000;
}
body.page-template-tpl-home .header-wrapper .burger-menu {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0, .85, .57, .97);
    transition: opacity .3s cubic-bezier(0, .85, .57, .97)
}
body.page-template-tpl-home.loaded-2 .header-wrapper .burger-menu {
    opacity: 1;
    -webkit-transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s;
    transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s
}
.burger-menu > div {
    position: relative;
    width: 30px;
    height: 32px;
}
.burger-menu b {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, border-color .1s ease;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, border-color .1s ease;
    position: absolute;
    display: block;
    width: 30px;
    height: 0;
    border-top: 2px solid #000
}
.home .burger-menu b {
    border-top-color: #fff
}
.home.scrol .burger-menu b,
body.menu-open .burger-menu b {
    border-top-color: #000
}
.burger-menu b:nth-child(1) {
    top: 8px;
    left: 0;
}
.burger-menu b:nth-child(2) {
    top: 16px;
    left: 0;
}
.burger-menu b:nth-child(3) {
    top: 24px;
    right: 0;
    width: 20px;
}
body.menu-open .burger-menu b:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
body.menu-open .burger-menu b:nth-child(2) {
    opacity: 0;
    width: 0;
}
body.menu-open .burger-menu b:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 30px;
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 500;
    -webkit-transition: all .5s;
    transition: all .5s
}
body.menu-open .overlay {
    opacity: 1;
    visibility: visible;
    width: 200%
}
.aside {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    background: #fff;
    border-left: 1px solid #e7e7e8;
    padding-top: 90px;
    z-index: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
body.menu-open .aside {
    right: 0
}
.aside .aside-inner {
    height: 100%;
    padding: 15px 15px 60px;
    overflow-y: auto;
}
nav.main {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}
nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none
}
nav.main ul.sub-menu {
    display: none;
    overflow: hidden
}
nav.main li {
    padding: 0;
    margin-bottom: 5px;
}
nav.main a {
    color: #000;
    cursor: pointer;
    font-size: 1.125rem;
    display: block;
    padding: 0;
    position: relative;
}
nav.main a span {
    display: inline-block;
    position: relative;
}
nav.main a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
	transition: width .3s ease;
}
nav.main .current-menu-item a span::after,
nav.main a:hover span::after {
    width: 100%;
}
nav.contact {
    margin-top: 30px;
    font-size: 1.125rem;
}
nav.contact a {
    color: #000;
}
nav.social-media {
    margin-top: 30px;
    font-size: 1.25rem;
}
nav.social-media a {
    color: #000;
    margin-right: .125rem;
}
.search-wrap {
    width: 100%;
    position: relative;
    padding: 15px;
}
.search-wrap button.submit {
    background: transparent;
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    text-align: center;
}
.search-wrap button.submit::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: 'fontello';
    content: "\f4a4";
    font-size: 1.25rem;
}

@media only screen and (min-width:712px) and (orientation:portrait) {
    .header-wrapper {
        height: 120px;
    }
    .header-wrapper .logo,
    .header-wrapper .logo img,
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline img {
        width: 96px;
    }
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline {
        max-width: 96px;
        height: 120px;
        width: 96px;
    }
    .aside {
        padding-top: 120px;
    }
    .aside .aside-inner {
        padding: 30px 30px 60px;
    }
    nav.social-media {
        font-size: 1.375rem;
    }
    .house-nav {
        font-size: .9375rem;
    }
}
@media (min-width:992px) {
    .header-wrapper {
        height: 120px;
    }
    .header-wrapper .logo,
    .header-wrapper .logo img,
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline img {
        width: 96px;
    }
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline {
        max-width: 96px;
        height: 120px;
        width: 96px;
    }
    .aside {
        padding-top: 120px;
    }
    .aside .aside-inner {
        padding: 30px 30px 60px;
    }
    nav.social-media {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:1440px) {
    .header-wrapper {
        height: 150px;
    }
    .header-wrapper .logo,
    .header-wrapper .logo img,
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline img  {
        width: 120px;
    }
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline {
        max-width: 120px;
        height: 150px;
        width: 120px;
    }
    .aside {
        padding-top: 150px;
    }
}
@media only screen and (min-width:1600px) {
    .header-wrapper {
        height: 160px;
    }
    .header-wrapper .logo,
    .header-wrapper .logo img,
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline img  {
        width: 128px;
    }
    body.page-template-tpl-home.loaded-2 .header-wrapper .logo-subline {
        max-width: 128px;
        height: 160px;
        width: 128px;
    }
    .aside {
        padding-top: 160px;
    }
    .house-nav {
        font-size: 1rem;
    }
}

#main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 90px;
    padding-bottom: 60px;
    min-height: calc(100vh - 90px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 90px);
    background: #fff;
    z-index: 5;
}
.page-template-tpl-home #main {
    margin-top: 100vh;
    margin-top: calc(var(--vh, 1vh) * 100);
}
body.page-template-tpl-home #main {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0, .85, .57, .97);
    transition: opacity .3s cubic-bezier(0, .85, .57, .97)
}
body.page-template-tpl-home.loaded-2 #main {
    opacity: 1;
    -webkit-transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s;
    transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    #main {
        margin-top: 120px;
        min-height: calc(100vh - 120px);
        min-height: calc(calc(var(--vh, 1vh) * 100) - 120px);
    }
}
@media only screen and (min-width:992px) {
    #main {
        margin-top: 120px;
        min-height: calc(100vh - 120px);
        min-height: calc(calc(var(--vh, 1vh) * 100) - 120px);
    }
}
@media only screen and (min-width:1440px) {
    #main {
        margin-top: 150px;
        min-height: calc(100vh - 150px);
        min-height: calc(calc(var(--vh, 1vh) * 100) - 150px);
        padding-bottom: 90px;
    }
}
@media only screen and (min-width:1440px) {
    #main {
        margin-top: 160px;
        min-height: calc(100vh - 160px);
        min-height: calc(calc(var(--vh, 1vh) * 100) - 160px);
        padding-bottom: 90px;
    }
}

.hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}
.hero .container-fluid,
.hero .container {
    position: relative;
    z-index: 5;
}
.hero .hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    z-index: 5;
}
.hero-content ul.hero-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
}
body.page-template-tpl-home ul.hero-nav {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0, .85, .57, .97);
    transition: opacity .3s cubic-bezier(0, .85, .57, .97)
}
body.page-template-tpl-home.loaded-2 ul.hero-nav {
    opacity: 1;
    -webkit-transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s;
    transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s
}
.hero-content ul.hero-nav li {
    display: block;
    text-align: center;
    margin: 1rem 0;
    padding: 0 10px;
}
.hero-content ul.hero-nav li a {
    display: inline-block;
    padding: 0 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
}
.hero-content ul.hero-nav li a img {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-bottom: .5rem;
}
.hero-content ul.hero-nav li a div {
    position: relative;
    display: block;
}
.hero-content ul.hero-nav li a div::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
	transition: width .3s ease;
}
.hero-content ul.hero-nav li a:hover div::after {
    width: 100%;
}
.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
}
.hero .hero-bg::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
.hero-bg .img,
.hero-bg .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    object-position: center;
}
.hero-bg .img-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media only screen and (orientation:landscape) {
    .hero-content ul.hero-nav {
        display: flex;
        justify-content: space-between;
    }
    .hero-content ul.hero-nav li:first-child {
        padding-left: 0;
    }
    .hero-content ul.hero-nav li:last-child {
        padding-right: 0;
    }
    .hero-content ul.hero-nav li a {
        padding: 0;
        font-size: 1rem;
    }
    .hero-content ul.hero-nav li a img {
        margin-bottom: 1rem;
    }
}
@media only screen (min-width:992px) and and (orientation:landscape) {
    .hero-content ul.hero-nav li a {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    .hero-content ul.hero-nav li a {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width:992px) {
    .hero-content ul.hero-nav li a {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:1200px) {
    .hero-content ul.hero-nav li a {
        font-size: 1.5rem;
    }
}

.section {
    position: relative;
    padding-top: 60px;
}
.next-section {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
    font-size: 1.25rem;
    color: rgba(0,0,0,.5);
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
.next-section i {
    display: inline-block;
	animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
}
.next-section i::before {
    transform: rotate(90deg);
    margin: 0;
    width: auto;
}
body.page-template-tpl-home .next-section {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0, .85, .57, .97);
    transition: opacity .3s cubic-bezier(0, .85, .57, .97)
}
body.page-template-tpl-home.loaded-2 .next-section {
    opacity: 1;
    -webkit-transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s;
    transition: opacity .7s cubic-bezier(0, .85, .57, .97) .8s
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-5px);}
} 
 
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

@media only screen and (min-width:1440px) {
    .section {
        padding-top: 90px;
    }
}

.slider-button-next,
.slider-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    font-size: .75rem;
}
.slider-button-next.swiper-button-lock,
.slider-button-prev.swiper-button-lock {
    opacity: 0;
    pointer-events: none;
}
.slider-button-next.dark,
.slider-button-prev.dark {
    background: #000;
    color: #fff;
}
.slider-button-next i::before,
.slider-button-prev i::before {
    width: auto;
    margin: 0;
}
.slider-button-prev {
    left: 15px;
}
.slider-button-next {
    right: 15px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .4;
}
.swiper-pagination.dark .swiper-pagination-bullet {
    background: #000;
    opacity: .3;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.swiper-pagination.dark .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}

.slider-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slider-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1
}
.slider-wrap .content-slider.abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.slider-wrap .content-slider.abs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.swiper-slide a img {
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}
.no-touchevents .swiper-slide a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.content-looped-carousel .swiper-slide {
    height: calc(100vh - 130px);
    width: auto;
    background: #eee;
}
.content-looped-carousel .swiper-slide img {
    height: 100%;
    width: auto;
    opacity: .35;
    transition: all .9s;
}
.content-looped-carousel .swiper-slide.swiper-slide-active img {
    opacity: 1;
}
@media only screen and (orientation: portrait) {
    .content-looped-carousel .swiper-slide {
        height: 66.66vw;
    }
}
@media only screen and (min-width: 992px) {
    .content-looped-carousel .swiper-slide {
        height: calc(100vh - 180px);
    }
    .slider-button-next.big,
    .slider-button-prev.big {
        width: 50px;
        height: 50px;
        font-size: .875rem;
    }
    .slider-button-prev.big {
        left: 30px;
    }
    .slider-button-next.big {
        right: 30px;
    }
}
@media only screen and (min-width: 1440px) {
    .content-looped-carousel .swiper-slide {
        height: calc(100vh - 200px);
    }
}


.divider {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 70px);
    padding-bottom: 40px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.divider .container-fluid {
    position: relative;
    z-index: 5;
}
.divider .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
@media only screen and (min-width: 712px) and (orientation: portrait) {
    .divider {
        padding: 60vh 0 60px;
    }
}
@media only screen and (min-width: 992px) {
    .divider {
        padding: 180px 0 60px;
    }
}

#filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    z-index: 50;
    background-color: rgba(0,0,0,.4);
    backdrop-filter: blur(20px) saturate(120%);
    -webkit-backdrop-filter: blur(20px) saturate(120%);
}
body.filters-open #filters {
    display: flex;
}
#open-filters {
    position: fixed;
    right: 30px;
    top: calc(100vh - 60px);
    z-index: 10;
    transition: all .2s;
}
#filters fieldset {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}
#filters a {
    border-radius: 20px;
    background-color: #eee;
    padding: 0.5rem 0.875rem;
    cursor: pointer;
    font-weight: 700;
    font-size: .75rem;
    color: #000;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#filters a.active,
#filters a.mixitup-control-active {
    background: #000;
    color: #fff;
}

.grid-masonry {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh
}
.grid-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
}
.grid-masonry .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
	padding-top: 50px;
    pointer-events: none;
    transition: .2s
}

.grid-masonry .fail-message span {
    display: inline-block;
    vertical-align: middle;
}

.grid-masonry.mixitup-container-failed .fail-message {
    opacity: 1;
    pointer-events: auto
}
.meta-icon img {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin-right: .375rem;
}
.meta-icon i {
    display: block;
    text-align: center;
    width: 24px;
    min-width: 24px;
    margin-right: .375rem;
    color: #222;
}
.meta-data {
    font-size: .8125rem;
    line-height: 1.1;
}
@media only screen and (min-width:712px) {
    .grid-masonry {
        -webkit-column-count: 2; 
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
    .meta-data {
        font-size: 1.25vw;
    }
}
@media only screen and (min-width:992px) {
    #filters {
        display: block;
        position: sticky;
        top: 30px;
        height: auto;
        background-color: rgba(0,0,0,0);
        backdrop-filter: blur(0) saturate(0);
        -webkit-backdrop-filter: blur(0) saturate(0);
    }
    #filters fieldset {
        gap: .75rem;
    }
    #filters a {
        font-size: 0.875rem;
    }
    #grid {
        padding-top: 60px;
    }
    .meta-icon img {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
    }
    .meta-icon i {
        width: 30px;
        min-width: 30px;
    }
}
@media only screen and (min-width:1200px) {
    #filters fieldset {
        gap: 1rem;
    }
    .meta-data {
        font-size: 1.1vw;
    }
}
@media only screen and (min-width: 1440px) {
    #filters {
        top: 40px;
    }
    .grid-masonry {
        -webkit-column-count: 3; 
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        -webkit-column-width: 33.33333333333333%;
        -moz-column-width: 33.33333333333333%;
        column-width: 33.33333333333333%;
    }
    .grid-item {
        margin-bottom: 3rem;
    }
    .meta-data {
        font-size: .8vw;
    }
}
@media only screen and (min-width: 1920px) {
    .meta-data {
        font-size: .875rem;
    }
}

.benefit {
    position: relative;
    padding-left: 85px;
    margin-bottom: 30px;
}
.benefit:last-of-type {
    margin-bottom: 0;
}
.benefit .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: auto;
}
@media only screen and (min-width: 992px) {
    .benefit {
        padding-left: 117px;
        margin-bottom: 40px;
    }
    .benefit .number {
        width: 87px;
    }
}
@media only screen and (min-width: 1440px) {
    .benefit {
        padding-left: 127px;
    }
    .benefit .number {
        top: 2px;
    }
}

.post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
    max-width: 100%;
    height: auto
}
.post-meta {
    font-size: .9375rem;
    margin-bottom: 1rem;
}
.post-meta a {
    display: inline-block;
    color: #000;
}
.post-meta a:hover {
    color: #6f9e21;
}
.posted-on,
.by {
    margin-right: 10px;
}
.posted-on::before,
.by::before,
.tags-links::before {
    font-family: 'fontello';
    margin-right: 7px;
}
.posted-on::before {
    content: '\e811';
}
.by::before {
    content: '\f2c0';
}
.tags-links::before {
    content: '\e812';
}
.cat-item {
    margin-bottom: .25rem;
}

@media only screen and (min-width:1600px) {
    .post-meta {
        font-size: 1rem;
    }
}

.pagination .nav-links {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination .page-numbers {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-bottom: none!important;
}
.pagination .page-numbers.current {
    width: 34px;
    background-color: #f6f0ed;
}
@media only screen and (min-width:992px) {
    .pagination .page-numbers {
        height: 40px;
        line-height: 40px;
    }
    .pagination .page-numbers.current {
        width: 40px;
    }
}

.error-404 {
    text-align: center;
}
.error-404 h1 {
    font-size: 100px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 0 rgba(178,178,178,1),8px 8px 0 rgba(0,0,0,.15);
}
.error-404 h2 {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
}
.error-404 .searchform {
    border: 3px dashed rgba(0,0,0,.05);
    padding: 15px;
    margin-top: 40px;
}
@media (min-width:768px) {
    .error-404 h1 {
        font-size: 200px;
        margin-bottom: 30px;
    }
    .error-404 h2 {
        line-height: 42px;
        font-size: 30px;
    }
    .error-404 .searchform {
        padding: 30px 90px;
        margin-top: 40px;
    }
}

.footer {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 30px;
    background-color: #f4f4f4;
    font-size: .875rem;
    z-index: 2
}
.footer .footer-top {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}
.footer .footer-middle {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 30px;
}
.footer .footer-bottom {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}
.footer .footer-logo {
    max-width: 80px;
}
.footer .footer-bottom .copyright {
    font-size: .75rem;
}
.footer ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none
}
.footer ul li {
    display: block;
    position: relative;
}
.footer .social-media a {
    display: inline-block;
    font-size: 1.25rem;
    margin: 0 .125rem;
}
@media only screen and (min-width:712px) {
    .footer .social-media a {
        margin-left: 0;
        font-size: 1.375rem;
    }
    .footer ul li {
        display: inline-block;
    }
    .footer ul li::after {
        content: '|';
        position: relative;
        margin: 0 5px;
    }
    .footer ul li:last-child::after {
        display: none;
    }
}

@media only screen and (min-width:992px) {
    .footer {
        padding-top: 60px;
        font-size: .9375rem;
    }
    .footer .footer-top {
        padding-bottom: 40px;
    }
    .footer .footer-middle {
        padding: 40px 0 60px;
    }
    .footer .footer-bottom {
        padding-bottom: 30px;
    }
    .footer .footer-logo {
        max-width: 100px;
    }
    .footer .footer-bottom .copyright {
        font-size: .875rem;
    }
}

@media print {
    .noPrint {
        display: none;
    }
}
