
.page-header h1 {
  font-size: 2em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000;
}
.timeline-container {
	width:auto;
    margin:0 auto;
    height:auto;
}
.yeartag-container {
	height: 100vh;
	width: 100%;
}
.yeartag {
	background:#f2f2f2;
    position:fixed;
    width:auto;
    height:auto;
    margin-right:0%;
	margin-top: 0%;
	z-index:999999;
}

/** timeline box structure **/
.timeline {
	width: 100%;
	list-style: none;
	padding: 0px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #f6f6f6;
	left: 50%;
	margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 80px;
  background: #601848;
  /*border-radius: 20px;*/
  color: #ffffff;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
}

.timeline li {
  margin-bottom: 14px;
  position: relative;
  
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.icon_rt {
		position: absolute;
		z-index: 12;
		right: 0px;
		top: 0px;
		
}
/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #FCF9FD;
  padding: 0px 20px 20px 20px;
  position: relative;
  /*-webkit-border-radius: 8px;border: 1px solid #e6e6e6;
  border: 1px solid #d4d4d4;
  -moz-border-radius: 8px;
  border-radius: 8px;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);*/
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 14px;
  right: -6px;
  display: inline-block;
  /*
  border-top: 6px solid transparent;
  border-left: 6px solid #e6e6e6;
  border-right: 0 solid #e6e6e6;
  border-bottom: 6px solid transparent;*/
  content: " ";
}

.timeline li .timeline-panel:after {
	position: absolute;
    top: 15px;
    right: -5px;
    display: inline-block;
	/*
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 5px solid transparent;*/
    content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 6px;
  left: -6px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 5px;
  left: -5px;
  right: auto;

}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 15px;
    left: 50%;
  text-align: center;
  background: #601848;
  color: #fff;
  width: 8px;
  height: 8px;
  line-height: 8px;
  margin-left: -5px;
  z-index: 99;
}


/** timeline content **/

.tl-heading {
  margin: 0;
  line-height: 20px;
  color: purple;
    z-index: 11;
}
.tl-body {
  z-index: 11;}
.tl-body p, .tl-body ul {
  margin-bottom: 0;

}

.tl-body > p + p {
  margin-top: 5px;
}
#sticky {
    /*background-color: #333;*/
    color: #666;
	
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 5px;
    z-index: 99;
}
/** flow menu **/
.flowmenu .active {
  border-right: 4px solid purple;
  border-space: 50px;
  font-weight: 500;
	font-size: 110%;
	padding: 0px 8px 0px 0px;
	color: #631549;
}
.flowmenu ul {
}
.flowmenu ul li {
	padding-bottom: 8px;
}
.flowmenu a {
	color: inherit;
	text-decoration: none;
	text-align: left;
}

.one_space {
	margin-top: -120px;	
}
.two_space {
	margin-top: -100px;	
}
.two_three_space {
	margin-top: -40px;	
}
.three_space{ 
	margin-top: -265px; 
} 
@-moz-document url-prefix(){ 
	.three_space{ 
	margin-top: -230px; 
} 
}
.three_space_chi{ 
	margin-top: -70px; 
} 

.four_space {
	margin-top: -20px;	
}
.four_space_chi {
	margin-top: -190px;	
}
@-moz-document url-prefix(){ 
	.four_space_chi{ 
	margin-top: -160px; 
} 
}
.five_space {
	margin-top: -365px;		
}
@-moz-document url-prefix(){ 
	.five_space{ 
	margin-top: -325px; 
} 
}
.five_space_chi {
	margin-top: -70px;		
}
@-moz-document url-prefix(){ 
	.five_space_chi{ 
	margin-top: -90px; 
} 
}
.six_space{ 
	margin-top: -115px; 
} 
@-moz-document url-prefix(){ 
	.six_space{ 
	margin-top: -100px; 
} 
}
.six_space_chi{ 
	margin-top: -130px; 
} 
@-moz-document url-prefix(){ 
	.six_space_chi{ 
	margin-top: -105px; 
} 
}
.six_seven_space_chi{ 
	margin-top: -20px; 
} 
@-moz-document url-prefix(){ 
	.six_seven_space_chi{ 
	margin-top: -40px; 
} 
}

.seven_space {
	margin-top: -80px;	
}
.seven_space_chi {
	margin-top: -120px;	
}
@-moz-document url-prefix(){ 
	.seven_space_chi{ 
	margin-top: -135px; 
} 
}
.eight_space {
	margin-top: -110px;	
}
@-moz-document url-prefix(){ 
	.eight_space{ 
	margin-top: -100px; 
} 
}
.eight_space_chi {
	margin-top: -140px;	
}
@-moz-document url-prefix(){ 
	.eight_space_chi{ 
	margin-top: -115px; 
} 
}
.nine_space {
	margin-top: -110px;
}
@-moz-document url-prefix(){ 
	.eight_space{ 
	margin-top: -105px; 
} 
}
.nine_space_chi {
	margin-top: -80px;
}
@-moz-document url-prefix(){ 
	.eight_space{ 
	margin-top: -105px; 
} 
}
.ten_space {
	margin-top: -150px;	
}
.ten_space_chi {
	margin-top: -140px;	
}
@-moz-document url-prefix(){ 
	.ten_space_chi{ 
	margin-top: -115px; 
} 
}
.eleven_space {
	margin-top: -230px;	
}
.eleven_space_chi {
	margin-top: -195px;	
}
@-moz-document url-prefix(){ 
	.eleven_space_chi{ 
	margin-top: -240px; 
} 
}

