@keyframes gotop {
0% {
height:0;
width:0;
left:50%;
top:50%
}
50% {
height:50px;
width:50px;
left:-5px;
top:-5px
}
100% {
height:0;
width:0;
left:50%;
top:50%
}
}
@-webkit-keyframes gotop {
0% {
height:0;
width:0;
left:50%;
top:50%
}
50% {
height:50px;
width:50px;
left:-5px;
top:-5px
}
100% {
height:0;
width:0;
left:50%;
top:50%
}
}
@-moz-keyframes gotop {
0% {
height:0;
width:0;
left:50%;
top:50%
}
50% {
height:50px;
width:50px;
left:-5px;
top:-5px
}
100% {
height:0;
width:0;
left:50%;
top:50%
}
}
@-ms-keyframes gotop {
0% {
height:0;
width:0;
left:50%;
top:50%
}
50% {
height:50px;
width:50px;
left:-5px;
top:-5px
}
100% {
height:0;
width:0;
left:50%;
top:50%
}
}


/* arrow icon (span tag) */
#back-top span{
	background:url(../images/top.png) 0 0 no-repeat;
	height: 41px;
	width: 40px;
	display: block;
	position: relative;
	z-index: 1001
}
#back-top{
	position: relative;
	display: none;
	height: 40px;
	position: fixed;
	right: 30px;
	bottom: 25%;
	text-indent: -20000px;
	width: 40px;
	z-index: 1000;
	display: block; 
}
#back-top:after{
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	width: 50px;
	height: 50px;
	border: 1px solid #df7126;
	display: block;
	border-radius: 50%;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: gotop;
	animation-timing-function: ease;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: gotop;
	-webkit-animation-timing-function: ease;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: gotop;
	-moz-animation-timing-function: ease;
}

/*#back-top a {
	width:40px; height:42px; margin:0px auto 0px; background:#FF3A1A; font-family:'FontAwesome'; color:#fff; font-size:30px; font-weight:700; text-transform:uppercase; transition: all 0.4s ease-in-out 0s; display:inline-table; line-height:42px; text-align:center; border:#fff solid 0px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
#back-top a .fa{line-height:42px; -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s; -o-animation: floating-arrow 1.6s infinite ease-in-out 0s; animation: floating-arrow 1.6s infinite ease-in-out 0s;}
#back-top a:hover {
	color: #fff;
}*/




/*#back-top a:hover span {
	background-color: #777;
}*/




