
.btnx {
  float:right;
  background-color: #00516e;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-block;
  margin: 0 .25em;
  overflow: hidden;
  padding: 12px 60px 12px 16px;
  position: relative;
  text-decoration: none;
  line-height: 1;
  -webkit-box-shadow: 0 0 10px #00516e;
        box-shadow: 0 0 10px #00516e;
}
.btnx .btn-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 26px;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: left;
}
.btnx .icon {
  border-left: 1px solid #fff;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}
.btnx .icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btnx:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #206780;
  opacity: 0;
  transition: opacity 300ms ease;
}
.btnx:hover .btn-content {
  right: 100%;
 padding-top: 0px;
}
.btnx:hover .icon {
  display:none;
}
.btnx:hover:after {
  opacity: .2;
}
.btnx.btn-alt-color {
  border-color: #4a9145;
  color: #4a9145;
}
.btnx.btn-alt-color .icon {
  border-left-color: #4a9145;
}
.btnx.btn-alt-color:after {
  background-color: #206780;
}

.quot_txt  {
	display:none;
}

.btnx:hover .quot_txt  {
	position:absolute;
	padding-left:85%;
	display:block !important;
	padding-top:-5px;
	transition: display 300ms ease;
	color:#fff;
}