footer {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 45px 0;
    background: #FFffff;
    text-align: center;
    position: relative;
    margin-bottom: 55px
}

footer a {
    color: #555
}

footer strong {
    font-size: 17px;
    font-weight: 700;
    display: block;
    line-height: 30px;
    color: #000;
    text-align: center
}

footer .center {
    width: 300px;
    margin: auto;
    z-index: 1
}

footer .center .download {
    width: 231px;
    margin: 0 auto;
    position: relative;
    padding-right: 96px
}

footer .center .download a {
    display: block;
    margin-top: 8px
}

footer .center .download a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}

footer .center .download > img {
    position: absolute;
    right: 0;
    top: 0
}

footer .center > div > a {
    margin: 10px 5px;
    display: inline-block
}

footer .center > div > a:hover {
    filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

footer .link {
    position: relative;
    z-index: 0
}

footer .link > div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center
}

footer .link > div a {
    display: block;
    line-height: 1.2rem;
    font-size: 0.8rem;
}

footer .link.left {
    text-align: center;
    margin: 8px 0px
}

footer .link.right {
    text-align: center;
}

footer .link.right strong {
    text-align: center
}

footer .link > div span {
    display: block;
    margin: 0 0 5px 0;
    text-align: center
}

footer .link > div span a {
    display: inline-block
}

footer .link > div span .fa {
    margin-right: 5px
}

footer .link.right > div {
    text-align: left
}

.subscribe:nth-of-type(1) {
    display: block;
    margin-bottom: 20px
}

.subscribe .form-inline {
    margin: 5px 0 0 0
}

.subscribe .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%
}

.subscribe .form-inline .btn {
    color: #fff;
    background: #999;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-left: -5px
}

.subscribe .form-inline .btn:hover {
    background: #000
}

footer .bottom {
    text-align: center
}

footer .bottom .card {
    display: block;
    height: 20px;
    margin: 20px auto
}

.bottom__card-img.js-not-tw {
    display: block;
    overflow: hidden;
    width: 130px;
    margin: 0 auto
}

footer .bottom span {
    margin-right: 5px
}

footer .bottom a {
    margin: 0 0 0 -3px;
    padding: 0 5px;
    border-left: 1px solid #aaa
}

@media (min-width: 768px) {
    .subscribe .form-group {
        width: 190px
    }
}

@media screen and (max-width: 992px) {
    .container .home-photo .facebook-page {
        display: none
    }

    footer .center {
        position: relative;
        top: 0
    }

    footer .link.left, footer .link.right {
        text-align: center;
        padding: 0
    }

    footer .link > div {
        display: block;
        margin: 0 0 20px 0
    }

    footer .link > div a {
        display: inline-block;
        border-right: 1px solid #aaa
    }

    footer .link > div a:last-of-type {
        border: 0
    }

    footer .link.right strong {
        text-align: center
    }

    .subscribe, footer .link.right > div, footer .link > div span {
        text-align: center
    }

    .subscribe .form-inline {
        width: calc(100% - 30px);
        margin: 5px auto 0 auto
    }

    .subscribe .form-group {
        width: calc(100% - 55px);
        display: inline-block;
        vertical-align: top;
        margin: 0
    }

    footer .bottom .card {
        margin: 0 auto 20px auto
    }

    footer .bottom span {
        display: block
    }

    footer .bottom a:nth-of-type(1) {
        border: 0
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding: 20px 0
    }
}

@media (max-width: 480px) {
    footer {
        margin-top: 0px
    }
}

.link-item {
    margin: 5px 0px;
    padding: 3px 10px
}