@charset "utf-8";
/* CSS Document */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    right: 70px;
}
#back-top a {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #008386;
    background: #F9FCFC;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
	border: #00B9BE solid 2px;
	/*border-radius: 30px;
	text-shadow: 0px 4px #FFFFFF;*/
}

#back-top a:hover {
    background: #0BB2B4;
	color: #FFFFFF;
	border: #067A7A solid 2px;
}
#back-top i {
    margin-top: -2px;
    font-size: 40px;
}
