.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.font {
  font: 800 16px/1.2em 'Roboto', sans-serif;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn,
.reply a {
  border: none;
  color: #3b6367;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font: 800 16px/1.2em 'Roboto', sans-serif;
}
.btn > span,
.reply a > span {
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 0;
}
.btn:hover,
.reply a:hover,
.btn:active,
.reply a:active {
  color: #d5d5d5;
  background: transparent;
  border-color: #d5d5d5;
  box-shadow: none;
}
.btn:focus,
.reply a:focus {
  color: #3b6367;
  background: transparent;
  border-color: #3b6367;
}
.input-btn {
  padding: 0;
}
.input-btn > span {
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle;
}
.input-btn input {
  display: block;
  border: none;
  background: none;
  color: #3b6367;
  z-index: 100;
  padding: 0 !important;
  margin: 0;
  position: relative;
  height: auto;
  text-transform: inherit;
  font: 800 16px/1.2em 'Roboto', sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.input-btn:hover input,
.input-btn:active input {
  color: #d5d5d5 !important;
  background: none;
  border-color: #d5d5d5;
  box-shadow: none;
}
.input-btn:focus input {
  color: #3b6367;
  background: none;
  border-color: #3b6367;
}
.btn-from-top:before {
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-top:hover {
  background: transparent;
  color: #d5d5d5;
}
.btn-from-top:hover:before {
  height: 100%;
  background: transparent;
}
.btn-from-bottom:before {
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-bottom:hover {
  background: transparent;
  color: #d5d5d5;
}
.btn-from-bottom:hover:before {
  height: 100%;
  background: transparent;
}
.btn-from-left:before {
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-left:hover {
  background: transparent;
  color: #d5d5d5;
}
.btn-from-left:hover:before {
  width: 100%;
  background: transparent;
}
.btn-from-right:before {
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-right:hover {
  background: transparent;
  color: #d5d5d5;
}
.btn-from-right:hover:before {
  width: 100%;
  background: transparent;
}
.btn-from-center-vertical,
.btn-from-center-horizontal,
.btn-to-center-vertical,
.btn-to-center-horizontal,
.btn-from-center-in-sides {
  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-in-sides:before,
.btn-from-center-vertical:after,
.btn-from-center-horizontal:after,
.btn-to-center-vertical:after,
.btn-to-center-horizontal:after,
.btn-from-center-in-sides:after {
  content: '';
  position: absolute;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-from-center-vertical {
  background: transparent;
}
.btn-from-center-vertical:before,
.btn-from-center-vertical:after {
  width: 55%;
  top: 0;
  height: 100%;
  background: transparent;
}
.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: transparent;
}
.btn-from-center-horizontal:before,
.btn-from-center-horizontal:after {
  background: transparent;
  width: 100%;
  left: 0;
  height: 55%;
}
.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-from-center-in-sides {
  padding: 0;
  background: transparent;
}
.btn-from-center-in-sides:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.btn-from-center-in-sides:hover,
.btn-from-center-in-sides:active {
  background: transparent;
}
.btn-from-center-in-sides:hover:before,
.btn-from-center-in-sides:active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-only-text-line-from-left {
  padding: 0;
  border: none;
  transition: 400ms color ease;
}
.btn-only-text-line-from-left span {
  padding: 0 0 1px;
  display: block;
}
.btn-only-text-line-from-left span:before {
  content: '';
  width: 0;
  height: 1px;
  background: #3b6367;
  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-line-from-left.input-btn > span {
  padding: 0;
}
.btn-only-text-line-from-left.input-btn input {
  display: block;
  height: 100%;
}
.btn-only-text-line-from-left:hover,
.btn-only-text-line-from-left:active {
  color: #d5d5d5;
}
.btn-only-text-line-from-left:hover span:before,
.btn-only-text-line-from-left:active span:before {
  width: 100%;
  background: #d5d5d5;
}
.btn-only-text-two-lines-from-left {
  padding: 0;
  border: none;
  transition: 400ms color ease;
}
.btn-only-text-two-lines-from-left span {
  padding: 2px 0;
  display: inline-block;
}
.btn-only-text-two-lines-from-left span:before {
  content: '';
  width: 0;
  height: 1px;
  background: #3b6367;
  position: absolute;
  top: 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-two-lines-from-left span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #3b6367;
  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-two-lines-from-left.input-btn > span {
  padding: 0;
}
.btn-only-text-two-lines-from-left.input-btn input {
  display: block;
  height: 100%;
}
.btn-only-text-two-lines-from-left:hover,
.btn-only-text-two-lines-from-left:active {
  color: #d5d5d5;
}
.btn-only-text-two-lines-from-left:hover span:before,
.btn-only-text-two-lines-from-left:active span:before,
.btn-only-text-two-lines-from-left:hover span:after,
.btn-only-text-two-lines-from-left:active span:after {
  width: 100%;
  background: #d5d5d5;
}
