@media (min-width: 991px) {
  .copyright {
    /*margin:60px auto 0 auto;*/
    /*position:fixed;*/
    /*width:100%;*/
    bottom:0;
	position:fixed;
    height:90px !important;
    /*background-color:#897870;*/
    /*color:#fff;*/
  }
}
@media (max-width: 992px) {
	.copyright {
	  margin:0px auto 0 auto;
	  

	  bottom:0;
	  height:160px;
	  
	}
}
.copyright
{
	width:100%;
	color:#fff;
	background-color:#897870;
}
.copyright-inner {
  padding-top:15px;
}

