.closed-bg {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background: url(/uploads/images/closed.png) no-repeat;
    background-size: cover;
}
/*.license-bg {
    background: url(/uploads/images/license.jpg) no-repeat top left transparent;
    background-size: cover;
}
    .license-bg:before {
        background: #eaeaea;
        opacity: 0.86;
    }*/


    .closed-bg .logo a img {
    }

    .closed-bg:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #f5f5f5;
        /* background: -webkit-linear-gradient(bottom, #9122b5, #26a0f0); */
        background: -o-linear-gradient(bottom, #9122b5, #26a0f0);
        background: -moz-linear-gradient(bottom, #9122b5, #26a0f0);
        background: linear-gradient(bottom, #9122b5, #26a0f0);
        opacity: 0.6;
    }

.closed-main, .license-main {
    text-align: center;
    color: #1f1f1f;
}

    .closed-main h1, .license-main h1{
        font-weight: 300;
        max-width: 700px;
        margin: 30px auto;
    }

        .closed-main h1 span, .license-main h1 span {
            font-weight: 700;
        }

.cd-content {
    border: 1px solid rgb(255, 99, 115);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 10px 20px;
    padding: 45px 30px;
    color: #ff6373;
}

    .cd-content span:first-child {
        font-size: 38px;
        font-weight: 700;
        display: block;
        line-height: 38px;
    }

.social {
    text-align: right;
    color: white;
    padding: 12px;
}

    .social li {
        display: inline-block;
    }

    .social a {
        color: #232222;
        width: 35px;
        height: 35px;
        text-align: center;
        display: inline-block;
        line-height: 35px;
        margin: 0px 3px;
        border-radius: 50%;
        padding: 0;
        background: #ffffff;
    }

ul.contact-info li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
}

    ul.contact-info li i {
        font-size: 22px;
        display: inline-block;
        float: left;
        margin-right: 12px;
    }

    ul.contact-info li:first-child {
        display: block;
        text-align: center;
    }

        ul.contact-info li:first-child i {
            float: none;
        }

.page-404 {
    text-align: center;
    color: #302f2e;
}

    .page-404 h1 {
        font-size: 14rem;
        font-weight: 900;
        font-family: 'rajdani', sans-serif;
        color: #1f1f1f;
    }

@media (max-width: 1366px) {
    .cd-content {
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: 50%;
        width: 150px !important;
        height: 150px;
        margin: 10px 10px;
        padding: 45px 30px;
    }
}

@media (max-width: 960px) {
    .page-404 h1 {
        font-size: 110px;
    }
}

@media (max-width: 736px) {
    .closed-main {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cd-content {
        margin: 10px auto;
        width: 64px !important;
        height: 64px !important;
        padding: 14px 0px !important;
    }

    .closed-countdown {
        width: 100% !important;
        /* display: block !important; */
        text-align: center;
    }

    .cd-content span:first-child {
        font-size: 18px !important;
        margin: 0;
        padding: 0;
        line-height: 18px;
    }

    .closed-bg {
        text-align: center;
    }

    ul.social {
        text-align: center;
        margin: 20px 0px;
    }

    .page-404 {
        padding-top: 0px !important;
        margin-top: 0 !important;
    }
}
