.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)
}

.rbt-attention-button {
	animation-name: attentionAnimation;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	position: relative
}

@keyframes attentionAnimation {
	0% {
		right: 0
	}
	1% {
		right: -3px
	}
	2% {
		right: 5px
	}
	3% {
		right: -8px
	}
	4% {
		right: 8px
	}
	5% {
		right: -5px
	}
	6% {
		right: 3px
	}
	7% {
		right: 0
	}
}