.maintenance .holder {
    width: 480px;
    text-align: center;
    left: 20%;
    top: 40%;
}

.maintenance .holder h1 {
    font-family: 'loveloblack', sans-serif;
    font-size: 5em;
    color: #2d2d2d;
    text-shadow: 3px 3px 0 #e3e3e3;
    line-height: 27px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.maintenance .holder h1 span.tbl {
    font-family: Dosis,Tahoma,sans-serif;
    font-size: 35px;
    color: #2d2d2d;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}

.maintenance .holder h1 span {
    font-family: Dosis,Tahoma,sans-serif;
    font-size: 1em;
    color: #3d9df8;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}

.maintenance p {
    font-size: 18px;
    font-weight: 600;
    color: #13447E;
    font-family: 'Neuton', serif;
}

.maintenance {
    z-index: 999999;
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.maintenance-bgimg {
    min-height: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(/images/start-background.jpg);
}

.maintenance-xlarge {
    font-size: 24px !important;
}

.maintenance-padding-large {
    padding: 12px 24px !important;
}

.maintenance-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}

.maintenance-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
}