@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
.snip1241 {
  font-family: 'Raleway', Arial, sans-serif;
/*  font-family: Arial, sans-serif;*/
/*  font-size: 2.0em;*/
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1241 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1241 li {
  display: inline-block;
  list-style: outside none none;
/*  margin: 0.5em 1em;*/
  margin: 0.3em 0.3em;
  padding: 0;
  -webkit-padding-start: 0px;
}
.snip1241 a {
  padding: 0.5em 0.8em;
/*  padding: 0.5em 0.5em;*/
/*  color: rgba(0, 0, 0, 1);*/
  color: #3f3f3f;
  position: relative;
  text-decoration: none;
}
.snip1241 a.highlight {
  color: rgba(242, 190, 4, 1);
}
.snip1241 a:before,
.snip1241 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1241 a:before {
  right: 0;
  top: 0;
  border-right: 3px solid #1abc9c;
  border-top: 3px solid #1abc9c;
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}
.snip1241 a:after {
  left: 0;
  bottom: 0;
  border-left: 3px solid #1abc9c;
  border-bottom: 3px solid #1abc9c;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.snip1241 a:hover,
.snip1241 .current a {
  color: #000000;
}
.snip1241 .current a.highlight {
  color: #e0a504;
}
.snip1241 a:hover:before,
.snip1241 .current a:before,
.snip1241 a:hover:after,
.snip1241 .current a:after {
  color: 000000;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

