/* -------------------- MAIN -------------------- */

body, html {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#666;
    font-size: 19px;
    line-height: 1.6;
    overflow-x: hidden;
    background: #FFF;
}
.container {
    max-width: 1400px !important;
}
article:first-child {
    padding-top: 150px;
}
article {
    padding-bottom: 150px;
}
.m-space {
    padding: 150px 0px;
}
.big-font-container {
    padding-top: 100px;
    padding-bottom: 200px;
}
article article, .nospace {
    padding: 0px !important;
}
.bg-gray {
    background: #666;
    color: #FFF;
}
.page-content {
    position: relative;
}

/* -------------------- HEADER / NAVIGATION / SIDEBAR -------------------- */

#header {
    border-top: 7px solid #FC0000;
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 150px;
}
#header .container {
    z-index: 100;
    position: relative;
}
.headroom--top::after {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5004202364539565) 0%, rgba(0,0,0,0.26512611880689774) 34%, rgba(0,0,0,0) 62%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5004202364539565) 0%, rgba(0,0,0,0.26512611880689774) 34%, rgba(0,0,0,0) 62%);
    background: linear-gradient(180deg, rgba(0,0,0,0.5004202364539565) 0%, rgba(0,0,0,0.26512611880689774) 34%, rgba(0,0,0,0) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
}
.nav-link {
    display: block;
    padding: 0px;
    color: #666 !important;
    font-size: 150%;
    font-weight: 700;
    text-decoration: none;
}
.nav-link:hover {
    color: #666;;
}
.current_page_item a, .current-menu-parent .dropdown-toggle {
    color: #FC0000 !important;
}
.main-menu li::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 43px;
    left: 0;
}
.current_page_item::after, .current-menu-parent .dropdown-toggle:after {
    color: #FC0000 !important;
}
.main-menu li {
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0.5px;
}
.main-menu li:last-child {
    margin-bottom: 0px;
}
.dropdown-menu.show {
    position: relative !important;
    float: none !important;
    top: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: 0px !important;
    font-size: 130%;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 15px !important;
    margin-bottom: -10px !important;
}
.dropdown-menu {
    top: -100% !important;
}
.dropdown-item.active {
    background: transparent !important;
    color: #FC0000 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #666 !important; 
    background-color: transparent !important;
}
.dropdown-toggle::after {
    content: "\f107";
    position: relative;
    font-weight: 300;
    font-size: 130%;
    color: #666;
    font-family: "Font Awesome 5 Pro";
    left: 0px;
    top: -2px;
    border: none !important;
    vertical-align: middle;
    line-height: 1 !important;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.dropdown.show .dropdown-toggle::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.dropdown-toggle {
    white-space: nowrap;
    display: inline-block;
}
.dropdown-item {
    padding: 0px !important;
    color: #666 !important;
    font-size: 90% !important;
    text-decoration: none;
}
.dropdown-item:hover, .nav-link:hover, button:hover, a:hover {
    opacity: 0.6;
    transition: all .6s ease;
}
.dropdown-item, .nav-link, button, a {
    transition: all .3s ease;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons ul li i {
    color: #666 !important;
    font-size: 190%;
}
.sidebar .nav-box {
    display: none;
}
.logo {
    top: 4px;
    position: relative;
}
.logo, .logo-footer {
    max-width: 290px;
    height: auto;
    width: 100%;
}
.headroom--not-top .logo {
    opacity: 0;
    transition: all .2s linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
    box-shadow: unset !important;
}
.headroom {
    will-change: transform;
    transition: transform .2s linear;
}
.main-menu, .social-icons ul {
    list-style-type: none;
    padding: 0px;
}
.sidebar {
    position: fixed;
    right: 0;
    margin-top: 0;
    z-index: 1000;
    background-color: #eee;
    top: 0;
    max-width: 400px;
    text-align: left;
    min-width: 400px;
    line-height: 1.6;
    height: 100%;
    min-height: 100%;
    padding: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(400px,0,0);
    -moz-transform: translate3d(400px,0,0);
    -ms-transform: translate3d(400px,0,0);
    -o-transform: translate3d(400px,0,0);
    transform: translate3d(400px,0,0);
    -webkit-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -moz-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -o-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    transition: all .5s cubic-bezier(.785,.135,.15,.860);
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -moz-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -o-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    overflow-x: hidden;
    padding: 40px 50px;
}
.nav-open .sidebar {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -moz-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -o-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    transition: all .5s cubic-bezier(.785,.135,.15,.860);
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -moz-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -o-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    transition-timing-function: cubic-bezier(.785,.135,.15,.860);
}
.nav-open .page-content, .nav-open #header, .nav-open footer, .nav-open #back-top {
    -webkit-transform: translate3d(-400px,0,0);
    -moz-transform: translate3d(-400px,0,0);
    -ms-transform: translate3d(-400px,0,0);
    -o-transform: translate3d(-400px,0,0);
    transform: translate3d(-400px,0,0);
    -webkit-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -moz-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -o-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    transition: all .5s cubic-bezier(.785,.135,.15,.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -moz-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -o-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    transition-timing-function: cubic-bezier(.785,.135,.15,.860);
}
.page-content, #header, footer {
    -webkit-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -moz-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    -o-transition: all .5s cubic-bezier(.785,.135,.15,.860);
    transition: all .5s cubic-bezier(.785,.135,.15,.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -moz-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    -o-transition-timing-function: cubic-bezier(.785,.135,.15,.860);
    transition-timing-function: cubic-bezier(.785,.135,.15,.860);
}
.nav-open .sidebar {
    display: block;
}
.nav-box {
    position: relative;
    top: -1rem !important;
    height: 74px;
    width: 150px;
}
.hamburger {
    width: 100%;
    height: 100%;
}
.nav-box::before {
    content: '';
    background-image: url(../images/arrow-navi.svg);
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}
.headroom--not-top.headroom--pinned .nav-box::before {
    background-image: url(../images/arrow-navi-gray.svg);
}
.hamburger-box {
    width: 36px !important;
    top: -7px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 36px !important;
    height: 4px !important;
    border-radius: 0px !important;
    background-color: #666 !important;
}
.headroom--not-top.headroom--pinned .hamburger-inner::before, .headroom--not-top.headroom--pinned .hamburger-inner, .headroom--not-top.headroom--pinned .hamburger-inner::after {
    background-color: #FFF !important;
}

/* -------------------- TYPO / BUTTONS -------------------- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.h1, h1 {
    font-size: 280%;
}
.h4, h4 {
    font-size: 160%;
    font-weight: 300 !important;
}
.link-content h4 {
    font-size: 130%;
}
.page-content a, .page-content-sub a, footer a {
    color: #FC0000 !important;
    text-decoration: underline;
}
.lead {
    font-size: 100%;
}
.lead p {
    font-size: 120%;
}
.big-font {
    position: absolute;
    top: -110px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}
.big-font h3 {
    font-size: 220px;
    line-height: 220px;
    letter-spacing: 10px;
    color: #eee;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}
.page-content button, .footer-cta button, {
    background: #FC0000 !important;
    color: #FFF !important;
    border: 0px solid !important;
    padding: 17px 30px 20px 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}
.page-content button {
    background: #FC0000 !important;
    color: #FFF !important;
    border: 0px solid !important;
    padding: 17px 30px 20px 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    margin-top: 15px;
}
.page-numbers {
    border: 2px solid #FC0000 !important;
    margin-right: 15px;
    padding: 15px 30px;
}
.page-numbers.current{
    background: #FC0000 !important;
    color: #FFF !important;
}
.fw-300 {
    font-weight: 300;
}

/* -------------------- MODULES -------------------- */
.pt-50 {
    padding-top: 50px;
}
.img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.img-streched {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.single-image .img-box::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.border-box {
    border: 6px solid #FC0000;
    width: calc(100% - 14px);
    margin-bottom: 20px;
}
.border-box .img-box {
    top: 20px;
    left: 20px;
    width: 100%;
}
.listing ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
}
.listing ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    list-style-type: none;
    margin-top: 30px;
}
footer .quform-label {
    display: none;
}
input, optgroup, select, textarea {
    padding: 13px 20px !important;
}
input:focus, input:active, textarea:focus, textarea:active {
    outline: 1px solid #FC0000 !important;
    border: 0 solid #313131;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
select {
    word-wrap: normal;
    -moz-appearance: none;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    position: relative;
}
textarea {
    max-height: 150px !important;
}
.social-listing {
    font-size: 180%;
    list-style-type: none;
    padding: 0px;
    line-height: 1 !important;
    margin-bottom: 0px !important;
    margin-top: 80px;
}
.social-listing li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.map {
    position: relative;
    top: -250px;
    height: 500px;
    margin-bottom: -250px;
    z-index: 20;
    width: 100%;
    box-shadow: 0px -10px 20px rgba(102, 102, 102, 0.5);
    background: #DDD !important;
}
#back-top::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow-up.png);
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#back-top {
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 116px;
    height: 57px;
    text-align: center;
    z-index: 10000;
    opacity: 1;
    color: #666;
    font-size: 150%;
    transition: all .2s ease;
    left: 0;
    margin: 0 auto;
    padding-top: 6px;
}
.img-fitting {
    right: calc(((100vw - 1400px) / 2) + 15px);
    position: relative;
    height: 100%;
    width: 50vw;
    top: -40px;
    z-index: 2;
}
.texture {
    width: 100%;
    height: 75%;
    background: #666;
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 1;
}
.texture-bg {
    width: 100%;
    height: 75%;
    border: 5px solid #FC0000;
    position: absolute;
    bottom: 20px;
    left: auto;
    z-index: 0;
    right: -20px;
}
.e-overlay {
    margin-top: 40px;
    margin-bottom: 150px;
}
.big-slider {
    padding: 0px !important;
    margin-bottom: 150px;
}
.swiper-wrapper, .swiper-slide {
    position: relative;
    height: 100vh;
    background: #ecf2f6;
    width: 100%;
    min-height: 700px;
}
.sub-slider .swiper-wrapper, .sub-slider .swiper-slide {
    height: 75vh;
    min-height: 500px;
}
.swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.news .swiper-slide::before {
    display: none;
}
.news {
    margin-top: 30px;
}
.news-title {
    margin: 30px 0px 20px 0px;
}
.news-title h3 {
    margin-bottom: 0px;
}
.news:hover a, .gallery:hover a {
    opacity: 1;
}
.post-date {
    text-transform: uppercase;
    font-size: 85%;
    letter-spacing: 2px;
    position: relative;
}
.post-details {
    margin-top: 40px;
}
.post-date::after {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: red;
}
.news .swiper-wrapper, .news .swiper-slide {
    position: relative;
    height: auto;
    background: transparent !important;
    width: 100%;
    min-height: auto;
}
.news .swiper-slide {
    background: #fff;
    display: block;
    -webkit-align-items: center;
    align-items: center;
}
.description {
    position: absolute;
    bottom: 0;
    margin-left: 50%;
    width: auto;
    background: #FC0000;
    padding: 20px 30px;
    color: #FFF;
    font-size: 110%;
    font-weight: 700;
    z-index: 1000;
    padding-right: calc(((100vw - 1400px) / 2) + 15px);
    max-width: 50%;
    right: 0;
}
.description::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: #FC0000;
    height: 150%;
    transform: rotate(25deg);
    width: 200px;
    transform-origin: left top;
    z-index: 99;
}
.description span {
    z-index: 100;
    display: block;
    position: relative;
}
.swiper-button-next::after {
    content: "\f105";
    position: relative;
    display: block;
    font-size: 34px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    text-shadow: 0 0px 5px rgba(0,0,0,0.4);
    z-index: 100;
    top: 5px;
    right: -4px;
}
.swiper-button-prev::before {
    content: '';
    position: absolute;
    top: -27px;
    left: -11px;
    background: #5e5e5e;
    height: 70px;
    transform: rotate(45deg);
    width: 70px;
    transform-origin: left top;
    z-index: 99;
}
.swiper-button-next, .swiper-button-prev {
    width: 19px !important;
    height: 36px !important;
    line-height: 1 !important;
}
.swiper-button-next::before {
    content: '';
    position: absolute;
    top: -27px;
    left: 30px;
    background: #5e5e5e;
    height: 70px;
    transform: rotate(45deg);
    width: 70px;
    transform-origin: left top;
    z-index: 99;
}
.swiper-button-prev::after {
    content: "\f104";
    position: relative;
    display: block;
    font-size: 34px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    text-shadow: 0 0px 5px rgba(0,0,0,0.4);
    z-index: 100;
    top: 4px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}
