﻿@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/awesome/fontawesome-webfont.eot?v=4.0.3');
    src: url('fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/awesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/awesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***
########    ####    ##     ##    ########    ##          ####    ##    ##    ######## 
   ##        ##     ###   ###    ##          ##           ##     ###   ##    ##       
   ##        ##     #### ####    ##          ##           ##     ####  ##    ##       
   ##        ##     ## ### ##    ######      ##           ##     ## ## ##    ######   
   ##        ##     ##     ##    ##          ##           ##     ##  ####    ##       
   ##        ##     ##     ##    ##          ##           ##     ##   ###    ##       
   ##       ####    ##     ##    ########    ########    ####    ##    ##    ######## 
*/


/*--------------------------------------------------------------*/
/* TIMELINE */
.tl_skin_Default
{
    font-family: Roboto, Sans-Serif;
	font-size:14px;
	margin:0;
	text-align: center;
}

/*--------------------------------------------------------------*/
/* ITEMS */

.tl_skin_Default .item{
    width: 305px;
    height: 245px;
    background: #ffffff;
    border:none;
    color: #717171;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #b5b5b5;
}

.tl_skin_Default .timeline-title
{
    font-size: 20px;
    font-family: Roboto, Sans;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    color: #e6863f;
    margin: 10px 0px 5px 0px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tl_skin_Default .timeline-location
{
    font-size: 15px;
    font-family: Roboto, Sans;
    font-weight: 700;
    color:#717171;
    margin: 0px 0px 15px 0px;
}

.tl_skin_Default .timeline-content
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

/*--------------------------------------------------------------*/
/* NODES & timeline */

.tl_skin_Default a.t_line_node {
	text-decoration:none;
	padding:38px 0 4px;
	font-family: Roboto;
	height:10px;
	font-size:13px;
	top:-25px;
	position: relative;
	color:#7b7b7b;
}

.tl_skin_Default a.t_line_node:after {
	border: 2px solid #ffffff;
	background:#f18c36;
}

.tl_skin_Default a.t_line_node.active {
	color:#7b7b7b;
    font-weight: bold;
}

.tl_skin_Default a.t_line_node.active:after {
	border: 2px solid #909090;
}

.tl_skin_Default h4.t_line_month {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    margin: -30px 0 0;
    color: #272727;
}

/* node description */
.tl_skin_Default .t_node_desc, .tl_skin_Default .t_node_desc span {
	color:#fff !important;
}

.tl_skin_Default .t_node_desc span {
	background: #404040;
}

.tl_skin_Default .t_node_desc span:after {
	border-top:5px solid #404040;
}

.tl_skin_Default #t_line_left,
.tl_skin_Default #t_line_right {
	font-size: 21px;
	color: #b7b6b6;
}

.tl_skin_Default #t_line_left:hover,
.tl_skin_Default #t_line_right:hover {
	color: #dd5555;
}

/*--------------------------------------------------------------*/
/* Commands */

.tl_skin_Default .t_left,  
.tl_skin_Default .t_left:hover:active {
	background: rgba(255,255,255, 0.5) url('Images/clean/blck-arrow-left.png') no-repeat center center;
}
.tl_skin_Default .t_left:hover {
	background: rgba(255,255,255, 0.7) url('Images/clean/blck-arrow-left.png') no-repeat center center;
}

.tl_skin_Default .t_right, 
.tl_skin_Default .t_right:hover:active{
	background: rgba(255,255,255, 0.5) url('Images/clean/blck-arrow-right.png') no-repeat center center;
}

.tl_skin_Default .t_right:hover {
	background: rgba(255,255,255, 0.7) url('Images/clean/blck-arrow-right.png') no-repeat center center;
}

.timeline {
    display: none;
}

.timelineLoader {
    width: 100%;
    text-align: center;
    padding: 150px 0;
}

.timeline {
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 0 !important;
}

.timeline .item {
    position: relative;
    opacity: 0.3;
    transition-property: all;
    transition-duration: 0.25s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.25s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.25s;
    -o-transition-property: all;
    -o-transition-duration: 0.25s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.timeline .prev-item {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0.4, black), to(transparent));
    transform: rotateY(32deg) scale(0.75) translate3d(0, 0, 0);
    -webkit-transform: rotateY(32deg) scale(0.75) translate3d(0, 0, 0);
}

