

/* --- IMAGE --- */

.timeline a.timeline_rollover_bottom,
.timeline a.timeline_rollover_right,
.timeline a.timeline_rollover_top,
.timeline a.timeline_rollover_left
{
	margin:0;
 	display:block;
	position:relative;
	overflow:hidden;
}

.timeline a.timeline_rollover_bottom img,
.timeline a.timeline_rollover_right img,
.timeline a.timeline_rollover_top img,
.timeline a.timeline_rollover_left img {
	display:block;
}
.timeline .image_roll_zoom {
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/zoomIn.png) no-repeat center center;
}
.timeline .image_roll_glass {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('../images/glass.png') repeat;
}


.timeline,
#content .timeline {
	height:0;
	overflow:hidden;
	position:relative;
}
.timelineLoader {
	width:100%;
	text-align:center;
	padding:150px 0;
}


/* fixed line holder */
.timeline .timeline_line,
#content .timeline .timeline_line {
	margin-top:10px!important;
	margin-bottom:10px!important;
	width:100%;
}

/* full (including months that are not shown) line holder */
.timeline .t_line_holder,
#content .timeline .t_line_holder {
	height:80px;
	background:url('../images/timeline/light/line.jpg') repeat-x 0px 39px;
}

.timeline.darkLine .t_line_holder,
#content .timeline.darkLine .t_line_holder {
	background:url('../images/timeline/dark/line.jpg') repeat-x 0px 39px;
}

/* 2 months are stored in one view */
.timeline .t_line_view,
#content .timeline .t_line_view {
	height:20px;
	width:100%;
}

/* holder for year number */
.timeline h3.t_line_year,
#content .timeline h3.t_line_year {
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	font-size:22px;
	margin:0;
	color:#545454;
}

/* 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% */
.timeline .t_line_m,
#content .timeline .t_line_m {
	margin-top:35px!important;
	height:10px!important;
	border-left:1px solid #545454!important;
	border-right:1px solid #545454!important;
	width:448px;
}

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.timeline .t_line_m.right,
#content .timeline .t_line_m.right {
	left:449px;
	width:449px;
}

/* month caption */
.timeline h4.t_line_month,
#content .timeline h4.t_line_month {
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	font-size:20px;
	margin:-30px 0 0;
	color:#545454;
}


/* node on the timeline */
.timeline a.t_line_node,
#content .timeline a.t_line_node {
	text-decoration:none!important;
	padding:38px 0 4px!important;
	height:10px!important;
	font-size:12px!important;
	top:-25px!important;
	background:url('../images/timeline/light/dot.png') no-repeat center 24px!important;
	color:#141817!important;

}
.timeline.darkLine a.t_line_node,
#content .timeline.darkLine a.t_line_node {
	background:url('../images/timeline/dark/dot.png') no-repeat center 24px!important;
}

.timeline a.t_line_node:hover,
#content .timeline a.t_line_node:hover {
	background:url('../images/timeline/light/dot-rollover.png') no-repeat center 24px!important;
}

.timeline.darkLine a.t_line_node:hover,
#content .timeline.darkLine a.t_line_node:hover {
	background:url('../images/timeline/dark/dot-rollover.png') no-repeat center 24px!important;
}
.timeline a.t_line_node.active,
#content .timeline a.t_line_node.active {
	background:url('../images/timeline/light/dot-selected.png') no-repeat center 24px!important;
}

.timeline.darkLine a.t_line_node.active,
#content .timeline.darkLine a.t_line_node.active {
	background:url('../images/timeline/dark/dot-selected.png') no-repeat center 24px!important;
}

/* node description */
.timeline .t_node_desc,
#content .timeline .t_node_desc {
	background: rgb(26,134,172) !important;
	opacity:0.9!important;
	filter:alpha(opacity=90)!important;
	top:0!important;
	color:#fff!important;
	padding:1px 5px!important;
}

/* descriptions on right side go from right to left */
.timeline .t_node_desc.pos_right,
#content .timeline .t_node_desc.pos_right {
	right:0!important;
}