.fullwidth-listing ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.fullwidth-listing ul li {
    border-bottom: 1px solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.fullwidth-listing ul li:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.gray::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.link-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    color: #FFF;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gray .img-container img {
    filter: url('gray.svg#grayscale');
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.link-content:hover h4 i {
    font-size: 250%;
    margin-bottom: 10px;
    transition: all .4s ease;
}
.link-content h4 i {
    font-size: 350%;
    margin-bottom: 50px;
    display: block;
    transition: all .4s ease;
}
.link-content:hover h4 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-120px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-120px,0);
}
.link-content h4 {
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    position: absolute;
    width: 100%;
    top: 50%;
}
.link-content a {
    color: #FFF !important;
    display: block;
    margin-top: 10px;
}
.listing.three ul li:hover .link-excerpt {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.link-excerpt {
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    padding: 0px 20px 20px 20px;
    min-width: 100%;
}
.quform .quform-option-label {
    max-width: none!important;
    position: relative;
    padding-left: 45px!important;
    display: inline-block !important;
}
.quform .quform-field-checkbox {
    margin: 20px 0!important;
}
.quform .quform-element [type="checkbox"]+label::before {
    width: 25px;
    height: 25px;
    background-color: transparent;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid #FC0000;
    transform: translateY(-50%);
}
.quform input[type="checkbox"]:checked+label::before {
    background-color: #FC0000;
    box-shadow: inset 0 0 0 5px #fff;
}
.quform .quform-field-checkbox {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
}
/* -------------------- FOOTER -------------------- */
.cookie-notice-container a {
    color: white !important;
    background-color: #FC0000 !important;
    padding: 10px 20px;
}
.quform-submit {
    background-color: #FC0000;
    color: white;
    border: none;
}
.footer {
    border-bottom: 7px solid #FC0000;
}
.footer::before {
    content: '';
    background-image: url(../images/dec-left.png);
    background-position: top right;
    background-size: cover;
    position: absolute;
    left: 0px;
    height: 30px;
    width: 25vw;
    top: -30px;
}
.footer-cta {
    position: relative;
    padding-top: 100px;
    padding-bottom: 300px;
    color: #FFF;
}
.footer-cta::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.footer-cta .container {
    position: relative;
    display: block;
    z-index: 11;
}
.autor {
    font-size: 80%;
}
.footer-cta i {
    color: #FFF !important;
}
.footer-cta a {
    color: #FFF !important;
    text-decoration: underline;
}
.socialicon i {
    font-size: 35px !important;
    display: inline-block;
    margin-right: 15px !important;
}
:root {
	--custom-title-color: #666 !important;
	--custom-body-color: #666 !important;
}
privacybee-widget div, privacybee-widget div ul li, privacybee-widget div a {
	max-width: 100% !important;
	line-height: inherit !important;
}
.KFaIpG_h1, .KFaIpG_h2 {
    font-weight: 700 !important;
}


/* -------------------- RESPONSIVE DESIGN -------------------- */
    @media screen and (max-width: 1400px){
        .container {
            max-width: 90% !important;
        }
        .description {
            padding-right: 30px;
        }
        .link-content h4 i {
            font-size: 300%;
        }
        .link-excerpt:hover h4 {
            -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100px,0);
            transform: translate3d(0,-50%,0) translate3d(0,-100px,0);
        }
        .listing.three ul li:hover .link-excerpt {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            line-height: 25px;
        }
        .fullwidth-listing ul li .mt-5 {
            margin-top: 35px !important;
        }
        .e-overlay .img-fitting {
            right: calc(((100vw - 90vw) / 2) + 15px);
        }
    }
    @media screen and (max-width: 1350px){
        .listing ul li {
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            list-style-type: none;
            margin-top: 30px;
        }
        .link-content:hover p {
            line-height: 30px;
        }
        .link-content h4 {
            font-size: 130%;
            padding-left: 10px;
            padding-right: 10px;
        }
        .fullwidth-listing ul li .mt-5 {
            margin-top: 15px !important;
        }
    }
    @media screen and (max-width: 991px){
        .listing ul li {
           /*pointer-events: none !important;*/
        }
        .link-content:hover h4 {
            -webkit-transform: translate3d(0,-120%,0);
            transform: translate3d(0,-120%,0);
        }
        .link-content:hover h4 i {
            font-size: 250%;
            transition: unset;
            margin-bottom: 20px;
        }
        .fullwidth-listing ul li .mt-5 {
            margin-top: 0px !important;
        }
        .link-content:hover p {
            line-height: 25px;
        }
        .link-excerpt {
            opacity: 1;
            -webkit-transform: translate3d(0,0px,0);
            transform: translate3d(0,0px,0);
            position: absolute;
            bottom: 0px;
            left: 0;
            -webkit-transition: none;
            transition: none;
            padding: 0px 10px 20px 10px;
            font-size: 18px;
            line-height: 25px;
        }
        .link-content h4 {
            -webkit-transform: translate3d(0,-120%,0);
            transform: translate3d(0,-120%,0);
        }
        .link-content h4 i {
            font-size: 250%;
            margin-bottom: 20px;
        }
        .e-overlay .img-fitting {
            right: 0;
            min-height: 500px;
            width: 100%;
        }
        .e-overlay .texture {
            width: 95%;
        }
        .e-overlay .texture-bg {
            width: 95%;
            right: -5px;
        }
        .m-space {
            padding: 100px 0px;
        }
    }
    @media screen and (max-width: 900px){
        .link-content p {
           font-size: 16px;
           line-height: 23px;
        }
        .link-content a {
            font-size: 16px;
        }
        .link-content h4 {
            font-size: 130%;
        }
        .link-excerpt p {
            display: none;
        }
        .link-content h4 {
            -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
        }
        .link-content:hover h4 {
            -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
        }
        .link-excerpt {
            min-width: 100%;
        }
    }
    @media screen and (max-width: 800px){
        .listing ul li {
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            list-style-type: none;
            margin-top: 30px;
        }
    }
    @media screen and (max-width: 768px){
        .h1, h1 {
            font-size: 220%;
        }
        .lead p {
            font-size: 110%;
        }
        .footer-cta .quform {
            padding-top: 40px;
        }
        .description {
            margin-left: 20%;
            max-width: 80%;
        }
        .fullwidth-listing ul li .img-box.position-relative {
            max-width: 90%;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .big-slider .swiper-wrapper {
            max-height: 400px !important;
            height: 400px !important;
            min-height: 400px !important;
        }
        .swiper-wrapper, .swiper-slide {
            max-height: 400px !important;
            height: 400px !important;
            min-height: 400px !important;
        }
        .big-slider {
            margin-bottom: 100px;
        }
        article {
            padding-bottom: 100px;
        }
    }
    @media screen and (max-width: 680px){
        .sidebar {
            max-width: 75%;
            min-width: 75%;
            -webkit-transform: translate3d(100%,0,0);
            -moz-transform: translate3d(100%,0,0);
            -ms-transform: translate3d(100%,0,0);
            -o-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }
        .nav-open .page-content, .nav-open #header, .nav-open footer, .nav-open #back-top {
            -webkit-transform: translate3d(-75%,0,0);
            -moz-transform: translate3d(-75%,0,0);
            -ms-transform: translate3d(-75%,0,0);
            -o-transform: translate3d(-75%,0,0);
            transform: translate3d(-75%,0,0);
        }
    }
    @media screen and (max-width: 600px){
        .sidebar .nav-box {
            display: block;
        }
        .sidebar .nav-box {
            position: absolute;
            top: 0rem !important;
            height: 74px;
            width: 150px;
            right: 15px;
        }
        .sidebar {
            padding-top: 80px;
            max-width: 100%;
            min-width: 100%;
            -webkit-transform: translate3d(100%,0,0);
            -moz-transform: translate3d(100%,0,0);
            -ms-transform: translate3d(100%,0,0);
            -o-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }
        .nav-open .page-content, .nav-open #header, .nav-open footer, .nav-open #back-top {
            -webkit-transform: translate3d(-100%,0,0);
            -moz-transform: translate3d(-100%,0,0);
            -ms-transform: translate3d(-100%,0,0);
            -o-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }
    }
    @media screen and (max-width: 575px){
        .sidebar {
            padding-top: 80px;
        }
        .nav-box {
            float: right;
        }
        .logo-footer {
            padding-bottom: 30px;
        }
        .text-right {
            text-align: left !important;
        }
        .page-numbers {
            padding: 5px 15px;
        }
        .fullwidth-listing ul li .pl-5 {
            padding-left: 15px !important;
        }
        .fullwidth-listing ul li .img-box.position-relative {
            max-width: 100%;
        }
        .logo-footer {
            max-width: 200px;
        }
    }
    @media screen and (max-width: 500px){
        .big-slider {
           margin-bottom: 100px;
        }
        .description {
            color: #FFF;
            font-size: 100%;
            font-weight: 700;
        }
        .h1, h1 {
            font-size: 150%;
        }
        .h2, h2 {
            font-size: 140%;
        }
        .h3, h3 {
            font-size: 130%;
        }
        .h4, h4 {
            font-size: 120%;
        }
        .h5, h5 {
            font-size: 110%;
        }
        .h6, h6 {
            font-size: 100%;
        }
        .lead p {
            font-size: 105%;
        }
        article {
            padding-bottom: 50px;
        }
        body {
            hyphens: auto;
        }
        .map {
            top: -200px;
            height: 400px;
            margin-bottom: -200px;
        }
        .footer-cta {
            padding-bottom: 250px;
        }
    }
    @media screen and (max-width: 440px){
        article {
            padding-bottom: 50px;
        }
        .description::before {
            display: none;
        }
        .description {
            margin-left: 0px;
            min-width: 100%;
            line-height: 110%;
        }
    }

    @media screen and (max-width: 400px){
        .link-content h4 {
            font-size: 110%;
        }
        .page-numbers {
            margin-right: 5px;
        }
        .nav-link {
            font-size: 120%;
        }
    }
    @media screen and (max-width: 300px){
        .link-content i {
            display: none !important;
        }
    }