.timeline .curr-item {
    opacity: 1;
    z-index: 1;
}

.timeline .next-item {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(black), color-stop(0.4, black), to(transparent));
    transform: rotateY(-32deg) scale(0.75) translate3d(0, 0, 0);
    -webkit-transform: rotateY(-32deg) scale(0.75) translate3d(0, 0, 0);
}

.timeline .timeline-align-content {
    padding: 0px 10px 0px 10px;
}


/* full (including months that are not shown) line holder */
.timelineWrapper .t_line_holder {
    padding: 10px 0 0 0;
    height: 80px;
}
.timelineWrapper .t_line_holder::after {
	/*Ligne de la timeline*/
	content: '';
	position: relative;
    display: block;
    height: 2px;
    width: 100%;
    background:#48b1ea;
    top:19px;
}

/* 2 months are stored in one view */
.timelineWrapper .t_line_view {
    height: 20px;
    width: 100%;
}

/* fixed line holder */
.timeline_line {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    top: -60px;
}

/* 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% */
.timelineWrapper .t_line_m {
    margin-top: 35px;
    height: 10px;
    border-left: 1px solid #48b1ea;
    border-right: 1px solid #48b1ea;
    width: 50%;
}

h4.t_line_month{
	font-style: italic;
	font-size: 14px;
}

/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.timelineWrapper .t_line_m.right {
    left: 50%;
    width: 50%;
    border-left: 1px solid #48b1ea;
    border-right: 1px solid #48b1ea;
}

.timelineWrapper a.t_line_node:after {
    content: "";
    border-radius: 22px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 23px;
    left: 50%;
    margin: 0 0 0 -7px;
}

/* node description */
.timeline .t_node_desc {
    white-space: normal !important;
    top: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 50%;
    display: inline-block !important;
    position: relative;
    transition: top 200ms, opacity 500ms;
    -webkit-transition: top 200ms, opacity 500ms;
    -moz-transition: top 200ms, opacity 500ms;
}

.timeline a.t_line_node:hover .t_node_desc {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.timeline .t_node_desc span {
    white-space: nowrap;
    margin-left: -50%;
    margin-right: 50%;
    margin-top: -16px;
    display: block !important;
    padding: 8px;
    border-radius: 3px;
    position: relative;
}

.timeline .t_node_desc span:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: -10px;
    border: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
}


.timelineWrapper #t_line_left,
.timelineWrapper #t_line_right {
    /*display: inline-block;*/
    display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    top: 39px;
    width: 14px;
    height: 21px;
    position: relative;
}

/* line arrow left */
.timelineWrapper #t_line_left {
    left: -30px;
}

.timelineWrapper #t_line_left:after {
    content: "\f104";
    position: absolute;
    right: 0;
    top: 0;
}


/* line arrow right */
.timeline #t_line_right {
    right: -30px;
}

.timeline #t_line_right:after {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
}

.timeline {
    display: none;
}

.timeline_items_wrapper {
    position: relative;
    width: 100%;
    margin: 35px 0;
}

/* items container */
.timeline .timeline_items {
    padding: 0;
}


/* ----- content - non-plugin elements ----- */
.timeline .item img {
    margin-top: 0;
    width: 100%;
}

.timeline .item span {
    display: block;
    margin: 0px 20px 10px;
    height: 75px;
}

.timeline .item .read_more {
    font-family: Montserrat;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    float: left;
    color: #ffffff;
    cursor: pointer;
    margin: 0 20px 20px;
    border-radius: 3px;
    background: #dd5555;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
}

    .timeline .item .read_more:hover {
        background: #f75f5f;
    }
/* ----------------------------------------- */

/* item details (margines set from javascript) */
.timeline .item_open {
    width: 410px;
    height: 410px;
    background: #eaeaea;
    position: relative;
    color: #777777;
    z-index: 2;
}

.timeline .item_open h2 {
    font-family: Montserrat;
    margin: 0 0 10px;
    padding-top: 0;
    font-size: 12px;
    line-height: 12px;
    color: #dd5555;
}

/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timeline .item_open_cwrapper {
    width: 410px;
    height: 100%;
}

.timeline .item_open_content {
    width: 100%;
    height: 100%;
    position: relative;
}

.timeline .item_open_content .ajaxloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -100px;
}


/* TIMELINE */

.tl_skin_Orange
{
	font-size:14px;
	margin:0;
	text-align: center;
}

