/* before pasting please consider buying this set at https://codecanyon.net/item/viavi-css3-button-hover-effect/14198614?ref=pxcr&clickthrough_id=1403558690&redirect_back=true */

.set_1_btn {
	color: #F9F9F9;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 45px;
	margin-right: 2em;
	text-align: fixed;
	max-width: 160px;
	position: fixed;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}
.set_1_btn:hover {
	text-decoration: none;
}

.Vbtn-3 {
	background:transparent;
	text-align: center;
	float: right;
}
.Vbtn-3 svg {
	height: 45px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.Vbtn-3 rect {
	fill: none;
	stroke: #ff8300;
	stroke-width: 6;
	stroke-dasharray: 422, 0;
	transition: all 450ms linear 0s;	
}
.Vbtn-3:hover {
	background: rgba(225, 51, 45, 0);
	font-weight: 900;
	letter-spacing: 1px;
	transition: all 150ms linear 0s;
}
.Vbtn-3:hover rect {
	stroke-width: 5;
	stroke-dasharray: 15, 310;
	stroke-dashoffset: 48;
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}