/*
*   Ghost Recon Wildlands / homepage CSS
*   Sylvain Ricaud 2015
*/

div#main > div:not(.row_bgvideo):not(.toggle_nav):not(.row_header):not(.row_footer):not(.row_lang) {
  background-color: white!important;
}

.row_bgvideo {
	height: 780px;
	position: relative;
	z-index: 0;
}
.row_bgvideo .bg {
	background: #fff url("bg-homepage.jpg") 50% 0% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.row_bgvideo .c_bgvideo {
	z-index: 2;
	position: relative;		
	max-width: 1180px;
	width: 100% !important;
}

.row_news,
.row_game_overview {
	background: white;
	z-index: 1;
	position: relative;
}

.cta_trailer {
	margin-top: 300px;
	text-align: center;
	
}

.cta_trailer h2 {
	font-family: "Gotham-Medium", sans-serif;
	text-transform: uppercase;
	color:#fff;
	font-size: 50px;
	line-height: 1.3;
	text-shadow: 4px 4px 0 rgba(75,79,108,0.36);
	margin-bottom: 40px;
	padding: 0 10px;
}

.cta_trailer a {
	background-color: #e09f38;
	background-repeat: no-repeat;
	background-image: url("sprites.png");
	background-position: 25px -87px;
	padding: 15px 25px 12px 75px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Tungsten-Semibold", sans-serif;
	font-size: 28px;
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
}

.cta_trailer a:hover {
	background-color: #000;
}

.cta_trailer a:active {
	background-color: #e09f38;
}

#popin .trailer .iframe {
	padding-bottom: 56.25%;
	position: relative;
}
#popin .trailer .iframe iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#popin .images img {
	width: 100%;
}
#popin .images span {
	color: white;
	padding: 10px;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
}

#popin .close {
	width:40px;
	height: 40px;
	background: transparent url("btn_close.png") top left no-repeat;
	float:right;
	margin-bottom: 13px;
	cursor: pointer;
}

#popin .swiper-container {
	clear: both;
}

.game_overview > div {
	position: relative;
}
.game_overview_travellers {
	margin-top: -25%;
}

.game_overview_travellers .skull-cover {
	background-image: url(skull-cover.png);
	background-position: center center;
	width: 100%;
	height: 2500px;
	position: absolute;
}

.game_overview_travellers_screenshots > .container {
	z-index: 2;
	position: relative;
}
.game_overview_travellers_screenshots .skull-bg {
	background: transparent url("bg-skull.png") center center no-repeat;
	padding-bottom: 81.5%;
	width: 100%;
	left: -7%;
	margin-top: -26%;
	z-index: 1;
	position: absolute;
	background-size: 100%;
}

body.grw_home {
	background: white;
}

/* news */

.c_news {
	max-width: 1180px;
	width: 100% !important;
}

.news_title,
.grw_news .game_overview_title {
	margin: 30px auto;
}

.news_title h2,
.game_overview_title h2 {
	font-family: "Gotham-Medium", sans-serif;
	font-size: 45px;
	letter-spacing: 8px;
	text-transform: uppercase;
	color:#a09f9e;
	margin-bottom: 0;
	border-bottom: solid 1px #a09f9e;
}

.morenews {
	float:right;
	margin-top: -59px;
}

.news_list {
	font-family: "Tungsten-Semibold", sans-serif;
	display: table;
}

.news_list .item {
	width: 32%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	border-bottom: 0;
	padding: 0;
	padding-bottom: 60px;
}

.news_list .item:first-child, .news_list .item:last-child {
	margin-left: 0;
	margin-right: 0;
}

.news_list .item img {
	width: 100%;
}

.news_list .item:last-child {
	margin-right: 0;
}

.news_list .item h3 {
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0px 20px 15px 20px;
}

.news_list .item h3 a {
	color:#000;
	text-decoration: none;
}

.news_list .item h3 a:hover {
	color:#e09f38;
}

.news_list .item strong {
	display: none;
}

.news_list .news_date {
	font-size: 18px;
	color:#a09f9e;
	margin: 10px 20px 5px 20px;
	letter-spacing: 1px;
}

.news_list .news_date span {
	display: none;
}

.news_list .item p a {
	margin: 0 0 0 20px;
	font-size: 20px;
}

.contentsummary-scrollable.vertical,
.contentsummary-scrollable.vertical .page {
	height: auto!important;
}

.news_list .actions,
.news_list .seeAll {
	display: none;
}

/* /news */

/* Game overview */

/* see news section for H2 styles */

.c_game_overview {
	width: 100%!important;
}

.game_overview {
	position: relative;
}

