/*menu*/

.slide-menu-button-v2 {
    position: relative;
    background: transparent;
    width: 16px;
    height: 16px;
    border-radius: 0;
    padding: 0;
    border: none;
    outline: none;
}

.slide-menu-button-v2 span {
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
}

.slide-menu-button-v2 span:nth-child(1) {
    transform: translate(0, -5px);
}

.slide-menu-button-v2 span:nth-child(2) {}

.slide-menu-button-v2 span:nth-child(3) {
    transform: translate(0, 5px);
}

.slide-menu-button-v2.menu-active span:nth-child(1) {
    transform: translate(0, 0) rotate(45deg);
}

.slide-menu-button-v2.menu-active span:nth-child(2) {
    transform: scaleX(0)
}

.slide-menu-button-v2.menu-active span:nth-child(3) {
    transform: translate(0, 0) rotate(-45deg);
}

#mobile-menu .header-v2-contact-info {
    padding: 20px 40px 0;
}

#mobile-menu .header-v2-contact-info span {
    margin: 0 50px 0 0;
}

a.site-btn-v2,
.site-btn-v2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 255px;
    max-width: 100%;
    height: 45px;
    border: 1px solid #000;
    font-size: 12px;
    letter-spacing: 0.5em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
    padding-top: 2px;
    transition: color .3s ease, background .3s ease;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.site-btn-v2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: scale(0.8);
    transition: all .3s ease;
}

.site-btn-v2:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background: #000;
    opacity: 0;
    transform: scale(0.8);
    transition: all .3s ease;
}

a.site-btn-v2.is-white,
.site-btn-v2.is-white {
    color: #fff;
    border-color: #fff;
}

.site-btn-v2.is-white:after {
    background: #fff;
}

a.site-btn-v2.is-centered,
.site-btn-v2.is-centered {
    margin-left: auto;
    margin-right: auto;
}

a.site-btn-v2:hover,
.site-btn-v2:hover {
    /*background: #000;*/
    color: #fff;
}

.site-btn-v2:hover:before {
    opacity: 1;
    transform: scale(1);
}

.site-btn-v2:hover:after {
    opacity: 1;
    transform: scale(1);
}

a.site-btn-v2.is-white:hover,
.site-btn-v2.is-white:hover {
    /*background: #fff;*/
    color: #000;
}


/*header v2*/

header.header-v2.sticking {
    background: rgba(0, 0, 0, 0.8);
    padding: 14px 50px;
}

header.header-v2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1011;
    /*padding: 47px 50px;*/
    padding: 25px 50px;
    transition: all .3s ease;
}

.header-v2-navigation {}

.header-v2-logo {
    margin-right: 60px;
    font-size: 0;
}

.header-v2-logo a {
    display: inline-block;
}

.header-v2-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: all .3s ease;
}

.ip-container:not(.single-aios-listings) header.header-v2:not(.sticking) .header-v2-logo img {
    filter: invert(1);
    opacity: 1;
}

.header-v2-contact-info {}

.header-v2-contact-info span {
    color: #fff;
    margin-left: 33px;
}

.header-v2-contact-info span em.ai-mobile-phone {
    font-size: 13px;
}

.header-v2-contact-info span i.ai-font-envelope-f {
    font-size: 12px;
    top: -1px;
}

.header-v2-contact-info span i.ai-font-instagram {
    position: relative;
    top: 1px;
    font-size: 16px;
}

.section-title-v2 {
    font-weight: 300;
    font-size: 70px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}

.section-title-v2 em {
    display: block;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 0.5em;
    padding-left: 10px;
    margin-bottom: 12px;
    font-style: normal!important;
}

.section-title-v2.is-white {
    color: #fff;
}

.site-v2-line-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*width: 800px;*/
    width: 50%;
    max-width: 90%;
    margin: 0 auto;
    border-left: 1px solid rgba(191, 191, 191, 0.15);
    border-right: 1px solid rgba(191, 191, 191, 0.15);
    pointer-events: none;
    z-index: 1;
    display: none;
}


/*footer v2*/

.ip-container footer.footer-v2 {
    margin-top: 30px;
}

footer.footer-v2 {
    position: relative;
    background: #121212;
    padding: 46px 0 47px;
}

