body {
	margin:0 !important;
	padding:0 !important;
}


img {
	border:none;
}

.setup {
	animation-fill-mode: forwards;
}

#blacked {
	background: #000;
	opacity:1;
	webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	position:absolute;
	width:100%;
	height:100%;
	z-index:95;
}

#blacked.out {
	opacity:0;
}

#r_clock_container {
	width:300px;
	height:250px;
	overflow:hidden;
	position:relative;
	background: #130f0c;
	background: -moz-linear-gradient(75deg,  #130f0c 0%, #81624d 100%);
	background: -webkit-linear-gradient(75deg,  #130f0c 0%,#81624d 100%);
	background: linear-gradient(75deg,  #130f0c 0%,#81624d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130f0c', endColorstr='#81624d',GradientType=1 );

}

.dimmed {
	opacity:0 !important;
}

#watches {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	z-index: 0;
	webkit-transition: all 1.5s ease-in;
	-moz-transition: all 1.5s ease-in;
	-o-transition: all 1.5s ease-in;
	transition: all 1.5s ease-in;
}

#watches.out {
	opacity:1;
}


#r_clock_hands_container {
	position: absolute;
	z-index: 1;
	top: 90px;
	left: 15px;
	width: 118px;
	height: 118px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
	webkit-transition: all 1.5s ease-in;
	-moz-transition: all 1.5s ease-in;
	-o-transition: all 1.5s ease-in;
	transition: all 1.5s ease-in;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotate(-73deg);
	-ms-transform: rotate(-73deg);
	-o-transform: rotate(-73deg);
	-webkit-transform: rotate(-73deg);
}

#r_clock_hands_container>div {
	position: absolute;
	width: 10px !important;
	margin-left: -5px;
	bottom: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#r_clock_hrs {
	height: 46px;
	width: 9px;
	z-index: 2;
	margin-left: -1px;
	background-image: url(../images/hrs.png);
	background-size: auto 46px;
	bottom: calc(50% - 10px) !important;
	transform-origin: center 37.5px;
	-webkit-transform-origin: center 37.5px;
	-moz-transform-origin: center 37.5px;
	-o-transform-origin: center 37.5px;
	top: 22px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	image-rendering: pixelated;
}


#r_clock_mins {
	height: 70px;
	z-index: 9;
	background-image: url(../images/mins.png);
	background-size: auto 60px;
	transform-origin: center 60px;
	-webkit-transform-origin: center 60px;
	-moz-transform-origin: center 60px;
	-o-transform-origin: center 60px;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	image-rendering: pixelated;
}

#r_clock_sec {
	height: 22px;
	z-index: 0;
	background-image: url(../images/sec.png);
	background-size: auto 22px;
	transform-origin: center 16.5px;
	-webkit-transform-origin: center 16.5px;
	-moz-transform-origin: center 16.5px;
	-o-transform-origin: center 16.5px;
	top: 43px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	image-rendering: pixelated;
	left: 86px !important;
}

#r_clock_timer {
	height: 77px;
	z-index: 10;
	background-image: url(../images/timer.png);
	background-size: auto 77px;
	transform-origin: center 40px;
	-webkit-transform-origin: center 40px;
	-moz-transform-origin: center 40px;
	-o-transform-origin: center 40px;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	image-rendering: pixelated;
}

#r_clock_hrs.active {
	-moz-animation: spinh 1800000s linear infinite;
	-webkit-animation: spinh 1800000s linear infinite;
	animation: spinh 1800000s linear infinite;
}

#r_clock_mins.active {
	-moz-animation: spinm 3600s linear infinite;
	-webkit-animation: spinm 3600s linear infinite;
	animation: spinm 3600s linear infinite;
}

#r_clock_sec.active {
	-moz-animation: spins 60s linear infinite;
	-webkit-animation: spins 60s linear infinite;
	animation: spins 60s linear infinite;
}


#r_clock_hrs.setup {
	-webkit-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-moz-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-o-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
}

#r_clock_mins.setup {
	-webkit-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-moz-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-o-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
}

