#main-wrapper {
    background: #000;
    color: #fff;
}
#hp-slideshow {
    position: relative;
}
    #hp-slideshow .aios-slider:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0.4;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .slideshow-fixed {
        position: relative;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .slideshow-fixed > canvas {
        display: block;
        width: 100%;
        height: 100vh;
    }
    .slideshow-fixed .aios-slider {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 78.75%;
    }
    a.scroll-down {
        position: absolute;
        bottom: 42px;
        right: 50px;
        z-index: 5;
        color: #fff;
        transition: opacity var(--default-transition);
    }
    a.scroll-down span {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.5em;
        text-transform: uppercase;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        display: block;
        position: relative;
        left: 4px;
    }
    a.scroll-down span.line {
        display: block;
        width: 1px;
        height: 83px;
        background: #fff;
        margin: 7px auto 12px;
        opacity: 0.5;
        left: 0;
    }
    a.scroll-down i.ai-font-arrow-f-d {
        font-size: 18px;
    }
    a.scroll-down:hover {
        opacity: 0.8;
    }

/* fp */
#hp-fp {
    position: relative;
    /* min-height: 100vh; */
    background-color: #000;
    z-index: 1;
    padding: 88px 0 93px;
}

.fp-inner {
    position: relative;
    padding: 0 6.375vw;
}
.fp-inner .section-title {
    margin-bottom: 57px;
}

.fp-list {
    font-size: 0;
    margin: 0 -23px;
}

.fp-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 24px;
}
.fp-list:not(.slick-initialized) .fp-item:nth-child(2) ~ .fp-item {
    display: none;
}
.fp-item a {
    display: block;
    position: relative;
}

.fp-item-img {
    position: relative;
}

.fp-item-img canvas {
    display: block;
    width: 100%;
}

.fp-item-img .accent-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-item-img .accent-logo img {
    display: block;
    width: 212px;
    width: 42.1%;
    height: auto;
    opacity: 0;
    transition: opacity var(--default-transition);
}
.fp-item a:hover .fp-item-img .accent-logo img {
    opacity: 0.5;
}

.fp-item-info {
    color: #fff;
    text-align: center;
    padding: 26px 0 0;
}

.fp-item-info .-price {
    font-size: 30px;
    font-family: var(--font-family-title);
    font-variant: lining-nums;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.fp-item-info .-address {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
}

.fp-controls {
    margin: 43px 0 0;
}
.fp-controls a.btn-a {
    margin-left: 30px;
    margin-right: 25px;
}


/* fc */
#hp-fc {
    position: relative;
    background-color: #000;
    z-index: 1;
    /* padding: 151px 0 147px; */
}
.fc-inner {
    position: relative;
    /* padding: 151px 6.375vw 147px; */
    padding: 50px 6.375vw;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    min-height: 100vh;
}
    .fc-inner-center {
        width: 100%;
    }

.fc-inner .section-title {
    font-size: 65px;
    margin-bottom: 78px;
}

.fc-inner .section-title span {
    margin-bottom: 23px;
}

.fc-list {
    margin: 0 -22px!important;
    font-size: 0;
    overflow: hidden;
}

.fc-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.fc-item a {
    display: block;
    position: relative;
    padding: 0 24px;
}
.fc-item-name {
    text-align: center;
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    padding: 26px 0 0;
}

.fc-item-hover {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    padding: 0 7%;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.fc-item-hover p {
    font-size: 16px;
    color: #fff;
    line-height: 1.1875;
}

.fc-item-hover span {
    display: block;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    margin-top: 40px;
}

.fc-item-img:before {
    content: '';
    background:  rgba(0,0,0,0.6);
    z-index: 1;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.fc-item a:hover .fc-item-img:before {
    opacity: 1;
}
.fc-item a:hover .fc-item-hover {
    opacity: 1;
}

/* cta */
#hp-cta {
    position: relative;
    height: 100vh;
    z-index: 1;
    background-color: #000;
    padding: 66px 0 70px;
}
#hp-cta > .textwidget {
    height: 100%;
}
.cta-inner {
    padding: 0 6.375vw;
    position: relative;
    height: 100%;
}

