﻿/* footer */
.ewb-footer {
    height: 153px;
    border-top: 5px solid #1587ea;
    background-color: #eee;
    position: relative;
}

.ewb-footer-content {
    padding-top: 48px;
    line-height: 24px;
    text-align: center;
    color: #333;
}

.ewb-footer-icon1, .ewb-footer-icon2 {
    position: absolute;
    display: block;
    left: 50%;
}

.ewb-footer-icon1 img, .ewb-footer-icon2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-footer-icon1 {
    top: 42px;
    margin-left: -482px;
    width: 52px;
    height: 64px;
}

.ewb-footer-icon2 {
    top: 47px;
    margin-left: 376px;
    width: 110px;
    height: 55px;
}

@media (min-width: 768px) {
    .ewb-container {
        width: 760px;
        margin:0 auto;
    }
}

@media (min-width: 980px) {
    .ewb-container {
        width: 980px;
        margin:0 auto;
    }
}

@media (min-width: 1200px) {
    .ewb-container {
        width: 1200px;
        margin:0 auto;
    }
}
@media (min-width: 1440px) {
    .ewb-container {
        width: 1440px;
        margin:0 auto;
    }
}