﻿body {
    padding: 0px;
    margin: 0 auto;
    display: table;
    width: 100%;
    background-color: #f5f7f8;
    background: url('../img/maintenance-cogs.png') no-repeat 50% 30px  #f5f7f8;
}

html, body {
    height: 100%;
    overflow-x: hidden;

}

#wrap {
    height: 100%;
}



.container {
    padding: 30px 30px 0 30px;
    width: 100%;
}

.maintenance-screen .content {
    margin: 0 auto;
    padding: 0;
    max-width: 404px;
}

.maintenance-screen .content p {
    margin: 30px 0;
    font-size: 13px;
}

.maintenance-screen .signature {
    width: 180px;
    margin-left: 30px;
}


.maintenance-screen footer {
    margin: 50px auto 20px auto;
    padding: 0 0 10px 0;
    max-width: 404px;
}

    .maintenance-screen footer .text-right img {
        margin: 0;
        /*width: 120px;*/
    }

.footer-wrap .container {
    padding: 0 30px 0 30px;
    width: 100%;
    max-width: 464px;
    text-align: right;
}



.device-image {
    height: 350px;
    max-width: 404px;
    position: relative;
    background: url('../img/maintenance-devices.png') no-repeat bottom center transparent;
}

@media (min-width: 768px) {
    .device-image {
        background: url('../img/maintenance-devices.png') no-repeat center center transparent;
    }
}

@media (min-width: 992px) {
    .device-image {
        background: url('../img/maintenance-devices.png') no-repeat center center transparent;
    }
}

@media (min-width: 1200px) {
    .device-image {
        background: url('../img/maintenance-devices.png') no-repeat top center transparent;
    }
}