/*--------------------------------------------------------------*/
/* ITEMS */

.tl_skin_Orange .item{
    width: 300px;
    height: 325px;
    background: #ffffff;
    color: #717171;
    font-size: 14px;
    line-height: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px;
}

/*----- Circle bottom -----*/
.timeline_items .item:after {
    border-color: white transparent transparent;
    border-style: solid;
    border-width: 30px 30px 0;
    content: " ";
    display: block;
    height: 0;
    margin: 0 auto;
    position: absolute;
    width: 0;
    z-index: 99;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}

.tl_skin_Orange .timeline-align-content
{	
	/*position: absolute;*/
	height: 100%;
	top:0;
	left: 0;
	width: 100%;
    padding: 10px !important;
    overflow: hidden;
}
.tl_skin_Orange .timeline-img
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tl_skin_Orange .timeline-img img
{
    width: 260px !important;
    height: auto !important;
}

.tl_skin_Orange .prev-item
{
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0.4, black), to(transparent));
    transform: translate3d(10%, 0, -150px);
    -webkit-transform: translate3d(10%, 0, -150px);
}

.tl_skin_Orange .next-item
{
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(black), color-stop(0.4, black), to(transparent));
    transform: translate3d(-10%, 0, -150px);
    -webkit-transform: translate3d(-10%, 0, -150px);
}
/*-------- TITLE --------*/

.timeline-align-content .timeline-title{
    font-size: 18px;
    width: 100%;
    padding: 10px;
    margin:0;
    color: #4EB3EB;
    position: absolute;
    background: rgba(255,255,255,1);
    top:0;
    left:0;
    z-index:10;
}
.timeline-align-content .timeline-location{
    width: 100%;
    padding: 10px;
    margin:0;
    color: #232323;
    font-weight: normal;
    position: absolute;
    font-size: 16px;
    background: rgba(255,255,255, 1);
    bottom:50px;
    left:0;
    z-index:8;
}

.timeline-align-content .timeline-category{
    width: 100%;
    padding: 10px;
    margin:0;
    color: #232323;
    position: absolute;
    font-size: 14px;
    background: rgba(255,255,255, 1);
    bottom:0;
    z-index:8;
    transition: all 0.3s 0.5s;
}
.timeline-align-content .timeline-category>img{
    right:0;
    width:50px;
    height:50px;
    margin:0 10px 0 0;
}

/*-------- CONTENT --------*/
.tl_skin_Orange .timeline-content:empty
{
    display: none;
}

.tl_skin_Orange .timeline-content
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

/*-------- CATEGORY/PRESTA --------*/
.tl_skin_Orange .timeline-category img, .tl_skin_Orange .timeline-prestation img 
{
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle;
}

.tl_skin_Orange .timeline-category img 
{
    margin-right: 5px;
}

.tl_skin_Orange .timeline-prestation img 
{
    margin-left: 5px;
}

.tl_skin_Orange .timeline-category, .tl_skin_Orange .timeline-prestation 
{
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left:0;
}

.tl_skin_Orange .timeline-category 
{
    width: 100%;
}

.tl_skin_Orange .timeline-prestation 
{
    float: right;
    width: auto;
    right: 20px;
}
/*--------------------------------------------------------------*/
/* NODES & timeline */

.tl_skin_Orange a.t_line_node {
	text-decoration:none;
	padding:38px 0 4px;
	font-family: Roboto;
	height:10px;
	font-size:13px;
	top:-25px;
	position: relative;
	color:#7b7b7b;
    display: none;
    /*writing-mode:horizontal-tb;*/
}

.tl_skin_Orange a.t_line_node:after {
	border: 2px solid #ffffff;
	background:#f18c36;
}

.tl_skin_Orange a.t_line_node.active {
	color:#7b7b7b;
    font-weight: bold;
}

.tl_skin_Orange a.t_line_node.active:after {
	border: 2px solid #909090;
}

.tl_skin_Orange h4.t_line_month {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    margin: -30px 0 0;
    color: #272727;
}

/* node description */
.tl_skin_Orange .t_node_desc, .tl_skin_Orange .t_node_desc span {
	color:#fff !important;
}

.tl_skin_Orange .t_node_desc span {
	background: #404040;
}

.tl_skin_Orange .t_node_desc span:after {
	border-top:5px solid #404040;
}

