/************************** FOOTER ***********************/
/**************** FOOTER ****************/
.bottom-wrapper {
  padding: 90px 0 0 0;
  background: url("/img/back1.png") 50% 50%;
  background-size: cover;
}
.bottom-wrapper footer {
  margin-bottom: 0;
}
.footer-logo {
  float: left;
}
.footer-logo a {
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
}
.footer-logo a:hover {
  text-decoration: none;
  color: #ff193e;
}
.footer-logo a span {
  color: #ff193e;
}
.footer-logo a:hover span {
  color: #fff;
}
.footer-logo a img {
  margin: -9px 20px 0 0;
  display: inline-block;
  transform: rotate(0);
  transition: 400ms all;
  -webkit-transition: 400ms all;
}
.footer-logo a:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.footer-about-text {
  padding-bottom: 20px;
  font-size: 14px;
  font-family: 'Work Sans';
  color: #787878;
}
.footer-socials {
  float: right;
}
.footer-socials a {
  margin-left: 33px;
}
.footer-socials a span {
  font-size: 15px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
}
.footer-socials a:hover span {
  color: #ff193e;
}
.match-list-item.foot .wrapper {
  text-align: left;
}
.match-list-item.foot .wrapper > div {
  line-height: 37px;
}
.match-list-item.foot .read-more {
  margin-right: 11px;
  line-height: 37px;
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #ff193e;
  font-family: 'Work Sans';
}
.match-list-item.foot .read-more:after {
  margin-left: 7px;
  content: "\f105";
  font-family: FontAwesome;
}
.match-list-item.foot .read-more:hover {
  text-decoration: none;
  color: #fff;
}
.match-list-wrap .footer-slider-btn {
  margin-top: 6px;
  display: block;
  background: #363533;
  overflow: hidden;
  float: right;
  height: 33px;
  width: 70px;
}
.match-list-wrap .uk-slidenav {
  margin: 0;
  top: 0;
  left: auto;
  right: auto;
  height: 33px;
  width: 35px;
  line-height: 33px;
  position: relative;
  z-index: 1;
  display: block;
  float: left;
}
.match-list-wrap .uk-slidenav:hover:before {
  color: #fff;
}
.match-list-wrap .uk-slidenav:before {
  left: 50%;
  margin-left: -4px;
}
.match-list-wrap .uk-slidenav-previous:before {
  font-size: 19px;
  position: absolute;
  color: #ff193e;
}
.match-list-wrap .uk-slidenav-next:before {
  font-size: 19px;
  position: absolute;
  color: #ff193e;
}
.match-list-wrap.foot {
  background: none;
}
.match-list-wrap.foot .match-list-item {
  height: 37px;
  background: rgba(0, 0, 0, 0.1);
}
.last-match-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  line-height: normal;
}
.last-match-top {
  padding-bottom: 10px;
}
.footer-wrap {
  padding: 25px 0 65px 0;
  position: relative;
}
.footer-wrap:before {
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.foot-menu-wrap {
  float: left;
}
.foot-menu-wrap ul li {
  padding-right: 70px;
  display: inline-block;
}
.foot-menu-wrap ul li a {
  font-size: 14px;
  font-family: 'Work Sans';
  color: #bababa;
}
.foot-menu-wrap ul li a:hover {
  background: none;
  color: #105f63;
}
.copyrights {
  float: right;
  font-size: 14px;
  font-family: 'Work Sans';
  color: #787878;
}
.copyrights a {
  font-size: 14px;
  font-family: 'Work Sans';
  color: #bababa;
}
.copyrights a:hover {
  background: none;
  color: #105f63;
  text-decoration: none;
}
/************************** END FOOTER *************************/