.rbt-dual-button {
	display: flex;
	position: relative
}
.rbt-dual-button a.rbt-button {
	transition: all .25s ease-in-out;
	width: 100%
}
.rbt-dual-button a.rbt-dual-button-a {
	background-color: #818a91;
	color: #fff
}
.rbt-dual-button a.rbt-dual-button-a:after, .rbt-dual-button a.rbt-dual-button-a:before {
	background-color: #697279
}
.rbt-dual-button a.rbt-dual-button-b {
	background: #1e87f0;
	color: #fff
}
.rbt-dual-button a.rbt-dual-button-b:after, .rbt-dual-button a.rbt-dual-button-b:before {
	background: #0f6ecd
}
.rbt-dual-button span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
	background: #FAFAF8;
	color: #444444;
	text-transform: uppercase;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	font-size: 14px
}
.rbt-dual-button .rbt-button-size-xs+span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px
}
.rbt-dual-button .rbt-button-size-sm+span {
	width: 29px;
	height: 29px;
	line-height: 29px;
	font-size: 12px
}
.rbt-button {
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	position: relative;
	transition: all .3s ease-out;
	z-index: 0;
	text-align: center;
	overflow: hidden
}
.rbt-button:hover {
	background-color: transparent;
	color: #fff
}
.rbt-button .rbt-button-icon {
	position: relative;
	display: inline-flex;
	z-index: 0
}
.rbt-button .rbt-button-icon .rbt-button-a-icon-inner, .rbt-button .rbt-button-icon .rbt-button-b-icon-inner, .rbt-button .rbt-button-icon .rbt-button-icon-inner {
	display: inline-flex
}
.rbt-button .rbt-button-icon i, .rbt-button .rbt-button-icon svg {
	width: 1em
}
.rbt-button .rbt-button-text {
	position: relative;
	display: inline-block;
	z-index: 0
}
.rbt-button:after {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .3s ease-out;
	background: #666
}
.rbt-button:active {
	color: #fff
}
.rbt-button.rbt-button-effect-a:after {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0
}
.rbt-button.rbt-button-effect-a:hover:after, .rbt-button.rbt-button-effect-a:active:after {
	opacity: 1
}
.rbt-button.rbt-button-effect-b:after {
	width: 100%;
	height: 0;
	top: 0;
	right: 0
}
.rbt-button.rbt-button-effect-b:hover:after {
	height: 100%
}
.rbt-button.rbt-button-effect-b:active:after {
	height: 100%
}
.rbt-button.rbt-button-effect-c:after {
	width: 0;
	height: 100%;
	top: 0;
	right: 0
}
.rbt-button.rbt-button-effect-c:hover:after {
	width: 100%
}
.rbt-button.rbt-button-effect-c:active:after {
	width: 100%
}
.rbt-button.rbt-button-effect-d {
	overflow: hidden
}
.rbt-button.rbt-button-effect-d:after {
	width: 0;
	height: 103%;
	top: 50%;
	right: 50%;
	opacity: 0;
	transform: translateX(50%) translateY(-50%)
}
.rbt-button.rbt-button-effect-d:hover:after {
	width: 90%;
	opacity: 1
}
.rbt-button.rbt-button-effect-d:active:after {
	width: 101%;
	opacity: 1
}
.rbt-button.rbt-button-effect-e {
	overflow: hidden
}
.rbt-button.rbt-button-effect-e:after {
	width: 100%;
	height: 0;
	top: 50%;
	right: 50%;
	opacity: 0;
	transform: translateX(50%) translateY(-50%) rotate(-45deg)
}
.rbt-button.rbt-button-effect-e:hover:after {
	height: 260%;
	opacity: 1
}
.rbt-button.rbt-button-effect-e:active:after {
	height: 400%;
	opacity: 1
}
.rbt-button.rbt-button-effect-f {
	overflow: hidden
}
.rbt-button.rbt-button-effect-f:after {
	width: 101%;
	height: 0;
	top: 50%;
	right: 50%;
	opacity: 0;
	transform: translateX(50%) translateY(-50%)
}
.rbt-button.rbt-button-effect-f:hover:after {
	height: 75%;
	opacity: 1
}
.rbt-button.rbt-button-effect-f:active:after {
	height: 130%;
	opacity: 1
}
.rbt-button.rbt-button-effect-g {
	transition-timing-function: cubic-bezier(.31, 1.13, .64, .94)
}
.rbt-button.rbt-button-effect-g .rbt-button-content-wrapper {
	position: relative
}
.rbt-button.rbt-button-effect-g .rbt-button-content-wrapper .rbt-button-text {
	display: block;
	position: relative
}
.rbt-button.rbt-button-effect-g .rbt-button-content-wrapper .avdbtn-text {
	display: block;
	transition: transform .5s, opacity .8s;
	transition-timing-function: cubic-bezier(.31, 1.13, .64, .94)
}
.rbt-button.rbt-button-effect-g .rbt-button-content-wrapper .avdbtn-alt-text {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	opacity: 0;
	transform: translate3d(0, 25%, 0);
	transition: transform .5s, opacity .8s;
	transition-timing-function: cubic-bezier(.31, 1.13, .64, .94)
}
.rbt-button.rbt-button-effect-g:hover {
	background-color: transparent;
	color: #666
}
.rbt-button.rbt-button-effect-g:hover .avdbtn-alt-text {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}
.rbt-button.rbt-button-effect-g:hover .avdbtn-text {
	opacity: 0;
	transform: translate3d(0, -25%, 0)
}
.rbt-button.rbt-button-effect-h {
	transition: color .3s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.rbt-button.rbt-button-effect-h::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 150%;
	height: 100%;
	background: #666;
	z-index: -1;
	transform: rotate3d(0, 0, 1, 45deg) translate3d(0, -3em, 0);
	transform-origin: 100% 100%;
	transition: transform .3s, opacity .3s, background-color .3s
}
.rbt-button.rbt-button-effect-h:hover::after {
	opacity: 1;
	background-color: #666;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.rbt-button.rbt-button-effect-i {
	color: #fff;
	background: #666
}
.rbt-button.rbt-button-effect-i .rbt-button-content-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	right: 0;
	background: #666;
	color: #fff;
	overflow: hidden;
	transition: transform .3s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	top: 0;
	padding-top: 1em
}
.rbt-button.rbt-button-effect-i .rbt-button-content-wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	right: 0;
	background: #666;
	color: #fff;
	overflow: hidden;
	transition: transform .3s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	bottom: 0;
	line-height: 0
}
.rbt-button.rbt-button-effect-i .rbt-button-text {
	position: relative;
	z-index: 1
}
.rbt-button.rbt-button-effect-i:hover {
	color: #666;
	background: #fff
}
.rbt-button.rbt-button-effect-i:hover .rbt-button-content-wrapper::before {
	transform: translate3d(0, -100%, 0)
}
.rbt-button.rbt-button-effect-i:hover .rbt-button-content-wrapper::after {
	transform: translate3d(0, 100%, 0)
}