/* line arrow left */
.timeline #t_line_left,
#content .timeline #t_line_left {
	cursor:pointer!important;
	left:-30px!important;
	top:30px!important;
	width:14px!important;
	height:19px!important;
	background:url('../images/timeline/light/arrow.png') no-repeat left top!important;
}
.timeline.darkLine #t_line_left,
#content .timeline.darkLine #t_line_left {
	background:url('../images/timeline/dark/arrow.png') no-repeat left bottom!important;
}
.timeline #t_line_left:hover,
#content .timeline #t_line_left:hover {
	background:url('../images/timeline/light/arrow.png') no-repeat left bottom!important;
}
.timeline.darkLine #t_line_left:hover,
#content .timeline.darkLine #t_line_left:hover {
	background:url('../images/timeline/dark/arrow.png') no-repeat left top!important;
}

/* line arrow right */
.timeline #t_line_right,
#content .timeline #t_line_right {
	cursor:pointer!important;
	right:-30px!important;
	top:30px!important;
	width:14px!important;
	height:19px!important;
	background:url('../images/timeline/light/arrow.png') no-repeat right top!important;
}
.timeline.darkLine #t_line_right,
#content .timeline.darkLine #t_line_right {
	background:url('../images/timeline/dark/arrow.png') no-repeat right bottom!important;
}
.timeline #t_line_right:hover,
#content .timeline #t_line_right:hover {
	background:url('../images/timeline/light/arrow.png') no-repeat right bottom!important;
}
.timeline.darkLine #t_line_right:hover,
#content .timeline.darkLine #t_line_right:hover {
	background:url('../images/timeline/dark/arrow.png') no-repeat right top!important;
}

/* items container */
.timeline .timeline_items,
#content .timeline .timeline_items {
	padding:0!important;
}

/* single item (margines set from javascript) */
.timeline .item,
#content .timeline .item {
	/*font-family: 'PT Sans', Sans-Serif;*/
	/*height:380px;*/
	text-align:center!important;
	color:#545454!important;
        background:#cccccc;
	width:200px;
}

.timeline .item.no-body {
    background:#fff;
}

.timeline .item.item_node_hover,
#content .timeline .item.item_node_hover {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9)!important;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9!important);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.9)!important;
}
/* ----- content - non-plugin elements ----- */
.timeline .item img,
#content .timeline .item img {
	margin:0!important;
	padding:0!important;
	border:0!important;
}

.timeline .con_borderImage,
#content .timeline .con_borderImage {
	border:0;
	border-bottom:5px solid #1a86ac;
}

/*
.timeline .item span,
#content .timeline .item span{
	display:block!important;
	margin:5px;
        line-height:1.2;
}

*/

.timeline .item .read_more,
#content .timeline .item .read_more {
        
        position:relative;
        height:40px;
        cursor:pointer;
        padding:0;
        line-height:40px;
        
}
.timeline .item .read_more span,
#content .timeline .item .read_more span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.timeline .item .read_more a {
    color:#fff;
    
}
/* ----------------------------------------- */

/* item details (margines set from javascript) */
.timeline .item_open,
#content .timeline .item_open {
	height:380px!important;
	background:url('../images/timeline/light/background.jpg') repeat!important;
	position:relative!important;
	color:#545454!important;
	z-index:2!important; 
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4)!important;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4)!important;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4)!important;
	width:490px;
	
}

/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timeline .item_open_cwrapper,
#content .timeline .item_open_cwrapper {
	width:490px;
	height:100%;
}

.timeline .item_open_content,
#content .timeline .item_open_content {
	width:100%;
	height:100%;
	position:relative;
}

.timeline .item_open_content .ajaxloader,
#content .timeline .item_open_content .ajaxloader {
	position:absolute;
	top:50%;
	left:50%;
	margin:-10px 0 0 -100px;
	
}


/* ----- content - non-plugin elements ----- */
.timeline .timeline_open_content,
#content .timeline .timeline_open_content {
	padding:15px 10px 15px 15px !important;
}

.timeline .item_open h2,
#content .timeline .item_open h2 {
	margin-top:5px!important;
	padding-top:0!important;
	font-size:28px!important;
}
.timeline .item_open .t_close,
#content .timeline .item_open .t_close {
	position:absolute;
	top:10px;
	right:10px;
	padding:2px 8px 2px 10px;
	font-family: 'BebasNeueRegular' !important;
	font-weight:normal !important;
	font-size:20px !important;
	line-height:20px !important;
	color:#ffffff !important;
	background: rgba(0,0,0,0.25);
	cursor:pointer;
	z-index:3;
}
.timeline .item_open .t_close:hover,
#content .timeline .item_open .t_close:hover {
	background:rgb(26,134,172) !important;
}
/* ----------------------------------------- */

