
body.v6.summer2019_sale_home {
	 background: url( '/public/images/v6/colored_body_top3.png?v=1' ) center top no-repeat #1B2838;
 }


body.v6.summer2019_sale_home .ds_options {
	z-index: 100;
}

.home_pagecontent_ctn {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5%;
}

body.v6 .home_page_gutter {
	display: none;
}

body.v6 .discount_pct  {
	font-weight: bold;
	color: #000000;
	background: #A1CD44;
}

body.v6 .discount_prices .discount_original_price {
	color: #626366;
}

body.v6 .discount_prices > div {
	font-size: 14px;
}

body.v6 .discount_block {
	line-height: 19px;
	background: #000000;
	text-align: right;
	margin-left: auto;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

body.v6 .sale_capsule {
	position: relative;
}

.home_section_title {
	font-size: 24px;
	color: #FFF;
	margin-bottom: 10px;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

.home_featured_ctn {
	margin-bottom: 140px;
	min-height: 504px;
	margin-top: 32px;
}

.home_featured_ctn .sale_capsule_image {
	height: 450px;
	max-width: 360px;
}

.sale_capsule_image {
	display: block;
	max-width: 100%;
}

.sale_capsule.with_microtrailer .sale_capsule_image
{

	transition: opacity 0.6s;

	position: relative;
	z-index: 2;
}

.sale_capsule_video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;

	transition: opacity 0.6s;
}

.sale_capsule.with_microtrailer:hover .sale_capsule_image {
	opacity: 0;
}

.sale_capsule.with_microtrailer:hover .sale_capsule_video {
	opacity: 1;
}

.home_featured_ctn .three_row {
	display: flex;
	justify-content: space-between;
}

.home_featured_ctn .three_row .sale_capsule {
	position: relative;
}

.home_featured_ctn .three_row .sale_capsule .discount_block {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.home_featured_ctn .three_row .sale_capsule .discount_block > div {
	font-size: 14px;
}

.sale_capsule_image.autosize {
	width: 100%;
}

.home_morefeatured_ctn {
	margin-top: 100px;
	margin-bottom: 100px;
}

.home_morefeatured_ctn .home_section_title {
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 200; /* thin */

		}

.home_morefeatured_ctn .three_row, .home_morefeatured_ctn .four_row {
	display: flex;
	justify-content: space-between;
}

.home_category_ctn {
	display: flex;
	margin: 150px 0;
	position: relative;
}

.home_category_ctn .home_category_title_ctn {
	width: 330px;
	max-width: 28%;
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		}

.home_category_games_ctn {
	margin: 20px 0;
	padding: 18px;
	min-width: 0;
}

.home_category_games_ctn .salerow3 .sale_capsule {
	max-width: 374px;
	min-width: 220px;
	width: auto;
	flex: 1;
}

.see_more_link {
	color: #3596B5;
}

.home_category_ctn .see_more_link {
	position: absolute;
	bottom: 1%;
	right: 0;
}

.home_category_title {
	text-transform: uppercase;
	font-size: 32px;
	color: #FFFFFF;
	word-wrap: break-word;
	min-width: 70%;
	max-width: 95%;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 200; /* thin */

		}

.home_category_title b {
	font-size: 1.25em;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

		}

@media screen and (max-width: 1200px )
{
	.home_category_games_ctn .salerow3 .sale_capsule
	{
		min-width: 200px;
	}
    html.responsive #live_streams_carousel .focus .broadcast_capsule:nth-child(odd) {
        display: none;
    }
    html.responsive #live_stream_featured {
        width: 70%;
    }
    html.responsive #live_stream_featured .capsule {
        background: black;
        position: relative;
        display: flex;
        justify-content: center;
    }

    html.responsive #live_stream_featured .capsule img:nth-child(2) {
        width: 100%;
        height: auto;
        max-height: 345px;
        position: absolute;
        top: 0;
        left: unset;
    }
    html.responsive .home_broadcast_ctn .home_broadcast_sections .home_broadcast_more_ctn {
        width: 263px;
    }
    html.responsive .home_broadcast_ctn .carousel_container .carousel_items:not(.no_paging) > * {
        width: unset;
    }
    html.responsive .home_broadcast_ctn .carousel_container .carousel_items:not(.no_paging) {
        overflow-x: unset;
        overflow-y: unset;
        box-sizing: unset;
        padding-bottom: unset;
        display: unset;
        flex-wrap: unset;
    }

    html.responsive .home_broadcast_ctn.live_streams_ctn {
        width: calc(100vw - 5%);
    }
}

