@charset 'utf-8';

/* Footer */
#footer {
    clear: both;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 3px solid #636363;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}
#footer_image {
    position: absolute;
    width: 160px;
}
#footer_data {
    position: absolute;
}
#footer:after {
    content: '';
    display: block;
    clear: both;
}
#footer_div > img {
    vertical-align: top;
}
#footer_div {
    width: 1000px;
    margin: auto;
}
.footer_address {
    display: inline-block;
    vertical-align: top;
}
.copyright {
    width: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center top;
}
.copyright p {
    color: #5a5a5a;
    font-size: 12px;
    line-height: 1.4em;
}
.copyright span {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    line-height: 20px;
}
.wrap-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(100%,100%,100%,.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');
}
.wrap-loading div {
    position: fixed;
    top: 50%;
    z-index: 999;
    width: 100%;
    margin-top: -40px;
    text-align: center;
}
