@font-face {
    font-family: AkzidenzGrotesk-MediumExtended;
    src: url('../css/fonts/AkzidenzGrotesk-MediumExtended.otf');
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.mobile_text{
    display:none;
}
html {
    height: 100%;
}

body {
    min-height: 100%;
}

*,
div,
li,
p,
h1,
h2,
h3,
h4,
h5,
a,
span,
html,
img {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    width: 100%;
    position: relative;
    font-size: 10px;
}

.container {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.container.maxwidth {
    max-width: 87%;
}

.container.maxwidth-series {
    max-width: 75%;
    padding-bottom: 1vw;
}

.grid-series {
    background: black !important;
}

.grid-series li {
    width: 33% !important;
}

.grid-series li a {
    padding: 0 26px !important;
}

.footer {
    padding-top: 0;
}

.noFooter .footer {
    display: none;
}

.overflow {
    overflow: hidden;
}

.home-new {
    background: white;
    margin-top:105px;
}

.desktop_content a img, .mobile_content a img {
    width: 100%;
}

.mobile_content{
    display:none;
}

.home-new .container.maxwidth {
    max-width: 87%;
}

@media screen and (min-width: 0) and (max-width: 1279px) {
    .home-new .container.maxwidth,
    .home-new .container.maxwidth-series {
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.home-new .home-images {
    width: 100%;
    left: 0;
    position: relative;
}


@media screen and (min-width: 0) and (max-width: 899px) {
    .grid-series li {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .container.maxwidth-series {
        max-width: 50% !important;
    }
}

@media screen and (min-width: 0) and (max-width: 650px) {
    .container.maxwidth-series {
        max-width: 75% !important;
    }

    .mobile_content{
        display:block;
    }
    .desktop_content{
        display:none;
    }

    .white{
        min-height: 6000px!important;
    }
}

.home-new .home-images .home-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.home-new .home-images .home-img .detail {
    z-index: 5;
    opacity: 0;
    position: absolute;
    background: #fff;
    max-width: 260px;
    padding: 30px 30px 20px;
    text-align: center;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .home-new .home-images .home-img .detail {
        padding: 20px 20px 15px;
        width: 65%;
        max-width: 317px;
        opacity: 1;
        z-index: 5;
    }
}

.home-new .home-images .home-img .detail .detail-content {
    position: relative;
}

.home-new .home-images .home-img .detail .detail-content .txt h4 {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'brandon_grotesque_regularRg', sans-serif;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .home-new .home-images .home-img .detail .detail-content .txt h4 {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-new .home-images .home-img .detail .detail-content .txt h4 {
        font-size: 16px;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .home-new .home-images .home-img .detail .detail-content .txt h4 {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

.home-new .home-images .home-img .detail .detail-content .txt p {
    font-size: 16px;
    line-height: 1.35em;
    font-family: 'suisse_bp_serifregular_italic', serif;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .home-new .home-images .home-img .detail .detail-content .txt p {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-new .home-images .home-img .detail .detail-content .txt p {
        font-size: 14px;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .home-new .home-images .home-img .detail .detail-content .txt p {
        font-size: 12px;
    }
}

.home-new .home-images .home-img .detail .detail-content .img {
    padding: 20px 0 0;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .home-new .home-images .home-img .detail .detail-content .img {
        padding: 20px 0 0;
    }
}

.home-new .home-images .home-img .detail .detail-content .img img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.home-new .home-images .home-img .detail .detail-content .img a {
    font-size: 12px;
    font-family: 'brandon_grotesque_regularRg', sans-serif;
    color: #000;
    text-decoration: none;
}

.home-new .home-images .home-img .detail .detail-content .arrow {
    position: absolute;
    height: 30px;
    width: 15px;
    top: -10px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .home-new .home-images .home-img .detail .detail-content .arrow {
        display: none;
    }
}

.home-new .home-images .home-img .detail.detail--left {
    left: 4%;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .home-new .home-images .home-img .detail.detail--left {
        left: 20px;
    }
}

.home-new .home-images .home-img .detail.detail--left .detail-content .arrow {
    right: -45px;
    background-image: url("../images/home/arrow-left.png");
}

.home-new .home-images .home-img .detail.detail--right {
    right: 4%;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .home-new .home-images .home-img .detail.detail--right {
        right: 20px;
    }
}

.home-new .home-images .home-img .detail.detail--right .detail-content .arrow {
    left: -44px;
    background-image: url("../images/home/arrow-right.png");
}


.home-new .home-images .home-img.home-img1 {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: -300px;
    /*background-image: url("../images/home-titanium/001.jpg");
    background-size: contain;
    background-position: center;*/
}

.home-new .home-images .home-img.home-img1 > img {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-new .home-images .home-img.home-img1 .detail {
    top: 28%;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .home-new .home-images .home-img.home-img1 .detail {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -273px;
    }
}


.home-new .home-images .home-img.home-img2,
.home-new .home-images .home-img.home-img3{
    position: relative;
    width: 100%;
}

.home-new .home-images .home-img.home-img2 > img,
.home-new .home-images .home-img.home-img3 > img{
    position: relative;
    display: block;
    width: 100%;
}

.home-new .home-images .home-img.home-img2 {
    /*background-image: url("../images/home-titanium/002.jpg");
    background-size: contain;*/
}

.home-new .home-images .home-img.home-img2 .detail {
    top: 21%;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .home-new .home-images .home-img.home-img2 .detail {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -273px;
    }
}


.home-new .home-images .home-img.home-img3 {
    /*   background-image: url("../images/home-titanium/003.jpg");
       background-size: contain;*/
}



.home-new .home-images .home-img.home-img3 .detail {
    top: 42%;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .home-new .home-images .home-img.home-img3 .detail {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -273px;
    }
}

.home-new .home-content .home-beanartist a {
    font-family: 'AkzidenzGroteskBQ-BoldItalic', sans-serif;
    font-size: 150px;
    font-size: 14vw;
    color: #000;
    text-decoration: none;
    text-shadow: -1px 0 #ffe900, 0 1px #ffe900, 1px 0 #ffe900, 0 -1px #ffe900;
    /*-webkit-text-stroke: 1px #000;*/
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
    .home-new .home-content .home-beanartist a {
        color: #000;
        text-decoration: none;
        text-shadow: -1px 0 #ffe900, 0 1px #ffe900, 1px 0 #ffe900, 0 -1px #ffe900;
    }
}

.home-new .home-content .home-beanartist a:hover {
    color: #ffe900;
}

.home-new .home-content .home-beanartist a:hover + div {
    opacity: 1;
}

.home-new .home-content .home-beanartist > img {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -29px;
}

.home-new .home-content .home-grid {
    background: #f1f1f1;
    padding: 80px 0;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .home-new .home-content .home-grid {
        padding: 40px 0 0;
    }
}

.home-new .home-content .home-grid .container {
    overflow: hidden;
}

.home-new .home-content .home-grid ul {
    *zoom: 1;
    margin-left: 6px;
    margin-right: 6px;
}

.home-new .home-content .home-grid ul:before, .home-new .home-content .home-grid ul:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0;
}

.home-new .home-content .home-grid ul li {
    float: left;
    width: 25%;
    text-align: center;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .home-new .home-content .home-grid ul li {
        width: 50%;
        margin-bottom: 40px;
    }

    .home-new{
        margin-top:50px;
    }
}

.home-new .home-content .home-grid ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-family: 'brandon_grotesque_regularRg', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 0 6px;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .home-new .home-content .home-grid ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-new .home-content .home-grid ul li a {
        font-size: 13px;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .home-new .home-content .home-grid ul li a {
        font-size: 12px;
    }
}

.home-new .home-content .home-grid ul li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-new .home-content .home-grid ul li a .img img {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    display: block;
}

.home-new .home-content .home-grid ul li a .txt {
    padding-top: 20px;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .home-new .home-content .home-grid ul li a .txt {
        padding-top: 10px;
    }
}

.home-new .home-content .home-grid ul li a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.blockTitle{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    color: white;
    font-family: 'suisse_bp_serifregular', sans-serif;
    z-index: 99;
    height:100%;
    justify-content: center;
}

.titleSegment{
    font-size: 72px;
    line-height: 0.9;
    letter-spacing: -1.5px;
    margin-top: 32px;
    text-align:center;
}

.subTitleHover{
    font-size: 20px;
    /*display:none;*/
}
.contentText{
    text-align:center;
    margin-right: 100px;
}
.imgBlock{
    width:100%;
    height:100%;
    position:relative !important;
}
.block2Images{
    display: flex;
}
a.modelTitle {
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    z-index: 99;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    font-size:24px;
    text-align:center;
    font-family: 'suisse_bp_serifregular', serif;
}
.blockJapaneseTradition{
    height:350px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align:center;
    font-family: 'suisse_bp_serifregular', serif;
    color:black;
}
.blockJapaneseTradition p{
    font-size:26px;
}
.blockJapaneseTradition h2{
    font-size:75px;
    letter-spacing: -2px;
    line-height: 0.9;
}
.blockJapaneseTradition span{
    font-size:16px;
    margin-top:10px;
}
.blockJapaneseTradition:hover{
    text-decoration: none;
}

.blockJapaneseTradition:hover span {
    text-decoration: underline;
}
.imgResponsive{
    display:none !important;
}
@media screen and (max-width: 1650px) {
    .titleSegment {
        font-size: 70px;
    }
}
@media screen and (max-width: 1520px) {
    .home-new .home-images .home-img.home-img1{
        margin-top:90px;
    }

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

    .home-new .home-images .home-img.home-img1{
        margin-top:-150px;
    }
    .titleSegment {
        font-size: 60px;
    }
}
@media screen and (max-width: 991px) {
    .home-new .home-images .home-img.home-img1:after {
        margin-top: 60px;
    }

    .blockTitle {
        justify-content: flex-end;
        padding-bottom: 100px;
        align-items: center;

    }

    .contentText {
        margin-right: 0px;
    }

    .block2Images {
        flex-direction: column;
    }

    a.modelTitle {
        font-size: 16px;
    }

    .home-new .home-images .home-img.home-img1{
        margin-top:94px;
    }

    .imgResponsive{
        display:block !important;
    }
    .imgNoResponsive{
        display:none !important;
    }

}
@media screen and (max-width: 900px) {
    .home-new .home-images .home-img.home-img1{
        margin-top: 44px;
    }
}
@media screen and (max-width: 500px) {

    .titleSegment {
        font-size: 45px;
    }

    .subTitleHover {
        font-size: 16px;
    }
    .linkCollection{
        font-size:14px;
    }
}

.nav {
    background: rgb(255,255,255);
}

.bowie-logo{
    position: fixed;
    width: 100px;
    z-index: 4;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    transition: top .5s;
}
.text_foto_1{
    top: 200px;
    position: absolute;
    z-index: 98;
    margin-left: 10%;
    font-size: 40px;
    color: #fff;
    width: 500px;
}

.background-1, .background-2, .background-3{
    width: 100%;
    background-repeat: no-repeat!important;
    background-position: top!important;
    background-size: 100% 100%!important;
    margin-top: -1px;
    height:125vh;
}

.text_foto_1_2{
    right:0px!important;
}

.text_foto_1 p{
    font-family: 'AkzidenzGrotesk-MediumExtended';
}

.text_foto_1_2 p {
    font-family: 'suisse_bp_serifregular', sans-serif;
    text-align: center;
    max-width: 85%;
}


@media only screen and (min-width: 1700px) {
    #trigger{
        top: 10%!important;
        position: absolute;
    }
}

#triggermenu{
    top:1%;
    position: absolute;
}

#trigger{
    top: 1%;
    position: absolute;
}

#trigger2{
    top: 1500px;
    position: absolute;
}

#trigger3{
    top: 1900px;
    position: absolute;
}

#trigger4{
    top: 3300px;
    position: absolute;
}

#trigger5{
    top: 3600px;
    position: absolute;
}

#trigger6{
    top: 4900px;
    position: absolute;
}

#trigger7{
    top: 5100px;
    position: absolute;
}

#trigger8{
    top: 6500px;
    position: absolute;
}

#trigger9{
    top: 6900px;
    position: absolute;
}

