/*Common*/
.smile-icon-timeline-wrap {
	margin-bottom: 50px !important;
	margin-top: 20px !important;
	display: block;
	position: relative;
	z-index: 9;
	max-width: 100%;
}
.timeline-wrapper{
	position: relative;	
}
.timeline-wrapper:last-child {
	padding-bottom: 0;
}
.timeline-line {
	position: absolute;
	left: 50%;
	margin-left: 0;
	height: 100%;
	border-right: 1px solid #D0D0D0;
	z-index: -1;
}
.timeline-line o {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #DE5034;
	position: absolute;
	left: -4px;
}
.timeline-line z {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #DE5034;
	position: absolute;
	bottom: 0;
	left: -4px;
}
.smile-icon-timeline-wrap .timeline-separator-text{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.timeline-separator-text .sep-text{
	display: inline-block;
	padding: 2px 7px;
	line-height: 1.5em;
	z-index: 99;
	position: relative;
	border-radius: 3px;
	background-color: #DE5034;
	color: #fff;
}

.smile-icon-timeline-wrap .timeline-feature-item{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;	
	position: relative;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	background: #FCFCFC;
}
.timeline-wrapper .timeline-feature-item.feat-item {
	margin-bottom: 20px;
}
.timeline-wrapper .timeline-block {
	width: calc(50% - 19px);
	margin-bottom: 20px;
	position:relative;
	display: block;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	background: #FCFCFC;
}
.jstime .timeline-block.timeline-post-right {
	/*left: calc(50% + 21px) !important;*/
	margin-left: 40px !important;
}
.wpb_column .wpb_wrapper .smile-icon-timeline-wrap .timeline-wrapper .timeline-block {
	margin-bottom: 20px;
}
.timeline-block .timeline-icon-block,
.timeline-block .timeline-header-block {
    display: table-cell;
    position: relative;
	vertical-align: middle;
}
.timeline-block .timeline-header-block {
	width: 100%;
}
.timeline-block .timeline-header {
    display: table-cell;
	position: relative;
	vertical-align: top;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
}
.timeline-header-block .timeline-header h3,
.timeline-block .timeline-header h3 {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0 0 7px;
	display: block;
}
.timeline-block .timeline-header-block .timeline-header,
.timeline-feature-item .timeline-header-block .timeline-header {
	font-size: 13px;	
	display: inline-block;
}
.timeline-block .timeline-header-block .timeline-header p,
.timeline-feature-item .timeline-header-block .timeline-header p {
	margin-bottom: 5px;
}
.timeline-block .timeline-header-block .timeline-header img,
.timeline-feature-item .timeline-header-block .timeline-header img,
.timeline-block .timeline-header-block .timeline-header iframe,
.timeline-feature-item .timeline-header-block .timeline-header iframe {
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	box-shadow: none;
	border: none;
	border-radius: 0;	
	width: auto;
}
.timeline-block .timeline-header-block .timeline-header img {
	width: 100%;
}
.timeline-block .timeline-header-block .timeline-header iframe,
.timeline-feature-item .timeline-header-block .timeline-header iframe {
	width: 100% !important;
}
.timeline-clear{
	clear: both;
}
/*Timeline Dot*/
.timeline-wrapper .timeline-dot,
.timeline-feature-item .timeline-dot {
	width: 1px;
	height: 1px;
	background-color: #DE5034;
	border: 4px solid #fff;
	border-radius: 500px;
	position: absolute;
	top: 32px;
	display: block;
	padding: 3px;
}
.timeline-post-left .timeline-dot {
	right: -27.5px;
}
.timeline-post-right .timeline-dot {
	left: -28.5px;
}
.feat-item .feat-dot {
	top: -30px;
	left: 50%;
	position: absolute;
}
.feat-item .timeline-dot {
	left: -5.5px;
	position: relative;
	top: 0;
}

/*Timeline Arrow*/
.timeline-arrow {
	position: absolute;
	height: 0;
	width: 1px;
}
.timeline-arrow s, 
.timeline-arrow l {
	border-color: rgba(255, 255, 255, 0) #D0D0D0;
	border-style: solid;
	display: block;
	position: relative;
	top: 0;
}
.timeline-arrow l {
	top: -18px;
}
/*Timeline Right Arrow*/
.timeline-post-right .timeline-arrow {
	top: 30px;
}
.timeline-post-right .timeline-arrow {
	left: -11px;
}
.timeline-post-right .timeline-arrow s, 
.timeline-post-right .timeline-arrow l {
	border-width: 9px 10px 9px 0;
}
.timeline-post-right .timeline-arrow l {
	border-right-color: #FCFCFC;
	left: 1px;
}
/*Timeline Left Arrow*/
.timeline-post-left .timeline-arrow {
	top: 30px;
}
.timeline-post-left .timeline-arrow {
	right: -1px;
}
.timeline-post-left .timeline-arrow s, 
.timeline-post-left .timeline-arrow l {
	border-width: 9px 0 9px 10px;
}
.timeline-post-left .timeline-arrow l {
	border-left-color: #FCFCFC;
	right: 1px;
}
/*Timeline Top Arrow*/
.feat-item .timeline-arrow {
	position: absolute;
	height: 0;
	width: 1px;
	top: -9px;
	left: 50%;
}
.feat-item .timeline-arrow s, 
.feat-item .timeline-arrow l {
	border-width: 0px 10px 9px 10px;
	border-color: #D0D0D0 rgba(255, 255, 255, 0);
	border-style: solid;
	display: block;
	position: relative;
	top: 0;
	left: -8.5px;
}
.feat-item .timeline-arrow l {
	border-bottom-color: #FFF;
	top: -8px;
	right: 0
}

/*Left*/
.timeline-post-left .timeline-header {
    text-align: right;
}
.timeline-post-left .timeline-icon .aio-icon {
	left: -1em;
	position: relative;	
}
.timeline-post-left .timeline-icon .aio-icon.none,
.timeline-post-left .timeline-icon .aio-icon-img  {
	left: -0.5em;
	position: relative;	
}
/*Right*/
.timeline-post-right .timeline-header {
	text-align: left;
}
.timeline-post-right .timeline-icon .aio-icon {
	right: -1em;
	position: relative;	
}
.timeline-post-right .timeline-icon .aio-icon.none,
.timeline-post-right .timeline-icon .aio-icon-img {
	right: -0.5em;
	position: relative;	
}

/*Featured Item*/
.timeline-feature-item.feat-item .timeline-header {
	display: block;
	padding: 15px;
}
.timeline-feature-item.feat-item .timeline-icon-block {
	display: block;
	width: 100%;
}
.timeline-feature-item.feat-item .timeline-icon {
	margin: 0 auto;
}
.timeline-feature-item.feat-item .timeline-icon .aio-icon-img {
	margin-left: auto;
	margin-right: auto;
}
.timeline-feature-item.feat-item .timeline-icon .aio-icon,
.timeline-feature-item.feat-item .timeline-icon .aio-icon-img {
	margin-top: 15px;
}

/*Timeline Custom Width*/
.smile-icon-timeline-wrap.timeline-custom-width {
	margin-left: auto;
	margin-right: auto;
}
.timeline-custom-width .timeline-block .timeline-header {
	width: 100%;
}
.timeline-custom-width .timeline-left .timeline-post-left {
	float: right;	
}
.timeline-custom-width .timeline-right .timeline-post-right {
	float: left;
}

/*Slide Out Animation*/
.tl-animation-slide-out .timeline-post-right,
.tl-animation-slide-out .timeline-post-left,
.tl-animation-slide-out .timeline-dot {
	-webkit-transition: -webkit-transform 150ms linear;
    -moz-transition: -moz-transform 150ms linear;
    -o-transition: -o-transform 150ms linear;
    transition: transform 150ms linear;
}
.tl-animation-slide-out .timeline-post-right:hover {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}
.tl-animation-slide-out .timeline-post-right:hover .timeline-dot{
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.tl-animation-slide-out .timeline-post-left:hover {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.tl-animation-slide-out .timeline-post-left:hover .timeline-dot{
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

/*Slide Up Animation*/
.tl-animation-slide-up .timeline-block,
.tl-animation-slide-up .feat-item {
	-webkit-transition: -webkit-transform 150ms linear;
    -moz-transition: -moz-transform 150ms linear;
    -o-transition: -o-transform 150ms linear;
    transition: transform 150ms linear;
}
.tl-animation-slide-up .timeline-block:hover,
.tl-animation-slide-up .feat-item:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}


/*Slide Down Animation*/
.tl-animation-slide-down .timeline-block,
.tl-animation-slide-down .feat-item {
	-webkit-transition: -webkit-transform 150ms linear;
    -moz-transition: -moz-transform 150ms linear;
    -o-transition: -o-transform 150ms linear;
    transition: transform 150ms linear;
}
.tl-animation-slide-down .timeline-block:hover,
.tl-animation-slide-down .feat-item:hover {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

/*Box Shadow Animation*/
.tl-animation-shadow .timeline-block,
.tl-animation-shadow .feat-item {
	-webkit-transition: box-shadow 300ms linear;
    -moz-transition: box-shadow 300ms linear;
    -o-transition: box-shadow 300ms linear;
    transition: box-shadow 300ms linear;
}
.tl-animation-shadow .timeline-block,
.tl-animation-shadow .feat-item {
	box-shadow: none;
}
.tl-animation-shadow .timeline-block:hover,
.tl-animation-shadow .feat-item:hover {
	box-shadow: 0px 0px 3px #626262;
}

/*Anchor Tag*/
.timeline-block a,
a .timeline-block {
	text-decoration: none;
}
.timeline-block .timeline-header a {
	display: block;
	margin-top: 10px;
}

/*Timeline Clash Resolution*/
.time-clash-right, 
.time-clash-left {
	margin-top: 17px;
}

@media (max-width:767px){
	.smile-icon-timeline-wrap {
		max-width: 100%;
	}
	.smile-icon-timeline-wrap .timeline-feature-item {
		margin-right: 0 !important;
	}
	.smile-icon-timeline-wrap .timeline-line {
		left: 50% !important;
		margin-left: 0 !important;
	}
	.smile-icon-timeline-wrap .timeline-block, 
	.smile-icon-timeline-wrap .timeline-separator-text{
		width: 100%;
		max-width: 100%;
	}
	.smile-icon-timeline-wrap .timeline-arrow,
	.smile-icon-timeline-wrap .timeline-dot{
		display: none;
	}
	.timeline-block .timeline-header{
		display: block;
		text-align: left;
	}
	
	.timeline-block.timeline-post-left .timeline-icon-block {
		padding: 5px 0 5px 15px;
		/*vertical-align: top;*/
	}
	.timeline-block.timeline-post-right .timeline-icon-block {
		padding: 5px 15px 5px 0;
		/*vertical-align: top;*/
	}
	.timeline-post-left .timeline-icon .aio-icon,
	.timeline-post-left .timeline-icon .aio-icon.none, 
	.timeline-post-left .timeline-icon .aio-icon-img {
		left: 0;
	}
	.timeline-post-right .timeline-icon .aio-icon,
	.timeline-post-right .timeline-icon .aio-icon.none,
	.timeline-post-right .timeline-icon .aio-icon-img {
		right: 0;
	}

}
/*CSS Timeline*/

.smile-icon-timeline-wrap.csstime .timeline-wrapper .timeline-block {
	width: calc(50% - 19px);
}

.csstime .timeline-line{
	margin-left: 0px;
}

@media (max-width:767px){
	.smile-icon-timeline-wrap.csstime .timeline-wrapper .timeline-block {
		width: 100%;
	}
}

/*.smile-icon-timeline-wrap > .timeline-feature-item.feat-item > .feat-dot,
.smile-icon-timeline-wrap > .timeline-feature-item.feat-item > .timeline-arrow {
    display:none;
}*/

