.com_content.view-category .t3-mainbody,
.com_content.view-article .t3-mainbody {
    background: #ffffff;
}

.com_content.view-category article.item {
    background: #fff;
    box-shadow: 0px 0px 76px 0px rgba(231, 231, 231, 0.66);
    min-height: 364px;
}

.com_content.view-category .entry-image,
.com_content.view-category .entry-gallery,
.com_content.view-category .entry-video,
.com_content.view-category .entry-audio,
.com_content.view-category .entry-link,
.com_content.view-category .entry-status,
.com_content.view-category .entry-quote {
    margin-bottom: 0px;
}

.com_content.view-category .entry-header {
    margin-bottom: 0px;
}

.blog-content {
    padding: 24px;
    font-size: 20px;
}

article.item h2 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
}

.view-article article.item {
    margin-bottom: 20px;
}

.view-article .pagenav {
    margin-top: 40px;
}

.view-article .pagenav li > a {
    border-radius: 6px;
    padding: 10px 24px;
}

.view-article .pagenav li > a:hover,
.view-article .pagenav li > a:focus {
    color: #fff;
}

.view-article .pagenav li.next {
    float: right;
}

.view-category .readmore {
    margin-top: 30px;
}


.com_content.view-article .article-info,
.com_content.view-category .article-info {
    line-height: 12px;
    text-align: center;
    width: 100%;
}

.com_content.view-article article.item h2,
.com_content.view-category article.item h2 {
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
}
.com_content.view-article article.item h2 a,
.com_content.view-category article.item h2 a {
    color: #000000;
}

.com_content.view-article .article-body-text,
.com_content.view-category .article-body-text {
    font-size: 18px;
    line-height: 1.7;
    color: #2a2e2b;
    word-break: break-all;
}

.entry-header h2 a:hover {
    color: #494949;
}



html.com_content .t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.com_content.view-article .t3-sidebar .module-title span:after,
.com_content.view-category .t3-sidebar .module-title span:after {
    height: 0px;
}

.com_content.view-article .t3-sidebar .module-title span,
.com_content.view-category .t3-sidebar .module-title span {
    padding-bottom: 0px;
}






.com_content.view-article .entry-header .page-header,
.com_content.view-category .entry-header .page-header {
    margin: 0;
    padding-bottom: 0px;
    border-bottom: none;
}
.com_content.view-article .article-info,
.com_content.view-category .article-info {
    margin: 0 0 5px 0;
    line-height: 12px;
}
.com_content.view-article .article-info > dd,
.com_content.view-category .article-info > dd {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-transform: none;
    margin: 0 8px 2px 0;
}



.com_content.view-article .t3-mainbody,
.com_content.view-category .t3-mainbody {
    padding: 60px 0 40px 0;
}


.article-footer-top {
    display: table;
    clear: both;
    width: 100%;
    margin-top: 30px;
}

.com_content.view-article .article-body-text,
.com_content.view-category .article-body-text {
    font-size: 12pt;
    line-height: 1.7;
}

.t3-content article.item .item-image img {
    width: 100%;
}







/****************************************************************/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.0);
    cursor: default;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: rgba(0, 0, 0, 0.8);
    background-color: #f1f2f7;
    border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
/*****************************************************************/
/* --> article */
/*****************************************************************/
.com_content .blog-content {
    word-break: break-all;
}

.com_content.view-category article.item {
    background: #fff;
    box-shadow: 0px 0px 76px 0px rgba(231, 231, 231, 0.66);
    min-height: 364px;
}

.com_content.view-category article.item .entry-image.intro-image {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}
.com_content.view-category article.item .entry-image.intro-image img {
    /*width: 100%;*/
    max-width: 100%;
}
.com_content.view-category article.item .entry-image.intro-image .overlay {
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;

    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.com_content.view-category article.item:hover .entry-image.intro-image .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.com_content.view-article article.item .entry-image.full-image {
    margin-bottom: 10px;
}
.com_content.view-article article.item .entry-image.full-image img {
    max-width: 100%;
}
/* --> article */



/*****************************************************************************************/

.com_content article .article-body-text ol {
    padding: 0 0 0 20px;
    margin-top: 0;
    margin-bottom: 0px;
}