/* left/right controles */
.timeline .t_controles,
#content .timeline .t_controles {
	margin:10px auto !important;
	text-align:center !important;
        position:absolute;
        top:30%;
        width:100%;
        left:0;
}
.timeline .t_left,
.timeline .t_right,
#content .timeline .t_left,
#content .timeline .t_right {
	display:inline-block !important;
	height:50px !important;
	width:29px !important;
	margin:10px !important;
	cursor:pointer !important;
        
}


.timeline .t_left,  
.timeline .t_left:hover:active,
#content .timeline .t_left,  
#content .timeline .t_left:hover:active {
	background: url('../images/timeline/light/big-arrow.png') no-repeat left top !important;
        float: left;
}
.timeline .t_left:hover,
#content .timeline .t_left:hover {
	background: url('../images/timeline/light/big-arrow.png') no-repeat left bottom !important;
}
.timeline.darkNav .t_left,  
.timeline.darkNav .t_left:hover:active,
#content .timeline.darkNav .t_left,  
#content .timeline.darkNav .t_left:hover:active {
	background: url('../images/timeline/dark/big-arrow.png') no-repeat left bottom !important;
}
.timeline.darkNav .t_left:hover,
#content .timeline.darkNav .t_left:hover {
	background: url('../images/timeline/dark/big-arrow.png') no-repeat left top !important;
}

.timeline .t_right, 
.timeline .t_right:hover:active,
#content .timeline .t_right, 
#content .timeline .t_right:hover:active{
	background: url('../images/timeline/light/big-arrow.png') no-repeat right top !important;
        float: right;
}

.timeline .t_right:hover,
#content .timeline .t_right:hover {
	background: url('../images/timeline/light/big-arrow.png') no-repeat right bottom !important;
}

.timeline.darkNav .t_right, 
.timeline.darkNav .t_right:hover:active,
#content .timeline.darkNav .t_right, 
#content .timeline.darkNav .t_right:hover:active{
	background: url('../images/timeline/dark/big-arrow.png') no-repeat right bottom !important;
}

.timeline.darkNav .t_right:hover,
#content .timeline.darkNav .t_right:hover {
	background: url('../images/timeline/dark/big-arrow.png') no-repeat right top !important;
}


.timeline .t_controles_shade,
#content .timeline .t_controles_shade {
	margin:0 !important;
	text-align:center !important;
        position:absolute;
        top:0;
        width:100%;
        left:0;
        height:360px;
}

.timeline .t_controles_shade .s_left {
    background: rgba(255,255,255,0.7);
    height:360px;
    width:180px;
    float:left;
}

.timeline .t_controles_shade .s_right {
    background: rgba(255,255,255,0.7);
    height:360px;
    width:180px;
    float:right;
}


.timeline_wrapper {
    position:relative;
    width:90%;
    margin: 0 auto;
}

.timeline_outline {
    width:100%;
}
/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/



/* --- 768px --- */
@media screen and (max-width:980px) {
	
	.timeline .timeline_line,
	#content .timeline .timeline_line {
		width:680px !important;
	}
	
	.timeline .t_line_view,
	#content .timeline .t_line_view {
		width:680px !important;
	}
	
	.timeline .t_line_m,
	#content .timeline .t_line_m {
		width: 338px !important;
	}
	.timeline .t_line_m.right,
	#content .timeline .t_line_m.right {
		left: 339px !important;
		width: 339px !important;
	}
}


/* --- 610px --- */
@media screen and (max-width:768px) {
	
	.timeline .timeline_line,
	#content .timeline .timeline_line {
		width:530px !important;
	}
	
	.timeline .t_line_view,
	#content .timeline .t_line_view {
		width:1060px !important;
	}
	
	.timeline .t_line_m,
	#content .timeline .t_line_m {
		width: 528px !important;
	}
	.timeline .t_line_m.right,
	#content .timeline .t_line_m.right {
		left: 530px !important;
		width: 528px !important;
	}
	.timeline .t_line_year,
	#content .timeline .t_line_year {
		opacity:0 !important;
		filter:alpha(opacity=0) !important;
	}
	.timeline .t_line_month_year,
	#content .timeline .t_line_month_year {
		display:inline !important;
	}
	
	.timeline .t_line_node span,
	#content .timeline .t_line_node span {
		
	}
	.timeline .t_node_desc,
	#content .timeline .t_node_desc {
		font-size:8px !important;
	}
	.timeline .t_node_desc.pos_right,
	#content .timeline .t_node_desc.pos_right {
		right:auto !important;
		left:0 !important;
	}
}


