/* FC PRIMAL NEWS CSS */

.clearfix {
	clear: both;
}
.news_date span {
	display: none;
}

/*** SLIDER ***/
.news_header_list {
	display: none;
}
#fcnews-top-slider {
	margin-top: 135px;
	text-align: center;
	position: relative;
	z-index: 10;
}
#fcnews-top-slider .item {
	width: 100%;
	font-family: "TradeGothicLT", sans-serif;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#fcnews-top-slider .item img {
	margin: auto;
	z-index: 20;
	visibility: hidden;
	max-height: 600px;
}
#fcnews-top-slider .item h3 a {
	color: #da8c2f;
	font-size: 28px;
	margin-bottom: 45px;
	display: block;
}
#fcnews-top-slider .item strong {
	width: 800px;
	margin: auto;
	font-size: 46px;
	line-height: 52px;
	display: block;
	text-shadow: 1px 1px 4px #2d2d2d;
}
#fcnews-top-slider .item-text-container {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	white-space: normal;
	z-index: 100;
}
#fcnews-top-slider .item .news_date {
	margin: 55px auto 60px auto;
	font-size: 20px;
	letter-spacing: 2px;
}
#fcnews-top-slider .item .news_date span {
	margin-left: 15px;
}
#fcnews-top-slider .item p a {
	display: block;
	width: 320px;
	height: 66px;
	margin: 20px auto;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-style: normal;
	padding: 24px 0 0 0;
	text-align: center;
	background: url("btn-home-3.png") top center no-repeat;
}
#fcnews-top-slider .item p a:hover {
	background: url("btn-home-3-hover.png") top center no-repeat;
}
.fcnews-overlay-slider {
	position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
    z-index: 15;
    top: 0;
}

.livefyre-commentcount, .js-article-share {
	display:none!important;	
}

/** SLIDER PAGER **/
.fc-pager {
	width: 82px;
	height: 144px;
	margin-top: -72px;
	position: absolute;
	top: 50%;
	z-index: 200;
	cursor: pointer;
}
#fcnews-pager-prev {
	left: 12.5%;
	background: url("bt-news-arrows.png") 0 -144px no-repeat;
}
#fcnews-pager-next {
	right: 12.5%;
	background: url("bt-news-arrows.png") top center no-repeat;
}
#fcnews-pager-mobile {
	display: none;
}

/*** BODY NEWS LIST ***/
.row_news_list {
	background: url("bg-top-news.png") repeat-x center top;
	margin-top: -50px;
    padding: 0;
    position: relative;
    z-index: 10;
}
body.fc_primal_news_detail .row_news_list {
	background: url("bg-top-footer-black.jpg") repeat-x center top;
	margin-top: -40px;
}
.c_news_list {
	background: url("bg-news.jpg");
}
body.fc_primal_news_detail .c_news_list {
	background: black;
}

#fcnews-title-container {
	width: 50%;
	float: left;
	padding-bottom: 48px;
}
.filter_results {
	display: none;
}
.latest_updates_title {
	width: 1140px;
	margin: auto;
	/*padding-bottom: 80px;*/
	position: relative;
}
.latest_updates_title span {
	width: 29px;
	height: 16px;
	display: block;
	background: url("bt-news-arrow-grey-right.png");
	float: left;
	margin: 6px 15px 0 0;
}
.latest_updates_title h2 {
	font-family: "DINNextW1G", sans-serif;
	color: #828282;
	text-transform: uppercase;
	font-size: 32px;
}

