
/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
 /* background-color: #c37f08;*/
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 30%;
    background-color: #ffffff;
    border: 6px solid #bfb09d;
    z-index:9;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
	
	transform: translate(0px, 0px);

}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
   /* border: 1px solid #dedede; */
  background: rgba(238, 229, 214, 0.93);
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body p{
	font-size:10px;
	color:#666;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  /*height: 2px;
  top: auto;
  bottom: 26px;
  left: 0px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;*/
  
    top: auto;
    bottom: 14px;
    left: 0px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
	
    border-top: 30px #bfb09d solid;
	    border-radius: 15px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  /*height: 50px;
  width: 15%;*/

  float: none !important;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  vertical-align: bottom;
  
    height: 111px;
    width: 185px;
}
.timeline-horizontal .timeline-item .timeline-panel {
     top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
    position: absolute;
    z-index: 9;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 40px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  /*left: 43px;*/
}

.timeline-panel{

}
.timeline .timeline-item .timeline-badge:hover{
    color: #fff;
    width: 70px;
    height: 70px;	
	
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	
	display: inline;
	
	border: 10px solid #decca8;
	

	transform: translate(-5px, 3px);
}

.timeline-horizontal-TOP{	
	    margin-left: 57%;
}

.timeline-horizontal2:before{
       border-right: none !important;
    top: auto;
    bottom: -144px;
    left: -3px;
    right: 0;
    width: 94%;
    margin-bottom: 21px;
    border-left: 30px #bfb09d solid;
    border-top: 30px #bfb09d solid;
    height: 187px;
    transform: skew(-30deg);
    border-radius: 26px;
}

.timeline-badge a{
	text-decoration: none;
    color: #755928;
}

.timeline-badge h4{

	font-size:18px; 
	color:#000;
	text-align: center;
	padding-top: 3em;
}
.timeline-badge  p{ 
    font-size: 8px;
    color: #b5b5b5;
    line-height: 12px;
    text-align: center;
}
.rotate_word{ 
        transform: rotate(-60deg);
    position: absolute;
    top: 180px;
    left: -10px;
}
.timeline_word h4{
	color: #a08e78;
    font-size: 16px;
	text-align:center;
}
.timeline_word1{
	    position: absolute;
    left: 30px;
    bottom: -13px;;
}