#r_clock_sec.setup {
	-webkit-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-moz-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-o-transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
	transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);;
}

#disclaimer_top, #disclaimer_top_claim { color:#fff;
	font-size:14px;
	text-align:center;
	position:absolute;
	top:349px;
	left:0;
	width:100%;
	opacity:1;
	webkit-transition: all 1.5s ease-in;
	-moz-transition: all 1.5s ease-in;
	-o-transition: all 1.5s ease-in;
	transition: all 1.5s ease-in;
							font-weight:bold;
							text-transform:uppercase;
}

#disclaimer_top_claim {
	font-family:"Helvetica Neue LT Std CN";
	font-size:13px;
	top:488px;
	font-weight:100;
}

/*#r_clock_claim {
	position:absolute;
	top:0; left:0; width:300px; height:250px;
	z-index:1;
	background-image:url(images/970x250claim-min.png);
	opacity:1;
	webkit-transition: all 1.5s ease-in;
	-moz-transition: all 1.5s ease-in;
	-o-transition: all 1.5s ease-in;
	transition: all 1.5s ease-in;
}*/

#rlogo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	margin-top:112px;
	margin-left:109px;
	-webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	width:83px;
	height:auto;

}

#rlogo.out {
	margin-top:213px;
}

#wrap_container {
	width:300px !important;
	height:250px !important;
	margin:0 auto !important;
	position:relative;
}


/*BRACELET ANIMATION*/
.bracelet-ani{
	position:absolute;
	z-index:999;
	animation: braceletAnimation linear 3s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: braceletAnimation linear 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: braceletAnimation linear 3s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: braceletAnimation linear 3s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: braceletAnimation linear 3s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes braceletAnimation{
	0% {
		opacity:0;
		transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	39% {
		opacity:0;
		transform:  translate(-15px,49px)  rotate(0deg) ;
	}
	70% {
		opacity:0.7;
		transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	100% {
		opacity:0;
		transform:  translate(-15px,49px)  rotate(180deg) ;
	}
}

@-moz-keyframes braceletAnimation{
	0% {
		opacity:0;
		-moz-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	39% {
		opacity:0;
		-moz-transform:  translate(-15px,49px)  rotate(0deg) ;
	}
	70% {
		opacity:0.7;
		-moz-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	100% {
		opacity:0;
		-moz-transform:  translate(-15px,49px)  rotate(180deg) ;
	}
}

@-webkit-keyframes braceletAnimation {
	0% {
		opacity:0;
		-webkit-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	39% {
		opacity:0;
		-webkit-transform:  translate(-15px,49px)  rotate(0deg) ;
	}
	70% {
		opacity:0.7;
		-webkit-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	100% {
		opacity:0;
		-webkit-transform:  translate(-15px,49px)  rotate(180deg) ;
	}
}

@-o-keyframes braceletAnimation {
	0% {
		opacity:0;
		-o-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	39% {
		opacity:0;
		-o-transform:  translate(-15px,49px)  rotate(0deg) ;
	}
	70% {
		opacity:0.7;
		-o-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	100% {
		opacity:0;
		-o-transform:  translate(-15px,49px)  rotate(180deg) ;
	}
}

@-ms-keyframes braceletAnimation {
	0% {
		opacity:0;
		-ms-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	39% {
		opacity:0;
		-ms-transform:  translate(-15px,49px)  rotate(0deg) ;
	}
	70% {
		opacity:0.7;
		-ms-transform:  translate(-15px,49px)  rotate(90deg) ;
	}
	100% {
		opacity:0;
		-ms-transform:  translate(-15px,49px)  rotate(180deg) ;
	}
}

.spxRadoTimers {
	position: absolute;
	top: 73px;
	left: 168px;
	text-align: center;
	color: white;
	width: 119px;
	height: 169px;
	font: bold 15px arial;
	overflow: hidden;
}
.spxRadoTimers .v {
}
.spxRadoTimers .itm {
	margin-bottom: 10px;
}
.spxRadoTimers .spxRadoTimer {
	margin-top: 5px;
}