<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-wrapper {
	/*background: white;*/
	width: 800px;
	height: 230px;
	/*position: absolute;
	top: 0px;*/
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* OTHER STYLES */


a#next-link {
	margin-top: 85px;
	display: block;
	width: 65px;
	height: 60px;
	z-index: 9;
	background: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	/*position: absolute;
	left: 535px;*/
	float: right;
	color: rgba(0,0,0,0.1);
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 300ms;
}

a#next-link.active, a#next-link.disabled {
	opacity: 0.4;
	-webkit-transition-duration: 300ms;
}

a#prev-link {
	margin-top: 85px;
	width: 65px;
	height: 60px;
	display: block;
	background: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	z-index: 9;
	/*position: absolute;
	left: 0px;*/
	float: left;
	color: rgba(0,0,0,0.1);
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 300ms;
}

a#prev-link.active, a#prev-link.disabled {
	opacity: 0.4;
	-webkit-transition-duration: 300ms;
}



/* END OTHER STYLES */


.timeCube {
	width: 800px;
	margin: 8px 0px;
	position: relative;
	-webkit-perspective-origin: 50% 200px;
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 600;
	perspective-origin: 50% 200px;
	transform-style: preserve-3d;
	perspective: 600;
}

.timeCube &gt; .nav {
	height: 60px;
	width: 620px;
	padding: 0px 20px;
	margin: 0px auto;
	position: relative;
}

.timeCube &gt; .nav &gt; .line {
	background: rgba(194,194,189,1);
	width: 620px;
	height: 2px;
	position: absolute;
	top: 40px;
    right: 0;
}

.timeCube &gt; .nav &gt; .line &gt; .marker {
	cursor:pointer;
	/*background: rgba(0,0,0,1);*/
	background: #B13FC6;
	/*height: 16px;
	width: 16px;*/
	height: 32px;
	width: 32px;
	position: absolute;
	/*border-radius: 8px;*/
	border-radius: 50%;
	/*margin-left: -8px;*/
	margin-right: -10px;
	/*margin-top: -7px;*/
	margin-top: -15px;
	-webkit-transform: scale(.4);
	-webkit-transition-property: -webkit-transform, background;
	-webkit-transition-duration: 400ms;
	transform: scale(.4);
	transition-property: -moz-transform, background;
	transition-duration: 400ms;
}

.timeCube &gt; .nav &gt; .line &gt; .marker.active {
	/*background: rgba(30, 127, 194, 1);*/
	background: url('../images/active.gif');
	-webkit-transform: scale(1);
	-webkit-transition-property: -webkit-transform, background;
	-webkit-transition-duration: 400ms;
	transform: scale(1);
	transition-property: transform, background;
	transition-duration: 400ms;
	z-index: 999;
}

.timeCube &gt; .nav &gt; .legend {
	position: relative;
}

.timeCube &gt; .nav &gt; .legend &gt; .label {
	position: absolute;
	right:0;
    bottom: -62px;
    font-family: "Helvetica";
    font-size: 10px;
    color: #999999;
    border-left: 1px solid rgba(194,194,189,1);
    height: 20px;
    padding-left: 4px;
}





.timeCube &gt; .container {
	background: rgba(0,0,0,0);
	height: 300px;
	position: absolute;
	top: 60px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-timing-function: ease-out;
	transform-style: preserve-3d;
	transition-timing-function: ease-out;
}


.timeCube &gt; .container &gt; .event {
	position: absolute;
	width: 600px;
	height: 280px;
	top: 0px;
	left: 0px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-timing-function: ease-out;
	transform-style: preserve-3d;
	transition-timing-function: ease-out;
}

.timeCube &gt; .container &gt; .event.left {
	-webkit-transform: rotateY(60deg) rotateX(0deg) translate3D(0px, 0px, 0px);
	transform: rotateY(60deg) rotateX(0deg) translate3D(0px, 0px, 0px);
}

.timeCube &gt; .container &gt; .event.right {
	-webkit-transform: rotateY(60deg) rotateX(0deg) translate3D(0px, 0px, 0px);
	transform: rotateY(60deg) rotateX(0deg) translate3D(0px, 0px, 0px);
}




.timeCube &gt; .container &gt; .event &gt; h1 {
	font: 900 24px/24px 'Droid Arabic Kufi','Proxima Nova';
	color: #68217a;
	margin: 10px 24px;
	/*height: 54px;*/
}

.timeCube &gt; .container &gt; .event &gt; p {
	font: 400 14px/24px 'Droid Arabic Kufi','Proxima Nova';
	/*color: #4F0D5B;*/
	color: #000;
	margin: 0px 24px;
	cursor: col-resize;
}

.timeCube &gt; .container &gt; .event &gt; span.date {
	font: 400 14px/24px 'Droid Arabic Kufi','Proxima Nova';
	color: #A71FC0;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
	z-index: 1000000;
	position: absolute;
	top: -90px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);	-ms-transform: rotate(-65deg);    transform: rotate(-65deg);
	writing-mode: rl-tb;
}
.date_marker{
	white-space: nowrap;
	font: 400 16px/24px 'Droid Arabic Kufi','Proxima Nova';
	color: #A71FC0;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
	z-index: 1000000;
	position: relative;
	left: 15px;
	top: -35px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
	writing-mode: rl-tb;
}
#swipe {
	position: absolute;
	z-index: 999;
	bottom: 15px;
	left: 197px;
	width: 203px;
	height: 50px;
	background: url(../images/swipe.png);
}
hr {
	height: 1px;
	border: none;
	background: rgba(0,0,0,1);
	width: 16px;
	display: block;
	margin: 16px 0px;
}
</pre></body></html>