/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ce858c;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    bottom: 10px;
    display: none;
    height: 86px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 0;
    width: 86px;
	color: #ce858c;
	font-size: 22px;
	word-wrap:break-word;
	line-height: 22px;
	text-align: center;
	padding-top: 20px;
}

#toTopHover {
	background: transparent;
	width:51px;
	height:51px;
	display:none;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

@media only screen and (max-width: 760px) {
#toTop {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ce858c;
    border-radius: 50%;
    bottom: 10px;
    color: #ce858c;
    display: none;
    font-size: 14px;
    height: 56px;
    line-height: 14px;
    overflow: hidden;
    padding-top: 13px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 56px;
    word-wrap: break-word;
}
}