
.site-footer
{
    background-color: #474e59;
    padding:45px 0 20px;
    /*font-size:15px;*/
    line-height:24px;
    color: #d0d0d0;
    /*bottom: 0;*/
    /*clear: both;*/
}
.site-footer hr
{
    border-top-color: #dddddd;
    opacity:0.5
}

.site-footer h6
{
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    margin-top:5px;
    letter-spacing:2px
}
.site-footer a
{
    color: #e9e9e9;
}
.site-footer a:hover
{
    color: #ffffff;
    text-decoration:none;
}

.footer-links a
{
    color: #eaeaea;
    height: 0px;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
    color: #ffffff;
    text-decoration:none;
}

.copyright-text
{
    margin:0
}
@media (max-width:991px)
{
    .site-footer [class^=col-]
    {
        margin-bottom:30px
    }
}
@media (max-width:767px)
{
    .site-footer
    {
        padding-bottom:0
    }
    .site-footer .copyright-text,.site-footer .social-icons
    {
        text-align:center
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4e5964;
    border-color: #242b33;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #242831;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #282e33;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(58, 66, 84, 0.25);
}
