

.section-block-demo14-footer {
    padding: 6rem 0 1rem 0;
    background-size: cover
}

.section-block-demo14-footer,
.section-block-demo14-footer a {
    color: #999;
    font-size: 1.2rem
}

.section-block-demo14-footer .foot-items {
    padding: 1rem 0 3rem 0
}

.section-block-demo14-footer .foot-logo {
    margin-right: 1rem
}

.section-block-demo14-footer .foot-logo img {
    max-height: 5rem
}

.section-block-demo14-footer .foot-social li {
    position: relative;
    display: inline-block;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s
}

.section-block-demo14-footer .foot-social li a {
    position: relative;
    display: block;
    padding: .5rem
}

.section-block-demo14-footer .foot-social li svg {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    fill: #647b9b
}

.section-block-demo14-footer .foot-social li:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.section-block-demo14-footer .foot-contacts {
    position: relative;
    padding: 1rem 1%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-block-demo14-footer .foot-contacts li {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    min-width: 28%;
    text-align: center
}

.section-block-demo14-footer .foot-contacts li .foot-val {
    position: relative;
    margin-bottom: .8rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #fff;
    text-transform: capitalize
}

.section-block-demo14-footer .foot-contacts li .foot-text {
    padding: .5rem 1rem
}

.section-block-demo14-footer .copyright {
    padding: 1rem 0;
    text-align: center
}

.section-block-demo14-footer .copyright,
.section-block-demo14-footer .copyright a {
    text-transform: uppercase;
    font-size: 1rem
}

@media only screen and (max-width:1366px) {
    .section-block-demo14-footer {
        padding: 4rem 0 1rem 0
    }

    .section-block-demo14-footer,
    .section-block-demo14-footer a {
        font-size: 1.14rem
    }

    .section-block-demo14-footer .foot-items {
        padding: 1rem 0 1.5rem 0
    }

    .section-block-demo14-footer .foot-contacts li {
        padding: .5rem 1rem
    }

    .section-block-demo14-footer .copyright,
    .section-block-demo14-footer .copyright a {
        font-size: 12px
    }
}

@media only screen and (max-width:1080px) {
    .section-block-demo14-footer {
        padding: 2.5rem 0 1rem 0
    }

    .section-block-demo14-footer .foot-item {
        padding: .5rem;
        width: 100%;
        text-align: center
    }

    .section-block-demo14-footer .copyright {
        padding: .5rem 0
    }
}

@media only screen and (max-width:640px) {

    .section-block-demo14-footer,
    .section-block-demo14-footer a {
        font-size: 1rem
    }

    .section-block-demo14-footer .foot-items {
        padding: 0
    }

    .section-block-demo14-footer .foot-contacts li {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        min-width: unset;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-block-demo14-footer .foot-contacts li .foot-val {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .section-block-demo14-footer .foot-contacts li .foot-text {
        margin-left: .5rem;
        padding: 0
    }
}
