.c-f-wrapper {
    position: relative;
    width: 1400px;
    margin: 70px auto 0;
}

.c-footer {
    position: absolute;
    bottom: -101px;
    z-index: 99;
    background: url(../../img/common/footer/footer.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    min-width: 290px;
    height: 165px;
    color: #b9e4ff;
}

.c-f-content-wrapper {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}

.c-f-logo {
    float: left;
    width: 50%;
    height: 100px;
    padding-top: 20px;
    padding-left: 10px;
}

.c-f-logo a {
    display: block;
    background: url(../../img/common/header/logo.png) no-repeat;
    width: 232px;
    height: 72px;
    min-width: 150px;
    background-size: contain;
}

.c-f-content {
    float: left;
    width: 50%;
    font-size: 12pt;
    padding-top: 15px;
    padding-right: 10px;
}

.c-f-social {
    text-align: right;
}

.c-f-social a {
    font-size: 20pt;
    margin: 0 2px;
    color: #fff;
}

.c-f-links {
    text-align: right;
}

.c-f-links a {
    color: inherit;
    padding-left: 5px;
}

.c-f-links a:hover {
    color: inherit;
    text-decoration: none
}

.c-f-logo-title {
    margin-left: 20%;
}

.c-footer-line {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 101px;
    /*height: 70px;*/
}

.c-f-line-left,
.c-f-line-right {
    width: 50%;
    height: inherit;
}

.c-f-line-left {
    float: left;
    background: url(../../img/common/footer/left.png) repeat-x;
}

.c-f-line-right {
    float: right;
    background: url(../../img/common/footer/right.png) repeat-x;
}

@media only screen and (max-width: 1400px) {

    .c-f-wrapper {
        width: 100%;
    }

    .c-footer-line {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {

    .c-f-wrapper {
        margin-top: 0;
    }

    .c-footer {
        height: 138px;
        margin-bottom: -104px;
    }

    .c-f-content-wrapper {
        padding-top: 10px;
    }

    .c-f-content {
        padding-right: 0;
    }

    .c-f-line-left {
        height: 104px;
    }

    .c-f-line-right {
        height: 104px;
    }
}

@media only screen and (max-width: 992px) {

    .c-footer {
        height: 116px;
        margin-bottom: -80px;
    }

    .c-f-logo a {
        width: 200px;
    }

    .c-f-content {
        padding-top: 5px;
        padding-right: 10px;
        font-size: 11pt;
    }

    .c-f-line-left {
        height: 80px;
    }

    .c-f-line-right {
        height: 80px;
    }
}