/* --- 300px --- */
@media screen and (max-width:610px) {
	.timeline .timeline_line,
	#content .timeline .timeline_line {
		width:220px !important;
	}
	
	.timeline .t_line_view,
	#content .timeline .t_line_view {
		width:440px !important;
	}
	
	.timeline .t_line_m,
	#content .timeline .t_line_m {
		width: 218px !important;
	}
	.timeline .t_line_m.right,
	#content .timeline .t_line_m.right {
		left: 220px !important;
		width: 218px !important;
	}
	
	.timeline .item_open,
	#content .timeline .item_open {
		width:260px!important ;
	}
	.timeline .item_open img,
	#content .timeline .item_open img {
		max-width:260px!important ;
	} 
	.timeline .item_open_cwrapper,
	#content .timeline .item_open_cwrapper {
		width:260px !important;
	}
}





/* left/right controles */
.timeline_outline .t_controles,
#content .timeline_outline .t_controles {
	margin:0 auto !important;
	text-align:center !important;
/*        position:absolute;
        top:50%;
        width:100%;
        left:0;

 */
}
.timeline_outline .t_left,
.timeline_outline .t_right,
#content .timeline_outline .t_left,
#content .timeline_outline .t_right {
/*	display:inline-block !important;
	height:35px !important;
	width:29px !important;
	margin:0 10px !important;
	cursor:pointer !important;
*/
	cursor: pointer !important;
	position: absolute;
	display: block;
	height: 100%;
	width: 50px;
	top: 0;

}
.timeline_outline .t_left,  
.timeline_outline .t_left:hover:active,
#content .timeline_outline .t_left,  
#content .timeline_outline .t_left:hover:active {
	background: url('../images/left-arrow.png') no-repeat left center;
	background-size:20px;
	background-color: #fff;
	left:0;
}
.timeline_outline .t_left:hover,
#content .timeline_outline .t_left:hover {
	//background: url('../images/timeline/light/big-arrow.png') no-repeat left bottom !important;
}
.timeline_outline.darkNav .t_left,  
.timeline_outline.darkNav .t_left:hover:active,
#content .timeline_outline.darkNav .t_left,  
#content .timeline_outline.darkNav .t_left:hover:active {
	//background: url('../images/timeline/dark/big-arrow.png') no-repeat left bottom !important;
}
.timeline_outline.darkNav .t_left:hover,
#content .timeline_outline.darkNav .t_left:hover {
	//background: url('../images/timeline/dark/big-arrow.png') no-repeat left top !important;
}

.timeline_outline .t_right, 
.timeline_outline .t_right:hover:active,
#content .timeline_outline .t_right, 
#content .timeline_outline .t_right:hover:active{
	background: url('../images/right-arrow.png') no-repeat right center;
	background-size:20px;
	background-color: #fff;
	right:0;
}

.timeline_outline .t_right:hover,
#content .timeline_outline .t_right:hover {
	//background: url('../images/timeline/light/big-arrow.png') no-repeat right bottom !important;
}

.timeline_outline.darkNav .t_right, 
.timeline_outline.darkNav .t_right:hover:active,
#content .timeline_outline.darkNav .t_right, 
#content .timeline_outline.darkNav .t_right:hover:active{
	//background: url('../images/timeline/dark/big-arrow.png') no-repeat right bottom !important;
}

.timeline_outline.darkNav .t_right:hover,
#content .timeline_outline.darkNav .t_right:hover {
	//background: url('../images/timeline/dark/big-arrow.png') no-repeat right top !important;
}



.t_left .fa {
    
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    color:#777777;
    
}

.t_right .fa {
    
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    color:#777777;
}

.timeline_items_holder {
    //border:1px solid red;
}

.item_desc {
    background: #ffffff;
    /*padding: 20px 0 0 0;*/
    
    
}