/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

body{background:#fff;color:#333;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4;margin:0;padding:0;text-align:left}main{display:block}img{border:0}a{color:#1979c3;text-decoration:underline}a:hover{text-decoration:none}h1{font-size:30px;font-weight:700;margin:0 0 20px}h2{font-size:20px;font-weight:700;margin:0 0 10px}input[type=text],textarea{box-sizing:border-box;background:#fff;border:1px solid #c2c2c2;border-radius:1px;width:100%;font-size:14px;font-family:Arial,Helvetica,sans-serif;line-height:1.42857143;background-clip:padding-box;vertical-align:baseline}input[type=text]{height:32px;padding:0 9px}textarea{height:auto;padding:10px;resize:vertical}input[type=text]:focus,textarea:focus{box-shadow:0 0 3px 1px #68a8e0}button{background:#1979c3;border:none;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;line-height:16px;padding:7px 15px;text-align:center}button:hover{background:#006bb4}p{margin:0 0 10px}ol,ul{list-style:none}.trace{background:#f1f1f1;min-height:250px;overflow:auto;width:100%}.message{border:1px solid;background-position:10px 11px;background-repeat:no-repeat;margin:20px 0;padding:10px 20px 10px 35px}.error{border-color:#b30000;background-color:#fae5e5;background-image:url(../images/i_msg-error.gif);color:#b30000}.success{border-color:#006400;background-color:#e5efe5;background-image:url(../images/i_msg-success.gif);color:#006400}.info{border-color:#6f4400;background-color:#fdf0d5;background-image:url(../images/i_msg-note.gif);color:#6f4400}.fieldset{border:0;margin:0 0 20px;padding:0}.fieldset .legend{box-sizing:border-box;float:left;font-size:20px;line-height:1.2;margin:0 0 25px;padding:0}.fieldset .legend+br{display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:0}.fieldset:after{content:attr(data-hasrequired);color:#e02b27;display:block;font-size:12px;letter-spacing:normal;margin:10px 0 0;word-spacing:normal}.field{margin:0 0 20px}.label{font-weight:700}.label:after{content:"*";font-size:12px;color:#e02b27;margin:0 0 0 5px}

header.page-header.alothemes {
    position: fixed;
    width: 100%;
    z-index: 900;
    margin: 0;
    padding: 0;
    display: block;
}

.header-content {
    height: 60px;
    background-color: #000000;
}

header .header-content .content-logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 9;
}

header .header img {
    width: 85px;
    height: 94px;
    padding-top: 4px;
}

footer.page-footer {
    padding: 80px 0 0;
}

.main .container {
    display: grid;
    padding: 20px;
}

.coming-soon-img {
    width:280px;
    height:280px;
    padding-top: 130px;
    margin: auto;
}

.header-text {
    margin-top: 70px;
    text-align: left;
    font: normal normal 32px/38px Work Sans;
    letter-spacing: 0px;
    color: #CF0810;
    opacity: 1;
    font-weight: 500;
    display: block;
}

span.sub-text {
    display: block;
    margin-top: 20px;
    text-align: left;
    font: normal normal normal 18px/27px Roboto;
    letter-spacing: 0px;
    color: #393939;
}

footer .block-footer-bottom {
    background-image: url(../images/bg_footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-footer .block-footer-bottom {
    color: #fff;
    background-color: #dd060b;
    text-align: center;
}

.img-container {
    margin: auto;
    text-align: right;
}

.text-container {
    margin-top: 70px;
    display: contents;
}

.footer-logo {
    position: absolute;
    top: -50%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.block-footer-top {
    position: relative;
}

footer .footer {
    padding: 80px 0 20px;
}

.address-footer.footer-center {
    text-align: center;
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.main {
    height: 800px;
}

@media (min-width: 322px) {
    .coming-soon-img {
        width:327px;
        height:327px;
    }
}

@media (min-width: 768px) {
    header .header img {
        width: 120px;
        height: 133px;
    }

    header .header-content .content-logo {
        left: 60px;
        padding: 4px;
    }

    .header-content {
        height: 84px;
    }

    .main {
        height: 700px;
    }

    footer.page-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .img-container {
        top: 265px !important;
    }

    .text-container {
        top: 320px !important;
    }

    .main {
        height: 72vh !important;
    }
}

@media (min-width: 1024px) {
    .main {
        height: 775px;
    }

    .coming-soon-img {
        padding-top: 0;
    }

    .header-text {
        margin-top: 0;
        width: 77%;
        /* margin-left: auto; */
        padding-right: 30px;
    }

    span.sub-text {
        margin-top: 20px;
        text-align: left;
        font: normal normal normal 18px/27px Roboto;
        letter-spacing: 0px;
        color: #393939;
        /* margin-left: auto; */
        width: 77%;
        padding-right: 30px;
    }

    .main .container {
        display: block;
        padding: 0;
        width: 77%;
        margin: auto;
    }

    .img-container {
        /* width: 40%; */
        position: relative;
        top: 565px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /* right: 0; */
    }

    .text-container {
        width: 60%;
        position: absolute;
        top: 570px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        display: block;
        margin: 0;
    }

}

@media (min-width: 834px) and (max-width: 1112px) and (orientation: landscape) {
    .coming-soon-img {
        width: 327px !important;
        height: 327px !important;
    }

    .text-container {
        top: 350px !important;
    }

    .img-container {
        top: 340px !important
    }

    footer.page-footer {
        position: inherit !important;
    }

    .main {
        height: 72vh;
    }
}


@media (min-width: 1025px) {
    .coming-soon-img {
        width:520px;
        height:520px;
    }

    footer.page-footer {
        position: inherit;
    }

    .img-container {
        top: 465px;
    }

    .text-container {
        top: 470px;
    }

    .main .container {
        width: 85%;
    }
}

@media (min-width: 1500px) {
    .main .container {
        width: 77%;
    }
}
