﻿html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 265px;
}

div.toast-bottom-full-width
{
    /*position: absolute;
    bottom: 273px;*/
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 265px; /* Set the fixed height of the footer here */
    font-size: 16px;
    /*font-family: "oswald";*/
    /*text-transform: uppercase;*/
    color: #fff;
}

.footer a:hover
{
    color: #fff;
}

.footer .footer-content
{
    /*margin-top: 20px;*/
    /*border-top: 1px solid #2a2feb;*/
    border-top: 1px solid transparent;
}

.footer .footer-content
{
    padding-top: 30px;
    padding-bottom: 30px;
}

@media(min-width:992px) {
    .footer div.footer-content {
        /*padding-left: 35px;
        padding-right: 35px;*/
    }
}

.footer .footer-content dt, .footer-label
{
    font-size: 14px;
    opacity: 0.7; /*color: #DBDCFC;*/
    /*text-transform: uppercase;*/
    font-weight: normal;
}

.footer .footer-content dd {
    margin-bottom: 10px;
}

.footer .footer-content dd:last-child
{
     margin-bottom: 0px;
}

.footer address {
    margin-bottom: 0px;
}

@media(min-width:992px) {
    .footer dl {
         margin-bottom: 0px;
    }
}

.footer .bg-info a
{
    color: #fff;
}

.footer-content > .container-fluid > .row > div:last-child
{
    text-align: right;
}

.footer .footer-copyright
{
    padding: 15px 15px 15px 15px;
    text-align: right;
}

.footer .footer-copyright > span
{
    opacity: 0.5;
}

/*Line height problem: Different rendering in different browsers (chrome vs firefox / ie). But we have to be pixel perfect in the footer*/
.footer ul.list-unstyled
{
    margin-bottom: 0px;
}

.footer li, .footer dl > dt, .footer dl > dd
{
    line-height: 1; /* line-height = 1 because otherwise it gets rendered in chrome and firefox / ie differently */
    padding-top: 6px;
}

.footer li:first-child, .footer dl > dt:first-child
{
    padding-top: 0px;
}