﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.demo {
    color: #FFF;
    font-weight: bold;
    float: left;
    position: absolute;
}

.footer {
    position: absolute;
    bottom: -60px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    font-size: 12px;
    background-color: #006a6b;
    color: #ccc;
}

    .footer p {
        text-align: center;
        padding: 5px 0;
    }

    .footer .row {
        padding-top: 15px;
    }

ul.footerbar_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.footerbar_menu li {
        display: inline-block;
        list-style: none;
        margin-right: 10px;
    }

        ul.footerbar_menu li a, ul.footerbar_menu li a:hover {
            color: #ccc;
            text-decoration: none;
        }

        ul.footerbar_menu li a:hover{
            text-decoration:none;
            color:#ef9018;
        }

@media only screen and (max-width: 767px) {

    .demo {
        top: 15px;
        right: 80px;
        font-size: 30px;
    }

    ul.footerbar_menu{
        margin-top:15px;
    }

    .footer .row > * {
        text-align: center !important;
    }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}
