/*HOME ACCORDION SECTION*/

.accordion-group {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-group li.out {
    width: 50%;
}

.accordion-group li {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 28.66666667%;
    height: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#accordion .background-image {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 420px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .6s ease-out 0s;
}

li.out .background-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: blur(6px);
         */
}

.accordion-group li:nth-child(n).out .accordion-overlay {
    background-color: #101010 !important;
    opacity: .8;
}

.accordion-group li:nth-child(n) .accordion-overlay {
    background-color: #ffffff !important;
    opacity: 0;
    border-right: 1px solid #ffffff6b;
}

.accordion-group li .accordion-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.accordion-group li h3 {
    position: absolute;
    color: #bbf5fb;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding: 0;
    font-weight: 100;
    margin: 0 0 0 0;
    font-size: 41px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    top: 55px;
    left: 50px;
}

.accordion-group li section {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    width: 100%;
    height: auto;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0;
}








p.pdesc {
    position: relative;
    display: block;
    -webkit-transition: margin 0.29s ease-out 0.07s;
    -o-transition: margin 0.29s ease-out 0.07s;
    transition: margin 0.29s ease-out 0.07s;
    width: 350px;
    height: auto;
    margin: 90px 0 0 500px;
    }
span.smally {}

.accordion ul li:hover span.smally {
    left: 0;
}

li.sal-animate {}
.accordion ul li:hover p.pdesc {
    margin: 90px 0 0 0;
    }

.accordion ul li a.more {
    position: absolute;
    display: block;
    -webkit-transition: margin 0.32s ease-out .1s;
    -o-transition: margin 0.32s ease-out .1s;
    transition: margin 0.32s ease-out .1s;
    background: #99ebf387;
    height: auto;
    line-height: 15px;
    padding: 15px 25px 13px 27px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Raleway;
    letter-spacing: 4px;
    width: auto;
    min-width: 200px;
    margin: 20px 0 0 500px;
    text-align: center;
    }

span.smally:after {
/*    content: url(https://sumi.makeup/wp-content/uploads/caret-10.svg);
    font-size: 25px;
    color: white;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 300;
    opacity: 1;
    top: 26px;
    position: absolute;
    left: 0;
    right: 0;
    transition: top .4s ease-out .05s, opacity .4s ease-out .05s;*/
}


span.smally:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 7' style='enable-background:new 0 0 14 7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='1,1 7,6 13,1 '/%3E%3C/svg%3E%0A");
    content: "";
    background-repeat: no-repeat;
    height: 7px;
    width: 10px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    
    
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    
left: 0;right: 0;top: 53px;}


body .accordion ul li:hover span.smally:after {
    top: 285px;
    opacity: 0.3;
    }


body .accordion ul li:hover .linkybox a.more:hover {
    background: #ffffffad;
    color: #232323;
    -webkit-box-shadow: 0px 5px 16px #0000007a;
            box-shadow: 0px 5px 16px #0000007a;
}

/*HOME ACCORDION SECTION*/

.accordion-group {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-group li.out {
    width: 50%;
}

.accordion-group li {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 28.66666667%;
    height: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}



li.out .background-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: blur(6px); */
}

.accordion-group li:nth-child(n).out .accordion-overlay {
    background-color: #101010 !important;
    opacity: .8;
}

.accordion-group li:nth-child(n) .accordion-overlay {
    background-color: #ffffff !important;
    opacity: 0;
    border-right: 1px solid #ffffff6b;
}

.accordion-group li .accordion-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.accordion-group li h3 {
    position: absolute;
    color: #bbf5fb;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding: 0;
    font-weight: 100;
    margin: 0 0 0 0;
    font-size: 41px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    top: 55px;
    left: 50px;
}

.accordion-group li section {
    display: block;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    width: 100%;
    height: auto;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0;
}

section,
.section {
    position: relative;
    z-index: 992;
    padding-top: 120px;
    padding-bottom: 0px;
}

.accordion ul li .accordion-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-transition: opacity .4s ease-out 0s;
    -o-transition: opacity .4s ease-out 0s;
    transition: opacity .4s ease-out 0s;
    opacity: 0;
    background-color: #101010 !important;
}
.accordion ul li:hover .accordion-overlay {
    opacity: .8;
}

.accordion li:hover .background-image {
    width: 120%;
}

.accordion ul li:hover .background-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

body .accordion ul li h3 {
    
}
.accordion ul li:hover h3 {
    left: 50px;
}
.accordion ul li h3 {
    position: absolute;
    color: #fff;
    letter-spacing: 0.15rem;
    padding: 0;
    font-weight: 300;
    margin: 0 0 0 0;
    font-size: 47px;
    line-height: 26px;
    display: inline-block;
    width: 80%;
    top: 55px;
    left: 100%;
    -webkit-transition: left 0.19s ease-in 0s;
    -o-transition: left 0.19s ease-in 0s;
    transition: left 0.19s ease-in 0s;
    }

