﻿.footer {
    background-color: #f5f5f5;
    position: fixed;
    bottom: 0;
    width: 100%;
}


.site-footer {
    background-color: #f5f5f5;
    padding: 35px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 50px;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#000000;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
    .mainbody {
        margin-bottom: 275px;
    }
    .site-footer [class^=col-]
    {
        margin-bottom:30px
    }
    .site-footer {
        position: fixed;
    }
}
@media (max-width:767px)
{
    .mainbody {
        margin-bottom: 0;
    }
  .site-footer
  {
    position:relative;
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}