

/** ---------------------------------------------------------------- **/
/** JWQuotes									   **/
/** ---------------------------------------------------------------- **/


.jwquotes-timeline {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	overflow: hidden;
}

.jwquotes-timeline .box {
/*	background-color: rgba(0,0,0,0.2); */
	height: 600px;
	position: absolute;
	left: 0; 
	right: 0;
	top: 50%;
	margin: -300px 0 0 0;
	overflow: hidden;
}

.jwquotes-timeline .stage {
	/*background-color: rgba(255,255,255,0.5);*/
	width: 60%;
	height: 100%;
	margin: 0 auto;
}

.jwquotes-timeline .cloud,
.jwquotes-timeline .canvas {
	position: absolute;
	left: 0;
	top: 0;
}

.jwquotes-timeline .date {
	
	font: 42px/38px PTSansRegular, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	color: rgba(30,60,108,0.5);
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	
	/*background-color: rgba(255,128,0,0.7);*/
}

.jwquotes-timeline .date .day {
	font-size: 17px;
	margin: 0 0 -18px 0;
	display: block;
}

.jwquotes-timeline .planet {
	font: 12px/18px PTSansRegular, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
}

.planet.linked .inner {
	cursor: pointer;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.planet.linked:hover .inner {
	color: #c21a60;
}

.planet.thema {
	font-family: PTSansBold;
	font-size: 13px;
}

.jwquotes-timeline .copy {
	display: none;
}
.jwquotes-timeline .cloud {
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -200px;
}

.jwquotes-timeline .planet.news {
	text-align: center;
}

.jwquotes-timeline .planet.w-image .image {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px auto;
	border: 3px solid rgba(255,255,255,0.5);
	cursor: pointer;
}

.jwquotes-timeline .planet.w-image.size-1 .image {
	width: 50px;
	height: 50px;
}

.jwquotes-timeline .planet.w-image.size-2 .image {
	width: 100px;
	height: 100px;
}


.jwquotes-timeline .planet.w-image {
	width: 150px;
}


.jwquotes-timeline .planet.w-image .image img {
	width: 100%;
	height: auto !important;
	display: inline-block;
}

.jwquotes-timeline .planet.w-image .planet-inner {
	margin: -40px 100px 0 -100px;
}

.day-nav {
	position: fixed;
	bottom: 50px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	text-align: center;
	z-index: 999;
}

.day-nav .btn {
	display: inline-block;
	font: 13px/18px PTSansRegular, Trebuchet, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
	letter-spacing: 0.1rem;
	color: #51154f;
}

.day-nav .btn span {
	font: 20px/27px Times, "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: -8px 3px 0 3px;
	font-weight: normal;
	
}

.quote-single .image {
	float: left;
	margin: 5px 20px 20px 0;
}

.quote-single.short-text .image {
	float: none;
}