.accordion ul li h3 span.smally {
    font-size: 14px;
    font-weight: 800;
    color: #f7f6ea;
    left: unset;
    position: absolute;
    -webkit-transition: left 0.23s ease-out 0.07s;
    -o-transition: left 0.23s ease-out 0.07s;
    transition: left 0.23s ease-out 0.07s;
    top: unset;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    }

.accordion ul li section {
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.accordion ul li section article {
    display: block;
    vertical-align: middle;
    padding: 45px 30px 30px 50px;
    position: relative;
    
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
top: auto;left: 0;height: 100%;}
.accordion ul li section article .linkybox {
    padding: 0;
    color: #333;
    font-size: 1.6rem;
    width: 260px;
    font-family: 'Raleway';
    font-weight: 600;
position: relative;display: block;margin: 0px 0 0 0px;height: 390px;}
.linkybox p {
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
font-weight: 300;;
    line-height: 29px;
    
    

    
    }
.accordion li section article p:before, .accordion li section article p:after {
    content: "";
    display: block;
    height: 1px;
}


.accordion ul li:hover section article {
    
    
}

.accordion ul li:hover section {
    /* top: 0; */
    /* left: 0; */height: 100px;
}

.accordion ul li:hover a.more {
    margin: 20px 0 0 0;
    }

/*END OLD NEW ACCORDION UPDATED STYLES*/







/*NEW STOCK ACCORDION STYLES*/


body .entry-content .accordion ul {
    margin: 0;
}
.accordion {
    width: 100%;
    max-width: unset;
    height: 420px;
    overflow: hidden;
    margin: 0;
}

    .accordion ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0;
        padding: 0;
        height: 420px;
    }

    .accordion ul li {
        display: table-cell;
        vertical-align: bottom;
        position: relative;
        width: 28.66666667%;
        height: inherit;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        cursor: pointer;
    }

    .accordion ul li div {
        display: block;
        width: 100%;
    }

    .accordion ul li div a * {
        opacity: 0;
        margin: 0;
        width: 100%;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        position: relative;
        z-index: 5;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .accordion ul li div a h2 {
        font-family: Montserrat, sans-serif;
        -o-text-overflow: clip;
           text-overflow: clip;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 2px;
        top: 160px;
    }

    .accordion ul li div a p {
        top: 160px;
        font-size: 13.5px;
    }

.accordion ul li:hover {
    width: 71%;
   
}

    .accordion ul:hover li:hover a {
        
    }


    .accordion ul:hover li:hover a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    }

    @media screen and (max-width: 600px) {

        body {
            margin: 0;
        }

        .accordion {
            height: auto;
        }

        .accordion ul li,
        .accordion ul li:hover,
        .accordion ul li:hover {
            position: relative;
            display: table;
            table-layout: fixed;
            width: 100%;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }
    }


@media (max-width: 768px) {

    .accordion ul li {
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 280px;
    }
    .accordion {
        height: auto;
        display: -ms-grid;
        display: grid;
        
        -ms-grid-columns: (1fr)[1];
        
        grid-template-columns: repeat(1, 1fr);
    }

    .accordion ul li {
    border-top: 1px solid #222222;
}
    
    body .accordion ul li:hover h3 {
        left: unset;
        /* top: 7px; */
        margin: 90px auto 0 auto;
        }
    .accordion ul li:hover {
        width: 100%;
        height: 420px;
    }
    .accordion ul li:hover section article {
        /* top: 20px; */
        /* left: 0; */
    }

    .accordion ul li .linkybox p.pdesc a {
font-size:15px;
        line-height:25px;
    }
    
    
    .accordion ul li .linkybox p.pdesc {
    margin: 300px auto 0 auto;
    left: unset;
    width: 100%;
    padding: 0px 0px;
    top: unset;
    -webkit-transition: margin 0.3s ease-out 0.05s;
    -o-transition: margin 0.3s ease-out 0.05s;
    transition: margin 0.3s ease-out 0.05s;
    text-align: center;
    display: block;
    position: relative;
    height: auto;
    }
    
    .accordion ul li:hover .linkybox p.pdesc {
        top: 0;
        margin-top: 0;
        }
    .accordion ul li a.more {
    margin: 0 auto;
    left: unset;
    right: unset;
    width: auto;
    text-align: center;
    top: unset;
    -webkit-transition: margin 0.32s ease-out .1s;
    -o-transition: margin 0.32s ease-out .1s;
    transition: margin 0.32s ease-out .1s;
position: relative;display: block;}
    
    .accordion ul li:hover a.more {
        left: unset;
        right: unset;
        top: unset;
        margin: 20px auto 0 auto;}
    .accordion ul li {
        padding: 0;
    }
    body .accordion ul li h3 {
    display: block;
    text-align: center;
    width: 100%;
    /* left: 0; */
    /* top: 7px; */
    padding-top: 100px;
    }
    .accordion ul li .accordion-overlay {
        opacity: 0.6;
        background-color: #101010 !important;
        border: 0px;
    }
    html #accordion .background-image {
        position: absolute;
    }
