/********** Setting the fonts section ***************/

.jflatTimeline, .jflatTimeline input, .jflatTimeline, textarea{
}



/********** Normal Styles ***************/

.jflatTimeline{
}

/********** Style for the month year bar ***************/

.jflatTimeline .month-year-bar{
	display : table;
	width : 100%;
	color : #999;
	font-size : 1.25em;
	padding : 5px;
	cursor : default;
	font-family: 'montserratregular', sans-serif;
}
.jflatTimeline .month-year-bar a:hover{
	color : #777;
	-webkit-transition: color .4s ease-in-out;
       -moz-transition: color .4s ease-in-out;
        -ms-transition: color .4s ease-in-out;
         -o-transition: color .4s ease-in-out;
            transition: color .4s ease-in-out;
}

.jflatTimeline .month-year-bar .prev, 
.jflatTimeline .month-year-bar .next{
	padding :  0 12px;
	cursor : pointer;
	font-size: 14px;
	color: #999;
}


.jflatTimeline .month-year-bar .year{
    text-align: center;
	padding : 7px 0;
}

.jflatTimeline .month-year-bar .month{
	float : right;
	padding : 7px 0;
}

/********** Style for the bar containing dates ***************/

.jflatTimeline .dates-bar{
	display: block;
    width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 50px 3px 50px;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
    background-color: #8cc63f;
}

.jflatTimeline .dates-bar a{
	display: block;
	height: 54px;
	width: 70px;
	color : #777;
	text-align : center;
	display : inline-block;
	cursor : pointer;
	font-family: 'montserratregular', sans-serif;
}

.jflatTimeline .dates-bar a:hover{
	color : #fff;
	-webkit-transition: color .4s ease-in-out;
       -moz-transition: color .4s ease-in-out;
        -ms-transition: color .4s ease-in-out;
         -o-transition: color .4s ease-in-out;
            transition: color .4s ease-in-out;
}

.jflatTimeline .dates-bar a span{
}

.jflatTimeline .dates-bar a.noevent{
	display : none;
	width : 100%;
	color: #777;
    font-size: 16px;
    line-height: 54px;
	color: #fff;
}

.jflatTimeline .dates-bar a.selected{
	color : #fff;
}


.jflatTimeline .dates-bar a.prev,
.jflatTimeline .dates-bar a.next{
	position : absolute;
	top : 0;
	width : 50px;
	font-size : 14px;
	line-height : 64px;
	display : inline-block;
	background-color: #8cc63f;
}

.jflatTimeline .dates-bar .month span{
    display: inline-block;
    text-align: center;
}

.jflatTimeline .dates-bar a.prev{
	left : 0;
}
.jflatTimeline .dates-bar a.next{
	right : 0;
}

.jflatTimeline .dates-bar a span.date{
	display : block;
	font-size : 20px;
}


.jflatTimeline .dates-bar a span.month{
	font-size: 12px;
    text-transform: uppercase;
}

/********** Whole style for timeline-wrap ***************/

.jflatTimeline .timeline-wrap{
}

.jflatTimeline .timeline-wrap .event{
	overflow : auto;
	display: none;
}

.jflatTimeline .timeline-wrap .event.selected{
	display : block;
}

.jflatTimeline .timeline-wrap .event .date{
    color: #8cc63f;
    display: block;
    font-size: 12px;
    padding: 20px 15px 15px 0;
}

.jflatTimeline .timeline-wrap .event>div{
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	padding : 1.25em;
	width : 100%;
	display : table;
}


.jflatTimeline .timeline-wrap .event .layout img {
	width: 160px;
	height: 160px;
    border-radius: 80px;
	float: left;
	padding: 0.75em;
}


.jflatTimeline .timeline-wrap .event h4{
	text-transform : uppercase;
	color : #777;
	line-height: 1.5em;
    letter-spacing: 0.0625em;
	margin-bottom: 10px;
}

.jflatTimeline .timeline-wrap .event p{
}


