@font-face {
	font-family: League-Gothic;
	src: url("fonts/League-Gothic.otf") format("opentype");
}
@font-face {
	font-family: ColourSansLight;
	src: url("fonts/ColourSans-Light.ttf") format("opentype");
}
@font-face {
	font-family: ColourSansRegular;
	src: url("fonts/ColourSans-Regular.ttf") format("opentype");
}
@font-face {
	font-family: ColourSansBold;
	src: url("fonts/ColourSans-Bold.ttf") format("opentype");
}

html,body {
	background: #f1f1f2;
	width: 100%;
	height: 100%;
}
.round .sec:hover {
	/* -webkit-transform: scale(.98, .98) translate3d(0,0,-10px); */
	/* transform: scale(.98, .98) translate3d(0,0,-10px); */
	text-decoration: none;
}
.round .sec:active {
	-webkit-transform: translateZ(-45px);
	transform: translateZ(-45px);
	text-decoration: none;
	-webkit-transform: scale(.95, .95) translate3d(0,0,-15px);
	transform: scale(.95, .95) translate3d(0,0,-15px);
}
.cross {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	display: none;
}
.round_bef {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	margin-left: -6px;
	background: url(../images/11.png);
	background-size: 100% 100%;
}
#chart_holder {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
    -webkit-box-shadow: 10px 10px 19px 0px rgba(203, 203, 203);
    -moz-box-shadow: 10px 10px 19px 0px rgba(203, 203, 203);
    box-shadow: 10px 10px 19px 0px rgb(203, 203, 203);
}
#before_chart_holder{
	margin-bottom:15px;
}
#chart_holder,
#chart_holder *{
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}
#main_container {
	overflow: hidden;
	margin: 10px;
	padding: 10px;
}
#pie_spin {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#pie_chart {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#pie_chart .pie_wrap {
	width: 100%;
	height: 100%;
	clip: rect(0px, 100%, 100%, 50%);
}
#pie_chart .pie_wrap .pie {
	width: 100%;
	height: 100%;
}
.round .sec {
	display: inline-block;
	width: 50%;
	height: 50%;
	font-size: 88%;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none !important;
	box-shadow: inset -5px 0px 20px 0px;
	text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
	color: #9f9f9f;
	-webkit-font-smoothing: subpixel-antialiased;
	/* font-family: "Times New Roman"; */
	font-family: ColourSansBold;
	font-family: ColourSansRegular;
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0) translate3d(0,0,0);
	transform: translateZ(0) scale(1.0, 1.0) translate3d(0,0,0);
	background: rgb(243, 243, 243);
	text-transform: capitalize;
}


.round [class^=grad] {
	display: none;
}

.round {
	left: 10px !important;
	top: 10px !important;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.round .sec.first {
	/* font-size: 76px !important; */
	/* line-height: 0%; */
	
}
.round .sec.first:hover {
color:green !important;	
}
.round .sec.left:hover {
color:#f0ad4e !important;	
}
.round .sec.bottom:hover {
color:#c4208b !important;	
}
.round .left.bottom:hover {
color:red !important;	
}
/* ******** */
.round .sec.first:hover span  {
color:green !important;	
/* transform: translate3d(0,0,-50px); */
opacity:.5;
}
.round .sec.left:hover span  {
color:#f0ad4e !important;
/* text-shadow: -1px -1px 9px rgba(255, 255, 0,1), 1px 1px 1px rgba(0, 0, 0, 0.8), -1px 1px 1px rgba(83, 83, 83, 0.8);	 */
opacity:.5;
}
.round .sec.bottom:hover span  {
color:#c4208b !important;	
opacity:.5;
}
.round .left.bottom:hover span  {
color:red !important;	
opacity:.5;
}

/* .round .sec:hover span { */
	/* -webkit-font-smoothing: subpixel-antialiased; */
	/* color: red; */
/* } */

.round .sec:nth-child(2) {
	border-radius: 100% 0 0 0;
	background-position-x: 45%;
	background-position-y: 10%;
}
.round .sec:nth-child(3) {
	border-radius: 0 100% 0 0;
	background-position-x: 75%;
	background-position-y: 10%;
}
.round .sec:nth-child(4) {
	border-radius: 0 0 0 100%;
	background-position-x: 25%;
	background-position-y: 90%;
}
.round .sec:nth-child(5) {
	border-radius: 0 0 100% 0;
	background-position-x: 75%;
	background-position-y: 90%;
}
.round .sec:hover span {
	-webkit-font-smoothing: subpixel-antialiased;
	color: red;
	
}

.round .sec.first span{
	/* color: #fff; */
	/* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #000000, 0 0 5px #000000, 0 0 6px #000000, 0 0 0px #000000, 0 0 0px #000000; */
	/* letter-spacing: 2px; */
	/* text-shadow: -1px -1px 9px rgb(165, 165, 165), 1px 1px 2px rgba(0, 0, 0, 0.8); */
	/* color: rgba(239, 239, 239, 0.95); */
	/* font-weight: bold; */
}
.round .sec span {
	color: #717171;
	display: block;
	/* width: 100%; */
	height: 100%;
	position: absolute;
	/* font-family: 'League-Gothic'; */
	color: #8a9297 !important;
	letter-spacing: 2px;
	/* text-shadow: -1px -1px 9px rgb(165, 165, 165), 1px 1px 1px rgba(0, 0, 0, 0.8), -1px 1px 1px rgba(83, 83, 83, 0.8); */
	color: rgba(255, 255, 255, 0.95);
	/* font-weight: bold; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	letter-spacing: 0px;
	pointer-events: none;
	transition: 0s;
}
.round .sec:not(.left) {
	box-shadow: inset 0px 0px 20px 0px;
}

.points{
	position: absolute;
	top: 50%;
	/* left: 50%; */
	/* margin-left: -10px; */
	margin-top: -12.5px;
	z-index: 100000;
	width: 100%;
	text-align: center;
}
.points span{
	/*background: #f7f7f8;*/
	background:rgba(247, 247, 248, 0.4);
	padding: .4vw 1.5vw;
	font-family: ColourSansBold;
	color: #878892;
	font-size: 1.5vw;
	border-radius: .5vw;
	border: 1px  solid rgba(128, 128, 128, 0.15);
}

/*** wheel balance fix for home page START ***/
#points_value{
	padding: 0 1.5vw;
}
/*** wheel balance fix for home page END ***/

.points span{
	height: 10px;
}