﻿body {
}

#more-links{
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #333333;
    border-top: solid 10px #A94442;
}

#more-links .site-info{
    margin-top: 25px;
}

#more-links .site-info p{
    font-size: 12px;
}

@media (max-width: 767px) {
    #more-links .site-info p{
        text-align: center;
    }
}

.link-sections{
    padding-bottom: 21px;
}

.quick-links > li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-links{
    color:  #999999;
}

.footer-links:hover{
        color: #A94442;
}

#footer{
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
}

#backToTop {
    bottom: -60px;
    width: 50px;
    height: 50px;
    z-index: 99999;
    -moz-transition: bottom ease-in-out 0.3s;
    -o-transition: bottom ease-in-out 0.3s;
    -webkit-transition: bottom ease-in-out 0.3s;
    transition: bottom ease-in-out 0.3s;
    
}
