/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: -100px;
}
#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #006666;
/*	background: #708F7C;*/
/*	background-image: url(../images/top_button_01.png); no-repeat center center;*/
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover {
	color: #006666;
}
/* arrow icon (span tag) */
#back-top span {
	width:30px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
/*	background: #708F7C;*/
/*	background-image: url(../images/top_button_01.png); no-repeat center center;*/
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover span {
	background-color: #006666;
}
#back-home {
	position: fixed;
	bottom: 10px;
	margin-left: -170px;
}
#back-home a {
	width: 30px;
	display: block;
	text-align: center;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #006666;
/*	background: #708F7C;*/
/*	background-image: url(../images/top_button_01.png); no-repeat center center;*/
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-home a:hover {
	color: #006666;
}
/* arrow icon (span tag) */
#back-home span {
	width:30px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
/*	background: #708F7C;*/
/*	background-image: url(../images/top_button_01.png); no-repeat center center;*/
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-home a:hover span {
	background-color: #006666;
}