#trigger10{
    top: 8200px;
    position: absolute;
}

#trigger11{
    top: 8600px;
    position: absolute;
}

#triggerImperfect{
    top: 9700px;
    position: absolute;
}

.home-img1{
    background: url('../images/home-imperfect/100/0001kokie.jpg');
    z-index: 99!important;
    position: fixed!important;
    height: 100%;
    background-size: cover !important;
    top: 0px;
    background-position-y: 0px !important;
    margin-top: 0px!important;
}

.home-img2{
    background: url('../images/home-imperfect/100/0002jordi.jpg');
    z-index: 99!important;
    position: fixed!important;
    height: 100%;
    background-size: cover !important;
    top: 0px;
    background-position-y: 0px !important;
    margin-top: 1200px!important;
}

.background-image-1,.background-image-2 {
    width: 100%;
    position: relative;
}

.background-image-2,.background-image-3{
    position: relative;
}



.foto_2,.foto_2_right{
    top: 1800px;
}

.foto_3,.foto_3_right{
    top: 3500px;
}

.foto_4,.foto_4_right{
    top: 5200px;
}

.foto_5,.foto_5_right{
    top: 6900px;
}

.foto_6,.foto_6_right{
    top: 8600px;
}

/*@media only screen and (max-width: 1500px) {

    .foto_2,.foto_2_right{
        top: 21%;
    }
}*/

