.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.font {
  font: 600 14px/1.2em "Open Sans", sans-serif;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn,
.reply a {
  border: none;
  color: #ffffff;
  text-decoration: none;
  background: none;
  cursor: pointer;
  padding: 16px 23px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font: 600 14px/1.2em "Open Sans", sans-serif;
}
.btn > span,
.reply a > span {
  position: relative;
  z-index: 100;
}
.btn:hover,
.reply a:hover,
.btn:active,
.reply a:active,
.btn:focus,
.reply a:focus {
  color: #ffffff;
  background: #049CDB;
  border-color: #ffffff;
  box-shadow: none;
  transition: .3s ease-in;
}
.input-btn input {
  border: none;
  background: none;
  color: #ffffff;
  z-index: 100;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  height: auto;
  font: 600 14px/1.2em "Open Sans", sans-serif;
}
.input-btn input:hover,
.input-btn input:active {
  color: #ffffff;
  background: none;
  border-color: #ffffff;
  box-shadow: none;
}
.input-btn input:focus {
  color: #ffffff;
  background: none;
  border-color: #ffffff;
}
.btn-from-top:before {
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: #8dbf41;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-top:hover {
  background: #363f45;
  color: #ffffff;
}
.btn-from-top:hover:before {
  height: 100%;
  background: #8dbf41;
}
.btn-from-bottom:before {
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: #8dbf41;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-bottom:hover {
  background: #363f45;
  color: #ffffff;
}
.btn-from-bottom:hover:before {
  height: 100%;
  background: #8dbf41;
}
.btn-from-left:before {
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: #8dbf41;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-left:hover {
  background: #363f45;
  color: #ffffff;
}
.btn-from-left:hover:before {
  width: 100%;
  background: #8dbf41;
}
.btn-from-right:before {
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  background: #8dbf41;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-right:hover {
  background: #363f45;
  color: #ffffff;
}
.btn-from-right:hover:before {
  width: 100%;
  background: #8dbf41;
}
.btn-from-center-vertical,
.btn-from-center-horizontal,
.btn-to-center-vertical,
.btn-to-center-horizontal {
  overflow: hidden;
}
.btn-from-center-vertical:before,
.btn-from-center-horizontal:before,
.btn-to-center-vertical:before,
.btn-to-center-horizontal:before,
.btn-from-center-vertical:after,
.btn-from-center-horizontal:after,
.btn-to-center-vertical:after,
.btn-to-center-horizontal:after {
  content: '';
  position: absolute;
  background: #8dbf41;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-center-vertical {
  background: #8dbf41;
}
.btn-from-center-vertical:before,
.btn-from-center-vertical:after {
  width: 50%;
  top: 0;
  height: 100%;
  background: #363f45;
}
.btn-from-center-vertical:before {
  left: 0;
}
.btn-from-center-vertical:after {
  right: 0;
}
.btn-from-center-vertical:hover:before,
.btn-from-center-vertical:hover:after {
  width: 0;
}
.btn-from-center-horizontal {
  background: #8dbf41;
}
.btn-from-center-horizontal:before,
.btn-from-center-horizontal:after {
  background: #363f45;
  width: 100%;
  left: 0;
  height: 50%;
}
.btn-from-center-horizontal:before {
  top: 0;
}
.btn-from-center-horizontal:after {
  bottom: 0;
}
.btn-from-center-horizontal:hover:before,
.btn-from-center-horizontal:hover:after {
  height: 0;
}
.btn-to-center-horizontal:before,
.btn-to-center-horizontal:after {
  height: 0;
  left: 0;
  width: 100%;
}
.btn-to-center-horizontal:before {
  top: 0;
}
.btn-to-center-horizontal:after {
  bottom: 0;
}
.btn-to-center-horizontal:hover:before,
.btn-to-center-horizontal:hover:after {
  height: 50%;
}
.btn-to-center-vertical:before,
.btn-to-center-vertical:after {
  width: 0;
  top: 0;
  height: 100%;
}
.btn-to-center-vertical:before {
  left: 0;
}
.btn-to-center-vertical:after {
  right: 0;
}
.btn-to-center-vertical:hover:before,
.btn-to-center-vertical:hover:after {
  width: 50%;
}
.btn-only-text-from-left {
  padding: 0;
  border: none;
  transition: 400ms color ease;
}
.btn-only-text-from-left span {
  padding: 4px 0;
}
.btn-only-text-from-left span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-only-text-from-left:hover {
  color: #fff;
}
.btn-only-text-from-left:hover span:before {
  height: 100%;
  width: 120%;
  left: -10%;
}
input.btn.btn-primary {
    padding-top: 10px;
    padding-bottom: 28px;
}