/*------------------------------------------------------------------------
# "Hot Chameleon" Joomla template - May, 2011
# Copyright (C) 2011 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/
#back-top {
	position: fixed;
}

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/top.png) no-repeat center center;
	cursor: pointer;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top {
	bottom: 25px;
	right: 25px;
}