@media only screen and (max-width: 1300px) {
    .text_foto_1{
        font-size:30px;
    }

    .img-glasses-product {
        padding-left: 50px!important;
        padding-right: 50px!important;
        margin-top: 270px!important;
    }
}


#parallax2,#parallax3{
    display:none;
}

#pinContainer {
    width: 100%;
    height: 100%!important;
    -webkit-perspective: 1000;
    perspective: 1000;
}

section#section-slides {
    background: white;
    width: 100%;
    margin: 0 auto;
    overflow-x:hidden;
}

#slideContainer {
    width: 400%; /* to contain 4 panels, each with 100% of window width */
    margin-left:270px;
    background: white;
}
.panel {
    height: 100%;
    width: 16.6%; /* relative to parent -> 25% of 400% = 100% of window width */
    float: left;
    margin-top:150px;
}

#slideStart {
    top: 10000px;
    position: absolute;
}

.img-glasses-product{
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 170px;
}



.footer-wrap {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 104!important;
}

.getit, .discover_more{
    position: fixed;
    top: 80%;
    width: 100%;
    z-index: 100;
    /*transition: padding-top 1s;*/
}

.discover_morep{
    text-transform: uppercase;
    transition: padding-top 1s;
}

.parallax-mobile{
    display:none;
}
.getit p, .discover_more p{
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: red;
    font-family: 'suisse_bp_serifregular', sans-serif;
    display: none;
    right: 0;
    left: 0;
}