.timelineWrapper #t_line_left,
.timelineWrapper #t_line_right {
	font-size: 21px;
	color: #b7b6b6;
}

.timelineWrapper #t_line_left:hover,
.timelineWrapper #t_line_right:hover {
	color: #dd5555;
}

/*--------------------------------------------------------------*/
/* Commands */

.t_controles .t_left,
.t_controles .t_left:hover:active {
    background: white url('Images/chevron_left.png') no-repeat center;
    background-size: 58%;
}

.t_controles .t_left:hover {
    background: white url('Images/chevron_left.png') no-repeat center;
    background-size: 58%;
}

.t_controles .t_right,
.t_controles .t_right:hover:active {
        background: url('Images/chevron_right.png') no-repeat center;
        
    background-size: 58%;
}

    .t_controles .t_right:hover {
        background: url('Images/chevron_right.png') no-repeat center;
        
    background-size: 58%;
    }

.clear {
	clear:both;
}

.tl_skin_Orange{
    width: 1070px !important;
}

/* ----- content - non-plugin elements ----- */
.timeline .timeline_open_content {
    padding: 20px;
}

.timeline .mCSB_container {
    margin-right: 16px;
}

.timeline .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #dd5555;
}

.timeline .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    color: #f75f5f;
}

.timeline .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #aaaaaa;
}

.timeline .mCustomScrollBox > .mCSB_scrollTools {
    width: 8px;
}

.timeline .item_open .t_close {
    position: absolute;
    top: 20px;
    right: 16px;
    padding: 0 2px 2px 2px;
    width: 12px;
    height: 12px;
    font-size: 16px;
    line-height: 12px;
    color: #dd5555;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
}

.timeline .item_open .t_close:hover {
    color: #f75f5f;
}
/* ----------------------------------------- */

/* left/right controles */
.t_controles {
    margin: 0;
}

.timelineTouch.timeline .t_left,
.timelineTouch.timeline .t_right {
    /*display: none;*/
}

.timeline:hover .t_left,
.timeline:hover .t_right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.t_controles .t_left,
.t_controles .t_right {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    display: block;
    margin: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=0);
    transition: background-color 300ms, opacity 300ms;
    -webkit-transition: background-color 300ms, opacity 300ms;
    -moz-transition: background-color 300ms, opacity 300ms;
}




/*--------------------------------------------------------------*/
/* RESPONSIVE */



/* --- 768px --- */
@media screen and (max-width:980px) {
    .timeline_line {
        width: 680px;
    }

    .timeline .t_line_view {
        width: 680px;
    }

    .timeline .t_line_m {
        width: 338px;
    }

    .timeline .t_line_m.right {
        left: 339px;
        width: 339px;
    }
}


/* --- 610px --- */
@media screen and (max-width:767px) {

    .timeline_line {
        width: 530px;
    }

    .timeline .t_line_view {
        width: 1060px;
    }

    .timeline .t_line_m {
        width: 528px;
    }

    .timeline .t_line_m.right {
        left: 530px;
        width: 528px;
    }

    .timeline .t_line_node span {
    }

    .timeline .t_node_desc {
        font-size: 8px;
    }

    .timeline .t_line_m.right .t_node_desc {
        right: auto;
        left: 0;
    }
}


/* --- 300px --- */
@media screen and (max-width:609px) {
    .timeline_line {
        width: 240px;
    }

    .timeline .t_line_view {
        width: 480px;
    }

    .timeline .t_line_m {
        width: 238px;
    }

    .timeline .t_line_m.right {
        left: 240px;
        width: 238px;
    }

    .timeline .item_open {
        width: 280px;
        height: 390px;
    }

        .timeline .item_open img {
            max-width: 280px;
        }

    .timeline .item_open_cwrapper {
        width: 280px;
    }
}



/*--------------------------------------------------------------*/
/* FILTERS */
/*
.tl_filterbar span.RadButton_Bootstrap.rbLinkButton
{
    min-height: 0em !important;
    height: auto !important;
    padding-left: 12px;
    padding-right: 12px;
}

.tl_filterbar .btn, .tl_filterbar span.RadButton_Bootstrap.rbLinkButton {
    transition: all 0.5s;
}

.tl_filterbar .btn-transparent {
    background-color: transparent;
}

.tl_filterbar .RadInput {
    border: 1px solid #cccccc;
}

.tl_filterbar input, .tl_filterbar select {
    border: none !important;
}

.timeline-filter-wrapper .RadComboBox_Metro .rcbReadOnly .rcbInputCell, .timeline-filter-wrapper .RadComboBox_Metro .rcbArrowCell {
    border: none;
}

.timeline-filter-wrapper .RadComboBox{
    height: 45px;
}

.timeline-filter-wrapper .RadComboBox>table{
    height: 43px;
}
*/
/*--------------------------------------------------------------*/
/* GRID MODE */


.timelinegrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
    margin:25px auto;
}

/**/
/*--------------------------------------------------------------*/
/* Grid */

.timelinegrid .grid_element {
    background: #FFFFFF;
    width: 300px;
    height: 390px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}

 .timelinegrid .grid_element:hover, .timelinegrid .hover {
     -webkit-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0px 1px 25px 1px rgba(0, 0, 0, 0.14);
     box-shadow: 0px 1px 35px 1px rgba(0, 0, 0, 0.14);
}

.timelinegrid .grid_element:hover .thumbnail img, .timelinegrid .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.timelinegrid .grid_element .thumbnail {
    height: 200px;
}


.timelinegrid .grid_element .thumbnail img {
    width: 120%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.timelinegrid .grid_element .thumbnail .category {
    background: #232323;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

 .timelinegrid .grid_element .eventDesc {
    text-align: left;
    background: #ffffff;
    padding: 15px 15px 10px 15px;
    width: 300px;
    height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.timelinegrid .grid_element .eventDesc .title {
    font-size: 19px;
    font-family: Roboto, Sans;
    font-weight: bold;
    color: #48b1ea;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timelinegrid .grid_element .eventDesc .sub_title {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
}

.timelinegrid .grid_element .eventDesc .description {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**/

.timelinegrid .grid_element {
    display:inline-block;
    position: relative;
    z-index: 1;
}

.timelinegrid .grid_element .thumbnail {
    overflow: hidden;
    padding: 0px !important;
    margin: 0px !important;
}


.timelinegrid .grid_element .thumbnail img {
    display: block;
}

.timelinegrid .grid_element .thumbnail .category {
    position: absolute;
    left: 10px;
    top: 145px;
}


.timelinegrid .grid_element .eventDesc .title {
    margin-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.timelinegrid .grid_element .eventDesc .sub_title {
    margin: 0px 0px 12px 0px;
}

.timelinegrid .grid_element .eventDesc .description {
    float: left; /*#HackSale*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.timelineWrapper{
    position: relative;
}

.t_line_after{
    left: 100%;
}

.t_line_before{    
    left: -50%;
}

/*Pagination*/

.pagination-timelineGrid-wrapper {
    text-align:center;    
}

    .pagination-timelineGrid-wrapper .rdpActionButton {
    
    }
.RadDataPager_PersoRD .rdpPagerButton, .RadDataPager_PersoRD .rdpActionButton {
    padding: 10px !important;
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: white !important;
}

    .RadDataPager_PersoRD .rdpPagerButton:hover, .RadDataPager_PersoRD .rdpActionButton:hover {
        background-color: #48B1EA !important;
        color: white !important;
    }

.RadDataPager_PersoRD .rdpPagePrev .rdpIcon:before {
    content: "\f104" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 16px !important;
}

.RadDataPager_PersoRD .rdpPageFirst .rdpIcon:before {
    content: "\f100" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 16px !important;
}

.RadDataPager_PersoRD .rdpPageNext .rdpIcon:before {
    content: "\f105" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 16px !important;
}

.RadDataPager_PersoRD .rdpPageLast .rdpIcon:before {
    content: "\f101" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 16px !important;
}

.RadDataPager_PersoRD .rdpWrap {
    float: none !important;
    white-space: nowrap !important;
    display: inline-block !important;
}

.RadDataPager_PersoRD .rdpNumPart a {
    padding: 0 !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #CCC !important;
    border-radius: 0;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #232323;
    background-color: white;
}

    .RadDataPager_PersoRD .rdpNumPart a:focus, .RadDataPager_PersoRD .rdpNumPart a:hover {
        background-color: #48B1EA !important;
        color: white !important;
    }

.RadDataPager_PersoRD .rdpCurrentPage {
    background-color: #48B1EA !important;
    color: white !important;
}
/*Fin Pagination*/