.col-md-4 {
	width: 33.333333%;
}

li {
	list-style-type: none;
}

.detail {
	color: #535353;
    /*text-align: justify;*/
}

.single--breadcrumb {
	margin-bottom: 25px;
}

.left-block--content {
	width: 66.666667%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

h3 {
	margin-bottom: 15px;
	color: #5c7148;
	line-height: 30px;
}

.detail--date-time {
	margin-bottom: 13px;
}

.detail--image {
	/*background-size: cover;*/
}

.detail--image:before {
	content: '';
    display: block;
    padding-top: 60%;
}

.detail--list {
	margin-top: 25px;
	padding-left: 20px;
}

.fa-plus {
	color: #01acee;
}

.right-block--content {
	width: 33.333333%;
	/*padding-top: 80px;*/
	text-align: left;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}

.img {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.left-block--content, .right-block--content {
		width: 100%;
	} 
}

.detail--text,
.right-block--content h3 {
	line-height: 24px;
    margin-bottom: 1.2rem;
}

.detail--list-news {
	padding-left: 0;
    line-height: 30px;
}


.detail--list-news li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail--list-news i {
	padding-top: 8px;
}

.detail--list-news a {
	margin-left: 15px;
	color: #535353;
}

.detail--social-icon {
	margin-right: 35px;
}

.detail--social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-bottom: 25px;
}

.detail--social-links span {
	/*padding: 3px 10px;
	border: solid 1px #e3e3e3;*/
	border-radius: 3px;
}

.quote-block {
	margin-left: 90px;
	color: #5c7148;
	line-height: 24px;
}

.quote-block i {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	color: #acacac;
}

