.timelineLight {
	display:none;
}
.timelineLoader {
	width:100%;
	text-align:center;
	padding:150px 0;
}


/* fixed line holder */
.timelineLight .timeline_line {
	margin-top:10px;
	margin-bottom:10px;
	width:900px;
}

/* full (including months that are not shown) line holder */
.timelineLight .t_line_holder {
	height:80px;
	background:url('../images/timeline/light/line.jpg') repeat-x 0px 39px;
}

/* 2 months are stored in one view */
.timelineLight .t_line_view {
	height:20px;
	width:900px;
}



/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
.timelineLight .t_line_m {
	margin-top:35px;
	height:10px;
	border-left:1px solid #545454;
	border-right:1px solid #545454;
	width:448px;
}

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.timelineLight .t_line_m.right {
	left:449px;
	width:449px;
}

/* month caption */
.timelineLight h4.t_line_month {
	margin:-30px 0 0;
	color:#545454;
}


/* node on the timeline */
.timelineLight a.t_line_node {
	text-decoration:none;
	padding:38px 0 4px;
	height:10px;
	width: 13px;
	font-size:12px;
	top:-25px;
	background:url('../images/timeline/light/dot.png') no-repeat center 24px;
	color:#141817;
	width: 100px;
	margin-left: -50px !important;
}
.timelineLight a.t_line_node:hover {
	background:url('../images/timeline/light/dot-rollover.png') no-repeat center 24px;
}
.timelineLight a.t_line_node.active {
	background:url('../images/timeline/light/dot-selected.png') no-repeat center 24px;
}

/* node description */
.timelineLight .t_node_desc {
	background: rgba(26,134,172,0.9);
	top:0;
	color:#fff;
	padding:1px 5px;
}

/* descriptions on right side go from right to left */
.timelineLight .t_line_m.right .t_node_desc {
	right:0;
}

/* line arrow left */
.timelineLight #t_line_left {
	cursor:pointer;
	left:-30px;
	top:30px;
	width:14px;
	height:19px;
	background:url('../images/timeline/light/arrow.png') no-repeat left top;
}

.timelineLight #t_line_left:hover {
	background:url('../images/timeline/light/arrow.png') no-repeat left bottom;
}

/* line arrow right */
.timelineLight #t_line_right {
	cursor:pointer;
	right:-30px;
	top:30px;
	width:14px;
	height:19px;
	background:url('../images/timeline/light/arrow.png') no-repeat right top;
}

.timelineLight #t_line_right:hover {
	background:url('../images/timeline/light/arrow.png') no-repeat right bottom;
}
.timelineLight {
	display:none;
}

/* items container */
.timelineLight .timeline_items {
	padding:10px 0;
}