@media screen and (max-width: 910px )
{
	.home_category_ctn {
		flex-direction: column;
		margin: 100px 0;
	}


	.home_category_ctn .home_category_title_ctn
	{
		width: auto;
		max-width: none;
	}

	.home_category_ctn .home_category_title_ctn br
	{
		display: none;
	}

	.home_category_title {
		padding: 8px 5%;
		text-align: center;
	}

	.home_category_games_ctn {
		margin: 0 3% 20px;
	}

	.home_category_ctn .see_more_link {
		position: absolute;
		right: 3%;
	}
	.home_category_games_ctn .salerow3 .sale_capsule {
		min-width: 30%;
	}
	html.responsive .home_topsellers_ctn .home_topsellers_games_ctn .TopSellerCapsule:nth-child(even) {
		transform: none;
	}
}

@media screen and (max-width: 800px )
{
	.home_category_title {
		font-size: 35px;
	}
    html.responsive #live_streams_carousel {
        display: none;
    }
    html.responsive .home_broadcast_ctn .home_broadcast_sections .home_broadcast_more_ctn {
        background: unset;
        height: unset;
    }
    html.responsive .home_broadcast_ctn .home_broadcast_sections {
        flex-direction: column-reverse;
    }
    html.responsive #live_stream_featured {
        width: 100%;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 620px )
{
	.home_category_games_ctn .salerow3 .sale_capsule {
		min-width: 120px;
	}
    html.responsive .home_broadcast_ctn .live_streams_ctn {
        display: none;
    }
    html.responsive .home_broadcast_ctn .home_broadcast_sections .home_broadcast_more_ctn {
        background: unset;
    }
}

.home_franchises_ctn {
	background: rgba( 0, 0, 0, .1 );
	padding: 10px 0;
}

.home_franchises_ctn .home_section_title, .home_browsemore_ctn .home_section_title {
	text-align: center;
	margin: 15px 0 0 0;
}

.home_discounts_ctn {
	background: radial-gradient( ellipse at top, #587BD4 -20%, #1B2838 70%);

	display: flex;
	margin: 0 -20px 100px -20px;
	padding-top: 80px;
	flex-wrap: wrap;
}

.home_discounts_ctn .home_discounts_block {
	margin: 20px;
	flex: 1;

	min-width: 340px;
}

.home_discounts_ctn .home_discount_title_ctn {
	display: flex;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 12px;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

.home_discounts_ctn .home_discount_line {
	height: 2px;
	background: #527FEE;
	margin: auto 0 auto 10px;
	flex: 1 1 50%;
}

.home_browsemore_ctn {
	margin-bottom: 100px;
}

.home_account_ctn {
	display: flex;
	margin-bottom: 100px;
}

.home_account_ctn .home_wishlist_ctn {
	width: 70%;
	padding-right: 20px;
	border-right: 2px solid #555555;
}

.home_account_ctn .home_wishlist_games_ctn {
	display: flex;
	height: 400px;
}

.home_account_ctn .home_friends_ctn {
	margin-left: 150px;
	width: 30%;
}

.home_friends_ctn .home_friends_games_ctn {
	display: flex;
	flex-direction: column;
}

.home_account_ctn .see_more_link, .home_account_ctn .view_wishlist_link  {
	color: #65B1E9;
	display: block;
	text-align: right;
}

.home_topsellers_ctn, .home_newupcoming_ctn
{
	max-width: 1070px;
}

.home_topsellers_ctn .home_topsellers_games_ctn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 24px;
}

.home_topsellers_ctn .home_topsellers_games_ctn .TopSellerCapsule {
	margin: 15px 25px 15px 0;
	max-width: 40%;
}

.home_topsellers_ctn .home_topsellers_games_ctn .TopSellerCapsule:nth-child(even) {
	transform: translateY( 25% );
}

.TopSellerCapsule .ds_flag {
	top: 15%;
}

.home_broadcast_ctn {
	margin-top: 200px;
	margin-bottom: 200px;
}

.home_broadcast_section_ctn {
	display: flex;
}

.home_broadcast_ctn .home_broadcast_sections {
	display: flex;
	max-width: 1200px;
	min-width: 0;
	flex-basis: 1200px;
}

.home_broadcast_ctn .home_broadcast_sections .home_broadcast_featured_ctn {
	background: #000000;
	width: 500px;
}

.home_broadcast_featured_ctn_stretch {
	background: #1E1E1E;
	flex:1;
}

.home_broadcast_more_ctn_stretch.home_broadcast_more_ctn {
	flex:1;
	width: auto;

	display: flex;
	flex-direction: column;

	padding-top: 54px;
	padding-bottom: 33px;
}

.home_broadcast_more_ctn_stretch_bg
{
	background: #000000;
	flex:1;
}

.home_broadcast_ctn .home_broadcast_sections .home_broadcast_more_ctn {
	background: #000000;
	margin: 20px 0;
	height: 400px;
	width: 50%
}

.home_broadcast_ctn .home_broadcast_sections .home_broadcast_more_ctn .home_section_title {
	background: #1B2838;
	padding-left: 30px;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 200; /* thin */

		}

#live_stream_featured {
	padding: 35px;
	width: 60%;
	background-color: #1E1E1E;
    position: relative;
}
#live_stream_featured .broadcast_screenshot_and_autoplay .store_capsule {
	width: 100%;
    height: 100%;
	margin: unset;
    background: black;
}

