.btn_2017 {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  height: auto;
  text-transform: uppercase;
  text-align: center;
  background: #cdcccc;
  font-size: 14px;
  font-family: 'Encode Sans' !important;
  letter-spacing: -1px;
  color: #000;
  cursor: pointer;
  webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
.btn_2017:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 1.2vh solid #fd0000;
  border-right: 1.2vh solid transparent;
  transition: border 0.5s ease-in-out;
}
.btn_2017:after {
  content: '\25BA';
  position: absolute;
  top: 35%;
  right: 7px;
  font-size: 70%;
  line-height: 100%;
}
.btn_2017:hover {
  background: #fd0000;
  text-decoration: none;
  color: #fff;
}
.btn_2017:hover:before {
  border-bottom: 1.2vh solid #cdcccc;
}
.btn_2017.invert {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  height: auto;
  text-transform: uppercase;
  text-align: center;
  background: #fd0000;
  font-size: 14px;
  font-family: 'Encode Sans' !important;
  letter-spacing: -1px;
  color: #fff;
  cursor: pointer;
  webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
.btn_2017.invert:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 1.2vh solid #cdcccc;
  border-right: 1.2vh solid transparent;
  transition: border 0.5s ease-in-out;
}
.btn_2017.invert:after {
  content: '\25BA';
  position: absolute;
  top: 35%;
  right: 7px;
  font-size: 70%;
  line-height: 100%;
}
.btn_2017.invert:hover {
  background: #cdcccc;
  text-decoration: none;
  color: #000;
}
.btn_2017.invert:hover:before {
  border-bottom: 1.2vh solid #fd0000;
}
.btn_2017.bg_white {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  height: auto;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-family: 'Encode Sans' !important;
  letter-spacing: -1px;
  color: #000;
  cursor: pointer;
  webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
.btn_2017.bg_white:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 1.2vh solid #fd0000;
  border-right: 1.2vh solid transparent;
  transition: border 0.5s ease-in-out;
}
.btn_2017.bg_white:after {
  content: '\25BA';
  position: absolute;
  top: 35%;
  right: 7px;
  font-size: 70%;
  line-height: 100%;
}
.btn_2017.bg_white:hover {
  background: #fd0000;
  text-decoration: none;
  color: #fff;
}
.btn_2017.bg_white:hover:before {
  border-bottom: 1.2vh solid #fff;
}
.btn_2017 strong {
  font-family: 'Encode Sans', sans-serif !important;
  font-weight: normal;
}
