
.floatBtn{
	position:fixed;
	bottom:10%;
	right:20px;
	vertical-align:top;
}
@keyframes breathBtn{
	0%{ background-color:#af1e38;}
	50%{ background-color:#ff0331;}
	100%{ background-color:#af1e38;}
		
}
.floatBtn .btn{
	position:relative;
	margin-top:0;
	width:40px;
	height:40px;
	margin:0 auto;
	background-color:#af1e38;
	border-radius:40px;
	background-repeat:no-repeat;
	background-position:center;
	animation:breathBtn 3s infinite ease-in-out;
	transition:.3s all ease-out;
	margin-bottom:2px;
	cursor:pointer;
	box-shadow: 2px 2px 5px #000;
}
.floatBtn .btn:hover{
	opacity:.7;
	background-color:#ff0331;
}
.floatBtn .btntxt{
	text-align:center;
	font-size:10px;
	color:#af1e38;
}
.floatBtn .cs{
	background-size:80%;
	background-image:url(../../i/client/home/service.png);
}
.floatBtn .tech{
	background-size:66%;
	background-image:url(../../i/client/home/tech.png);
}
.floatBtn .gotop{
	background-size:66%;
	background-image:url(../../i/client/home/top.png);
}

@media screen and (max-width: 768px) {
	.floatBtn{
		bottom:8%;
		right:8px;
	}
	.floatBtn .btn{
		width:40px;
		height:40px;
	}
	.floatBtn .btntxt{
		font-size:9px;
	}
}
