@charset "utf-8";


/***********************************************************************
	NEWS LIST - HIGHLIGHT
***********************************************************************/

.row_news_highlights				{}
.c_news_highlights					{ margin:0 auto; width:75%; }
.highlight_title					{ margin:6.25% 0; text-align:center; }
.highlight_title h2					{ font-size:10rem; }

.newspage_highlight					{ font-size:0; }
.newspage_highlight .item			{ display:inline-block; margin:0 15px; padding:0 0 15px 0; width:calc(50% - 30px); border:1px solid #333740; background:#000; vertical-align:top; -webkit-transition:border-color .5s ease; transition:border-color .5s ease; }
.newspage_highlight .item:hover     { border:1px solid #7a7e87; }

.newspage_highlight .item > a		{ display:block; }
.newspage_highlight .item img		{ display:block; width:100%; max-width:100%; }
.newspage_highlight .item h3		{ margin:15px 0; padding:0 15px; }
.newspage_highlight .item h3 a		{ color:#fff; }
.newspage_highlight p				{ display:none; }
.newspage_highlight p.news_date		{ display:block; padding:0 15px; color:#797d88; font-family:'R6S-Light'; font-size:2rem; }
.newspage_highlight p.news_date	span	{ display:none; }
.newspage_highlight strong			{ display:block; padding:0 15px; font-size:1.6rem; font-weight:normal; }

@media (max-width:991px)
{
	.c_news_highlights					{ width:90%; padding:15px; }
	.newspage_highlight .item			{ margin:0 0 30px 0; width:100%; }
}

@media (max-width:575px)
{

}






/***********************************************************************
	NEWS LIST - LIST
***********************************************************************/
.row_news_list						{ }
.c_news_list						{ margin:0 auto; width:75%; max-width:1000px; }

.latest_posts_title					{ margin:6.25% 0 0 0; text-align:center; }
.latest_posts_title	 h2				{ font-size:10rem; }


/***********************************************************************
	NEWS LIST - FILTER
***********************************************************************/
.news_list	{ position:relative; margin:0 auto; padding:40px 0; font-size:0; }
.news_list .newsfilter-labellist { margin:30px 0; text-align:center; }
.news_list .newsfilter-labellist a.newsfilter-label			{ display:inline-block; margin:15px; padding:10px 25px 15px 25px; min-width:100px; font-family:'R6S-Light'; font-size:2.4rem; line-height:0.83333; color:#fff !important; border:1px solid #36a9e0; background-color:rgba(0,0,0,0.5); text-align:center; text-transform:uppercase; vertical-align:middle; white-space:nowrap; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; transition:background-color .15s ease-in,border-color .15s ease-in; }
.news_list .newsfilter-labellist a.newsfilter-label:hover	{ color:#000 !important; background-color:#36a9e0; }
.news_list .newsfilter-labellist a.newsfilter-label.clicked	{ color:#000 !important; background-color:#36a9e0; }
.news_list .newsfilter-labellist a[data-method="trend"]		{ display:none; }


/***********************************************************************
	NEWS LIST - NEWS
***********************************************************************/
.news_list .newsfilter-newslist						{ /*margin:0 15px;*/ }

.news_list .newsfilter-newslist .item				{ position:relative; margin:0 0 30px 0; overflow:hidden; border:1px solid #333740; background:#000; -webkit-transition:border-color .5s ease; transition:border-color .5s ease; }
.news_list .newsfilter-newslist .item:hover     	{ border:1px solid #7a7e87; }

.news_list .newsfilter-newslist .item > a			{position:relative;display:block;float:left;margin:0 15px 0 0;padding: 28.125% 0 0 0;width: 50%;overflow:hidden;border-right:1px solid #333740;}
.news_list .newsfilter-newslist .item img			{ position:absolute; left:0; top:0; display:block; width:100%; max-width:100%; }
.news_list .newsfilter-newslist .item h3			{ display:block; margin:50px 0 15px 0; }
.news_list .newsfilter-newslist .item h3 a			{ color:#fff; }
.news_list .newsfilter-newslist .item strong		{ display:block; color:#fff; font-size:1.6rem; font-weight:normal; }
.news_list .newsfilter-newslist .item strong,
.news_list .newsfilter-newslist .item p				{ margin-left:30%; padding:0 15px; }
.news_list .newsfilter-newslist .item p.news_date	{display:block !important;position:absolute;top:0;left: 50%;margin:15px 0;color:#797d88;font-family:'R6S-Light';font-size:2rem;}
.news_list .newsfilter-newslist .item p.news_date span	{ display:none; }
.news_list .newsfilter-newslist .item p a			{ display:none; }


.news_list .newsfilter-pagination	{ margin:0 auto; overflow:hidden; }
.news_list .newsfilter-pagination a { display:inline-block; margin:15px; padding:10px 25px 15px 25px; min-width:100px; font-family:'R6S-Light'; font-size:2.4rem; line-height:0.83333; color:#fff !important; border:1px solid #36a9e0; background-color:rgba(0,0,0,0.5); text-align:center; text-transform:uppercase; vertical-align:middle; white-space:nowrap; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; transition:background-color .15s ease-in,border-color .15s ease-in; }
.news_list .newsfilter-pagination a:hover	{ color:#000 !important; background-color:#36a9e0; }
.news_list .newsfilter-pagination a.newsfilter-prev { float:left; }
.news_list .newsfilter-pagination a.newsfilter-next { float:right; }


@media (max-width:991px)
{
	.c_news_list					{ width:90%; padding:15px; }
	.news_list .newsfilter-newslist .item > a			{ padding:22.5% 0 0 0; width:40%; }
	.news_list .newsfilter-newslist .item p				{ margin-left:40%; }
	.news_list .newsfilter-newslist .item p.news_date	{ left:40%; }
}

@media (max-width:767px)
{
	.news_list .newsfilter-newslist .item > a	{ float:none; margin:0; padding:56.25% 0 0 0; width:100%; overflow:hidden; border-bottom:1px solid #333740; }
	.news_list .newsfilter-newslist .item h3	{ padding:0 15px; }
	.news_list .newsfilter-newslist .item h3			{ display:block; margin:15px 0 15px 0; }
	.news_list .newsfilter-newslist .item strong,
	.news_list .newsfilter-newslist .item p				{ margin-left:0; margin:15px; }
	.news_list .newsfilter-newslist .item p.news_date	{ position:static; margin:15px; }
}


/***********************************************************************
	NEWS DETAILS
***********************************************************************/

.r6_news_detail		{ background-image:url('r6-siege-v3-white-bg.jpg'); }

.row_news_detail	{}

.c_news_detail		{ margin:0 auto; width:90%; max-width:1080px; background:white; margin:20px auto; padding:5px 50px; }

.c_news_detail .news_detail_back	{ padding:20px 0; }

.c_news_detail .item			{ margin:60px 0 0 0; padding: 0 15px 5px 15px; color:#000; }

.c_news_detail .item h1,
.c_news_detail .item h2,
.c_news_detail .item h3,
.c_news_detail .item h4,
.c_news_detail .item h5,
.c_news_detail .item h6		{ padding:0; margin:30px 0; line-height:0.8; color:#000; text-shadow:none; }

.c_news_detail .item h3		{ font-size:4rem; }
.c_news_detail .item h4		{ font-size:3rem; }
.c_news_detail .item h5		{ font-size:2.4rem; }
.c_news_detail .item h6		{ font-size:2rem; }





.c_news_detail .item img			{ display:block; margin:10px auto; max-width:100%; height:auto;}
/*
.c_news_detail .item>img			{ display:block; margin:10px auto; height:auto; }
*/
.c_news_detail .item embed			{ display:block; margin:10px auto; max-width:100%; }
.mobile .c_news_detail .item embed	{ height:220px; }
.c_news_detail .item a				{ margin:10px 0px; color:#36a9e0 !important; }
.c_news_detail .item a.btn-r6		{ color:#fff !important; }
.c_news_detail .item a.btn-r6:hover { color:#000 !important;}
.c_news_detail .item p,
.c_news_detail .item ul,
.c_news_detail .item ol				{ margin:10px 0px; font-size:1.6rem; line-height:30px; color:#000; }
.c_news_detail .item ul,
.c_news_detail .item ol				{ margin:10px 20px; }
.c_news_detail .item ul li			{ list-style-type:square; }
.c_news_detail .item ol li			{ list-style-type: inherit; }
.c_news_detail .item blockquote		{ position:relative; margin:30px 40px; line-height:30px; font-style:italic; }
.c_news_detail .item blockquote:before	{ position:absolute; top:20px; left:-30px; content:open-quote; color:#797d88; font-size:3em; line-height:0.1em; }
.c_news_detail .item blockquote:after	{ position:absolute; bottom:-20px; right:-30px;  content:close-quote; color:#797d88; font-size:3em; line-height:0.1em; margin:20px; }
.c_news_detail .item hr				{ height:1px; border:0 none; background:#1e1e21; }
.c_news_detail .item iframe			{ margin:0 auto; }

.c_news_detail .item .news_img		{ margin:0 -15px; }

.c_news_detail .item img.thumb_news		{ display:block; margin: 0 auto !important; width:100%; }
.c_news_detail .item img.thumb_news		{ margin:0px -15px !important; width:calc(100% + 30px) !important; max-width:calc(100% + 30px) !important; max-width: 960px !important; margin: 0 auto !important; }

.c_news_detail h3.news_title	{ font-size:6rem; margin:15px 0; }
.c_news_detail p.news_date		{ margin-bottom:30px; color:#797d88; font-family:'R6S-Light'; font-size:2rem; }

.c_news_detail .buttons	{ display:block; margin:30px 0; }
/*
.c_news_detail .news_detail_share	{ color:#fff; font-size:20px; line-height:40px; text-align:center; text-transform:uppercase;	}
.c_news_detail .news_detail_share .share_facebook	{ display:inline-block; margin-left:10px; width:40px; height:40px; background:url('fc5-newsdetail-share-facebook.png'); }
.c_news_detail .news_detail_share .share_vkontakte	{ display:inline-block; margin-left:10px; width:40px; height:40px; background:url('fc5-newsdetail-share-vkontakte.png');	 }
.c_news_detail .news_detail_share .share_twitter	{ display:inline-block; margin-left:10px; width:40px; height:40px; background:url('fc5-newsdetail-share-twitter.png');	 }
.c_news_detail .news_detail_share .share_google		{ display:inline-block; margin-left:10px; width:40px; height:40px; background:url('fc5-newsdetail-share-twitter.png');	 }
*/

.see_all_news_link		{ margin:6.25% 0; text-align:center; }


.r6_news_detail	.row_news_highlights	{ padding:1px 0 6.25% 0; background:#0d0d0d url('r6-siege-v3-bg.jpg'); }



@media only screen and (max-width:1024px)
{
}

@media only screen and (max-width:768px)
{
	.newsfilter-labellist a {
		display: none!important;
	}

	.filter-select {
		text-align: center;
        margin: 0 auto 60px auto;
        width: 100%;
		position: relative;
		display: block;
	}

	select#filter-select {
		background: #fff url(r6-news-select-arrow-down.png) calc(100% - 20px) 50% no-repeat;
		border: 0;
		border-radius: 10px;
		color: #36a9e0;
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
		outline: none;
		text-transform: uppercase;
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: 'R6S-Light';
		font-size: 3.4rem;
        text-indent: 10px;
	}



	select#filter-select option {
		font-family: 'R6S-Light';
		font-size: 2rem;
        text-indent: 10px;
	}



}


@media only screen and (max-width:767px)
{

iframe {
    width: 100%;
    height: 10em;
}

}


@media (max-width:414px){.r6_communiyadvocate .highlight_title h2 {font-size: 60px;line-height: 48px;}}
