﻿/* Set the fixed height of the footer here */
#footer {
    margin: 0 auto;
    bottom: 0;
    left: 15px;
    right: 15px;
}

#footer > .container {
    padding: 0 15px;
}

@media (min-width:768px) {
    #footer {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #footer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #footer {
        width: 1170px;
    }
}

@media (min-width: 1440px) {
    #footer {
        width: 1250px;
    }
}

.footer-data-container {
    padding: 10px 0 0 0;
}
.footer-data-container .footertext {
    font-size: 11px;
}