/*
// UC Footer
// --------------------------------------------------
*/
footer, footer li {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  font-size: 14px;
}

footer ul {
  margin-bottom: 10px;
  padding-left: 0px;
}

footer {
  display: block;
  position: relative;
  background: #292929;
}
footer:before {
  background: rgba(0, 0, 0, 0) url("../images/kowhaiwhai-white-small.png") repeat scroll 0 0 / 100px auto;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.04;
}

footer a,
footer a:visited {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #9d9d9d;
  text-decoration: none;
}
footer ul {
  list-style-type: none;
  margin-left: 15px;
}
footer li.header {
  color: #b1b1b1;
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .bottom li.header {
	margin-top: 0;
}

footer li {
  margin-bottom: 4px;
}


footer a.red {
	background: #cc0011;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer li.line a {
	margin-right: 15px;
}

footer .brand {
  background: url('../images/uc-logo.png') no-repeat;
  width: 166px;
  height: 108px;
  display: block;
  margin: auto;
  margin-top: 35px;
  margin-left: 10px;
  background-size: 125px;
}
footer .social-buttons li {
  display: inline;
  margin-right: 5px;
}
footer .social-buttons .fa-facebook-square:hover {
  color: #3b5998;
}
footer .social-buttons .fa-twitter-square:hover {
  color: #00aced;
}
footer .social-buttons .fa-youtube-square:hover {
  color: #bb0000;
}
footer .social-buttons .fa-instagram:hover {
  color: #517fa4;
}
footer .social-buttons .fa-linkedin-square:hover {
  color: #007bb6;
}
footer .social-buttons .fa-wordpress:hover {
  color: #21759b;
}
footer .social-buttons .fa-weixin:hover {
  color: #00D10D;
}
footer .hr {
  height: 2px;
  background: #fff;
  margin-top: 25px;
}
/*Desktop*/
@media (max-width: 1200px) {
  footer .social-buttons li {
    margin-right: 3px;
  }
}

/*Mobile*/
@media (max-width: 768px) {

	footer li.line a {
		display: block;
		margin-bottom: 5px;
	}

}