.irdeto-wheel-div-cont {
	font-family: "Titillium Web", arial;
	padding: 0px;
	background-color: #fff;
	box-sizing: border-box;
}
.irdeto-wheel-cont,
.irdeto-wheel-description {
	max-height: 400px;
	max-width: 400px;
	padding: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	margin: auto;
	text-align: center;
	position: relative;
}
.irdeto-wheel-description {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid rgb(174,191,30);
	border-bottom: 2px solid rgb(174,191,30);
	height: auto;
	max-height: none;
	text-align: left;
}
.wheel {
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	position: relative;
	display: none;
}
.wheel li {
  	overflow: visible;
	float: none;
}
.wheel li a {
  display: block;
}



.wheel-button {
	position: relative;
	display: inline-block;
}


.irdeto-wheel-border {
	padding: 30px;
	border-style: solid;
	border-color: rgb(174,191,30);
	border-radius: 50%;
}
.irdeto-wheel-background {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: transparent url('../images/background.jpg') center;
	background-size: cover;
	position: relative;
}
.irdeto-wheel-foreground {
	font-family: "Titillium Web", arial;
	font-weight: 700;
	position: absolute;
	top: -8px;
	left: 43px;
	line-height: 200px;
	font-size: 290px;
	color: #fff;
	z-index: 2;
}
.wheel li {
	overflow: visible;
	float: none;
}
.wheel li .cont {
	position: relative;
}
.wheel li .ring {
	background-color: #fff;
	border: 1px solid #9B9B9B;
	border-radius: 50%;
	padding: 3px;
	cursor: pointer;
}
.wheel-desc-header .number,
.wheel li span.number {
	font-family: "Titillium Web", arial;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	background-color: #9B9B9B;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.wheel li .cont .title {
	font-family: "Titillium Web", arial;
	font-size: 16px;
	line-height: 1.6;
	color: #9B9B9B;
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	cursor: pointer;
}
.wheel li.active .ring,
.wheel li:hover .ring,
.wheel li .ring:hover {
	border-color: rgb(174,191,30);
}
.wheel-desc-header .number,
.wheel li.active span.number,
.wheel li:hover span.number,
.wheel li span.number:hover {
	background-color: rgb(174,191,30);
}
.wheel li.active .cont .title,
.wheel li:hover .cont .title,
.wheel li .cont .title:hover {
	color: rgb(174,191,30);
	font-family: "Titillium Web", arial;
	font-weight: 700;
}
.wheel li .cont .title-1 {
	top: -53px;
	left: -3px;
}
.wheel li .cont .title-2 {
	top: -54px;
	left: 7px;
}
.wheel li .cont .title-3 {
	top: 45px;
	left: 23px;
}
.wheel li .cont .title-4 {
	top: 46px;
	left: -10px;
}
.wheel li .cont .title-5 {
	top: 43px;
	left: -34px;
}
.wheel li .cont .title-6 {
	top: -50px;
	left: -65px;
}
.irdeto-wheel-description {
	visibility: hidden;
}
.wheel-desc-header {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.wheel-desc-header .title {
	font-family: "Titillium Web", arial;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	color: rgb(174,191,30);
	margin-left: 10px;
}
@media (max-width: 600px) {
	
	.irdeto-wheel-background {
		width: 160px;
		height: 160px;
	}
	
	.irdeto-wheel-foreground {
		top: -4px;
		left: 33px;
		line-height: 160px;
		font-size: 240px;
	}
	.irdeto-wheel-border {
		padding: 20px;
	}
	.irdeto-wheel-cont,
	.irdeto-wheel-description {
		padding: 0;		
	}
	.irdeto-wheel-cont {
		padding-top: 60px; 
		padding-bottom: 60px; 
	}
	.wheel-desc-header .number,
	.wheel li span.number {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.irdeto-wheel-description {
		font-size: 14px;
		padding: 20px 10px;
	}
	.wheel li .cont .title {
		font-size: 12px;
	}
	.wheel li .cont .title-1 {
		top: -42px;
	}
	.wheel li .cont .title-2 {
		top: -40px;
		left: 21px;
	}
	.wheel li .cont .title-3 {
		top: 41px;
		left: 24px;
	}
	.wheel li .cont .title-4 {
		top: 40px;
		left: -36px;
	}
	.wheel li .cont .title-5 {
		top: 41px;
		left: -45px;
	}
	.wheel li .cont .title-6 {
		top: -37px;
		left: -54px;
	}	
	
}