.newsfilter-newslist {
	width: 1140px;
	margin: 0 auto;
}
.newsfilter-newslist .item {
	border-top: 1px #cacaca solid;
	padding: 50px 0;
	clear: both;
	overflow: auto;
}
.newsfilter-newslist .item > a {
	width: 520px;
	height: 245px;
	display: block;
	overflow: hidden;
	float: left;
}
.newsfilter-newslist .item h3, .newsfilter-newslist .item strong {
	width: 575px;
	float: left;
	font-family: "DINNextW1G", sans-serif;
}
.newsfilter-newslist .item h3 {
	margin: 25px 0 0 35px;
}
.newsfilter-newslist .item h3 a {
	color: #da8c2f;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
.newsfilter-newslist .item strong {
	color: #828282;
	font-size: 20px;
	margin: 25px 0 0 35px;
}
.newsfilter-newslist .item p, .newsfilter-newslist .item p span {
	display: none;
}
.newsfilter-newslist .item p.news_date {
	display: block !important;
	font-family: "DINNextW1G", sans-serif;
	color: #828282;
	margin: 50px 0 0 35px;
	float: left;
	font-size: 18px;
}

/*** PAGINATION NEWS LIST ***/
.newsfilter-pagination {
	width: 1140px;
	margin: 0 auto 25px auto;
	border-top: 1px #cacaca solid;
	overflow: hidden;
}
body.fc_primal_news_detail .newsfilter-pagination {
	border: none;
}
.newsfilter-pagination a {
	display: block;
	background: url("bt-news-arrow-grey-left.png") no-repeat;
	color: #828282;
	font-family: "DINNextW1G", sans-serif;
	margin-top: 25px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	font-size: 22px;
	padding: 0 0 0 40px;
}
.newsfilter-pagination a:hover {
	color: #da8c2f;
	background: url("bt-news-arrow-orange-left.png") no-repeat;
}
.newsfilter-pagination a:last-of-type {
	float: right;
	background: url("bt-news-arrow-grey-right.png") no-repeat right;
	padding: 0 40px 0 0;
}
.newsfilter-pagination a:last-of-type:hover {
	background: url("bt-news-arrow-orange-right.png") no-repeat right !important;
}

/*** FILTER NEWS LIST ***/
.newsfilter-labellist {
	width: 30%;
	float: right;
    position: relative;
}
.newsfilter-labellist ul {
	width: 100%;
	font-size: 22px;
	display: inline-block;
    border: 1px #828282 solid;
    text-align: left;
    cursor: pointer;
    background: transparent url("btn-select-2.png") right top no-repeat;
    position: absolute;
}
.newsfilter-labellist ul li {
	padding: 17px 75px 12px 15px;
	z-index: 2;
	color: #828282;
	font-family: "DINNextW1G", sans-serif;
}
.newsfilter-labellist ul li a {
	color: #a6a6a6;
}
.newsfilter-labellist ul li:not(.init) {
	width: 100%;
	display: none;
	border-bottom: 1px #828282 solid;
	background: white;
}
.newsfilter-labellist ul li:nth-child(2) {
	border-top: 1px #828282 solid;
}
.newsfilter-labellist ul li:last-child {
	border: none;
}
.newsfilter-labellist ul li:not(.init):hover, .newsfilter-labellist ul li.selected:not(.init) {
	background: white;
}
.newsfilter-labellist ul li:not(.init):hover a, .newsfilter-labellist ul li.selected:not(.init) a {
	color: #da8c2f;
}

/*** NEWS DETAIL ***/
.news_detail {
	position: relative;
	margin-top: 135px;
}
.fcnews-news-content-header {
	font-family: "TradeGothicLT", sans-serif;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fcnews-news-content-header img {
	visibility: hidden;
	max-height: 600px;
}
.fcnews-news-content-header h3 {
	width: 70%;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 52px;
	text-shadow: 1px 1px 4px #2d2d2d;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 19;
}
.fcnews-news-content-header p {
	font-size: 20px;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin-top: 75px;
	z-index: 19;
}
.fcnews-news-content-header iframe {
	display:none;
}
.top_share_buttons {
	display: none;
}
.fcnews-news-detail-header {
	width: 100%;
	height: 64px;
	background: url("bg-top-news.png") repeat-x center top;
    margin-top: -25px;
    padding: 0;
    position: relative;
    z-index: 19;
}
#fcnews-detail-global {
	color: #595959;
	background: url("bg-news.jpg");
	font-family: "DINNextW1G", sans-serif;
}

.news-detail {
	width: 1140px;
	margin: auto;
	padding-bottom: 40px;
}
.news-detail p {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}
.news-detail p a {
	color: #da8c2f;
	text-decoration: none;
}
.news-detail p a:hover {
	color: #da8c2f;
	text-decoration: underline;
}

.news-detail p.imgleft img {
	float: left;
	margin-right: 30px;
}
.news-detail p.imgright img {
	float: right;
	margin-left: 30px;
}
.news-detail p.imgfull {
	text-align: center;
}

.news-detail p.author, #fcnews-bottom-share-buttons {
	width: 563px;
	height: 155px;
	display: block;
	font-family: "DINNextW1G", sans-serif;
	background: url("bg-border-bts.jpg") no-repeat;
	text-align: center;
}
.news-detail p.author {
	float: left;
    padding-top: 47px;
}
.news-detail p.author span, #fcnews-bottom-share-buttons span {
	font-size: 20px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 25px;
}
#fcnews-bottom-share-buttons span {
	display: block;
	margin-bottom: 15px;
}
#fcnews-bottom-share-buttons {
	float: right;
	padding-top: 47px;
}
#fcnews-bottom-share-buttons div {
	display: inline-block;
	margin: 0 10px;
}

