﻿/***********************************************************************************************************************
DOCUMENT: css/style.css
************************************************************************************************************************/




.kkcontent-timeline-wrap{
	padding: 40px 0;
}

.kkcontent-timeline-item-wrap{
	height: 400px;
	overflow: hidden;
	padding: 40px;
	background: #FFF;
	margin-bottom: 30px;

}

.kkcontent-timeline-wrap img{
	max-width: 100% !important;
	height: auto;
}

.kkcontent-timeline-item-wrap .blog-title{
	font-size: 18px;
	line-height: 180%;
	height: 120px;
	padding: 0;
	margin: 0;

}

.kkcontent-timeline-item-wrap .blog-title a{
	color: #333;
	text-decoration: none;

}
.kkcontent-timeline-item-wrap .blog-title a:hover{
	color: #333;
	text-decoration: none;
}

.kkcontent-timeline-item-wrap .blog-date{
	color: #999;
	font-style: italic;
	font-size: 13px;
}