.madewith {
    font-size: 32px;
}

.madewith a img:hover, .bxslider li a img:hover {
    -webkit-filter: grayscale(0%);
    transition: 1s;
}

img.grayscale:hover {
}

.grayscale.grayscale-fade {
    transition: filter .5s;
}

.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.grayscale.grayscale-fade:hover, .grayscale.grayscale-off {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

footer {
    background: #2d2d2d no-repeat center top;
    color: #c1c1c1;
    font-size: 14px;
    background-size: cover;
    background-size: 100% auto;
    /*margin-top: -100px;*/
    padding-top: 450px;
}

.copyright, .copyright a {
    color: #9b9b9b !important;
}

.copyright {
    background: #000000 none repeat scroll 0 0;
    padding: 25px 0;
    text-align: center;
}

.borderfooter {
    border-top: 1px solid #CCCCCC;
    margin-top: 37px;
}

footer {

}

@media screen and (max-width: 1200px) {
    footer {
        padding-top: 290px;
        background-size: auto 400px;
        background-position: top left;
    }
    .madewith img.made {
        height: 60px;
    }
}

@media screen and (max-width: 1000px) {

}


.bxslider li {
    min-height: 125px;
}