#fcnews-bottom-share-buttons .share_twitter a.twitter-share-button {
	width: 40px;
	height: 34px;
    background: url("ico-twitter.png") top center no-repeat;
    display: block;
}
#fcnews-bottom-share-buttons .share_twitter:hover a.twitter-share-button {
	background: url("ico-twitter-o.png") top center no-repeat;
}
#fcnews-bottom-share-buttons .share_facebook a {
	width: 17px;
	height: 34px;
    background: url("ico-facebook.png") top center no-repeat;
    display: block;
}
#fcnews-bottom-share-buttons .share_facebook:hover a {
	background: url("ico-facebook-o.png") top center no-repeat;
}

body.fc_primal_news_detail .newsfilter-labellist, body.fc_primal_news_detail .bottom_share_buttons {
	display: none;
}

body.fc_primal_news_detail .iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
	display: block;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.fc_primal_news_detail .newsfilter-newslist .item:first-child {
	border: none;
}

/*** FOOTER ***/
#fcnews-top-footer {
	width: 100%;
	height: 35px;
	background: url("bg-top-footer.jpg") center top repeat-x;
	margin-top: -5px;
}
.c_preorder_footer {
	background: black url("bg-pre-order-bottom.jpg") center top repeat-x;
	position: relative;
	padding-bottom: 90px;
}
.preorder_footer {
	margin: 0 auto;
	width: 1140px;
	text-align: center;
	position: relative;
}
.preorder_footer h2 {
	display: block;
	width: 555px;
	height: 151px;
	background: transparent url("bg-title.png") top center no-repeat;
	margin: 75px auto 55px auto;
	text-align: center;
	    padding-top: 75px;
	font-size: 45px;
    font-family: "TradeGothicLT", sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.preorder_footer span.coming {
	color: #da8c2f;
    font-size: 28px;
    font-style: italic;
    text-align: center;
    margin-bottom: 55px;
    display: block;
}
.preorder_footer .cta {
	display: block;
	width: 320px;
	height: 98px;
	background: transparent url("bg-btn-01.png") top center no-repeat;
	text-align: center;
	margin: 45px auto;
	padding: 35px 10px 0 10px;
	font-size: 25px;
	color: white;
	text-transform: uppercase;
}
.preorder_footer .cta:hover {
	color: #292929;
}

.preorder_footer .packshots {
	position: relative;
}
.preorder_footer .packshots img {
	margin: 0 20px;
}

body.fc_primal_news_detail #fcnews-top-footer {
	background: black;
}

/* ==MEDIA QUERIES */