body .accordion ul li h3 {
    opacity: 1;
    font-size: 49px;
    line-height: 22px;
    width: 100%;
    
    
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    word-spacing: 0;
    
    font-weight: 200;
    letter-spacing: 1px;
    -webkit-transition: margin 300ms ease-in-out;
    -o-transition: margin 300ms ease-in-out;
    transition: margin 300ms ease-in-out;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
display: block;text-align: center;margin: 115px auto 0 auto;height: auto;}

    .accordion ul li:hover span.smally {
    top: unset;
    left: unset;
}

    
    
    .accordion ul li h3 span.smally {
    font-size: 13px;
    font-weight: 900;
    color: #97e2e4;
    letter-spacing: 5px;
    width: 100%;
    top: unset;
    left: unset;
    text-align: center;
    position: relative;
    height: 100%;
    display: block;
    -webkit-transition: margin 0.23s ease-out 0.07s;
    -o-transition: margin 0.23s ease-out 0.07s;
    transition: margin 0.23s ease-out 0.07s;
    }
    html .accordion li .hidden-xs {
        display: block !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        z-index: 9999999999;
    }
    body .accordion li section article {
        width: 100%;
        padding: 0;
        margin: 0;
    top: unset;left: unset;}




    .accordion ul li:hover section article .linkybox {
.accordion ul li.buttock section article .linkybox {padding: 15px 50px;}
        
    margin: 0 auto;height: 200px;}

    
    .accordion ul li section article .linkybox {
        padding: 15px 60px;
        color: #333;
        font-size: 1.6rem;
        letter-spacing: 0.15rem;
        width: 100%;
        margin: 0 auto 0 auto;
        display: block;
        top: unset;
        left: unset;
        position: relative;
        float: none;
        background-color: transparent;
    }
}





@media (min-width: 1025px) and (max-width: 1199px) {
span.smally:after {
    content: unset;

}

p.pdesc {
    width: 260px;
}

}





@media (max-width: 1024px) {

 html .accordion-group li .hidden-xs {
        display: block !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        z-index: 9999999999;
    }
    .accordion-group li {
        padding: 0;
    }
    html .accordion-group li h3 {
        opacity: 1;
        font-size: 49px;
        line-height: 22px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        position: relative;
        top: unset;
        left: unset;
        padding: 69px 0 0 0;
        word-spacing: 0;
        display: block;
        font-weight: 100;
        letter-spacing: 1px;
    }
    .accordion-group li h3 span.smally {
        font-size: 12px;
        font-weight: 800;
        color: #ccc;
        letter-spacing: 4px;
    }
    .accordion-group li.out h3 {
        opacity: 1;
        font-size: 49px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
        position: relative;
        top: unset;
        left: unset;
        /* padding: 50px 0 0 0; */
        font-weight: 100;
    }
    .accordion-group li section article .linkybox {
        background-color: transparent;
        padding: 0;
        color: #333;
        font-size: 1.6rem;
        letter-spacing: 0.15rem;
        width: 100%;
        margin: 0 auto;
        display: block;
        top: unset;
        left: unset;
        position: relative;
        float: none;
    }
    .accordion-group li section article .linkybox {
        padding: 20px 60px;
        color: #333;
    }
    .linkybox p {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 20px;
        margin: 0 0 0 400px;
        padding: 0;
        width: 97%;
        text-align: left;
    }
    .linkybox a {
        font-size: 12px;
        margin: 20px auto;
        padding: 5px 10px;
        max-width: 200px;
    }
    .accordion-group li .hidden-xs {
        display: block !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
    }
    .accordion-group li:nth-child(n) .accordion-overlay {
        background-color: #000 !important;
        opacity: 0.5;
    }
    .accordion-group li:nth-child(n) .accordion-overlay {
        border-right: 0px solid #ffffff6b;
    }
    .accordion-group li.out {
        width: 100%;
        height: 420px;
    }
    .accordion-group {
        height: auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .accordion-group li {
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 180px;
    }
    .accordion-group li.out h3 {
        opacity: 1;
    }
    .accordion-group li h3 {
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform: rotate(90deg);
        -ms-transform: none;
        transform: none;
        width: 100%;
        padding: 5px 0 0 0px;
        margin: 0 auto 0 auto;
        text-align: center;
        font-size: 26px;
        word-spacing: 100000px;
        line-height: 26px;
        display: block;
        font-weight: 400;
        opacity: 1;
        position: relative;
    }
    body .accordion-group li section article {
        width: 100%;
        padding: 0;
        margin: 0;
    }

}