.twelve_space {
	margin-top: -420px;	
}
@-moz-document url-prefix(){ 
	.twelve_space{ 
	margin-top: -410px; 
} 
}
.twelve_space_chi {
	margin-top: -450px;	
}
@-moz-document url-prefix(){ 
	.twelve_space_chi{ 
	margin-top: -415px; 
} 
}
.thirteen_space {
	margin-top: -70px;	
}
@-moz-document url-prefix(){ 
	.thirteen_space{ 
	margin-top: -50px; 
} 
}
.thirteen_space_chi {
	margin-top: -10px;	
}
@-moz-document url-prefix(){ 
	.thirteen_space_chi{ 
	margin-top: 0px; 
} 
}
.fourteen_space {
	margin-top: -560px;	
}
@-moz-document url-prefix(){ 
	.fourteen_space{ 
	margin-top: -545px; 
} 
}
.fourteen_space_chi {
	margin-top: -470px;	
}
@-moz-document url-prefix(){ 
	.fourteen_space_chi{ 
	margin-top: -445px; 
} 
}
.fifteen_space {
	margin-top: -165px;	
}
@-moz-document url-prefix(){ 
	.fifteen_space{ 
	margin-top: -140px; 
} 
}
.fifteen_space_chi {
	margin-top: -210px;	
}
@-moz-document url-prefix(){ 
	.fifteen_space_chi{ 
	margin-top: -220px; 
} 
}
.sixteen_space {
	margin-top: -445px;	
}
@-moz-document url-prefix(){ 
	.sixteen_space{ 
	margin-top: -430px; 
} 
}
.sixteen_space_chi {
	margin-top: -305px;	
}
@-moz-document url-prefix(){ 
	.sixteen_space_chi{ 
	margin-top: -275px; 
} 
}
.seventeen_space {
	margin-top: -225px;	
}
@-moz-document url-prefix(){ 
	.seventeen_space{ 
	margin-top: -260px; 
} 
}
.seventeen_space_chi {
	margin-top: -230px;	
}
@-moz-document url-prefix(){ 
	.seventeen_space_chi{ 
	margin-top: -260px; 
} 
}
.eighteen_space {
	margin-top: -385px;	
}
@-moz-document url-prefix(){ 
	.eighteen_space{ 
	margin-top: -390px; 
} 
}
.eighteen_space_chi {
	margin-top: -215px;	
}
@-moz-document url-prefix(){ 
	.eighteen_space_chi{ 
	margin-top: -220px; 
} 
}
.nineteen_space {
	margin-top: -385px;	
}
.twenty_space {
	margin-top: -420px;	
}

.twenty_one_space {
	margin-top: -150px;	
}
@-moz-document url-prefix(){ 
	.twenty_one_space{ 
	margin-top: -180px; 
} 
}
.twenty_two_space {
	margin-top: -390px;	
}
@-moz-document url-prefix(){ 
	.twenty_two_space{ 
	margin-top: -355px; 
} 
}
.twenty_three_space {
	margin-top: -470px;	
}
.twenty_four_space {
	margin-top: -350px;	
}
.twenty_five_space {
	margin-top: -310px;	
}
.twenty_six_space {
	margin-top: -310px;	
}
.twenty_seven_space {
	margin-top: -485px;	
}
@-moz-document url-prefix(){ 
	.twenty_seven_space{ 
	margin-top: -450px; 
} 
}
.twenty_eight_space {
	margin-top: -230px;	
}
@-moz-document url-prefix(){ 
	.twenty_eight_space{ 
	margin-top: -200px; 
} 
}
.videobox { 
	position: relative;
}

.videobox a {
  position: absolute;
  display: block;
  background:url(../images/info/csr/video_playbtn.png) center center;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.timeline_left {
	z-index:2;	
}
.know_more_btn {
	position: relative;
	color: purple;
	text-align: right;
	width: 100%;
	font-weight: 600;
	z-index: 10;	
	font-size: 90%;
}
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  /*.tldate { width: 140px; }*/

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    /*top: 22px;*/
	left: 35px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
	/*width: 80%;*/
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 9px;
    left: -9px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 8px;
    left: -8px;
    right: auto;
  }
  .second {
	margin-top: 0px;	
}
#sticky.stick {
    top: 64px;
}
.one_space, .two_space, .three_space, .four_space, .five_space, .six_space, .seven_space, .eight_space, .nine_space, .ten_space, .eleven_space, .twelve_space, .thirteen_space, .fourteen_space, .fifteen_space, .sixteen_space, .seventeen_space, .eighteen_space, .nineteen_space, .twenty_space, .twenty_one_space, .twenty_two_space, .twenty_three_space, .twenty_four_space, .twenty_five_space, .twenty_six_space, .twenty_seven_space, .twenty_eight_space_chi,.one_space_chi, .two_space_chi, .three_space_chi, .four_space_chi, .five_space_chi, .six_space_chi, .seven_space_chi, .eight_space_chi, .nine_space_chi, .ten_space_chi, .eleven_space_chi, .twelve_space_chi, .thirteen_space_chi, .fourteen_space_chi, .fifteen_space_chi, .sixteen_space_chi, .seventeen_space_chi, .eighteen_space_chi, .nineteen_space_chi, .twenty_space_chi, .twenty_one_space_chi, .twenty_two_space_chi, .twenty_three_space_chi, .twenty_four_space_chi, .twenty_five_space_chi, .twenty_six_space_chi, .twenty_seven_space_chi, .twenty_eight_space_chi{
	margin-top: 0px;	
}
}