/*Header pre==========================================*/
#header-pre>.container>.row{
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7; 
}
/*=================================================*/
.category-head blockquote{
	padding: 2px 20px;
} 
.category-warp .entry-header h3{
	font-size: 1.55em;
	line-height: 1.4em;
	height: 30px;
}
.category-warp .entry-contain{
	font-size: 1.1em;
	line-height: 1.13em;
	height: 71px;
}
.more-news .entry-header h5{
	font-size: 1.2em;
	line-height: 1.2em;
	height: 42px;
}

/* Extra small devices (phones, less than 768px) ====================================================================*/
@media (max-width: 767px) { 
	.category-warp .entry-contain {
		line-height: 1.1em;
		height: 51px;
	}
	.more-news .entry-header h5 {
		font-size: 1.7em;
		line-height: 1.2em;
		height: 92px;
	}

}/* ./ Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) ============================================================================*/
@media (min-width: 768px) and (max-width: 991px) { 

.more-news .entry-header h5{
	font-size: 1.7em;
	line-height: 1.2em;
	height: 92px;
}

}/* ./ Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) ==========================================================================*/
@media (min-width: 992px) and (max-width: 1199px) { 
	.category-warp .entry-contain{
		height: 51px;
		line-height: 1.1em;
	}

}/* ./ Medium devices (desktops, 992px and up) */

/* Large devices (large desktops, 1200px and up) ====================================================================*/
@media (min-width: 1200px) { 


}/* ./ Large devices (large desktops, 1200px and up) */
