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


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

/* 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;
font-size:12px;
top:-25px;
background:url('../images/timeline/light/dot.png') no-repeat center 24px;
color:#141817;
}
.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(42,139,201,0.9);
top:-15px;
color:#fff;
padding:10px;
}

/* 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:80px;
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:80px;
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:20px 0;
	
}

/* single item (margines set from javascript) */
.timelineLight .item {
height:240px;
text-align:center;
color:#545454;
width:220px;
}
.timelineLight .item.item_node_hover {
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/* left/right controles */

.timelineLight .t_controles {
margin:0px auto;
text-align:center;
position: absolute;
top: 0px;
width: 100%;
max-width: 1000px;
z-index: 10;
}
.timelineLight .t_left,
.timelineLight .t_right {
display:block;
height:30px;
line-height: 30px;
width:139px;
margin:0px;
cursor:pointer;
text-align: center;
font-weight: bold;
font-size: 14px;
}

.timeline_today {
display:block;
height:30px;
line-height: 30px;
width:139px;
margin:0 auto;
cursor:pointer;
text-align: center;
font-weight: bold;
font-size: 14px;
background-color: #f15822;
color: #ffffff;
}

.timeline_today:hover {background-color: #f15822;}

.timeline_today:hover:after {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #f15822;
border-width: 10px;
margin-left: -10px;
}



.timelineLight .t_left,  
.timelineLight .t_left:hover:active {	
float: left;
position: relative;
top: 0;
left: 0px;
background-color: #b9b9b9;
color: #ffffff;
}
.timelineLight .t_left:hover {
background-color: #f15822;
}

.timelineLight .t_right, 
.timelineLight .t_right:hover:active{
float: right;
position: relative;
top: -30px;
right: 0px;
background-color: #2a8bc9;
color: #ffffff;
}

.timelineLight .t_right:hover {
background-color: #f15822;
}


.timelineLight .t_controles.new {
top: -200px;
width: 100%;
max-width: 6000px;
z-index: 10;
}

.timelineLight .t_controles.new  .t_left,
.timelineLight .t_controles.new  .t_right {
height:70px;
width:25px;
}

.timelineLight .t_controles.new  .t_left,  
.timelineLight .t_controles.new  .t_left:hover:active {	
background: url("../tmp_images/slider_l.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.timelineLight .t_controles.new  .t_left:hover {
background-color: #000000;
}

.timelineLight .t_controles.new  .t_right {top:310px;}
.timelineLight .t_controles.new  .t_left {top:310px;}

.timelineLight .t_controles.new  .t_right, 
.timelineLight .t_controles.new  .t_right:hover:active{
background: url("../tmp_images/slider_r.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.timelineLight .t_controles.new  .t_right:hover {
background-color: #000000;
}

.arrow-right {
width: 0; 
height: 0; 
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid #F6F6F6;
position: absolute;
right: 8px;
top: 8px;
}

.arrow-left {
width: 0; 
height: 0; 
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-right: 7px solid #F6F6F6;
position: absolute;
left: 8px;
top: 8px;
}

.t_controles .top-right {
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 30px 30px 0;
border-color: transparent #F6F6F6 transparent transparent;
position: absolute;
right: 0px;
top: 0px;
}

.t_controles .top-left {
width: 0px;
height: 0px;
border-style: solid;
border-width: 30px 30px 0 0;
border-color: #F6F6F6 transparent transparent transparent;
position: absolute;
left: 0px;
top: 0px;
}

/* -----------------------------------------------------------------------*/
/* ------------------------------ 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:599px) {
.timelineLight .timeline_line {
width:100%;
}
	
.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:390px;
}
.timelineLight .item_open img {
max-width:280px;
} 
.timelineLight .item_open_cwrapper {
width:280px;
}

.timeline_today, .timelineLight .t_left, .timelineLight .t_right { width:100px;}
.timelineLight .t_left .top-right, .timelineLight .t_right .top-left {display:none;}
.timelineLight .t_right, .timelineLight .t_right:hover:active {top:-30px !important;}
}



