#dushan-container
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 900px;
	height: 900px;
	background-color: transparent;
	border-width: 300px;
	border-style: solid;
/*	border-color: rgba(243,134,63,0.5) rgba(243,134,63,0.5) rgba(243,134,63,0.5) rgba(243,134,63,0.5);*/
	border-color: transparent;
	box-sizing: border-box;
	border-radius: 900px;
/*	z-index: 0;*/
	pointer-events: none;
}

#sekunde
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 875px;
/*	-moz-width: 10px;*/
	width: 15px;
	background: -webkit-linear-gradient(top, rgba(243,100,0,0.8) 50%, rgba(255,0,0,0) 50%);
	background: -moz-linear-gradient(top, rgba(255,50,0,1) 50%, rgba(255,0,0,0) 50%);
/*	background-color: red;*/
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/*#bunkica
{
	position: absolute;
	top: 0px;
	left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: red;
	
}*/
#minute-border
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 850px;
	width: 30px;
	border-radius: 5px;
	border-color: -webkit-linear-gradient(top, rgba(39,36,35,0.5) 50%, rgba(0,0,0,0) 50%);
	background: -moz-linear-gradient(top, rgba(39,36,35,0.5) 50%, rgba(0,0,0,0) 50%);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	display: none;
}

#minute
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 850px;
	width: 30px;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, rgba(39,35,36,0.8) 50%, rgba(255,255,255,0) 50%);
	background: -moz-linear-gradient(top, rgba(39,35,36,0.8) 50%, rgba(255,255,255,0) 50%);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#ure
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 650px;
	width: 40px;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, rgba(39,35,36,0.8) 50%, rgba(255,255,255,0) 50%);
	background: -moz-linear-gradient(top, rrgba(39,35,36,0.8) 50%, rgba(255,255,255,0) 50%);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#a
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: white;
}

#b
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	border: 1px solid black;
	background-color: white;
}

#napis
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 140px;
	margin: auto;
	width: 500px;
	text-align: center;
	font-size: 100px;
	font-weight: bold;
	color: #ffdd55;
	display: none;
}

#xii
{
	position: absolute;
	left: 0px;
	top: 20px;
	right: 0px;
	margin: auto;
	width: 100px;
	height: 60px;
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	vertical-align: text-middle;
	font-weight: bold;
	border: 1px solid white;
	color: #ffdd55;
	
	display: none;
}

#datum
{
	position: absolute;
	top: 0px;
	right: 20px;
	bottom: 0px;
	margin: auto;
	width: 100px;
	height: 100px;
	font-size: 50px;
	text-align: center;
	line-height: 100px;
	vertical-align: text-middle;
	font-weight: bold;
	border: 1px solid white;
	color: black;
	
	display: none;
}

#datum span
{
	position: relative;
	padding: 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 100%);
}

#vi
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	margin: auto;
	width: 100px;
	height: 60px;
	text-align: center;
	font-size: 50px;
	line-height: 60px;
	vertical-align: text-middle;
	font-weight: bold;
	border: 1px solid white;
	color: #ffdd55;
	
	display: none;
}

#ix
{
	position: absolute;
	left: 20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 100px;
	height: 100px;
	font-size: 50px;
	text-align: center;
	line-height: 100px;
	vertical-align: text-middle;
	font-weight: bold;
	border: 1px solid white;
	color: #ffdd55;
	
	display: none;
}