/* EStore Responsive Error Pages Default Stylesheet */
html {
    height: 100%;
    padding: 0 0 20px 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #bfdbf3 url(/estore/images/common/default_error/background.jpg) no-repeat center top;
    height: 100%;
    min-height: 800px;
}

.top-logos {
    margin-top: 15px;
}

.wrap {
    height: 550px;
    margin: 0 auto -100px;
    padding: 0 0 60px;
}

.errors {
    margin-top: 173px;
}

    .errors p {
        margin-top: 21px;
        font-size: 14px;
    }

#footer {
    height: 60px;
}

a:link {
    text-decoration: underline;
    color: #004a81;
}

a:hover {
    text-decoration: underline;
    color: #004a81;
}

a:visited {
    text-decoration: underline;
    color: #004a81;
}

a:active {
    text-decoration: underline;
    color: #004a81;
}

@media only screen and (max-width : 480px) {
    .top-logos {
        display: none;
    }

    .errors {
        margin-top: 40px;
    }

    body {
        background: #bfdbf3;
        background-image: linear-gradient( #cceff5, #bfdbf3 20% );
    }
}