#return-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: rgb(0, 0, 0);
	background-image:url(../imh.png);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-transform:uppercase;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 16px;
    font-size: 12px;
	font-weight:bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-family:calibri;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover span {
    color: #fff;
    top: 8px;
}


















#return-to-top2 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
	background-image:url(../imh.png);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-transform:uppercase;
}
#return-to-top2 span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 16px;
    font-size: 12px;
	font-weight:bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-family:calibri;
}
#return-to-top2:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top2:hover span {
    color: #fff;
    top: 8px;
}

