/*
Theme Name: Finest Luxury
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website developed by Alexe Vlad
*/


@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Montserrat:wght@200;300;400;500;600&display=swap');
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Arapey', serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {margin:0;padding:0; outline: 0 none;}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
    padding: 20px;
    background-color: #fff;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    text-rendering: optimizeLegibility;
    background-color: #fff;
    overflow-x: hidden;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size:4.2rem;
    margin-bottom: 20px;
    line-height: 5.2rem;
    text-transform: uppercase;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size:4rem;
    margin-bottom: 20px;
    line-height: 5rem;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.4rem;
    margin-bottom: 20px;
    line-height: 4.4rem;
}
h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 4rem;
}
h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 20px;
    line-height: 3.8rem;
}
h6{
    font-family: 'Montserrat', sans-serif; 
    font-size: 2.6rem;
    margin-bottom: 20px;
    line-height: 3.6rem;
}
p{
    font-size: 15px;
    margin-bottom: 20px;
    color: #171819;
    line-height: 24px;
    font-weight: 200;
}
p strong,
strong{
    font-size: 15px;
    color: #171819;
    font-weight: bold;
}
p em,
em{
    font-size: 15px;
    color: #171819;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: 15px;
    color: #171819;
    font-style: italic;
    font-weight: bold;
}
a{
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    text-decoration: underline;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{ 
    margin-bottom: 20px;
}
ul li{
    font-size: 15px;
}
ol li{
    font-size: 15px;
}
ul li a,
ol li a{
    font-size: 15px;
}
blockquote{ 
    width: auto;
    padding: 2em;
    border: 1px solid #f1f1f1;
    display: inline-block;
}
blockquote p{
    margin-bottom: 0;
    font-size: 30px;
}
input{
    -webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius:0;
}
.wrapper{
    width: 1140px;
    margin: 0 auto;
}
.content-art-box .wp-block-button__link,
.global-link{
    background: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 15px 30px;
    font-size: 10px;
    line-height: 14px;
    border-radius: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.global-link.white{
    color: #fff;
    border: 2px solid #fff;
}
.content-art-box .wp-block-button__link:hover{
    background: #000!important;
    color: #fff!important;
    text-decoration: none;
}
.global-link:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.global-link.white:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
/*### Menu ###*/
nav.menu{
    display: flex;
    align-items: center;
}
nav.menu ul{
    margin-bottom: 0;
}
nav.menu ul li{
    display: inline-block;
    list-style: none;
    position: relative;
}
nav.menu ul li ul{
    display: none;
    position: absolute;

    padding: 20px 0;
}
nav.menu ul li:hover ul{
    display: block;
}
nav.menu ul li ul:before{
    content: "";
    padding-top: 10px;
    display: block;
}
nav.menu ul li ul li:first-child{
    padding-top: 20px;
}
nav.menu ul li ul li{
    padding-bottom: 20px;
    background: #fff;
    display: block;
}

nav.menu ul li ul li a{
    opacity: 1;
    color: #000;
    font-size: 12px;
}
nav.menu ul li ul li:hover a{
    opacity: 0.7;
}
.contact-header,
nav.menu ul li a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 300;
    letter-spacing: 2.4px;
}
.headroom--not-top .contact-header,
.headroom--not-top nav.menu ul li a{
    color: #000;
}
nav.menu ul li:hover a{
    opacity: 0.7;
}
.hamburger-button{
    display: none;
}
.header-circle-menu {
    margin-top: 10px;
    float: right;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav-icon {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #212121;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
} 
#nav-icon span:nth-child(1) {
    top: 0px;
} 
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 9px;
}

#nav-icon span:nth-child(4) {
    top: 18px;
}
.mobile-open-menu #nav-icon span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.headroom--top #nav-icon span{
    background: #fff;
}
/*### End Menu ###*/
/*### Header ###*/

