.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}


.news-article [style*="background:#2e7c88"] H1, 
.news-article [style*="background:#2e7c88"] H2, 
.news-article [style*="background:#2e7c88"] H3, 
.news-article [style*="background:#2e7c88"] H4, 
.news-article [style*="background:#2e7c88"] H5, 
.news-article [style*="background:#2e7c88"] H6,
.news-article [style*="background:#2e7c88"] p, 
.news-article [style*="background:#2e7c88"] a,
.news-article [style*="background:#2e7c88"] li {color:#fff}

.news-article [style*="background:#193844"] H1, 
.news-article [style*="background:#193844"] H2, 
.news-article [style*="background:#193844"] H3, 
.news-article [style*="background:#193844"] H4, 
.news-article [style*="background:#193844"] H5, 
.news-article [style*="background:#193844"] H6,
.news-article [style*="background:#193844"] p, 
.news-article [style*="background:#193844"] a,
.news-article [style*="background:#193844"] li {color:#fff}


.news-article [style*="background:#DEDEDE"] H1, 
.news-article [style*="background:#DEDEDE"] H2, 
.news-article [style*="background:#DEDEDE"] H3, 
.news-article [style*="background:#DEDEDE"] H4, 
.news-article [style*="background:#DEDEDE"] H5, 
.news-article [style*="background:#DEDEDE"] H6,
.news-article [style*="background:#DEDEDE"] p, 
.news-article [style*="background:#DEDEDE"] a,
.news-article [style*="background:#DEDEDE"] li {color:#000}


.background {
	padding: 15px;
}
.article {

}

.article .article-image + div {
    padding:0;
}


.article .article-image {
    height: 100%;
    position: relative;
}
.article .article-image img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%;
}

.article .name a {
	font-size: 20px;
	font-weight: 300;
	color: #333;
}
.article .name {
	line-height: 24px;
}
.article .article-meta {
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    font-size: 12px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	color: #555;
}
.article .article-meta > span {
	display: inline-block;
	padding-right: 10px;
}
.article .article-meta > span a {
    color: #555;
}
.article .article-meta > span i {
    color: #339c9c;
}
.article .description {
    padding-top: 10px
}
.article .btn-article {

}


.main-article {
	background: #eee;
	padding: 15px;
}
.main-article .description {
	-webkit-columns: 320px 3;
	-moz-columns: 320px 3;
	columns: 320px 3;
	-webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
	-webkit-column-rule: 1px solid #ddd;
    -moz-column-rule: 1px solid #ddd;
    column-rule: 1px solid #ddd;
}
.main-article .article-custom-1 {
    font-size: 25px;
    font-weight: 700;
	padding-bottom: 25px;
}
.main-article .article-custom-2 {
    font-style: oblique;
	font-weight: 500;
	font-size: 17px;
	padding-bottom: 15px;
	line-height: 1.2;
}
.main-article .article-custom-3 {
    font-weight: 700;
    font-size: 15px;
	padding-bottom: 15px;
}
.main-article .article-custom-4 {
	padding-bottom: 15px;
}
#slideshow-module-thumb .article-meta {
    pointer-events: all;
}
.main-article .article-meta {
    display: block;
    font-size: 12px; 
	color: #555;
	margin-bottom: 0;
}
.main-article .article-meta > span, #slideshow-module-thumb .article-meta > span {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
.main-article .article-meta > span a, #slideshow-module-thumb .article-meta > span a {
    color: #555;
	display: inline-block;
}
.main-article .article-meta > span i {
    color: #339c9c;
}
.main-article .article-meta .a2a_kit {
    padding: 0;
	float: right;
	margin-top: -2px;
}
.main-article .article-meta .a2a_kit > a {
    vertical-align: middle;
    padding-left: 5px;
}
.main-article .author {
	overflow: hidden;
	padding-top: 15px;
}
.main-article .author-image {
    float: left;
    margin-right: 15px;

    margin-bottom: 0px;
}

#comment-form {
	padding: 15px;
	background: #eee;
}
#comment-form h4 {
	padding-bottom: 15px;
}

.comment-comments {
	padding: 15px;
	background: #eee;
}
.comment-comments h4 {
    padding-bottom: 15px;
}
.comment-comments .comment {
	margin-bottom: 30px;
}
.comment-comments .comment-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.comment-comments .comment-header i {
    color: #339c9c;
}
.comment-comments .comment-header > span {
    float: right;
    font-size: 12px;
}
.comment-comments .comment-text {
    
}
.comment-comments .comment-text > a {
    display: block;
    text-align: right;
    cursor: pointer;
}
.comment-comments .comment-reply {
    background: #fff;
    padding: 15px;
    margin-bottom: 3px;
}
.comment-comments .comment-reply .reply-header {
	border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.comment-comments .comment-reply .reply-header i {
    color: #339c9c;
}
.comment-comments .comment-reply .reply-header > span {
    float: right;
    font-size: 12px;
}