.game_overview .container {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.row_game_overview .game_overview_introduction .bg{
	background: #fff url("bg-overview.jpg") top center no-repeat;
	background-size: 100%;
	background-position: center 28%;
	width: 100%;
	padding-bottom: 70%;
	top: 0;
}

.game_overview_introduction {
	position: relative;
}

.game_overview_introduction .container > div {
	width: 780px;
	margin-top: 160px;
	font-size: 33px; 
	padding-left: 10px;
	position: absolute;
	top: 0;
}

/* /Game overview */

/* Become a ghost */



.game_overview_travellers .container > div {
	width: 80%;
	position: relative;
	margin-bottom: 60px;
}

.game_overview_travellers h3,
.game_overview_hunters h3,
.game_overview_unique h3 {
	position: relative;
	z-index: 2;
	font-size: 65px;
	font-family: "Gotham-Medium", sans-serif;
	text-transform: uppercase;
	color:#000;
	line-height: 1;
	margin-bottom: 50px;
}

.game_overview_travellers h3 strong,
.game_overview_hunters h3 strong,
.game_overview_unique h3 strong {
	display: block;
	margin-left: 55px;
	color:#d69728;
	font-size: 104px;
	font-family: "Gotham-Black", sans-serif;
}

.game_overview_hunters h3 strong {
	margin-left: 0;
	margin-right: 0;
}

.game_overview_travellers p,
.game_overview_hunters p,
.game_overview_unique p {
	position: relative;
	z-index: 2;
	font-family: "Gotham-Medium", sans-serif;
	font-size: 24px;
}

.game_overview_travellers img {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.game_overview_travellers_screenshots,
.game_overview_hunters_screenshots {
	z-index: 2;
}

.game_overview_travellers_screenshots ul {	
	margin-left: -1%;
	margin-right: -1%;
}

.game_overview_travellers_screenshots li,
.game_overview_hunters_screenshots li {
	display: block;
	float:left;
	width: 33.333%;
	padding: 0 1%;
	text-align: center;
}

.game_overview_travellers_screenshots li:last-child,
.game_overview_hunters_screenshots li:last-child {
	margin-right: 0;
}

.game_overview_travellers_screenshots a,
.game_overview_hunters_screenshots a {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.game_overview_travellers_screenshots a img,
.game_overview_hunters_screenshots a img {
    display: block;
    height: auto;
    width: 100%;
}

.game_overview_travellers_screenshots span,
.game_overview_hunters_screenshots span {
	opacity: 0;
    background: rgba(0, 0, 0, 0.5) url("icon-zoom.png") center center no-repeat;
    cursor: pointer;
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.game_overview_travellers_screenshots li:hover span,
.game_overview_hunters_screenshots li:hover span {
	opacity: 1;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
}

/* JUMPER */

#jumper {	
	position: relative;
	margin: 0 auto 0 auto;
	display: block;
}

/* /Become a ghost */

/* Massive open world */

.game_overview_hunters {
	margin-top: 43%;
	position: relative;
	z-index: 2;
}

.game_overview_hunters_screenshots .bg {
	background: transparent url("bg-jump.png") top center no-repeat;
	height: 1650px;
	width: 100%;
	z-index: 0;
	position: absolute;
	top: -260px;
}
.game_overview_hunters_screenshots .container {
	position: relative;
	z-index: 1;
}
.game_overview_hunters h3 { /* For complete H3 styling see "Become a ghost" section */
	text-align: right;
}

.game_overview_hunters .container > div {
	margin: -14% 0 60px;
	width: 100%;
	max-width: 940px;
	float: right;
}

/* /Massive open world */

/* Total freedom of choice */

#family {
	background-position: bottom center;
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 100%;
}

.game_overview_unique {
	position: relative;
	z-index: 1;
	text-align: center;
	background: transparent url("bg-freedom.jpg") center bottom no-repeat;
	padding-top: 370px;
	padding-bottom: 66%;
	background-size: 100%;
}

.game_overview_unique h3 { /* For complete H3 styling see "Become a ghost" section */
	text-align: center;
}

.game_overview_unique p {
	display: table; /* fix Chrome bug */
}

.game_overview_unique h3 strong {
	margin-left: 0;
}

/* /Total freedom of choice */

/* Media Queries */

@media (max-width: 1700px) {
	.game_overview_introduction .container > div {
		margin-top: 200px;
	}
}

@media (max-width: 1550px) {
	.game_overview_introduction .container > div {
		width: 680px;
		margin-top: 60px;
		font-size: 26px;
		padding-left: 100px;
	}
}

@media (max-width: 1350px) {
	.game_overview_hunters {
		margin-top: 50%;
	}
}

@media (max-width: 1200px) {
	.news_list .items, .news_title h2, .game_overview_title h2 {
		padding: 0 10px;
	}
	.morenews {
		margin-right: 10px;
	}
	.game_overview_introduction .container > div {
		width: 60%;
		margin-top: 30px;
		padding-left: 130px;
		font-size: 22px;
	}
	.game_overview_travellers h3, .game_overview_hunters h3, .game_overview_unique h3 {
		padding: 0 20px;
	}
	.game_overview_travellers p,
	.game_overview_hunters p,
	.game_overview_unique p {
		padding: 0 20px;
	}
	.game_overview_travellers_screenshots  {
		padding: 0 1%;
	}
	#jumper {
		width: 768px;
		margin-top: 140px;
	}
} /* @media close */


@media (max-width: 992px) {
	.news_list .item h3 {
		font-size: 20px;
	}
	
	.game_overview_title {
		border: 0;
		margin: 7px auto;
	}
	.news_title h2,
	.game_overview_title h2 {
		text-align: center;
		font-size: 30px;
	}
	
	.cta_trailer {
		margin-top: 230px;
	}
	.cta_trailer h2 {
		font-size: 35px;
	}
	.news_list {
		margin-left: auto;
		margin-right: auto;
	}
	.news_list .items {
		padding: 0;
	}
	.news_list .item {
		width: 100%;
		float: none;
		display: inline-block;
		text-align: center;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: solid 1px #a09f9e;
	}
	.news_list .item img {
		width: 100%;
		max-width: 550px;
	}
	.news_list .item h3 {
		font-size: 28px;
		margin: auto;
		margin-top: 10px;
		width: 100%;
		max-width: 550px;
		text-align: center;
	}
	.news_list .item .news_date {
		margin: auto;
		width: 100%;
		max-width: 550px;
		text-align: center;
	}
	.news_list .item > p > a {
		margin: auto;
		display: table;
	}
	.morenews {
		float: none;
		margin: 15px auto 30px auto;
		display: table;
	}
	.game_overview_introduction .container > div {
		position: relative;
		width: 100%;
		padding: 0 20px;
	}
	.game_overview_travellers .container > div {
		width: 100%;
	}
	.game_overview_travellers h3, .game_overview_hunters h3, .game_overview_unique h3 {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.game_overview_travellers {
		margin-top: -90px;
	}
	.game_overview_travellers h3, .game_overview_hunters h3, .game_overview_unique h3 {
		font-size: 45px;
	}
	.game_overview_travellers h3 strong, .game_overview_hunters h3 strong, .game_overview_unique h3 strong {
		font-size: 60px;
	}
	
	.news_list .item {
		margin-left: 0;
		margin-right: 0;
	}
	.game_overview_title h2 {
		border: 0;
	}
} /* @media close */


/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#drone {
		display: none;
	}
	.row_game_overview .game_overview_introduction .bg {
		background-size: 768px;
		padding-bottom: 526px;
	}
	.game_overview_travellers_screenshots .skull-bg {
		padding-bottom: 620px;
		left: 0;
		background-size: 768px;
		background-position: left center;
	}
	.game_overview_hunters {
		margin-top: 470px;
	}
	#jumper {
		width: auto;
		max-width: initial;
		margin-top: 66px;
		left: -587px;
	}
	.game_overview_hunters_screenshots .bg {
		top: -365px;
	}
	.game_overview_unique {
		padding-top: 270px;
	}
	.game_overview_travellers p, .game_overview_hunters p, .game_overview_unique p {
		font-size: 20px;
	}
} /* @media close */