.discover_more{
    top: 101%;
    width: 100%;
    position: absolute;

}




@media only screen and (min-width: 1700px){
    .img-glasses-product{
        padding-left: 100px;
        padding-right: 100px;

    }
}

@media only screen and (max-width: 900px) and (min-height:400px){
    #triggermenu{
        display:none;
    }

    .small-size{
        font-size: 20px!important;
    }

    .mtop{
        margin-top: 5%;
    }

    .mtop10{
        margin-top:10%;
    }

    .getit p, .discover_more p{
        font-size: 30px!important;
        margin-left: 2%;
        margin-right: 2%;
    }

    .imperfect-logo {
        position: fixed;
        z-index: 4;
        left: 0;
        right:0;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        top: 6%!important;
        transition: top 0.5s;
    }

    .text_foto_1{
        top: 18.5%;
        position: absolute;
        z-index: 98;
        margin-left: 0%;
        font-size: 18px;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .text_foto_1_2{
        top: 16%;
        font-size: 25px;
    }

    #trigger2{
        top:23%;
    }

    #trigger {
        top: 15%;
    }

    .background-image-1, .background-image-2{
        position:relative;
    }



    .mobile_text {
        padding-top: 500px;
    }

    .mobile_text p {
        color: white;
        text-align: center;
    }

    .mobile_text .text-name {
        font-family: 'AkzidenzGrotesk-MediumExtended';
        margin-top: 20px;
        font-size: 14px;
    }

    #triggerImperfect{
        top: 4000px!important;
    }

    #parallax1,#parallax2,#parallax3,#parallax4,#parallax5,#parallax6{
        display:none!important;
    }

    .pin2-2{
        top:300px;
        font-family: 'suisse_bp_serifregular', sans-serif;
    }

    .pin1-1{
        top: 400px;
    }

    .text_foto_1
    {
        z-index: 0;
    }
    .pin3-3{
        top: 850px;
    }

    .pin4-4{
        top: 780px;
        font-family: 'suisse_bp_serifregular', sans-serif;
    }

    .pin5-5{
        top: 48.5%;
    }

    .pin6-6{
        top: 45.5%;
        font-family: 'suisse_bp_serifregular', sans-serif;
        font-size: 22px;
    }

    .pin7-7{
        top: 65%;
    }

    .pin8-8{
        top: 61%;
        font-family: 'suisse_bp_serifregular', sans-serif;
    }

    .pin9-9{
        top: 82%;
        font-size: 22px;
    }

    .pin10-10{
        top: 78%;
        font-size: 22px;
        font-family: 'suisse_bp_serifregular', sans-serif;
    }

    .pin11-11{
        top: 98%;
    }

    .pin12-12{
        top: 95%;

    }

    .discover_more
    {
        top:100%;

    }

    .text-desc{
        font-family: 'suisse_bp_serifregular', sans-serif!important;
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .img-glasses-product
    {
        margin-top:320px;
    }

    .footer-wrap{
        top:304%;
    }
    .parallax-mobile{
        display:block;
    }

    .background-2,.background-3{
        height: auto;
    }

    .background-1{
        height:125vh;
    }

    #slideContainer {
        width: 566%;
        margin-left: 10px;
    }

    .text_foto_1{
        width: 100%;
        margin: 0 auto;

    }

    .background-image-3,.background-image-4,.background-image-5,.background-image-6{
        position: absolute;
    }

    .img-glasses-product{
        padding-left: 0px;
        padding-right: 0px;
    }

    /*.background-image-2{
        top: 100vh;
    }

    .background-image-3{
        top: 200vh;
    }

    .background-image-4{
        top: 300vh;
    }

    .background-image-5{
        top: 400vh;
    }

    .background-image-6{
        top: 500vh;
    }*/

    .mobile_text{
        display:block!important;
    }


}