#live_stream_featured .broadcast_screenshot_and_autoplay .live_stream_play_icon {
	top: 43% !important;
	left: 43% !important;
}
#live_stream_featured .title {
	margin-left: 5px;
	display: flex;
	justify-content: space-between;
    line-height: 38px;
}
#live_stream_featured .broadcast_screenshot_and_autoplay .carousel_broadcast_featured {
    position: absolute;
    width: 100%;
    height: 100%;
}
#live_stream_featured .broadcast_screenshot_and_autoplay {
	position: relative;
	height: 383px;
}
#live_stream_featured .capsule img:first-child {
    display: none;
}
#live_streams_carousel .title {
	margin-top: 23px;
	padding-bottom: 6px;
	margin-left: 5px;
	display: flex;
	justify-content: space-between;
}
.home_broadcast_ctn #live_streams_carousel {
	margin-top: 10px;
	padding-bottom: 5px;
}
.home_broadcast_ctn #live_streams_carousel .carousel_items .store_capsule {
	width: 220px;
	background: rgba(255,255,255,0.1);
}
.home_broadcast_ctn .carousel_container .carousel_items:not(.no_paging) > * {
	width: 510px;
	margin-top: 20px;
}
.home_broadcast_ctn .live_stream_play_icon {
	top: 28% !important;
	left: 35% !important;
}
.home_broadcast_ctn .focus .broadcast_capsule {
	margin-left: 20px;
	margin-bottom: 15px;
}
.broadcast_iframe_ctn {
/*	position: absolute;
	top: 0px;
	left: 0px;*/
	border: none;
	overflow: hidden;
    height: 345px;
    padding-bottom: 2px;
    width: 100%;
	display: flex;
	flex-direction: column;
	flex: 100 0;
	flex-direction: row;
	flex-wrap: nowrap;
	background: black;
	justify-content: space-between;
    position: absolute;
    z-index: 3;
}
.broadcast_iframe {
	width: 100%;
}
.broadcast_footer {
    background: -webkit-linear-gradient( -45deg, rgba(64,121,153,1) 5%,rgba(42,62,89,1) 95%);
	background: linear-gradient( -45deg, rgba(64,121,153,1) 5%,rgba(42,62,89,1) 95%);
    display: block;
    bottom: 33px;
    position: absolute;
    width: calc(100% - 70px);
}
.home_newupcoming_ctn {
	margin-bottom: 100px;
}

.home_newupcoming_ctn .home_tab_content {
	display: flex;
	flex-wrap: wrap;
}

