/*preset1 blog */
.teunal_blog1 .moduleItemIntrotext
{
	padding:20px 20px 5px 10px !important;
}
.k2Avatar img
{
	margin:2px 4px 4px 15px;
}
.teunal_blog1 .even.well.post , .teunal_blog1 .odd.well.post{
background-color:#eee;
}
.moduleItemAuthor > a
{
	float:left;
	width:100%;
}
.teunal_blog1 > ul
{
	padding:0;
}
.moduleItemIntrotext .moduleItemTitle {
    font-size: 18px;
    padding: 10px;
}
.moduleItemIntrotext > p
{
	padding:10px;
}
.even #triangle-right 
{
    border-bottom: 20px solid transparent;
    border-left: 21px solid #eee;
    border-top: 20px solid transparent;
    float: right;
    height: 0;
    position: absolute;
    right: 0;
    top: 105px;
    width: 0;
    margin-right: -21px;
}
.odd #triangle-right 
{
    border-bottom: 20px solid transparent;
    border-right: 21px solid #eee;
    border-top: 20px solid transparent;
    float: left;
    height: 0;
    position: absolute;
    left: 0;
    top: 105px;
    width: 0;
    margin-left: -21px;
}

/*blog2*/
.teunal_blog2 > ul {
    padding: 0;
}
#blog2 .odd
{
	clear:both;
	float:right;
	padding:0;
}
#blog2 .even
{
	clear:both;
	padding:0;
}
#blog2 .moduleItemImage > img
{
	width:100%;
}
#blog2 .blog_description
{
	padding:0;
}
.blog_right_side .btn_view
{
	float:right;
	right:0;
	bottom:40px;
}
.blog_left_side .btn_view
{
	float:left;
	left:0;
	bottom:40px;
}
.btn_view .moduleItemReadMore
{
	line-height: 2.5em;
    padding: 9px 0;
}
.btn_view .fa.fa-arrow-circle-o-right
{
	font-size: 26px;
    margin: 0 3px;
	color:gray;
}