.logo{
    display: block;
    width: 210px;
    height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.headroom--not-top .logo svg{
    fill: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.headroom.headroom--top .logo svg{
    fill: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.admin-bar .header{
    top: 32px;
}
.header .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact-header{
    display: inline-block;
}
.contact-header:hover{
    text-decoration: none;
}
.headroom{

    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
    -webkit-animation-timing-function:ease;
    -moz-animation-timing-function:ease;
    -ms-animation-timing-function:ease;
    -o-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    position:fixed;
    top:0;
    z-index:1039;
    width: calc(100% - 40px);
}
.headroom.headroom-pinned {
    top: 0;
    padding-top: 0;


}
.headroom.headroom--top{
    padding: 40px 0px 20px 0px;
    margin-top: 20px;
}
.headroom--not-top{
    background: #fff;
    padding: 20px 0px;
    margin-top: 0px;
}
.headroom.headroom--unpinned {
    top: -110px;

}
#header{
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);


}
.admin-bar #header.fixedhead{
    margin-top: 32px;

}
/*### End Header ###*/
/*### Slider ###*/
.slides-listing,
.slider-listings-home,
.global-slider{

    height: calc(100vh - 20px);
    position: relative;
    box-sizing: border-box;
}
.slider-listings-home{
    margin-top: 25px;
}
.slides-listing,
.slider-listings-home{
    height: 100vh;
}
.listing-slider .next-section,
.slider-listings-home .next-section2,
.global-slider .next-section{
    position: absolute;
    bottom: 5%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;

}
.listing-slider .next-section svg,
.slider-listings-home .next-section2 svg,
.global-slider .next-section svg{
    color: #fff;
    width: 40px;
    height: 28px;
    cursor: pointer;
}
.next-section,
.next-section2{
    display: none!important;
}
.slides-listing .image-slider,
.slide-listings .image-listing,
.slides-top .slide-top .image-slider{
    position: relative;
}
.slides-listing .image-slider img,
.slide-listings .image-listing img{
    width:  calc(100vw - 40px);
    height: 100vh;
    object-fit: cover;
}
.slides-top .slide-top .image-slider img{
    width:  calc(100vw - 40px);
    height: calc(100vh - 20px);
    object-fit: cover;
}
.slides-listing .image-slider:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide-listings .image-listing:before,
.slides-top .slide-top .image-slider:before{
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;

}
.slides-listing .slick-arrow,
.art-slider .slick-arrow,
.slide-listings .slick-arrow,
.slides-top .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 28px;
    height: 40px;
    z-index: 50;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slide-listings .slick-arrow{
    width: 40px;
    border: 2px solid #fff;
    text-align: center;
}