.home_newupcoming_ctn .home_tab_content .sale_capsule {
	margin: 20px 20px 20px 0;
	max-width: 40%;
}

.home_newupcoming_ctn .home_tab_button {
	font-size: 20px;
	color: #FFF;
	margin: 0 20px 0 0;
	opacity: .7;
	display: inline-block;
	cursor: pointer;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

		}

.home_newupcoming_ctn .home_tab_button:hover:not( .active ) {
	color: #3596B5;
}

.home_newupcoming_ctn .home_tab_button.active {
	opacity: 1;
}

.salerow
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

	margin: 0 -6px 12px -6px;
}

.salerow3 .sale_capsule
{
	width: 374px;
}

.salerow4 .sale_capsule
{
	width: 275px;
}

.salerow.multiline
{
	flex-wrap: wrap;
	margin: -6px;
}

.sale_capsule
{
	margin: 0 6px;
	flex-grow: 0;
	display: block;
}

.salerow.multiline .sale_capsule
{
	margin: 6px;
}

body.v6 .sale_capsule .discount_block_inline
{
	background: transparent;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
}

.sale_capsule .discount_block_inline .discount_prices
{
	background: #000000;
}

.sale_capsule_image_ctn
{
	position: relative;
}

.sale_capsule_image_hover
{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #67c1f5;

	transition: opacity 0.4s;
	z-index: 3;
}

.sale_capsule:hover .sale_capsule_image_hover
{
	opacity: 1;
}

@media screen and (max-width:580px)
{
	html.responsive .salerow4
	{
		flex-wrap: wrap;
	}

	html.responsive .salerow4 .sale_capsule
	{
		width: 48%;
		margin-left: 0;
		margin-bottom: 12px;
	}
}

.hero_row
{
	display: flex;
	justify-content: space-between;
}

