
@font-face {
  font-family: 'Avenir Next Regular';
    src: url('../../static/fonts/AvenirNext/AvenirNextLTPro-Regular.otf');
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-Bold.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-BoldCn.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-BoldCnit.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-BoldIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-Cn.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-CnIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-Demi.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-DemiCn.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-DemiCnIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-DemiIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-Heavy.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-HeavyCn.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-HeavyCnIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-HeavyIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-It.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-Medium.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-MediumCn.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-MediumCnIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-MediumIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-UltLt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-UltLtCn.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-UltLtCnIt.otf');*/
    /*src: url('../fonts/AvenirNext/AvenirNextLTPro-UltLtIt.otf');*/
}

body * {
    font-family: 'Abel', sans-serif;

}



.aq-bg{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100vw;
    height: 100vh;

    background: url("../../static/img/grey_bb.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.aq-coming-soon{

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    background: url("../../static/img/bb.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    width: 80vw;
    height: calc(80vw / 1.75);

    box-shadow: 0 40px 50px 0 rgba(0,0,0,0.3);
}
.layer{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.coming-soon-cont{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 90%;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
}

.logo{
    position: absolute;
    z-index: 2;
    top: 31px;
    left: 40px;
}


.aq-coming-soon img{
    width: 100%;
}

.coming-soon-text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 96px;
    height: 122px;
    color: #E7DFD3;
    line-height: 122px;
}

.coming-soon-hint{
    width: 100%;
    z-index: 2;
    font-size: 21px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    height: 54px;
    color: #E7DFD3;
    line-height: 27px;
}

.input-form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    /*background-color: black;*/
    text-align: center;

}
.aq-email-input{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    height: 43px;
    width: 350px;
    padding-left: 10px;
    background-color:rgba(0, 0, 0, 0.5);


    /*background: url("../cs.png") no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}
::-webkit-input-placeholder { /* Chrome */
  color: #FFFFFF;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #FFFFFF;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}

.aq-notify-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    width: 161px;
    border: 0.52px solid #4C4C4C;
    background-color: #4C4C4C;
    text-align: center;
    margin-left: 13px;
    cursor: pointer;
    color: #E7DFD3;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 16px;

}

#info-message{
    /*margin-top: 40px;*/
    color: #FFFFFF;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    height: 30px;
    font-weight: bold;
    /*color: transparent;*/
}

@media screen and (max-width: 1010px) {
    .coming-soon-text{
        font-size: 48px;
        margin-bottom: 15px;
        height: 70px;
    }
    .coming-soon-hint{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 30px;
    }
    .input-form{
        flex-direction: column;
        align-items: center;
    }
    .aq-notify-btn{
        margin-left: 0;
        margin-top: 30px;
    }
    .aq-coming-soon{
        height: 80%;
    }
}

@media screen and (max-width: 510px) {
    .aq-coming-soon{
        width: 100%;
        height: 100%;
        background: url("../../static/img/bb.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .layer{
        display: none;
    }
    .aq-email-input{
        width: 80%;
    }
    .logo{
        left: auto;
        right: auto;
        top: 15px;
        width: 112px;
        height: 34px;
    }
    .coming-soon-text{
        font-size: 38px;
    }
    /*.coming-soon-hint{*/
        /*font-size: 10px;*/
        /*margin: 10px auto;*/
    /*}*/
    /*.aq-email-input{*/
        /*line-height: 20px;*/
        /*height: 22px;*/
        /*font-size: 10px;*/
    /*}*/
    /*.aq-notify-btn{*/
        /*height: 22px;*/
        /*line-height: 20px;*/
        /*font-size: 10px;*/
    /*}*/

}
