@charset "utf-8";

.livefyre-commentcount		{ position:absolute; z-index:10; right:0; bottom:0; margin:10px; padding:0 5px; color:#fff; background-color:rgba(0,0,0,0.5); text-transform:uppercase; }

/***********************************************************************
    NEWS LIST
***********************************************************************/
.row_newslist_content		{}
.row_newslist_content h2	{ margin:0 15px; }

/***********************************************************************
    NEWS DETAILS
***********************************************************************/
.row_news_content				{ }
.tcwr_news .c_last_news			{ }

.cta_back_news a				{ display:block; height:70px; line-height:60px; font-size:4rem; font-family:'tcreg', sans-serif; color:#000; background-color:#b51823; text-align:center; text-transform:uppercase; }

.news-detail					{ padding:20px; background:#fff; }
.news-detail .thumb_news		{ display:block; margin:-20px 0 0 -20px; width:calc(100% + 40px); max-width:calc(100% + 40px); height:auto; }
.news-detail h3					{ padding:20px 0; color:#000; font-size:4rem; line-height:1em; }
.news-detail p					{ padding:0; color:#444444; }
.news-detail p strong,
.news-detail strong				{ color:#000; font-weight:bold; }
.news-detail a					{ color:#2267B6; text-decoration:underline; }
.news-detail a:hover			{ text-decoration:underline; }
.news-detail img				{ max-width:100%; height:auto; }
.news-detail ul					{ padding:0 20px 0 40px; }
.news-detail ul li				{ color:#000; list-style-type:square; }
.news-detail .news_date			{ margin:0; font-family:'tcreg'; font-size:2rem; color:#808080; }
.news-detail iframe				{ width:100%;  }
.news-detail blockquote			{ margin:1em 20px; font-size:1.4rem; line-height:1.4em; color:#404040; }

.news-detail .share_buttons     	{ display:block; margin:30px 0; padding:20px; min-height:20px; }
.news-detail .share_buttons > div	{ display:inline-block; float:left; margin:0 20px 0 0; }
.news-detail .share_buttons .share_facebook {}
.news-detail .share_buttons .share_twitter  {}
.news-detail .share_buttons .share_reddit   {}
.news-detail .share_buttons .share_google   {}

.news-detail .share_buttons .share_facebook .fb_iframe_widget { min-width:80px; height:20px; }
.news-detail .share_buttons .share_facebook .fb_iframe_widget>span { min-width:80px !important; height:20px !important; }
.news-detail .share_buttons .share_facebook .fb_iframe_widget>span>iframe { min-width:80px !important; height:20px !important; }

.tcwr_news .c_last_news .item          { margin:0 0 10px 0; padding:0; height:296px; }
.tcwr_news .c_last_news .item > a      { position:relative; display:block; float:none; margin:0; padding:56.25% 0 0 0; width:100%; height:0; overflow:hidden; }
.tcwr_news .c_last_news .item img      { position:absolute; top:0; left:0; }
.tcwr_news .c_last_news .item h3       { margin:10px; }
.tcwr_news .c_last_news .item strong   { margin:0 10px; }
.tcwr_news .c_last_news .item p		   { margin:0 10px; }


/*******************************************************************************
    MEDIA-QUERIES (mobile)
*******************************************************************************/
@media only screen and (max-width:768px)
{
    .tcwr_newslist .c_side_content { display:none; }
	.c_last_news	{ margin:20px; }
}