@media only screen and (max-width: 500px) {
    .imperfect-logo {
        top: 60px!important;
        width: 90% !important;
    }
}

.home-new .home-content .home-beanartist {
    background-color: #000;
    width: 100%;
    padding: 7vw 0 1vw;
    text-align: center;
}

.home-new .home-content {
    position: relative;
    z-index: 4;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .mobile_text {
        padding-top: 1050px;
        width: 60%;
        margin: 0 auto;
        display: block!important;
    }

    #parallax1,#parallax2,#parallax3,#parallax4,#parallax5,#parallax6{
        display:none!important;
    }

    #triggerImperfect {
        top: 7000px;
    }

    .mobile_text{
        display:block;
    }

    .mobile_text p {
        color: white;
        text-align: center;
    }

    .text-desc {
        font-family: 'suisse_bp_serifregular', sans-serif!important;
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .mobile_text .text-name {
        font-family: 'AkzidenzGrotesk-MediumExtended';
        margin-top: 20px;
        font-size: 14px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .mobile_text {
        padding-top: 750px;
        width: 60%;
        margin: 0 auto;
    }

    .home-new{
        margin-top: 45px;
    }
}

.mobile_content a img {
    width: 100%;
    margin-top: -2px;
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (orientation : landscape) {
    #parallax1,#parallax2,#parallax3,#parallax4,#parallax5,#parallax6{
        display:none!important;
    }

    .mobile_text{
        display:block!important;
    }

    .mobile_text {
        padding-top: 750px;
        line-height: 29px;
        width: 70%;
        margin: 0 auto;
        display: block!important;
    }

    .imperfect-logo{
        top: 15%!important;
    }

    .mobile_text{
        display:block;
    }

    .mobile_text p {
        color: white;
        text-align: center;
    }

    .text-desc {
        font-family: 'suisse_bp_serifregular', sans-serif!important;
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .mobile_text .text-name {
        font-family: 'AkzidenzGrotesk-MediumExtended';
        margin-top: 20px;
        font-size: 14px;
    }

    #triggerImperfect{
        top: 7000px!important;
    }

    p.discover_morep{
        top:0%!important;
        font-size: 20px;
    }

    .img-glasses-product{
        margin-top:100px!important;
        padding-left: 70px;
        padding-right: 70px;
    }

    .imperfect-logo
    {
        width:250px;
    }

}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    #parallax1,#parallax2,#parallax3,#parallax4,#parallax5,#parallax6{
        display:none!important;
    }

    .mobile_text{
        display:block!important;
    }

    .mobile_text {
        padding-top: 1050px;
        line-height: 29px;
        width: 70%;
        margin: 0 auto;
        display: block!important;
    }

    .panel{
        margin-top: 300px;
    }
    /*.imperfect-logo{
        top: 17%!important;
    }*/

    .mobile_text{
        display:block;
    }

    .mobile_text p {
        color: white;
        text-align: center;
    }

    .text-desc {
        font-family: 'suisse_bp_serifregular', sans-serif!important;
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .mobile_text .text-name {
        font-family: 'AkzidenzGrotesk-MediumExtended';
        margin-top: 20px;
        font-size: 14px;
    }

    #triggerImperfect{
        top: 7000px!important;
    }

    p.discover_morep{
        font-size: 20px;
    }

    .img-glasses-product{
        margin-top:100px!important;
        padding-left: 70px;
        padding-right: 70px;
    }

    .imperfect-logo
    {
        width:250px;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape){
    #parallax1,#parallax2,#parallax3,#parallax4,#parallax5,#parallax6{
        display:none!important;
    }

    .mobile_text{
        display:block!important;
    }

    .mobile_text {
        padding-top: 1450px;
        line-height: 29px;
        width: 70%;
        margin: 0 auto;
        display: block!important;
    }

    .panel{
        margin-top: 300px;
    }
    /*.imperfect-logo{
        top: 17%!important;
    }*/

    .mobile_text{
        display:block;
    }

    .mobile_text p {
        color: white;
        text-align: center;
    }

    .text-desc {
        font-family: 'suisse_bp_serifregular', sans-serif!important;
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .mobile_text .text-name {
        font-family: 'AkzidenzGrotesk-MediumExtended';
        margin-top: 20px;
        font-size: 14px;
    }

    #triggerImperfect{
        top: 7000px!important;
    }

    p.discover_morep{
        font-size: 20px;
    }

    .img-glasses-product{
        margin-top:100px!important;
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){

    .mobile_text {
        padding-top: 1050px;
        width: 60%;
        margin: 0 auto;
        display: block!important;
    }

    #parallax1,#parallax2,#parallax3,#parallax4,#parallax5,#parallax6{
        display:none!important;
    }

    #triggerImperfect {
        top: 7000px;
    }

    .mobile_text{
        display:block;
    }

    .mobile_text p {
        color: white;
        text-align: center;
    }

    .text-desc {
        font-family: 'suisse_bp_serifregular', sans-serif!important;
        font-size: 22px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .mobile_text .text-name {
        font-family: 'AkzidenzGrotesk-MediumExtended';
        margin-top: 20px;
        font-size: 14px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .mobile_text {
        padding-top: 750px;
        width: 60%;
        margin: 0 auto;
    }
}

.background-2 {
    height: 110vh;
}

.white {
    position: relative;
    z-index: 4;
    min-height: 7000px;
    background: white;
    margin-top: -26px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation: portrait){
    .white {
        min-height: 9000px;
    }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (orientation: portrait)
and (-webkit-device-pixel-ratio : 3) {
    .white {
        min-height: 7200px!important;
    }
}

@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
    .white {
        min-height: 11750px!important;
    }
}

@media only screen
and (min-width: 1900px)
{
    .white {
        min-height: 9000px!important;
    }
}

@media only screen and (min-device-width: 480px)
and (max-device-width: 900px)
and (orientation: landscape) {
    .white {
        min-height: 3500px!important;
    }

    .panel{
        margin-top:0px!important;
    }
}





/*# sourceMappingURL=home.css.map */