.footer-v2-logo {
    margin-bottom: 21px;
}

.footer-v2-logo span {
    margin: 0 24px;
}

.footer-v2-info {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 1.4;
    color: #cccccc;
    margin-bottom: 16px;
}

.footer-v2-info span {
    display: inline-block;
    margin: 0 7px;
}

.footer-v2-info a {
    transition: color .3s ease;
}

.footer-v2-info a:hover {
    color: #fff;
}

.footer-v2-copyright {
    font-size: 12px;
    line-height: 1.4;
    color: #7d7d7d;
    text-align: center;
}

.footer-v2-copyright a {
    transition: color .3s ease;
}

.footer-v2-copyright a:hover {
    color: #fff;
}

ul.custom-dots-v2 {
    font-size: 0;
    text-align: center;
}

ul.custom-dots-v2 li {
    display: inline-block;
    padding: 1px 1px;
}

ul.custom-dots-v2 li button {
    padding: 0;
    background: #fff;
    border: none;
    width: 20px;
    height: 3px;
    opacity: 0.4;
    outline: none;
}

ul.custom-dots-v2 li.slick-active button {
    opacity: 1;
    width: 40px;
}

button.custom-slick-btn-v2 {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    z-index: 2;
    height: 60px;
    width: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

button.custom-slick-btn-v2.slick-prev {
    left: 10px;
}

button.custom-slick-btn-v2.slick-next {
    right: 10px;
}

@media only screen and (min-width: 1200px) {
    header.header-v2 {
        padding: 25px min(3.125vw,50px);
    }
}
@media only screen and (min-width: 1441px) {
    .container-v2 {
        width: 1430px;
    }
}

@media only screen and (max-width: 1280px) {
    .section-title-v2 {
        font-size: 75px;
    }
    .section-title-v2 em {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-v2-logo {
        margin-right: 30px;
    }
    .section-title-v2 {
        font-size: 65px;
    }
    .section-title-v2 em {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .slide-menu-button-v2,
    .slide-menu-button-v2 span {
        width: 26px;
    }
    #mobile-menu .header-v2-contact-info span {
        margin: 0 50px 0 0;
    }
    #mobile-menu .header-v2-contact-info span:last-child {
        margin: 0;
    }
    #mobile-menu .header-v2-contact-info span em,
    #mobile-menu .header-v2-contact-info span a i {
        display: block;
        font-size: 14px;
    }
    #mobile-menu .header-v2-contact-info span a i.ai-font-envelope-f {
        font-size: 12px;
        display: block;
    }
    #mobile-menu .header-v2-contact-info span i.ai-font-instagram {
        font-size: 18px;
    }
    header.header-v2,
    header.header-v2.sticking {
        background: #000;
        position: fixed;
        padding: 16px 20px 17px;
    }
    .header-v2-logo {
        width: 220px;
        max-width: 50%;
        margin-right: 0;
    }
    .ip-container:not(.single-aios-listings) header.header-v2:not(.sticking) .header-v2-logo img {
        filter: none;
        opacity: 1;
    }
    .section-title-v2 {
        font-size: 50px;
    }
    .section-title-v2 em {
        font-size: 18px;
    }
    .ios-true .section-title-v2 em {
        margin: 5px 0 20px;
    }
    .footer-v2-logo span {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 28px;
    }
    .footer-v2-logo span:last-child {
        margin-bottom: 10px;
    }
    .footer-v2-info span {
        display: block;
        margin: 9px 0;
    }
    .footer-v2-copyright {
        line-height: 20px;
        margin-top: 20px;
    }
    .site-v2-line-accent {
        display: none;
    }
    .footer-v2-logo {
       /* display: none;*/
    }
    .header-v2-contact-info {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        margin-right: 30px;
    }
    .header-v2-contact-info span {
        margin-left: 20px;
    }
    .header-v2-contact-info span:last-child {
        display: none;
    }
    .header-v2-contact-info span i.ai-font-instagram {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {
    .section-title-v2 {
        font-size: 38px;
        letter-spacing: normal;
    }
    .section-title-v2 em {
        font-size: 12px;
        margin-bottom: 15px;
        padding-left: 3px;
    }
}