@media screen and (max-width: 1279px) {
	
	/*** SLIDER ***/
	#fcnews-top-slider .item .news_date {
		display: none;
	}
	#fcnews-top-slider .item h3 a {
		margin-bottom: 15px;
		padding: 0 225px;
	}
	#fcnews-top-slider .item strong {
		width: 100%;
		padding: 0 125px;
		font-size: 32px;
	}
	#fcnews-top-slider .item img {
		width: auto;
		max-width: none;
		height: 550px;
	    position: relative;
	}
	#fcnews-pager-prev, #fcnews-pager-next {
		display: none;
	}
	body.fc_primal_news #fcnews-pager-mobile {
		width: 100%;
		margin: auto;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.fc-pager-mobile {
		width: 31px;
		height: 55px;
		display: inline-block;
		cursor: pointer;
		margin: 0 25px;
	}
	.fc-pager-mobile.fc-pager-ctrl-prev {
		background: url("bt-news-arrows-mobile.png") -31px 0 no-repeat;
	}
	.fc-pager-mobile.fc-pager-ctrl-next {
		background: url("bt-news-arrows-mobile.png") 0 0 no-repeat;
	}
	
	/*** FIN SLIDER ***/
	
	.newsfilter-pagination {
		width: 100%;
		text-align: center;
		padding: 0 25px;
		margin: 0 auto;
	}
	.newsfilter-pagination a {
		margin: 25px auto;
	}
	
	.newsfilter-newslist {
		width: 100%;
	}
	.newsfilter-newslist .item {
		text-align: center;
	}
	.newsfilter-newslist .item > a, .newsfilter-newslist .item h3, .newsfilter-newslist .item strong, .newsfilter-newslist .item p.news_date {
		width: auto;
		height: auto;
		float: none;
		display: block;
		margin: 30px auto;
		padding: 0 20px;
	}
	.newsfilter-newslist .item {
		padding: 0;
	}
	
	.latest_updates_title {
		width: 85%;
	}
	
	.preorder_footer {
		width: 100%;
		padding: 0 80px;
	}
	
	/*** NEWS DETAIL ***/
	.news_detail {
		margin-top: 95px;
	}
	.news-detail {
		width: 100%;
		padding: 0 85px 40px 85px;
	}
	.news-detail p.author, #fcnews-bottom-share-buttons {
		margin: 15px auto;
		float: none;
	}
	
	.fcnews-news-content-header img {
		max-width: none;
		height: 400px;
	}
	.fcnews-news-content-header p {
		width: 100%;
		bottom: 15%;
		top: auto;
		transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
	
}

@media screen and (max-width: 727px) {

	/*** SLIDER ***/
	#fcnews-top-slider {
		margin-top: 100px;
	}
	#fcnews-top-slider .item .news_date {
		display: none;
	}
	#fcnews-top-slider .item h3 a {
		margin-bottom: 0;
		padding: 0 35px;
	}
	#fcnews-top-slider .item strong {
		width: 100%;
		padding: 0 35px;
		font-size: 28px;
	}
	#fcnews-top-slider .item img {
		width: auto;
		max-width: none;
		height: 550px;
	    left: -50%;
	    position: relative;
	}
	#fcnews-pager-mobile {
		margin-bottom: 50px;
	}
	/*** FIN SLIDER ***/
	
	.latest_updates_title h2 {
		display: inline-block;
		margin-top: 50px;
	}
	#fcnews-title-container {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 0px;
	}
	.newsfilter-labellist {
		width: 100%;
		float: none;
		height: 50px;
	}
	.latest_updates_title span {
		float: none;
		display: inline-block;
	}
	
	.c_preorder_footer {
		padding-bottom: 10px;
	}
	
	.preorder_footer {
		padding: 0 12px;	
	}
	.preorder_footer .packshots img {
	    margin: 0 8px;
	    width: 28%;
	}
	.preorder_footer h2 {
	    display: block;
	    width: 100%;
		min-width: auto;
	    background: transparent url("bg-title-mobile.png") top center no-repeat;
	    margin: 0 auto 25px auto;
	    text-align: center;
	    font-size: 32px;
	}
	.preorder_footer .cta {
    	width: auto;
    }
    
    /*** NEWS DETAIL ***/
    .news-detail {
		width: 100%;
		padding: 0 25px 40px 25px;
	}
	.news-detail p.imgleft img, .news-detail p.imgright img {
		margin: 0;
		float: none;
	}
	
	.news-detail p.author {
		    line-height: 25px;	
	}
	
	.news-detail p.author, #fcnews-bottom-share-buttons {
		width: 100%;
		background: none;
	    border: 1px #828282 solid;
	}
	
	.fcnews-news-content-header h3 {
		width: 100%;
		padding: 0 25px;
	}

}