.pageHeaderTitle{
    background: #5d0f8a;
}

.myBreadcrum{
    background: #5d0f8a;
border-bottom: solid 1px #ccc;
}

.headerSiteTitle {
    margin-top:-30px;
}




/* ----- Breadcrumb ----- */


.underflame #bcList{
    height:34px;
}

.underflame #bcList ul{
    padding-top:11px;
    padding-left:10px;
    height:35px;
}

.underflame #bcList li{
    display:inline;
    padding:14px 10px 10px 0;
}

.underflame #bcList #toplist{
    background: url(../images/base/bt_home.png) no-repeat left 52%;
    padding-left:24px;
    font-weight:bold;
}

.underflame #bcList li:before{
    content: " ";
    background: url(../images/base/bt_arrow.png) no-repeat left 50%;
    padding-right:15px;
}
.underflame #bcList li:first-child:before{
    content: none;
}


/* ----- Timeline ----- */

.timeline {
  list-style-type:none;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}

.timeline-content:before {
  content: '\2022';
  font-size: 60px;
  position: absolute;
  left: 100px;
  color: #6fc173;
}




/* ----- Slick Scroll ----- */

.uparrow {
    background: url('../images/base/PageTopGreen92_60x60.png');
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right:120px;
    display:none;
  z-index:1000001;
}




@media ( min-width : 640px; ) {
 
 .timeline {
    list-style: none;
  }
  .timeline > li {
    margin-bottom: 60px;
  }
 
}
