a.animated-button {
color: #fff;
cursor: pointer;
height:75px; line-height:71px;
display: inline-block;
position: relative;
border: 2px solid #48bce7;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
padding:0 60px;
z-index:1;
font-size:15px;
font-weight:bold;
}
a.animated-button:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nthree;
}
a.animated-button:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #48bce7;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}








a.animated-button_line {
color: #fff;
cursor: pointer;
height:75px; line-height:71px;
display: inline-block;
position: relative;
margin-left:100px;



transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
padding-left:20%;
z-index:1;
font-size:19px;
font-weight:bold;
}

a.animated-button_line:hover {
	color: #48bce7 !important;
	background-color: transparent;
	text-shadow: nthree;
	
}
a.animated-button_line:hover:before {
	
	
	width: 100%;
	background:#48bce7;
}
a.animated-button_line:before {

	position: absolute;
	top: 0px;
	bottom:0;
	margin:auto 0;
	left: 0;
	height: 2px;
	width: 100px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
