.btn-fantasy { 
	background-image: url('../img/1.jpg'); 
	height:160px; 
	width:160px; 
	border-radius: 30%; 
	box-shadow: 0 6px #51568E;
	position: relative;
	-webkit-transition: none;
	transition: none;
	background-position: -5px -10px;
}
.btn-fantasy:hover { 
	box-shadow: 0 4px #51568E;
	top: 2px;
}
.btn-fantasy:active{
	box-shadow: 0 0 #51568E;
	top: 6px;
	background-image: url('../img/1.jpg'); 
}
.btn-fantasy .sbtc-icon{ 
	font-size: 8em;
	color: #FFF;
	text-shadow: 1px 1px 0 transparent , -1px -1px 1px rgba(0,0,0,0.67) ;
	position: relative;
}
.btn-fantasy.sbtc-checked:active .sbtc-icon{
	color: #6D9ED8;
}
.btn-fantasy.sbtc-no-checked:active .sbtc-icon{
	color: #FFF;
}
.btn-fantasy .sbtc-icon:after{ 
	opacity: 0; 
	filter: alpha(opacity=0);
	visibility: visible;
}
.btn-fantasy:hover .sbtc-icon:after{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.btn-fantasy .sbtc-icon:before{
	-webkit-transition: all 300ms;
	        transition: all 300ms;
}
.btn-fantasy.sbtc-no-checked .sbtc-icon,
.btn-fantasy.sbtc-checked:active .sbtc-icon{
	color: #6D9ED8;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.36) , -1px -1px 1px rgba(0,0,0,0.67);
}
.btn-fantasy.sbtc-no-checked .sbtc-icon:before{
	content: "\e013";
	display: block;
	font-family: 'Glyphicons Halflings';
}
.btn-fantasy .sbtc-icon:after{
	content: "checked!";
	text-transform: uppercase;
	font-family: sans-serif;
	position: absolute;
	top: 73px;
	left: 69px;
	font-size: 10px;
	color: #FFF;
	text-shadow: none;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-fantasy.sbtc-no-checked .sbtc-icon:after{
	content: "Click me!";
}
.btn.btn-fantasy:active .sbtc-icon:after{
	content: "Waiting...";
}

/* second button (colors/images change) */
.fantasy-2 .btn-fantasy, 
.fantasy-2 .btn-fantasy:active { 
	background-image: url('../img/2.jpg');
}
.fantasy-2 .btn-fantasy.sbtc-checked:active .sbtc-icon, 
.fantasy-2 .btn-fantasy.sbtc-no-checked .sbtc-icon{
	color: #3A3A3A;
}
.fantasy-2 .btn-fantasy {
	box-shadow: 0 6px #3A3A3A;
}
.fantasy-2 .btn-fantasy:hover { 
	box-shadow: 0 4px #3A3A3A;
}
.fantasy-2 .btn-fantasy:active{
	box-shadow: 0 0 #3A3A3A;
}

/* demo separator */
span.fantasy{
	display: block;
	float: left;
	margin:0px 15px;
}