﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 15px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.text-footer {
    margin: 5px 0;
    line-height: 15px;
    font-size: 11px;
}

.text-footer-copyright {
    text-align: right;
    float: right !important;
}

code {
    font-size: 80%;
}

@media (max-width: 767px) {
    .nopull-right-xs {
        float: none !important;
    }

    .text-footer-copyright {
        text-align: center;
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-footer-copyright {
        text-align: center;
        float: none !important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1355px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 90%;
    }
}
