
/* -------------------- */
/*  	 TIMELINE      */
/* -------------------- */
/* timeline horizontal */
.ts-timeline-horizontal .item-timeline{
	display: inline-block;
	float: left;
	text-align: center;
	width: 15%;
}
.ts-timeline-horizontal .item-timeline .timeline-icon .ts-elegant-icon,
.ts-timeline-vertical .item-timeline-vertical .timeline-icon-vertical .ts-elegant-icon{
	position: relative;
	color: #2c2b2b;
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	z-index: 1;
	height: 119px;
	width: 119px;
	line-height: 119px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	border: 3px solid #ebebeb;
	transition:background 0.2s ease 0s, color 0.2s ease 0s,  border-color 0.2s ease 0s;
	-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
	-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}
.ts-timeline-vertical .item-timeline-vertical .timeline-icon-vertical .ts-elegant-icon{
	width: 83px;
	height: 83px;
	line-height: 83px;
	font-size: 25px;
}
.ts-timeline-horizontal .item-timeline .timeline-icon .ts-elegant-icon::after,
.ts-timeline-vertical .item-timeline-vertical .timeline-icon-vertical .ts-elegant-icon:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 0 2px #f18c59;
	-moz-box-shadow:0 0 0 2px #f18c59;
	-webkit-box-shadow:0 0 0 2px #f18c59;
	left: -5px;
	padding: 5px;
	top: -5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-tranform: scale(0.8);
	-ms-tranform: scale(0.8);
	tranform: scale(0.8);
	-webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
	-o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.ts-timeline-horizontal .item-timeline:hover .timeline-icon .ts-elegant-icon,
