
/*----------------------------
	Styling the timeline
-----------------------------*/


#timeline{
	background:none;
}

.slider .slider-container-mask .slider-container{
	background:none;
}

/* #timeline div.navigation{
    background: url('../img/timeline_bg.jpg') repeat;
    border-top:none;
} */

/* Creating the 3D effect for the timeline navigation */

/* #timeline div.navigation:before{
	position:absolute;
	content:'';
	height:40px;
	width:100%;
	left:0;
	top:-40px;
	background: url('../img/timeline_bg.jpg') repeat;
}

#timeline div.navigation:after{
	position:absolute;
	content:'';
	height:10px;
	width:100%;
	left:0;
	top:-40px;
	background:repeat-x;
	
	background-image: linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -o-linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -moz-linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -webkit-linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -ms-linear-gradient(bottom, #434446 0%, #363839 100%);
} */


/* Adding a darker background to the timeline navigation */

#timeline div.timenav-background{
	background-color:#222 !important;
 	background-color:rgba(0,0,0,0.4) !important;
 	
}

#timeline .navigation .timenav-background .timenav-interval-background{
	background:none;
}

#timeline .top-highlight{
	background-color:transparent !important;
}

/* The zoom-in / zoom-out toolbar */

/* #timeline .toolbar{
	border:none !important;
	background-color: #202222 !important;
}

#timeline .toolbar div{
	border:none !important;
} */

/* Styling the timeline numbers on the bottom */

#timeline .navigation .timenav .time .time-interval-minor .minor{
	margin-left:-1px;
}

#timeline .navigation .timenav .time .time-interval div{
	color: #CCCCCC;
}

/* The vertical lines */

#timeline .navigation .timenav .content .marker .line {
	background: #242828;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05);
}

#timeline .navigation .timenav .content .marker .dot {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
}

/* The previous / next arrows & labels */
.slider .nav-previous .nav-container, .slider .nav-next .nav-container {
	top: 40% !important;
}
.slider .nav-next .nav-container {
	right: 0;
}

.slider .nav-previous .icon,.slider .nav-next .icon {
	margin: 0;
	padding: 0;
	width: 21px;
	height: 27px;
	
}
.slider .nav-previous .icon {
	background: url("kclm-arrows-left.png") no-repeat;
	background-size: contain;
}


.slider .nav-next .icon {
	background: url("kclm-arrows-right.png") no-repeat;
	background-size: contain;
}

.slider .nav-previous:hover, .slider .nav-next:hover {
    color: #666;
    cursor: pointer;
}

#timeline .thumbnail {
	border: medium none;
}

/* Color of the headings */

#timeline h1, #timeline h2, #timeline h3, #timeline h4, #timeline h5, #timeline h6{
	color:#ddd;
}

/* The loading screen */

#timeline .feedback {
	background-color: #222222;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
	border:none;
}

#timeline .feedback div{
	color: #AAAAAA;
	font-size: 14px !important;
	font-weight: normal;
}


/*----------------------------
	The Slides
-----------------------------*/

.slider .slider-item .content {
	width: 100%;
	display: block;
}
.slider .slider-item .content .content-container .media {
	width: 56%;
	float: left;
}
.slider .slider-item .content .content-container .media  img {
	margin-left: auto;
	margin-right: auto;
	max-height: 12.8906rem;
}
.slider .slider-item .content .content-container .text {
	display: block;
	float: right;
	width: 41.5%;
	padding-top: .7813rem;
	font-family: Arial;
}

@media (max-width:1199px) {
	.slider .slider-item .content .content-container .media {
		width: 100%;
		float: none;
	}
	.slider .slider-item .content .content-container .media img {
		max-height: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.slider .slider-item .content .content-container .text {
		width: 100%;
		max-width: 100%;
		float: none;
	}
}
#timeline .feature .slider h2.date {
	color: #009A6A;
	line-height: 1.3281rem;
	font-weight: normal;
	font-family: Arial;
}
#timeline .slider-item h3 {
	font-size: .7813rem;
	font-weight: bold;
	color: #333333;
	line-height: 1.1719rem;
	font-family: Arial;
	margin-bottom: .7813rem;
}
#timeline .slider-item h2 {
	font-weight: normal;
	font-size: .625rem;
	font-family: Arial;
	margin-top: .7813rem;
}
.slider .slider-item .content .content-container .text > div {
	color: #999999;
	font-size: .625rem;
	line-height: .9375rem;
}

.slider .nav-previous, .slider .nav-next {
	width: 60px;
	transition: all .5s;
}
.slider .nav-previous .nav-container, .slider .nav-next .nav-container {
	height: auto;
}
#timeline .container.main {
	padding-left: 0;
	padding-right: 0;
}
#timeline .feature .slider {
	box-shadow: none;
	padding-top: 0;
}
#timeline div.timenav-background {
	background: #F2F2F2 !important;
}

#timeline .navigation .timenav .content .marker .line {
	background: #d9d9d9;
}

#timeline .navigation .timenav .content .marker .flag {
	background: #e5e5e5;
	border-radius: 4px 4px 4px 0;
}
#timeline .navigation .timenav .content .marker .flag .flag-content h3 {
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
}
#timeline .navigation .timenav .content .marker .flag {
	height: 24px;
}
#timeline .navigation .timenav .content .marker .flag .flag-content {
	padding: 0 5px;
}
#timeline .navigation .timenav .content .marker .flag .flag-content .thumbnail {
	margin-bottom: 0;
	padding: 0;
	background: #1a9d96;
	width: 12px;
	height: 8px;
	border-radius: 0;
	margin-top: 7px;
}

#timeline .navigation .timenav .content .marker .flag .flag-content .thumbnail img {
	display: none;
}
#timeline .navigation .timenav .content .marker.active .dot{
	background:#0088cc;
	z-index:200;
}
#timeline .navigation .timenav .content .marker.active .line{
	z-index:199;
	background:#0088cc;
	width:1px;
}
#timeline .navigation .timenav .content .marker.active .line .event-line{
	background:#0088cc;
	filter:alpha(opacity=75);-khtml-opacity:0.75;-moz-opacity:0.75;opacity:0.75;
}
#timeline .navigation .timenav .content .marker.active .flag{
	background:#fff;
	width:153px;
	height:24px;
}
#timeline .navigation .timenav .content .marker.active .flag .flag-content h3{color:#333;}
#timeline .navigation .timenav .content .marker.active:hover .flag .flag-content h3{color:#333;}

#timeline .navigation .timenav .content .marker .flag:hover{
	background:#fff;
	width:153px;
	height:24px;
}
#timeline .navigation .timenav .content .marker .flag:hover .flag-content h3{color:#333333;}


#timeline .navigation .timenav-background .timenav-line {
	width: 1px;
    background: #666;
}

#timeline .navigation .timenav .content .marker.active .dot {
	background: #666;
}
#timeline .navigation .timenav .content .marker.active .line {
	background: #666;
}

#timeline .toolbar {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	left: 10px;
}

#timeline .toolbar > div {
	border: none !important;
	margin-bottom: 10px;
}
#timeline .toolbar > div:last-child {
	margin-bottom: 0;
}


#timeline .navigation .toolbar > div > .icon {
	width: 18px !important;
	height: 18px !important;
}

#timeline .navigation .toolbar .back-home .icon {
	background: url(kclm-icon-22.png) no-repeat center center;
}
#timeline .navigation .toolbar .zoom-in .icon {
	background: url(kclm-icon-23.png) no-repeat center center;
}
#timeline .navigation .toolbar .zoom-out .icon {
	background: url(kclm-icon-21.png) no-repeat center center;
}