/* single item (margines set from javascript) */
.timelineLight .item {
	height:450px;
	text-align:center;
	background: #fff; 
	color:#545454;
	-moz-box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
	box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
	width:250px;
	overflow: hidden;
	cursor: move;
}
.timelineLight .item:hover {
	background: #d3e5ff;
	border:red;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.timelineLight .item.item_node_hover {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}

/* ----- content - non-plugin elements ----- */
.timelineLight .item img {
	margin-top:0;
	min-width:100%;
	height: 100%;
}
.timelineLight .item > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 10;
	background: rgba(211,229,255,1) url(../images/zoomIn.png) no-repeat center center;
	opacity: 0;
	/*background: none transparent no-repeat center center;*/
}
.timelineLight .item > a:hover:before {
	opacity: 0.70;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
/*
.timelineLight .con_borderImage {
	border-bottom:5px solid #1a86ac;
}
*/
.timelineLight .item span{
	display:block;
}
.timelineLight .item span p{
	padding: 0 20px;
	color: #000;
	line-height: 1.3rem;
	max-height: 225px;
	overflow: hidden;
}
.timelineLight .item .read_more {
    /*
	font-family: 'BebasNeueRegular';
	float:right;
	color:#ffffff;
    
	background: rgba(0,0,0,0.35);
    height: 100%;
    */
	padding: 0 9px 0 9px;
	max-height: 270px;
	overflow: hidden;
}
.timelineLight .item .read_more p,
.timelineLight .item_open .pt-page p {
    /*
	font-family: 'BebasNeueRegular';
	float:right;
	color:#ffffff;
    
	background: rgba(0,0,0,0.35);
    height: 100%;
    */
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 8px;
}
.timelineLight .item .read_more p {
	cursor:pointer;
}
/*.timelineLight .item .read_more:hover {
	background:rgba(0,0,0,0.1);
}*/
/* ----------------------------------------- */

/* item details (margines set from javascript) */
.timelineLight .item_open {
	height:450px;
	background: #fff;
	position:relative;
	z-index:2;
	color:#000; 
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	width:490px;
	
}
.timelineLight .item_open article > div.diapo,
.timelineLight .item_open article > div.diapo1,
.timelineLight .item_open article > div.diapo2 {
	background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding: 25px 40px;
    position: absolute;
    top: 70%;
}

/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timelineLight .item_open_cwrapper {
	width:490px;
	height:450px;
	overflow: hidden;
}

.timelineLight .item_open_content {
	width:100%;
	/*position:relative;*/
}
.timelineLight .item_open_content figure img {
	display: block;
	/* height: 100% !important; Adrien */
    max-width: none;
    min-width: 100%;
}
.timelineLight .item_open_content figure {
	height: 315px;
	overflow: hidden;
}
.timelineLight .item_open_content figure figcaption {
	display: none;
}

.timelineLight .item_open_content .ajaxloader {
	position:absolute;
	top:50%;
	left:50%;
	margin:-10px 0 0 -100px;
	
}

/* ----- content - non-plugin elements ----- */
.timelineLight .timeline_open_content {
	padding:20px;
}

.timelineLight .item_open h2 {
	margin-top:10px;
	padding-top:0;
	font-size:28px;
}
.timelineLight .item_open .t_close {
	position:absolute;
	bottom:23.5%;
	right:5px;
	background: #fff url(../../../../img/close-of.png) no-repeat center center;
	width: 25px;
	height: 25px;
	cursor:pointer;
	z-index:2;
	text-indent: -500px;
	overflow: hidden;
}
.timelineLight .item_open .t_close:hover {
	/*background:rgb(26,134,172);*/
	background: url(../../../../img/close.png) no-repeat center center;
}
/* ----------------------------------------- */

/* left/right controles */
.timelineLight .t_controles {
	margin:10px auto;
	text-align:center;
}
.timelineLight .t_left,
.timelineLight .t_right {
	display:inline-block;
	height:50px;
	width:29px;
	margin:10px;
	cursor:pointer;
}
.timelineLight .t_left,  
.timelineLight .t_left:hover:active {
	background: url('../images/timeline/light/big-arrow.png') no-repeat left top;
}
.timelineLight .t_left:hover {
	background: url('../images/timeline/light/big-arrow.png') no-repeat left bottom;
}

.timelineLight .t_right, 
.timelineLight .t_right:hover:active{
	background: url('../images/timeline/light/big-arrow.png') no-repeat right top;
}

.timelineLight .t_right:hover {
	background: url('../images/timeline/light/big-arrow.png') no-repeat right bottom;
}

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/



/* --- 768px --- */
@media screen and (max-width:980px) {
	
	.timelineLight .timeline_line {
		width:680px;
	}
	
	.timelineLight .t_line_view {
		width:680px;
	}
	
	.timelineLight .t_line_m {
		width: 338px;
	}
	.timelineLight .t_line_m.right {
		left: 339px;
		width: 339px;
	}
}


/* --- 610px --- */
@media screen and (max-width:767px) {
	
	.timelineLight .timeline_line {
		width:530px;
	}
	
	.timelineLight .t_line_view {
		width:1060px;
	}
	
	.timelineLight .t_line_m {
		width: 528px;
	}
	.timelineLight .t_line_m.right {
		left: 530px;
		width: 528px;
	}
	
	.timelineLight .t_line_node span {
		
	}
	.timelineLight .t_node_desc {
		font-size:8px;
	}
	.timelineLight .t_line_m.right .t_node_desc {
		right:auto;
		left:0;
	}
}


/* --- 300px --- */
@media screen and (max-width:609px) {
	.timelineLight .timeline_line {
		width:240px;
	}
	
	.timelineLight .t_line_view {
		width:480px;
	}
	
	.timelineLight .t_line_m {
		width: 238px;
	}
	.timelineLight .t_line_m.right {
		left: 240px;
		width: 238px;
	}
	
	.timelineLight .item_open {
		width:280px;
		height:450px;
	}
	.pt-trigger {
		top: 50%;
	}
	.timelineLight .item_open article > div {
		top: 50%;
	}
	/*.timelineLight .item_open img {
		max-width:280px;
	} */
	.timelineLight .item_open_cwrapper {
		width:100%;
	}
}



