.copyright{
	font-size:11px;
	color: #333;
	text-align: center!important;
}

/* FOOTER */
.footer a {
	text-decoration: none;
}

.footer p {
  font-size: 14px;
}
.footer a:not(:nth-child(1)) img {
  margin: 0 5px;
  height: 15px;

}
.footer a:nth-child(4) img {
 margin-bottom: 6px;
  height: 20px;
}

.footer-container {
    background: #000;
	padding: 20px 0;
	position: relative;
	z-index: 999;
}

.sponsors-logo {
    max-width: 460px;
    width: 100%;
}

/* RWD for footer */
@media screen and (min-width: 320px) {
  .footer p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .footer p {
    font-size: 14px;
  }
}

.footer .sponsors-logo > a > img {
  height: 50px;
}

@media screen and (min-width: 414px) {
  .footer .sponsors-logo > a > img {
    height: 60px;
  }
}

@media screen and (min-width: 575px) {
  .footer .sponsors-logo > a > img {
    height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .footer .sponsors-logo > a > img {
    height: 77px;
  }
}