.cta-list {
    position: relative;
    height: 100%;
}
.cta-item {
    width: 33.33%;
    position: relative;
}
    .cta-item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2px;
        background: #000;
    }
    .cta-item:last-child:before {
        display: none;
    }
.cta-item a {
    display: block;
    position: relative;
    height: 100%;
}
.cta-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: rgba(0,0,0,0.65);
    transition: all var(--default-transition);
}
.cta-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 134px;
    height: 134px;
    border: 2px solid rgba(255,255,255,0.3);
    margin: auto;
    transition: all var(--default-transition);
}
.cta-item a h3 {
    position: absolute;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    text-align: center;
    color: #Fff;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.12;
    transition: all var(--default-transition);
    padding: 0 10px;
}
.cta-item a:hover h3 {
    top: 89%;
}
.cta-item a:hover:before {
    opacity: 0;
}
.cta-item a:hover:after {
    scale: 0.1;
    opacity: 0;
}


/* about */
#hp-about {
    position: relative;
    background: #000;
    z-index: 1;
    /* padding: 176px 0 164px; */
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#hp-about > .textwidget {
    width: 100%;
}

.about-inner {
    padding: 0 6.375vw;
}

.about-img {
    width: 37.69%;
}

.about-text {
    width: 62.31%;
    padding-left: 6.4%;
    padding-top: 1px;
}

.about-text .section-title {
    text-align: left;
    line-height: 68px;
    margin-bottom: 38px;
}

.about-text .section-title em {
    display: block;
    font-style: normal;
    margin-left: 40px;
}

.about-text .-info {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.75;
    color: #525252;
    margin-bottom: 23px;
}

.about-text p {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
    color: #989898;
    font-weight: 500;
    margin-bottom: 36px;
}

.about-text a.btn-a {
    width: 197px;
}

/* team */
#hp-team {
    position: relative;
    background: #000;
    z-index: 1;
    /* min-height: 100vh; */
    padding: 109px 0 0;
}
#hp-team > .textwidget {
    width: 100%;
}

.team-inner {
    padding: 0 6.375vw;
}

.team-title {
    text-align: left;
    width: 29.829%;
    padding-bottom: 30px;
}

.team-title .section-title {
    text-align: left;
    margin-bottom: 27px;
}

.team-title a.btn-a {
    width: 197px;
}

.team-photo.img-wrapper {
    width: 741px;
    width: 70.171%;
}

.stat-list {
    /* width: 100%;
    margin: 105px 0 0; */
    width: 100%;
    max-width: 980px;
    margin: 105px auto 0;
}
.stat {
    font-weight: 500;
    text-align: center;
    padding: 40px 0;
    width: calc(100% / 3);
}
.stat:first-child {
    width: 100%;
    padding-top: 0;
}
.stat strong {
    display: block;
    font-weight: 500;
    font-size: 65px;
    letter-spacing: 0.04em;
    line-height: 0.866666666666667;
    color: #fff;
    font-family: var(--font-family-title);
    font-variant: lining-nums;
    text-transform: uppercase;
}
.stat small {
    display: block;
    font-size: 18px;
    line-height: 1.111111111111111;
    color: #cbc0b6;
    margin-top: 10px;
    font-weight: 300;
}

/* testimonials */
#hp-testimonials {
    position: relative;
    background: #000;
    z-index: 1;
    min-height: 100vh;
    /* padding: 152px 0 132px; */
    padding: 50px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#hp-testimonials > .textwidget {
    width: 100%;
}
.testi-inner {
    padding: 0 6.375vw;
    width: 100%;
}

.testi-inner .section-title {
    margin-bottom: 75px;
}

.testi-list {
    max-width: 915px;
    margin: 0 auto;
}

.testi {
    position: relative;
}
.testi-list:not(.slick-initialized) .testi ~ .testi {
    display: none;
}

.testi p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    color: #989898;
    margin-bottom: 45px;
}

