.catItemView{
	margin-bottom:0 !important
}
.catItemHeader, .catItemReadMore{
	text-align:center !important;
}

.catItemTitle, .itemTitle{
	font-size:24px !important;
	font-weight:700 !important;
	border-bottom:none !important;
}

.catItemBody, .catItemCategory{
	padding:0 !important;
}

.catItemBody{
margin-bottom:10px;
}

div.catItemIntroText {

    padding: 4px 0 25px 0;
    margin-bottom:5px;

}

.catItemLinks{
	width:50%;
	position:relative;
	margin:0 !important;
}

.catItemCategory span{
	display:none !important;
}

.catItemCategory > a{
	float:left;
}

.catItemReadMore{
	float:right;
}

.k2ReadMore{
	border-width: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
	background: #0054a6;
	color:#fff !important;
	margin:0 auto;
}

.itemContainer{
	padding:30px;
	margin-bottom:20px;
	background:#fff;
	border:1px solid #eee;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
}

.itemFullText{
	color:#000 !important
	}
.itemContainer:hover{
	box-shadow: 0 1px 4px 0 rgba(12, 12, 12, 0.1);
}

div.itemToolbar{
	background:none !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius:none !important;
	}
	
div.itemHeader h2.itemTitle {

    padding: 10px 0 4px 0;
    margin: 0;
    font-size: 325% !important;
    font-weight: 700;
    font-weight: 700;
    line-height: 1.1;

}

.span.itemImage img{
	width: 100% !important;
}
div.itemToolbar {

    padding: 8px 0;
    margin: 16px 0 0 0;
    background: none !important;
    border-radius: O !important;
    border-bottom: 1px solid #fafafa;
    border-top: 1px solid #fafafa;

}