.category-preview {
    width: 48%;
    float: left;
    margin: 0px 10px 10px 0px;
}
.category-preview-img {
    width: 100%;
	height: 190px;
}
span.category-short-description {
    font-size: 1.15em;
}
.category-content {
    background-color: #ededed;
    height: 180px;
    padding: 10px;
}
a.category-button {
    margin-top: 10px;
    background-color: #702c49;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    border-radius: 5px;
    width: 160px;
    color: #ffffff;
    font-size: 1.2em;
}
.category-featured {
    width: 100%;
    margin: 0px 10px 10px 0px;
}
.category-featured-img {
    width: 100% !important;
    height: 380px !important;
	border-radius: 5px 5px 0px 0px;
}

.blog-preview {
    width: 48%;
    float: left;
    margin: 0px 10px 10px 0px;
	border: 1px solid #ccc;
}
.blog-preview-img {
    width: 100%;
	height: 190px;
}
div.blog-short-description {
    font-size: 1.15em;
	height: 60px;
}
.blog-text-description  p{
    font-size: 1.25em;
    line-height: 1.5em;
	margin: 0 0 20px 0;
}
.blog-content {
    background-color: #ededed;
    height: 180px;
    padding: 10px;
	border-top: 1px solid #c7c6c6;
}
a.blog-button {
    margin-top: 10px;
    background-color: #702c49;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    font-size: 1.2em;
}
.blog-featured {
    width: 100%;
    margin: 0px 10px 10px 0px;
}
.blog-featured-img {
    width: 100% !important;
    height: 380px !important;
	border-radius: 5px 5px 0px 0px;
}

.blog_rating{
	padding: 15px 0;
    text-align: center;
    width: 40px;
}

.blog-comments-title span{
	font-weight: bold;
}
.dl-blog-comments{
	margin: 15px 0;
}
.blog-comments-add .data-table .odd {
	background-color: #ededed !important;
}
.blog-div-comments{
    margin: 0 0 25px;
    padding: 18px;
    font-size: 14px;
    color: #333;
	border-top: 1px solid #999;
	background-color: #ededed;
}
.blog-div-comments .fieldset {
	background-color:transparent !important;
}
.li-linkedblog{
	padding-left: 15px;
    position: relative;
    font-size: 14px;
    margin-bottom: 3px;
    padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.li-linkedblog:before{
    content: "";
    background: url(../images/circle.png) no-repeat;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}

@media screen and (max-width:1023px) {
.blog-preview {width: 100% !important; float:none !important}
}