footer {
  background: #561010;
  z-index: 999;
  margin-top: 40px;
  padding:30px 0;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height: 550px;
}

.footerLinkList *{
  color:#ffffff;
}
.footerLinkList a{
  font-size: 14px;
}
.footerLinkList a:hover{
  color: #f1f1f1;
}
.footerLinkList ul{
  padding: 0;
  margin: 0;
}

.footerLinkList ul li{
  list-style: none;
  margin: 15px 0;
}

.footerContainer{
  padding: 100px 100px 0;
}

.footerSep{
  border-bottom: 1px solid #ffffff;
  height: 30px;
  text-align: center !important;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.footerSep img{
  margin: 0 auto;
  max-height:59px;
}
.copyRights{
  color:#fff;
}

@media only screen and (max-width: 992px) {
  footer{
    height: auto;
    position: relative !important;
  }
  .footerContainer{
    padding: 0 0 0;
  }
}