.ts-timeline-vertical .item-timeline-vertical:hover .timeline-icon-vertical .ts-elegant-icon{
	background: #f18c59;
	color: #ffffff;
	border-color: #ffffff;
}
.ts-timeline-horizontal .item-timeline:hover .timeline-icon .ts-elegant-icon::after,
.ts-timeline-vertical .item-timeline-vertical:hover .timeline-icon-vertical .ts-elegant-icon:after{
	-webkit-tranform: scale(1);
	-ms-tranform: scale(1);
	tranform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.ts-timeline-horizontal .divider-icon{
	background: #485c98;
	height: 55px;
	width: 1px;
	position: relative;
	margin: -8px auto 0;
}
.ts-timeline-horizontal .divider-icon:after{
	content: "";
	width: 5px;
	height: 5px;
	background: #485c98;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -2px;
}
.ts-timeline-horizontal .item-timeline:hover .divider-icon,
.ts-timeline-horizontal .item-timeline:hover .divider-icon:after{
	background: #060044;
}
.ts-timeline-horizontal .item-timeline .info{
	margin-top: 20px;
	padding: 0 13px;
}
.item-timeline .timeline-title,
.timeline-title{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	color: #212228;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.item-timeline:hover .timeline-title,
.item-timeline-vertical:hover .timeline-title{
	color: #060044;
}
.item-timeline .timeline-description,
.timeline-description{
	color: #8a8a8b;
} 
.ts-timeline-horizontal .item-timeline .ts-bgicon .timeline-icon{
	display: inline-block;
	position: relative;
	margin: 10px 0;
}
.ts-timeline-horizontal .item-timeline .timeline-icon:after,
.ts-timeline-horizontal .item-timeline .timeline-icon:before {
  background: url(../images/time-line.png) repeat-x left center;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 49%;
  width: 9999%;
}
.ts-timeline-horizontal .item-timeline .timeline-icon:after{
	left: 100%;
}
.ts-timeline-horizontal .item-timeline .timeline-icon:before{
	right: 100%;
}
.ts-timeline-horizontal .item-timeline{
	overflow: hidden;
}
.ts-timeline-horizontal .item-timeline .ts-bgicon{
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
}
.ts-timeline-horizontal .item-timeline:first-child .ts-bgicon:before,
.ts-timeline-horizontal .item-timeline:last-child .ts-bgicon:before{
	background: url(../images/icon-left-timeline.png) no-repeat;
	content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 45%;
    width: 12px;
    z-index: 10;
}
.ts-timeline-horizontal .item-timeline:first-child .ts-bgicon:before{
	left: 0;
}
.ts-timeline-horizontal .item-timeline:last-child .ts-bgicon:before{
	right: 0;
}
/* timeline vertical */
.ts-timeline-vertical {
  position: relative;
}
.ts-timeline-vertical:before {
  background: url(../images/time-line-horizal.png) repeat-y;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
.ts-timeline-vertical .item-timeline-vertical:first-child{
	margin-top: 45px;
}
.ts-timeline-vertical .item-timeline-vertical {
  margin: 35px 0;
  position: relative;
  min-height: 85px;
  display: inline-block;
  width: 100%;
}
.ts-timeline-vertical .item-timeline-vertical:after {
  clear: both;
  content: "";
  display: table;
}
.timeline-icon-vertical {
  height: 83px;
  line-height: 83px;
  left: 50%;
  width: 83px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e8e8e8;
  color: #2e373d;
  font-size: 35px;
  text-align: center;
  margin-left: -41px;
}
.ts-timeline-vertical .item-timeline-vertical .info-vertical{
  margin-left: 0;
  width: 45%;
	text-align: right;
	padding-right: 30px;
}
.ts-timeline-vertical .item-timeline-vertical:nth-child(2n) .info-vertical{
  float: right;
  text-align: left;
  padding-left: 30px;
}
.ts-timeline-vertical .item-timeline-vertical:first-child .timeline-icon-vertical:before,
.ts-timeline-vertical:after{
	content: "";
	width: 7px;
	height: 7px;
	background: #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	
}
.ts-timeline-vertical .item-timeline-vertical:first-child .timeline-icon-vertical:before{
	top: -47px;
	left: 38px;
}
.ts-timeline-vertical:after{
	bottom: 0px;
	left: 50%;
	margin-left: -3px
}

/* -------------------- */
/*  PROCGRESS TIMELINE  */
/* -------------------- */
.ts-progress-timeline .item-timeline{
	width: 25%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-top: 30px;
}
.ts-progress-timeline .item-timeline .ts-prog-bgicon{
	width: 122px;
	height: 122px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid;
	margin: 0 auto 28px;
	font-size: 30px;
	text-align: center;
	line-height: 122px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.ts-progress-timeline .item-timeline .ts-prog-bgicon:before,
.ts-progress-timeline .item-timeline .ts-prog-bgicon:after{
	content: "";
	border-bottom: 1px solid #ffffff;
	top: 50%;
	height: 1px;
	width: 999%;
	position: absolute;
}
.ts-progress-timeline .item-timeline .ts-prog-bgicon:before{
	left: 100%;
	margin-left: 15px;
}
.ts-progress-timeline .item-timeline .ts-prog-bgicon:after{
	right: 100%;
	margin-right: 15px;
}
.ts-progress-timeline .item-timeline:first-child .ts-prog-bgicon:after{display: none;}
.ts-progress-timeline .item-timeline:last-child .ts-prog-bgicon:before{display: none;}



/* DIVIDER */
.divider {
  margin: 40px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.divider-hr{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	display: block;
	height: 1px;
	margin: 50px auto 47px;
	padding: 0;
}
.divider > .divider-content:before, .divider > .divider-content:after {
  border-bottom: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 49%;
  width: 9999%;
}
.divider > .divider-content:after {
  left: 100%;
  margin-left: 20px;
}
.divider > .divider-content:before {
  margin-right: 20px;
  right: 100%;
}
.divider > .divider-content {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0;
  position: relative;
}
.divider-md {
  width: 50%;
}
.divider-sm {
  width: 33%;
}
hr.divider-2 {
  border-bottom: 1px solid #e0e0e0;
  height: 3px;
}




/* -------------------- */
/*  	RESPONSIVE      */
/* -------------------- */



@media screen and (max-width: 767px){
	.ts-timeline-horizontal .item-timeline{
		width: 100%;
		height: auto;
		text-align: left;
	}
	.ts-timeline-horizontal .item-timeline .ts-bgicon .timeline-icon{
		padding: 60px 0;
		margin: 0 10px;
	}
	.ts-timeline-horizontal .item-timeline .timeline-icon::after, 
	.ts-timeline-horizontal .item-timeline .timeline-icon::before{
		background: url(../images/time-line-horizal.png) repeat-y center center;
		width: 1px;
		height: 60px;
		left: 50%;
	}
	.ts-timeline-horizontal .item-timeline .timeline-icon::before{
		top: 0;
	}
	.ts-timeline-horizontal .item-timeline .timeline-icon::after{
		bottom: 0;
		top: auto;
	}
	.ts-timeline-horizontal  .divider-icon{display: none;}
	.ts-timeline-horizontal .item-timeline .ts-bgicon{
		width: 130px;
		float: left;
	}
	.ts-timeline-horizontal .item-timeline .info{
		display: block;
		margin: 75px 0 0 0;
		padding: 0 0 0 224px;
	}
	.ts-timeline-horizontal .item-timeline:first-child .ts-bgicon::before,
	.ts-timeline-horizontal .item-timeline:last-child .ts-bgicon::before{
		left: 69%;
		/* margin-left: -6px; */
	}
	.ts-timeline-horizontal .item-timeline:first-child .ts-bgicon::before{
		top: 0;	
	}
	.ts-timeline-horizontal .item-timeline:last-child .ts-bgicon::before{
		bottom: 0;
		top: auto;
	}
	

	.ts-progress-timeline .item-timeline{
		width: 100%;
		margin-top: 0;
		padding: 40px 0;
		position: relative;
	}
	.ts-progress-timeline .item-timeline .ts-prog-bgicon{
		margin: 0 auto 15px;
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.ts-progress-timeline .item-timeline .ts-prog-bgicon::before, .ts-progress-timeline .item-timeline .ts-prog-bgicon::after{
		display: none;
	}
	.ts-progress-timeline .item-timeline:before,
	.ts-progress-timeline .item-timeline:after{
		content: "";
		width: 1px;
		height: 30px;
		border-left: 1px solid #ffffff;
		position: absolute;
		left: 50%;
	}
	.ts-progress-timeline .item-timeline:before{
		top: 0;
	}
	.ts-progress-timeline .item-timeline:first-child:before{display: none;}
	.ts-progress-timeline .item-timeline:after{
		bottom: 0;
	}
	.ts-progress-timeline .item-timeline:last-child:after{display: none;}
	.pp_hoverContainer{
		display: none;
	}	

}

