
.links a {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.links {
  *zoom: 1;
  padding: 0 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  background: transparent;
}
.links:before, .links:after {
  content: "";
  display: table;
}
.links:after {
  clear: both;
}

@media only screen and (max-width: 700px) {
  .links {
   text-align: left;
  }
}

.link-effect-4 a {
  padding: 0 10px 0 0;
  margin: 0 0 0 0;
  color: #8494a0;
  text-shadow: none;
  position: relative;
  text-decoration:none;
}
.link-effect-4 a:link {
  color: #8494a0;
  text-shadow: none;
  text-decoration:none;
}
.link-effect-4 a:visited {
  color: #8494a0;
  text-shadow: none;
  text-decoration:none;
}
.link-effect-4 a:hover {
  color: #50b9ce;
  text-shadow: none;
  position: relative;
  text-decoration:none;
  
}

