@import "../stylesheet/normalize.css";
.clearFix:after {
    content: "";
    display: table;
    clear: both;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}


img {
    max-width: 100%;
    height: auto;
}
.hidden {
    display: none;
}

body {
    background-color: #E1E0E0;

}

.txt-center {text-align: center}

#maintenance #global {
    margin: 0px auto;
    padding-bottom: 50px;
    width: 981px;
    color: #303880;
    background: #ffffff;
    min-height:1000px;
}

#maintenance  .padding {
    padding: 0px 20px;
    text-align: center;

}

.maintenance-message {
    padding:20px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    text-align: center;

}

#maintenance  #global #header {
    font-family: 'helvetica_neue57_condensed';
    -moz-box-sizing: border-box;
    background: url("../images/bg_header.jpg") no-repeat scroll right top transparent;
    border-bottom: 1px solid #FFFFFF;
    height: 304px;
    overflow: auto;
    width: 100%;
    margin-top:50px;
}
#maintenance  .wrapper {
    width: 1024px ;
    margin: auto;
}
#maintenance  .floating-logo {
    animation-name: floating-logo;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 230px;
    height: 219px;
    margin: 27px 189px;
    display:block;

}


#maintenance h1 {
    color: #0072b9;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding-top: 13px;
    display: inline-block;
}


@keyframes floating-logo {
    from {
        transform: translate(-50%, 0); }
    50% {
        transform: translate(-50%, 10px); }
    to {
        transform: translate(-50%, 0); } }

