/*
.home .backButton{
    display:none !important;
}
*/

/*.backButton.transition {
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}*/

.backButton,
.backButton {
	bottom:50%;
	z-index:10000;
	position:fixed;
}

.backButton.left {
	left:-250px;
}

.backButton.right {
	right:-250px;
}

.backButton a {
	color:#FFFFFF;
	display:block;
	padding:5px 15px;
	text-align:center;
	background:#333333;
	text-transform:uppercase;
}

.backButton a > div {
	display:inline-block;
}

.backButton.right a {
	border-radius:5px 0px 0px 5px;
}

.backButton.left a {
	border-radius:0px 5px 5px 0px;
}

.backButton.left a .simbolo:before,
.backButton.right a .simbolo:after {
	color:#FFFFFF;
	content:"<";
	margin-right:10px;
}

.backButton a:hover,
.backButton a:active {
	background-color:#CCCCCC;
}

.backButton a:hover,
.backButton a:hover .simbolo:after,
.backButton a:hover .simbolo:before {
	color:#333333;
	cursor:pointer;
	text-decoration:none;
}

/*
 * Widget
 */
.backbutton-widget a {
	font-size:1.5em;
	font-weight:700;
	/*font-family:'TradeGothicLTStd-BdCn20','PT Sans Narrow';*/
	text-transform:uppercase;
	text-decoration:none !important;
}

.backbutton-widget.right {
	text-align:right;
}

.backbutton-widget.center{
	text-align:center;
}

.backbutton-widget.left {
	text-align:left;
}

/*
 * Responsive
 */
@media (max-width:1024px) {
	.backButton a .texto,
	.backButton a span.texto {
		display:none;
	}
}