.hero_click_overlay
{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.hero_capsule
{
	width: 374px;
	position: relative;
	overflow: hidden;
	font-size: 12px;

	box-shadow: 2.86px 6.67px 14.29px rgba( 0, 0, 0, 0.67 );
	margin-left: 2.5%;
	max-width: 45%;
	margin-bottom: 12px;
}

.hero_capsule .ds_flag
{
	top: 3%;
}

@media screen and (max-width: 900px )
{
	.hero_capsule
	{
		font-size: 10px;
	}
}

@media screen and (max-width: 850px )
{
	.hero_row
	{
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.hero_capsule
	{
		margin-left: 0;
	}
}


.hero_capsule:first-child
{
	margin-left: 0;
}

.hero_capsule img.hero_capsule_img
{
	display: block;
	max-width: 100%;

	transition: opacity 0.5s;
}

.hero_discount
{
	position: absolute;
	right: 0;
	bottom: 5%;
	transition: bottom 0.6s;
}

.hero_discount.discount_block_inline.no_discount .discount_prices
{
	line-height: 25px;
	padding: 0 6px;
}

.hero_add_to_cart
{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 7%;
	transition: top 0.5s;
	padding: 8px 20px 0 0;
}

.hero_capsule:hover .hero_discount
{
	bottom: 15%;
}

.hero_data
{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: linear-gradient( to bottom, #294971 0%, #113158 100% );
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

			color: #ffffff;
	height: 57%;
	opacity: 0.5;

	transition: top 0.6s, opacity 0.5s;
}

.hero_capsule .hover_screenshots
{
	position: absolute;
	margin: 0;
	top: 100%;
	right: 0;
	width: 100%;
	height: 46.5%;
	opacity: 0;
	pointer-events: none;
	background: #000000;

	transition: top 0.6s, opacity 0.5s;
}

.hero_capsule .hero_video
{
	width: 100%;
}

.hero_capsule:hover .hero_data
{
	top: 46.5%;
	opacity: 1.0;
}

.hero_capsule:hover .hover_screenshots
{
	top: 0;
	opacity: 1.0;
}


.hero_capsule:hover img.hero_capsule_img
{
	opacity: 0.4;
}


.hero_data_content
{
	padding: 6% 9%;
}

.hero_stat
{
	white-space: nowrap;
	overflow: hidden;;
	text-overflow: ellipsis;
	line-height: 1.7em;

	position: relative;
	z-index: 2;
}

.hero_name
{
			font-family: "Motiva Sans", Sans-serif;
		font-weight: bold; /* bold */

			font-size: 2em;
}

.hero_stat .label
{
	color: #959595;
	text-transform: uppercase;
}

.franchise_overflow
{
	overflow: hidden;
}

.franchise_carousel
{
	position: relative;
}

.franchise_paging
{
	position: absolute;
	top: 0;
	bottom: 0;
}

.franchise_paging .franchise_capsule
{
	opacity: 0.5;
	pointer-events: none;
}

.franchise_previous
{
	right: 99%;
}

.franchise_next
{
	left: 99%;
}

.franchise_flex_overflow
{
}

.franchise_carousel.carousel_container .carousel_thumbs
{
	padding-top: 24px;
}

.franchise_flex
{
	display: flex;
	position: relative;
}

.franchise_flex.transition
{
	width: 200%;
	pointer-events: none;
}

.franchise_capsule
{
	position: relative;
	margin: 0 16px;

	width: 373px;
	background: #000000;

	box-shadow: 2.86px 6.67px 14.29px rgba( 0, 0, 0, 0.67 );

	overflow: hidden;
}

.franchise_flex .franchise_capsule:first-child
{
	margin-left: 0;
}

.franchise_flex .franchise_capsule:last-child
{
	margin-right: 0;
}

img.franchise_background
{
	display: block;
	width: 100%;

	transition: opacity 0.6s;
}

.franchise_logo_ctn
{
	position: absolute;
	left: 10%;
	right: 10%;
	top: 40%;
	transition: top 0.6s;
}

.franchise_logo_ctn img.franchise_logo
{
	display: block;
	width: 100%;
}

.franchise_discount_tag
{
	position: absolute;
	background: #A1CD44;
	font-size: 14px;
	color: #000000;
	line-height: 26px;
	padding: 0 16px;

	bottom: 5%;
	right: 0;

	transition: opacity 0.5s, bottom 0.6s;
}

.franchise_games
{
	position: absolute;
	left: 5%;
	right: 5%;
	top: 100%;
	transition: top 0.6s;
}

.franchise_game
{
	display: flex;
	margin-bottom: 10px;
}

.franchise_game .sale_capsule
{
	position: relative;
	z-index: 2;
}

.franchise_game.single
{
	justify-content: space-around;
	margin-bottom: 18px;
}

.franchise_game.double
{
	margin: -10px;
}

.franchise_game.double .sale_capsule
{
	margin: 10px;
	flex: 1;
	min-width: 0;
}

.franchise_game .sale_capsule_image
{
	width: 100%;
}

.franchise_capsule:hover .franchise_logo_ctn
{
	top: 5%;
}

.franchise_capsule:hover img.franchise_background
{
	opacity: 0.5;
}

.franchise_capsule:hover .franchise_discount_tag
{
	bottom: 40%;	/* logo also travels 35% of the way */
	opacity: 0;
}


.franchise_capsule:hover .franchise_games
{
	top: 40%;
}

.franchise_see_all
{
	padding: 4px 0 0 0;
	text-align: right;
	position: relative;
	z-index: 2;
	display: block;
	color: #A1D5F2;
	float: right;
}

.franchise_see_all:hover
{
	color: #ffffff;
}

.home_discount_games_ctn
{
	display: flex;
	margin: -10px;
	flex-wrap: wrap;
}

.home_discount_games_ctn .sale_capsule
{
	margin: 10px;
	max-width: 50%;
	min-width: 40%;
	flex: 1;
}

.home_browsemore_carousel
{
	margin: 20px 5%;
}

.tag_squares_ctn
{
	display: flex;
	margin: 0;
	padding: 20px 0;
}

.tag_square
{
	margin: 0 2%;
	max-width: 25vw;
	flex: 1;
}

.carousel_container .carousel_items:not(.no_paging) > .tag_squares_ctn
{
	width: auto;
}

.tag_square:first-child
{
	margin-left: 0;
}

img.tag_square_img
{
	width: 100%;
	display: block;
}