@CHARSET "windows-1256";

.btn_parent {
	position: relative;
}

.club_btn {
	position: absolute;
	box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px
		rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset
		0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px
		rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
	display: block;
	border-radius: 50%;
	margin: 0;
	background: radial-gradient(circle at 100px 100px, #5cabff, #000);
	text-align: center;
	background-position: center center;
	background-size: 100%;
	padding: 0;
	height: 0;
	width: 0;
}

.c1 {
	background-image: url(../images/c1.png);
	cursor: default;
}

.c2 {
	background-image: url(../images/c2.png);
}

.c3 {
	background-image: url(../images/c3.png);
}

.c4 {
	background-image: url(../images/c4.png);
}

.c5 {
	background-image: url(../images/c5.png);
}

.c6 {
	background-image: url(../images/c6.png);
}