@media (max-width: 650px) {
	.game_overview_hunters {
		margin-top: 540px;
	}
	.game_overview_hunters h3 {
		text-align: center;
	}
	#jumper {
		width: 768px;		
		margin-top: 158px;
		position: absolute;
		left: -470px;
	}
	.game_overview_unique {
		padding-top: 850px;
	}
}

@media (max-width: 460px) {
	.cta_trailer {
		margin-top: 130px;
	}
	.row_bgvideo .bg {
		background-position: 56% 0%;
	}
	.game_overview_introduction .container > div {
		font-size: 18px;
	}
	.row_game_overview .game_overview_introduction .bg {
		background-position: 70% 28%;
	}
	.game_overview_hunters {
		margin-top: 600px;
	}
	.game_overview_travellers h3, .game_overview_hunters h3, .game_overview_unique h3 {
		font-size: 28px;
	}
	.game_overview_travellers h3 strong, .game_overview_hunters h3 strong, .game_overview_unique h3 strong {
		font-size: 40px;
	}
	.game_overview_hunters h3 strong {
		margin: 0;
	}
	.game_overview_travellers p, .game_overview_hunters p, .game_overview_unique p {
		font-size: 17px;
	}
	.game_overview_unique {
		padding-bottom: 80%;
	}
} /* @media close */