.art-slider .slick-arrow:hover,
.slides-top .slick-arrow:hover{
    opacity: 0.7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.slide-listings .slick-arrow svg{
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
.slides-listing .slick-arrow svg,
.art-slider .slick-arrow svg,
.slides-top .slick-arrow svg{
    color: #fff;
    width: 28px;
    height: 40px;
}
.slide-listings .slick-arrow:hover{
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slide-listings .slick-arrow:hover svg{
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slides-listing .slick-arrow.arrow-prev,
.slide-listings .slick-arrow.arrow-prev,
.slides-top .slick-arrow.arrow-prev{
    left: calc((100% - 1140px) / 2);
}
.slides-listing .slick-arrow.arrow-next,
.slide-listings .slick-arrow.arrow-next,
.slides-top .slick-arrow.arrow-next{
    right: calc((100% - 1140px) / 2);
}
.art-slider .slick-arrow.arrow-prev{
    left: 2%;
}
.art-slider .slick-arrow.arrow-next{
    right: 2%;
}
.slider-list .arrow,
.next-section2 .arrow,
.next-section .arrow,
.slick-slider .arrow {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    cursor: pointer;
}
.slider-list .arrow{
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    z-index: 9;

}
.slider-list.slick-slider .slick-arrow{
    opacity: 1;
}
.next-section2 .arrow,
.next-section .arrow{
    width: 15px;
    height: 15px;
}
.slick-slider.slide-listings .arrow{
    width: 6px;
    height: 6px;
    position: relative;
}
.next-section2 .arrow:hover,
.next-section .arrow:hover ,
.slick-slider .arrow:hover {
    border-color: #fff;
    border-width: 5px;
}
.slider-list .arrow:before,
.next-section2 .arrow:before,
.next-section  .arrow:before,
.slick-slider .arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
}


.slick-slider .arrow.prev {
    transform: rotate(-45deg);
    left: 0;
}

.slick-slider .arrow.next {
    transform: rotate(135deg);
    right: 0;
}
.slider-list .arrow.prev,
.slick-slider.slide-listings .arrow.prev {
    top: 50%;
    margin-top: -4px;
    margin-left: 2px;
}
.slider-list .arrow.next,
.slick-slider.slide-listings .arrow.next {
    top: 50%;
    margin-top: -4px;
    margin-right: 2px;
}
.slider-list .slick-arrow:hover .arrow,
.slick-slider.slide-listings .slick-arrow:hover .arrow{
    border-color: #000;
}
.slick-slider.slide-listings .slick-arrow .arrow:hover{
    border-width: 2px;
}
.next-section2 .arrow.down ,
.next-section .arrow.down {
    transform: rotate(-135deg);
}
.slick-slider .slick-arrow{
    opacity: 0;
}
.slick-slider:hover .slick-arrow{
    opacity: 1;
}
.content-slider{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    z-index: 50;
    align-items: center;
    margin: 0 auto;
    width: 100vw;
    text-align: center;
}
.content-slider .subtitle{
    font-size: 17px;
    margin-bottom:5px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 2.4px;
    font-family: 'Montserrat', sans-serif;
}
.slick-active .fadeInDown,
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
    -webkit-animation-timing-function:ease;
    -moz-animation-timing-function:ease;
    -ms-animation-timing-function:ease;
    -o-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.content-slider .title{
    margin: 10px 0;
    color: #fff;
    font-size: 5.6rem;
    line-height: 6.6rem;
    font-weight: 400;
    letter-spacing:2.4px;
}
.slick-active .fadeIn,
.fadeIn{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slick-active .fadeInUp,
.fadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fadeinup.next{
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.content-slider .text{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    font-style: italic;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@keyframes fadeIn {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        -moz-transform:translateY(20px);
        -ms-transform:translateY(20px);
        -o-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        -moz-transform:translateY(20px);
        -ms-transform:translateY(20px);
        -o-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        -moz-transform:translateY(20px);
        -ms-transform:translateY(20px);
        -o-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        -moz-transform:translateY(20px);
        -ms-transform:translateY(20px);
        -o-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        -moz-transform:translateY(20px);
        -ms-transform:translateY(20px);
        -o-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        -o-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        -o-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        -o-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        -o-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        -moz-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        -o-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
.listing-home{
    position: relative;
}
.content-listings{
    position: absolute;
    top: 60vh;
    width: 100%;
    z-index: 50;
}
.content-listings .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-listings h3{
    margin-bottom: 10px;
}
.content-listings h3 a{
    font-size: 2.6rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2.4px;
    font-family: 'Montserrat', sans-serif;
}
.content-listings .subtitle{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.content-listings .price{
    font-style: italic;
    color: #fff;
    font-size: 25px;
    font-weight: 200;
}
.slides-list{
    background: #F1F1F1;
    padding: 20px;
    margin-bottom: 30px;
}
.page-slider-style .slides-top .slide-top .image-slider img,
.page-slider-style{
    height: 60vh;
}
.page-slider-style .content-slider .title{
    font-size: 26px;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/*### End Slider ###*/

/*### Home ###*/
.art-section-home{
    background-color: #1A1A1A;
    padding: 100px 0;
    height: 100vh;
    box-sizing: border-box;
}
.art-section-home .wrapper{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;

}
.art-section-home .left{
    width: 60%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
}
.art-section-home .left img{
    width: 100%;
    height: auto;
}
.art-section-home .right{
    width: 40%;
    margin-right: 0%;
    position: relative;
    z-index: 2;
}
.art-section-home .wrapper::after {
    content: '';
    position: absolute;
    width: 75%;
    border: 1px solid white;
    right: -15%;
    height: 100%;
    outline: 2px solid rgba(127,127,127,0.3);
}
.art-section-home .right .title-arth{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 2.4px;
    color: #fff;
    line-height: 30px;
}
.art-section-home .right .content-arth p{
    color: #fff;
}
.slider-list-home{
    padding: 50px;
    text-align: center;
    background: #F6F6F6;
    margin-bottom: 25px;
}
.slider-list-home .title-list-home{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 2.4px;
    line-height: 30px;
}
.slider-list-home .content-list-home .mini-wrapp{
    margin-bottom: 50px;
}
.slider-list .slick-slide img{
    margin: 0 auto;  
}
.slider-list {
    margin-bottom: 50px
}
.slider-list .arrow.prev{
    margin-left: -30px;
}
.slider-list .arrow.next{
    margin-right: -30px;
}
.real-estate-list-home{
    background-color: #1A1A1A;
    margin-bottom: 25px;
}
.real-estate-list-home .title-list-home,
.real-estate-list-home .content-list-home p{
    color: #fff;
}
.real-estate-list-home .slider-list .arrow:hover,
.real-estate-list-home .slider-list .arrow{
    border-color: #fff;
}
.real-estate-list-home .wrapper .global-link {
    margin-bottom: 50px;
}
.art-section-home-full{
    height: 100vh;
    width: 100%;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.art-section-home-full .wrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 700px;
    text-align: center;
    justify-content: center;
    height: 100%;
}
.aol-home-sec:before,
.real-estate-sec:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.art-section-home-full .title-arth{
    color: #fff;
    text-transform: uppercase;
}
.art-section-home-full .content-arth p{
    color: #fff;
}
.real-estate-sec{
    margin-bottom: 25px;
}
/*### End Home ###*/
/*### Content Founders ###*/
.home .founder-type1{
    padding: 25px 0;
}
.founder-type1{
    padding-top: 25px;
}
.about-founders{
    background: #fff;
}
.founder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.founder-type1 .right img{
    display: block;
}
.founder-type1 .left{
    width: 50%;
    background: #fff;
    padding: 80px;
    box-sizing: border-box;
    padding-left: calc((100% - 1140px) / 2);
}
.founder .subtitle-founder{
    font-size: 14px;
    color: #171819;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

.founder .title-founder{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 2.4px;
    color: #171819;
    line-height: 30px;
}
.founder-type2 {
    background: #fff;
    padding: 25px 0;
}
.founder-type2 .right{
    width: 50%;
    padding: 80px;
    box-sizing: border-box;
    padding-right: calc((100% - 1140px) / 2);
}
.founder-type2 .left{
    width: 50%;
}
.founder-type2 .left img{
    width: 100%;
    height: auto;
}
.about-section .slider-list-home{
    margin-bottom: 0;
    margin-top: 25px;
}
.page-template-home .slider-list,
.about-section .slider-list{
    margin-bottom: 0;
}
/*### End Content Founders ###*/
/*### Content Art ###*/
.center-text{
    text-align: center;
}
.artpage{
    margin: 80px 0;
}
.content-art-box{
    background: #F7F7F7;
    padding: 150px;
}
.mini-wrapp{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.mini-wrapp h2{
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.art-slider img{
    width: 100%;
    height: auto;
}
/*### End Content Art ###*/
/*### Listings ###*/
.listing-section{
    padding:0 0 25px  0;
}
#filter{
    background: #F1F1F1;
    margin-bottom: 30px;
}
#filter .wrapper{
    display: flex;
    flex-wrap: wrap;
}
.filters-box{
    flex: 50%;
    max-width: 50%;
    padding: 40px 1%;
    box-sizing: border-box;
}
#slider-filters {
    width: 80%;
    margin-top: 20px;
    margin: 0 auto;
}
.filters-mid,
.filters-right{
    border-left: 1px solid #DFDFDF;  
}
.filters-right .price-details{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.filters-mid .filter-text,
.filters-left .filter-text,
.filters-right .price-details .price-list{
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
}
.filters-right .price-details .min-max-price{
    display: flex;
    justify-content: space-between;
    color: #9B9B9B;
    width: 80%;
    margin: 0 auto;
}
.filters-right .price-details .min-max-price .max-price,
.filters-right .price-details .min-max-price .min-price{
    color: #9B9B9B;
}
.ui-widget-content {
    height: 2px;
    background-color: #b7b7b7;
    border: none;
    position: relative;
}

.ui-widget-header {
    background-color: #010101;
    position: absolute;
    height: 100%;
}

.ui-slider-handle {
    top: -5px;
    height: 10px;
    width: 10px;
    border: 1px solid #010101;
    background: #F1F1F1;
    border-radius: 10px;
    border-color: #214472;
    position: absolute;
    cursor: pointer;
}
.listings-grid .wrapper{
    display: flex;
    flex-wrap: wrap;
}
.listings-grid .listing-article{
    flex: 48%;
    max-width: 48%;
    position: relative;
    justify-content: space-between;
    margin: 1%;

}
.slider-list .title-listing{
    font-size: 14px;
    color: #171819;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}
.slider-list .image-listing{
    padding: 10px;
    margin-bottom: 20px;
    display: block;
}
.slider-list .image-listing img{
    width: 100%;
    height: auto;
}
.listings-grid .listing-article .image-listing img{
    width: 100%;
    height: auto;
    display: block;
}

.listings-grid .listing-article .content-listing{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listings-grid .listing-article .content-listing h3{
    color: #fff;
    margin-bottom: 0;
    font-size: 2.1rem;
    line-height: 3rem;
}
.listings-grid .listing-article .content-listing .price{
    color: #fff;
    font-style: italic;
    font-size: 20px;
}
.listings-grid .listing-article .content-listing .price.location-listing-text{
    font-size: 16px;
}
.listings-grid .listing-article .content-listing .price.guest-listing-text{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}
.fullqyery.hide{
    display: none;
}
.custom-select select{
    width: 100%;
    font-size: 12px;
    color: #171819;
    font-family: 'Arapey', serif;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #010101;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    cursor: pointer;
}
.yacht-listing-page .listing-section{
    padding-top: 25px;
    padding-bottom: 25px;
}
/*### End Listings ###*/
/*### Single ###*/
.single-page-section h1{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
.single-page-section  .country-listing{
    display: inline-block;   
    font-size: 20px;
}
.single-page-section .ciry-listing{
    display: inline-block; 
    font-size: 19px;
    font-style: italic;
    font-weight: 200;
}
.single-page-section .location-listing{
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
    font-style: italic;
    font-weight: 200;
}
.single-page-section .price-listing{
    text-align: center;
    font-size: 15px;
    font-weight: 200;
    color: #484b4e;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.single-page-section .fimage img{
    width: 100%;
    height: auto;
    display: block;
}
.single-page-section .content-listing-single{
    display: flex;
    flex-wrap: wrap;
    background: #F7F7F7;
    padding: 60px;
    padding-top: 25px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 60px;
}
.single-page-section .left-listing{
    width: 30%;
    margin-right: 5%;
    background: #212121;
    padding: 40px;
    box-sizing: border-box;
}
.single-page-section .left-listing  .detail-listing{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column
}
.single-page-section .left-listing h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.single-page-section .left-listing .detail-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.single-page-section .left-listing .detail-desc{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.single-page-section .right-listing{
    width: 65%;
    align-self: center;
}
.single-page-section .right-listing h2{
    font-size: 20px;
    font-weight: 200;
    color: #171819;
    line-height: 26px;
}
.single-page-section .right-listing p{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.single-page-section .right-listing blockquote p{
    font-size: 20px;
    line-height: 30px;
}
.slides-list .slide-listing .image-slider img{
    cursor: pointer;
    display: block;
}
.contact-form-single{
    display: flex;
    padding: 20px;
    background-color: #F6F6F6;
}
.contact-form-single .title{
    display: inline-block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
    min-width: 160px;
    line-height: 52px;
    width: 20%;
}
.contact-form-single input[type='text'],
.contact-form-single input[type='email']{
    height: 52px;
    line-height: 52px;
    border: none;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-sizing: border-box;
}
.contact-form-single .wpcf7-form-control-wrap{
    margin-right: 20px;
}
.contact-form-single .wpcf7-form p{
    margin-bottom: 0;
    display: flex;
}
.contact-form-single .form{
    position: relative;
}
.contact-form-single  .wpcf7-submit {
    cursor: pointer;
}
.contact-form-single  .wpcf7 .ajax-loader{
    position: absolute;
    right: -60px;
    top: 12px;
}
.back-button{
    font-family: 'Montserrat', sans-serif; 
    font-size: 12px; 
    font-weight: 500;
    border: none;
    background: none;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
    cursor: pointer;

    font-weight: 400;
}
.back-button svg{
    margin-right: 10px
}
.contact-person-single{
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}
.contact-person-single .image-contact{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
}
.contact-person-single .image-contact img{
    width: 100%;
    height: auto;
    display: block;
}
.contact-right-single{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-right-single .name-contact{
    font-size: 24px;
    font-style: italic;
    margin-bottom: 5px;
}
.git-single a{
    display: inline-block;
    color: #171819;
    font-size: 16px;
}
/*### End Single ###*/
/*### Git ###*/
.git{
    min-height: 60vh;
    box-sizing: border-box;
    padding: 10vh 0;
    display: flex;
    width: 100%;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.git .wrapper{
    display: flex;
}
.git .left-git{
    width: 50%;
    box-sizing: border-box;
    padding: 130px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
.content-art input[type=email],
.content-art input[type=text],
.git .left-git input[type=email],
.git .left-git input[type=text]{
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 200;
}
.content-art input[type=email],
.content-art input[type=text]{
    color: #000;
    border-bottom: 1px solid #000;
}
::placeholder {
    color: #000;
    opacity: 1; 
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}
.git .left-git .Phone{
    margin-bottom:20px;
    display: block;
}
.content-art input.global-link{
    cursor: pointer;
    margin-top: 10px
}
.git .left-git input.global-link{
    cursor: pointer;
}
.content-art .wpcf7 .ajax-loader,
.git .left-git .ajax-loader{
    display: block;
}
.git .right-git{
    width: 50%;
    box-sizing: border-box;
    padding: 130px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}
.git .left-git .title-git{
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 200;
}
.git .right-git .logo-git{
    margin-bottom: 20px;
}
.git .right-git a{
    text-align: center;
    color: #171819;
    text-decoration: none;
    font-weight: bold;
}
.git .right-git a:hover{
    text-decoration: underline;
}
/*### End Git ###*/
/*### Footer ###*/

.footer{
    background: #1A1A1A;
    padding: 90px 0;
}
.footer .wrapper{
    display: flex;
    justify-content: space-between;
}
.footer-menu li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.footer-menu li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.footer-menu li a:hover{
    opacity: 0.7;
}
.footer .footer-text{
    max-width: 100%;
}
.footer .footer-text p{
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}
.footer  .footer-right{
    display: flex;
    flex-wrap: wrap;
    height: 80px;
}
.footer  .footer-right a{
    color: #fff;
    width: 50%;
    display: block;
    text-align: center;
    font-size: 20px;
}
.footer  .footer-right a:hover{
    opacity: 0.7;
}
/*### End Footer ###*/


/*### RESPONSIVE ###*/

@media only screen and (max-width: 1024px) {
    .menu-header-menu-container.active{

    }
    nav.menu .header-menu{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .menu-header-menu-container.active .header-menu{
        height: calc(100vh - 90px);
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #fff;
        width: 100%;

    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .hamburger-button{
        display: block;
    }
}
@media only screen and (max-width: 1650px) {
    .art-section-home .left {
        width: 50%;
        margin-left: 0%;
    }
    .art-section-home .wrapper::after {
        width: 60%;
        border: 1px solid white;
        right: 0%;
    }
    .art-section-home .right {
        margin-right: 5%;
    }
}
@media only screen and (max-width: 1300px) {
    .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .slides-listing .slick-arrow.arrow-prev,
    .slide-listings .slick-arrow.arrow-prev, 
    .slides-top .slick-arrow.arrow-prev{
        left: 5%;
    }
    .slides-listing .slick-arrow.arrow-next,
    .slide-listings .slick-arrow.arrow-next,
    .slides-top .slick-arrow.arrow-next{
        right: 5%;
    }
    .content-slider .title {
        font-size: 6.6rem;
        line-height: 7.3rem;
    }
    .contact-header, nav.menu ul li a{
        padding: 0 5px;
    }
    .mini-wrapp{
        width: 80%;
    }
    .art-section-home .wrapper::after {
        right: 5%;
    }
}
@media only screen and (max-width: 1024px) {
    .header {
        left: 20px;
        right: 35px;
    }
    html{
        font-size: 8px;
    }
    .contact-header{
        display: none;
    }
    .mobile-open-menu nav.menu{
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
    }
    .menu-header-menu-container.active .header-menu{
        height: 100vh;
        background: transparent;
    }
    .mobile-open-menu nav.menu .hamburger-button{
        position: fixed;
        top: 25px;
        right: 5%;

    }
    .mobile-open-menu  #nav-icon span{
        background: #212121
    }
    .menu-header-menu-container.active .contact-header, 
    .menu-header-menu-container.active  ul li a{
        color:  #212121;
    }
    .logo{
        margin-right: 20px;
    }
    .mobile-open-menu .logo{
        position: fixed;
        top: 20px;
        left: 5%;
        z-index: 999;
        max-width: 68%;
    }
    .mobile-open-menu .headroom.headroom--top .logo svg{
        fill: #212121;
    }
    .menu-header-menu-container.active {
        width: 100%;
    }
    .contact-header, 
    nav.menu ul li a{
        padding: 10px 0;
    }

    .slides-listing .slick-arrow.arrow-prev,
    .slide-listings .slick-arrow.arrow-prev, 
    .slides-top .slick-arrow.arrow-prev{
        left: 2%;
    }
    .slides-listing .slick-arrow.arrow-next,
    .slide-listings .slick-arrow.arrow-next,
    .slides-top .slick-arrow.arrow-next{
        right: 2%;
    }
    .founder{
        flex-direction: column;
    }
    .founder-type1 .left{
        width: 100%;
        padding-left: 80px;
    }
    .founder-type1 .right{
        width: 100%;
    }
    .founder-type1 .right img{
        width: 100%;
        height: auto;
    }
    .founder-type2{
        margin: 0;
        padding-bottom:  50px;
        flex-direction: column-reverse;
    }
    .founder-type2 .left{
        width: 100%;
    }
    .founder-type2 .right{
        width: 100%;
        padding-right: 80px;
    }
    .git{
        min-height: auto;
        padding: 30px 0;
    }
    .git .wrapper{
        flex-direction: column;
        align-items: center;
    }
    .git .right-git,
    .git .left-git{
        width: 80%;
    }
    .git .left-git{
        margin-bottom: 20px;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    .footer .footer-right{
        justify-content: center;
        height: auto;
    }
    .footer .footer-left{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .footer-text{
        max-width: 100%;
    }
    .footer .footer-right a{
        width: auto;
        padding: 0 10px;
    }

    .mini-wrapp{
        width: 100%;
    }
    .content-art-box{
        padding:50px 0;
        background: transparent;
    }
    #filter .wrapper{
        flex-direction: column;
    }
    .filters-box{
        width: 100%;
        max-width: 100%;
    }
    .filters-right{
        border-left: none;
        border-top: 1px solid #DFDFDF;
    }
    .single-page-section .content-listing-single{
        flex-direction: column-reverse;
    }
    .single-page-section .left-listing{
        width: 100%;
        margin-right: 0%;
    }
    .single-page-section .right-listing{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .art-section-home .wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .art-section-home{
        height: auto;
        text-align: center;
    }
    .art-section-home .left{
        width: 100%;
        margin-bottom: 50px;
    }
    .art-section-home .right{
        width: 100%;
    }
    .art-section-home .wrapper::after{
        display: none;
    }
    .slider-list-home{
        padding: 50px 0;
    }
    .slider-list .arrow.next{
        margin-right: 0px;
    }
    .slider-list .arrow.prev {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 900px) {
    .git .right-git,
    .git .left-git{
        padding: 50px;
    }
    .listings-grid .listing-article{
        flex: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .listings-grid .listing-article .content-listing{
        padding: 10px;
    }
    .art-section-home-full .wrapper{
        width: 100%;
    }
}
@media only screen and (max-width: 650px) {
    .founder-type2 .right,
    .founder-type1 .left{
        padding:40px 20px;
    }
    .git .right-git,
    .git .left-git{
        width: 100%;
        padding: 50px 20px;
    }
}
@media only screen and (max-width: 480px) {
    .content-slider .title {
        font-size: 4.6rem;
        line-height: 5.3rem;
    }
    .content-slider .text {
        font-size: 16px;
    }
    .content-slider .subtitle {
        font-size: 15px;
    }
    .content-listings .wrapper{
        flex-direction: column;
        text-align: center;
    }
    .content-listings .wrapper .titles{
        margin-bottom: 20px;
    }
    .single-page-section .content-listing-single{
        padding: 0;
        background: transparent;
    }
    .single-page-section .right-listing{
        padding-top: 50px;

    }
}
@media only screen and (max-width: 320px) {}


/*### END RESPONSIVE ###*/