.testi span {
    display: block;
    font-size: 25px;
    font-family: var(--font-family-title-alt);
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.testi-controls {
    margin: 94px 0 0;
}

.testi-controls a.btn-a {
    margin: 0 25px;
}

@media only screen and (max-width: 1280px) {
    .fp-inner,
    .fc-inner,
    .cta-inner,
    .about-inner,
    .team-inner,
    .testi-inner {
        padding-left: 3vw;
        padding-right: 3vw;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .fc-inner .section-title {
        font-size: 50px;
    }
    /* .fc-list {
        margin: 0 -10px !important;
    }
        .fc-item a {
            padding: 0 10px;
        } */
    .stat strong {
        font-size: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .slideshow-fixed .aios-slider {
        position: absolute;
        width: 100%;
    }
    
    .slideshow-fixed > canvas {
        height: auto;
        min-height: 300px;
    }
    
    .slideshow-fixed .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img canvas {
        min-height: 300px!important;
    }

    a.scroll-down {
        right: 20px;
        bottom: 20px;
        display: none;
    }

    #hp-fp {
        padding: 60px 0;
    }
    
    .fp-list {
        margin: 0 auto;
        max-width: 500px;
    }
    
    .fp-item {
        padding: 0 10px;
        width: 100%;
    }
    .fp-list:not(.slick-initialized) .fp-item ~ .fp-item {
        display: none;
    }
    
    .fp-controls {
        width: 295px;
        margin: 40px auto 0;
    }
    
    .fp-controls .slick-prev {
        order: 1;
        margin-right: 15px;
    }
    
    .fp-controls .slick-next {
        order: 2;
        margin-left: 15px;
    }
    
    .fp-controls a.btn-a {
        order: 3;
        margin: 20px 0 0;
    }

    .fc-inner {
        padding: 80px 3vw 30px;
    }
    .fc-inner .section-title span {
        margin-bottom: 6px;
    }
    .fc-list {
        margin: 0 -10px!important;
    }
    
    .fc-list-scroller {
        max-width: 100%;
    }
    
    .fc-item {
        width: 50%!important;
        margin-bottom: 50px;
    }
        .fc-item a {
            padding: 0 10px;
        }
    #hp-cta {
        height: auto;
        padding: 50px 0;
    }
    
    .cta-item {
        width: 100%;
        height: 230px;
    }
    
    .cta-item a:hover h3 {
        top: 50%;
    }
    
    .cta-item:before {
        width: 100%;
        height: 2px;
        top: initial;
    }

    #hp-about {
        min-height: initial;
    }
    .about-inner {
        flex-flow: column;
    }
    .about-img {
        width: 380px;
        max-width: 100%;
        margin: 0 auto 40px;
    }
    
    .about-text {
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .about-text .section-title em {
        display: inline;
        margin: 0;
    }
    
    .about-text .section-title {
        text-align: center;
        line-height: 1;
    }
    
    .about-text a.btn-a {
        margin-left: auto;
        margin-right: auto;
    }
    
    #hp-team {
        padding: 60px 0;
    }
    
    .team-title {
        width: 100%;
    }
    
    .team-title .section-title {
        text-align: center;
    }
    
    .team-title a.btn-a {
        margin: 0 auto;
    }
    
    .team-photo.img-wrapper {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .stat-list {
        margin-top: 60px;
        flex-flow: column;
        align-items: center;
    }
    
    .stat {
        margin-bottom: 50px;
        width: 100%;
        padding: 0;
    }
    
    .stat:last-child {
        margin-bottom: 0;
    }
    
    #hp-testimonials {
        min-height: auto;
    }
    
    .testi-inner .section-title {
        margin-bottom: 40px;
    }
    
    .testi {
        text-align: center;
    }
    
    .testi-controls {
        width: 295px;
        margin: 40px auto 0;
    }
    
    .testi-controls .slick-prev {
        order: 1;
        margin-right: 15px;
    }
    
    .testi-controls .slick-next {
        order: 2;
        margin-left: 15px;
    }
    
    .testi-controls a.btn-a {
        order: 3;
        margin: 20px 0 0;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .fc-item {
        width: 100%!important;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .fc-inner .section-title {
        font-size: 35px;
    }
}