.timeline {
	list-style: none;
	padding: 70px 0 0;
	margin: 0;
	position: relative;
}

.timeline:before {
/* top: 0;
*/
/* bottom: 0;
*/
/* position: absolute;
*/
/* content: " ";
*/
/* width: 3px;
*/
/* background-color: #eeeeee;
*/
/* left: 50%;
*/
/* margin-left: -1.5px;
*/
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 8px;
	background-color: #ffffff;
	left: 50%;
	margin-left: -1.5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
}

.timeline > li {
	margin-bottom: 0px;
	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;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel.post {
	width: 40%;
	float: left;
	background-color: #fff;
	border-radius: 0px;
	padding: 0px;
	position: relative;
	margin: 0 0 60px;
}
/* .timeline > li > .timeline-panel.post:before {
*/
/* position: absolute;
*/
/* top: 26px;
*/
/* right: -15px;
*/
/* display: inline-block;
*/
/* border-top: 15px solid transparent;
*/
/* border-left: 15px solid #ccc;
*/
/* border-right: 0 solid #ccc;
*/
/* border-bottom: 15px solid transparent;
*/
/* content: " ";
*/
/* 
}
*/
/* .timeline > li > .timeline-panel.post:after {
*/
/* position: absolute;
*/
/* top: 27px;
*/
/* right: -14px;
*/
/* display: inline-block;
*/
/* border-top: 14px solid transparent;
*/
/* border-left: 14px solid #fff;
*/
/* border-right: 0 solid #fff;
*/
/* border-bottom: 14px solid transparent;
*/
/* content: " ";
*/
/* 
}
*/
.timeline > li > .timeline-badge {
	color: #fff;
	width: 100px;
	height: 100px;
	overflow: hidden;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 17px;
	margin-left: -48px;
	background-color: #fe4a3e;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}

.timeline > li.timeline-inverted > .timeline-panel.post {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel.post:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel.post:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #fe4a3e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}
/* .timeline-title {
*/
/* margin-top: 0;
*/
/* color: inherit;
*/
/* 
}
*/
/* .timeline-body > p, */
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 50%;
	}

	ul.timeline > li > .timeline-panel.post {
		width: calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
	}

	ul.timeline > li > .timeline-panel.post {
		float: right;
	}

	ul.timeline > li > .timeline-panel.post:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel.post:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}

.blog-timeline {
	background-image: url(../images/icons/diagmonds.png);
	background-position: center center;
	background-attachment: fixed;
}

.timeline-panel.post .post-content-area {
	padding: 20px 30px 30px;
}

.timeline-panel.post .post-header {
	margin: 0 0 25px;
}

.timeline-panel.post .post-title {
	font-size: 26px;
}

.timeline-panel.post .more-link {
	word-break: break-all;
	padding: 6px 12px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 14px;
	border: none;
	background: #fe4a3e;
	color: #ffffff;
	display: inline-block;
	white-space: normal;
	margin-top: 10px;
}

.timeline-panel.post .more-link:hover, .timeline-panel.post .more-link:focus {
	background: #232323;
	color: #ffffff;
}

.timeline-panel.post .more-link:after {
	display: none;
}
/* .blog-timeline .entry-date {
font-size: 14px;
color: #fff;
}
*/
/* .blog-timeline .entry-date big {
*/
/* font-size: 20px;
*/
/* display: block;
*/
/* line-height: 16px;
*/
/* 
}
*/
.timeline > li > .entry-date-badge {
	color: #fff;
	min-width: 200px;
	background-color: #ffffff;
	z-index: 100;
}

.blog-timeline .entry-date-badge.caret-left {
	box-shadow: 0px 12px 5px -9px rgba(0,0,0,0.20);
	position: absolute;
	top: 50%;
	left: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* .blog-timeline .entry-date-badge.caret-left:before {
*/
/* width: 0;
*/
/* height: 0;
*/
/* border-top: 15px solid transparent;
*/
/* border-right: 25px solid #424242;
*/
/* border-bottom: 15px solid transparent;
*/
/* position: absolute;
*/
/* top: 50%;
*/
/* left: -35px;
*/
/* -webkit-transform: translateY(-50%);
*/
/* -ms-transform: translateY(-50%);
*/
/* transform: translateY(-50%);
*/
/* content: "";
*/
/* 
}
*/
.blog-timeline .entry-date-badge.caret-right {
	box-shadow: 0px 12px 5px -9px rgba(0,0,0,0.20);
	position: absolute;
	top: 50%;
	right: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* .blog-timeline .entry-date-badge.caret-right:after {
*/
/* width: 0;
*/
/* height: 0;
*/
/* border-top: 15px solid transparent;
*/
/* border-left: 25px solid #424242;
*/
/* border-bottom: 15px solid transparent;
*/
/* position: absolute;
*/
/* top: 50%;
*/
/* right: -35px;
*/
/* -webkit-transform: translateY(-50%);
*/
/* -ms-transform: translateY(-50%);
*/
/* transform: translateY(-50%);
*/
/* content: "";
*/
/* 
}
*/
.blog-timeline .entry-date-badge .entry-date {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #232323;
	padding-right: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.blog-timeline .entry-date-badge .entry-date big {
	color: #fff;
	background-color: #fe4a3e;
	padding: 7px 15px;
	letter-spacing: 1px;
	float: left;
	margin-right: 25px;
}

.post-format-standard-icon {
	font-size: 46px;
	line-height: 1.2;
	width: auto;
	height: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.blog-timeline .entry-date-badge .entry-date {
		font-size: 24px;
		line-height: 1.3;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.blog-timeline .entry-date-badge .entry-date {
		font-size: 24px;
		line-height: 1.3;
	}

	.timeline > li > .timeline-badge {
		width: 80px;
		height: 80px;
		padding: 17px;
		margin-left: -40px;
	}
/* .blog-timeline .entry-date-badge.caret-left:before {
*/
/* border-top: 10px solid transparent;
*/
/* border-right: 20px solid #424242;
*/
/* border-bottom: 10px solid transparent;
*/
/* left: -30px;
*/
/* 
}
*/
	.post-format-standard-icon {
		font-size: 30px;
	}
}

@media screen and (min-width: 100px) and (max-width: 768px) {
	.timeline > li > .timeline-panel.post {
		margin: 100px 0 60px;
	}

	ul.timeline > li > .timeline-panel.post {
		width: calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
	}

	.blog-timeline .entry-date-badge .entry-date {
		font-size: 16px;
		line-height: 1.5;
	}

	.timeline > li > .timeline-badge {
		width: 60px;
		height: 60px;
		padding: 7px;
		margin-left: -30px;
		border: 3px solid #fff;
		left: 50%;
		top: 20px;
		position: relative;
	}

	.blog-timeline .entry-date-badge.caret-left, .blog-timeline .entry-date-badge.caret-right {
		top: 80px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		right: 0;
		width: 30%;
		margin: 0 auto;
	}

	.blog-timeline .entry-date-badge.caret-left:before, .blog-timeline .entry-date-badge.caret-right:after {
		display: none;
	}

	.blog-timeline .entry-date-badge .entry-date big {
		padding: 7px 10px;
	}

	.post-format-standard-icon {
		font-size: 24px;
		line-height: 1.6;
	}
}

.blog-timeline .post-meta {
	font-weight: 500;
}

.blog-timeline .post-meta i.fa {
	color: #232323;
	font-size: 15px;
	padding-right: 3px;
}

.blog-timeline .post-meta span::after {
	content: "|";
	color: #939393;
	margin-left: 15px;
	margin-right: 15px;
}

.blog-timeline-header {
	margin: 0;
	text-align: center;
}

.blog-timeline-header-title {
/* margin: 0;
*/
/* display: inline-block;
*/
/* border-bottom: 3px solid #eeeeee;
*/
/* font-size: 36px;
*/
/* padding-bottom: 10px;
*/
/* padding-left: 30px;
*/
/* padding-right: 30px;
*/
/* font-weight: 600;
*/
/* position: relative;
*/
	margin: 0;
	display: inline-block;
	font-size: 36px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	background: #fff;
	font-weight: 600;
	position: relative;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.25);
	padding-top: 15px;
	line-height: 1.5;
}
/* .blog-timeline-header-title:before {
*/
/* content: "\f111";
*/
/* font-family: FontAwesome;
*/
/* color: #000;
*/
/* position: absolute;
*/
/* bottom: -10px;
*/
/* font-size: 16px;
*/
/* left: 0;
*/
/* 
}
*/
/* .blog-timeline-header-title:after {
*/
/* content: "\f111";
*/
/* font-family: FontAwesome;
*/
/* color: #000;
*/
/* position: absolute;
*/
/* bottom: -10px;
*/
/* font-size: 16px;
*/
/* right: 0;
*/
/* 
}
*/
.news-title-color {
	color: #fe4a3e;
}

.p-top-70 {
	padding-top: 70px !important;
}

/* =======================================
 Blog Timeline Carousal CSS
======================================= */
#blog-timeline-carousal .flex-control-nav {
	top: 85%;
}

#blog-timeline-carousal .flex-direction-nav .flex-prev {
	left: 10px;
	text-align: center;
	opacity: 1;
}
#blog-timeline-carousal .flex-direction-nav .flex-next {
	right: 10px;
	text-align: center;
	opacity: 1;
}
#blog-timeline-carousal .flex-direction-nav a {
	background-color: rgba(0, 0, 0, 0.3);
	width: 50px !important;
	height: 50px !important;
	font-size: 40px;
	line-height: 1.65;
}
#blog-timeline-carousal .flex-direction-nav a:before {
	font-size: 30px;
}


.post-format-standard-icon {
    font-size: 46px !important;
    line-height: 1.2 !important;
    width: auto !important;
    height: auto !important;
}