/* Newegg Live September 2017 */
body{ 
	background: #000;
	line-height: 1.36;
}
h2{
	display: inline;
    font: 400 32px 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: baseline;
    margin: 0 auto 1.5em auto;
}
p{ 
	margin: 2.5em auto;
	line-height: 1.8em;
}
.page-wrapper{
	margin: 0 auto;
    box-sizing: border-box;
    max-width: 1366px;
}
.section-inner{ 
	position: relative;
	background: #fff;
	z-index: 1;
	max-width: none;
}
.is-background-gray{ background: #f7f7f7}
.is-chipped-right:before{
	content: '';
	position: absolute;
	z-index: 2;
	bottom: -250px;
	left: 70%;
	background: #fff;
	width: 700px;
	height: 500px;
	transform: rotate(-40deg);
}
.is-chipped-left:before{
	content: '';
	position: absolute;
	z-index: 2;
	top: -250px;
	right: 70%;
	background: #fff;
	width: 700px;
	height: 500px;
	transform: rotate(-40deg);	
}
@media only screen and (max-width: 375px) {
	.is-chipped-right:before{ left: 80%; }
}

/* page header */
.live-header-top-background-container{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.live-header-top-background{
	position: relative;
	overflow: hidden;
}
.live-header-top-background:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	opacity: 0.8;
	z-index: 1;
}
.live-header-top-background img{
	display: block;
	width: 100%;
}
.live-header-logo{ 
	width: 25%;
	margin: auto;
	padding: 8% 0 5% 0;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 775px) {
	.live-header-logo{ width: 35%; }
}
.live-header-logo img{width: 100%;}

.fa-angle-double-down{
	display: block;
	font-size: 40px;
	color: #c4c5c7;
}
/* video */
.video{}
.video-inner{
	max-width: 750px;
	margin: auto;
	-webkit-transition: max-width 0.5s, height 0.5s;
    transition: max-width 0.5s, height 0.5s;
}
.video.scrolling .video-inner{ max-width: 620px; }
@media only screen and (max-width: 775px) {
	.video-inner{ max-width: 90%; }
}
@media only screen and (max-width: 470px) {
	.video-inner{ max-width: 100%; }
}
.video-monitor{
	background: url('../imgs/bg_monitor_screen.png') no-repeat center top;
	background-size: contain; 
	padding: 2.4% 4.43%;
	box-sizing: border-box;
}
.video-wrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video.scrolling .video-wrapper{
	-webkit-box-shadow: 0px 3px 25px 10px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 25px 10px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 25px 10px rgba(0,0,0,0.7);
}
.video-wrapper iframe,
.video-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-monitor-stand { 
	max-width: 750px;
	margin: auto auto 1.5% auto;
	text-align: center;
}
.video-monitor-stand img{
	display: block;
	width: 100%;
	text-align: center;
}
.arrow{
	text-align: center;
	margin-bottom: 3%;
}

/* live products */
.live-products{
	background: #fff;
	position: relative;
}
.live-products:before{
	content: '';
	width: 1px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	top: 0;
	background: #cc4e00;
	z-index: 3;
}
.live-products-group{
	padding: 85px 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.live-products-group:after{
	content: '';
	display: table;
	clear: both;
}
.live-products-wrapper{
	display: block;
	max-width: 315px;
	position: relative;
	box-sizing: border-box;
}
.live-products-group .flags{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.flags:before { right: -3%; }
.flags-body { right: -2%; }
.flags:after {
    left: -0.2em;
    -webkit-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    transform: skew(-26deg);
}
.live-products-group.expired .flags{ display: inline-block; }
.live-products-image{
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 30px;
	position: relative;
	margin-bottom: 20px;
}
.live-products-image:after{
	content: '';
	display: table;
	clear: both;
}
.live-products-image:before{
	content: '';
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #cc4e00;
	position: absolute;
	top: 40px;
	right: -13px;
	z-index: 4;
	box-sizing: border-box;
}
.live-products-image .live-products-wrapper{
	float: right;
	text-align: right;
}
.live-products-image .live-products-wrapper a{ display: block; }
.live-products-group .live-products-image:before{
	background: #fff;
	border: 3px solid #cc4e00;
}
.live-products-group.is-background-gray .live-products-image:before{ 
	background: #f7f7f7;
}
.active.live-products-group .live-products-image:before,
.active.live-products-group.is-background-gray .live-products-image:before,
.expired.live-products-group .live-products-image:before,
.expired.live-products-group.is-background-gray .live-products-image:before{ 
	background: #cc4e00;
	border: 3px solid #cc4e00;
}
.live-products-group.is-background-gray .product-image-wrapper{ 
	width: 100%;
	position: relative;
}
.live-products-group.is-background-gray .product-image-wrapper:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    opacity: .03;
    filter: alpha(opacity=3);
    box-sizing: border-box;
}
.live-products-image .product-image-wrapper img{ 
	display: block;
	width: 100%;
}
.live-products-group.expired .product-image-wrapper{
	opacity: 0.5;
}
.live-products-group-info{
	float: right;
	box-sizing: border-box;
	width: 50%;
	padding: 25px 30px 0 30px;
}
.live-products-group-info:after{
	content: '';
	display: table;
	clear: both;
}
.live-products-group.expired .live-products-group-info{ color: #707070; }

.live-products-time{ 
	position: relative;
	margin-bottom: 20px;
}
.live-products-time .live-products-time-starting span{ 
	font-size: 48px;
	line-height: 1;
}
.live-products-group.active .live-products-time .live-products-time-starting,
.live-products-group.expired .live-products-time .live-products-time-starting{ opacity: 0; }
.live-products-time .live-products-time-starting .live-product-time-label{
	font-size: 12px;
    display: block;
    text-transform: uppercase;
}
.live-products-time .live-products-time-count-down{ 
	position: absolute;
	top: 8px;
	left: -2px;
	display: none;
}
.live-products-group.active .live-products-time .live-products-time-count-down,
.live-products-group.expired .live-products-time .live-products-time-count-down{ display: block; }
.live-products-time .live-products-time-count-down span{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 2px;
	padding: 0;
	width: 28px;
	border-radius: 4px;
	background: #222;
	color: #fff;
	line-height: 42px;
	font-size: 30px;
}
.live-products-group.expired .live-products-time .live-products-time-count-down span{ 
	color: #fff;
	background: #b1b1b1;
}
.live-products-time .live-products-time-count-down .colon {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-style: normal;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
}
.live-products-group.expired .live-products-time .live-products-time-count-down .colon{ color: #b1b1b1; }

.live-products-group-info .live-products-title{ 
	display: block;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}
.live-products-gift-card{
	display: block;
	font-weight: bold;
}
.gift-card-amount{
	display: block;
	padding: 10px 0;
}
.live-products-gift-card img{
	display: inline; 
	width: 75px;
}
.live-products-group-info .price{ margin: 0; }
.item-info{ 
	font-size: 13px;
	line-height: 1.1em;
}
.space,
.finalPrice{ display: none; }
.originalPrice{
	position: static;
	font-size: 14px;
}
.soldout{
	margin-bottom: 0;
	padding-top: 0;
}
.selling-price{
	font-size: 26px;
	font-weight: bold;
	color: #cc4e00;
	line-height: 1.1em;
}
.selling-price sup{ 
	font-size: 15px;
	font-weight: normal;
}
.selling-price-map {
	display: none;
	font-size: 18px;
}
.selling-price-promo { display: none; }
.promo-code-group{
	border: 1px solid #cc4e00;
	padding: 4px 16px;
	margin: 25px 0;
	text-align: center;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	z-index: 1;
}
.promo-code-group .promo-code-label{
	position: absolute;
	top: -10px;
	left: -1px;
	color: #cc4e00;
	font-size: 13px;
	font-weight: normal;
	background: #fff;
	padding: 0 4px 2px 1px;
	z-index: -1;
}
.live-products-group.is-background-gray .promo-code-group .promo-code-label{ background: #f7f7f7;}
.live-products-group.expired .pricing-info{ display: none; }
.live-products-group.active .promo-code-question-marks{ display: none; }
.live-products-group .promo-code-question-marks{ 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
    width: 100%;
    height: 100%;
    padding: 4px 16px;
    box-sizing: border-box;
}
.live-products-group.active .promo-code-numbers{ opacity: 1; }
.live-products-group .promo-code-numbers{
	display: block;
	opacity: 0;
	min-width: 88px;
}
.live-products-group.active .selling-price-dft { display: none; }
.live-products-group.active .selling-price-map,
.live-products-group.active .selling-price-promo { display: block; }

/* grouped product color options */
.product-options{ 
	display: block;
	padding: 10px 0;
}
.product-options li{
	display: inline-block;
	margin: 1px;
	width: 28px;
	height: 28px;
}
.product-options li:after{
	content: '';
	display: table;
	clear: both;
}
.color-option-wrapper{
	display: block;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.color-option-wrapper:after{
	content: '';
	display: table;
	clear: both;
}
.color-option-wrapper span{
	display: block;
	float: left;
	width: 50%;
	height: 100%;
}
.color-black{ background: #000; }
.color-white{ background: #e5e5e5; }
.color-red{ background: #cf484a; }
.color-blue{ background: #3478bc; }
.color-green{ background: #58b83d; }

/* product layout - info left, image right */
.l-flipped .live-products-image{ float:right; }
.l-flipped .live-products-image:before{ left: -13px; }
.l-flipped .live-products-image .live-products-wrapper {
    float: left;
    text-align: left;
}
.l-flipped .live-products-group-info{float:left;}
.l-flipped .live-products-group-info .live-products-wrapper{
	float: right;
    text-align: right;
}
.l-flipped .live-products-time .live-products-time-count-down{ text-align: right; }
.l-flipped .live-products-group-info .live-products-time .live-products-time-count-down{
	left: auto;
	right: -2px;
}
.l-flipped .live-products-group-info .promo-code-group .promo-code-label{
	left: auto;
	right: -1px;
	padding: 0 1px 2px 4px;
}
.l-flipped .live-products-image .flags{ 
	right: auto;
	left:0;
}
.l-flipped .flags .flags-body { left: -2%; }
.l-flipped .flags:before { left: -3%; }
.l-flipped .flags:after {
    left: 0.2em;
	-webkit-transform: skew(26deg);
	-moz-transform: skew(26deg);
	-o-transform: skew(26deg);
	transform: skew(26deg);
}
@media only screen and (max-width: 665px) {
	.live-products-image
	.live-products-group-info {
	    float: none;
	}
	.l-flipped .live-products-group-info .live-products-wrapper {
	    float: none;
	    text-align: left;
	}
	.live-products-group .live-products-image:before{ left: -13px; }
	.live-products-group{ padding: 85px 15%; }
	.live-products:before{ left: 15%; }
	.live-products-image,
	.live-products-group-info{ 
		width: 100%;
		padding: 0 30px;
	}
	.live-products-image .live-products-wrapper{ 
		max-width: 100%;
		text-align: left;
	}
	.l-flipped .live-products-group-info .live-products-time .live-products-time-count-down {
		left: -2px;
		right: auto;
		}
	.live-products-group .flags{
		right: auto;
		left: 0;
	}
	.flags:before { left: -3%; }
	.flags-body { left: -2%; }
	.flags:after {
	    left: 0.2em;
	    -webkit-transform: skew(26deg);
	    -moz-transform: skew(26deg);
	    -o-transform: skew(26deg);
	    transform: skew(26deg);
	}

}
@media only screen and (max-width: 470px) {
	.live-products-group{ padding: 85px 10%; }
	.live-products:before{ left: 10%; }
}
@media only screen and (max-width: 375px) {
	.live-products-group{ padding: 40px 8%; }
	.live-products:before{ left: 8%; }
}

/* about newegg live */
.about-live{
	text-align: center;
	color: #fff;
	position: relative;
	background: url('../imgs/bg_02.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.about-live:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	opacity: 0.8;
	z-index: 1;
}
.about-live-wrapper{
	position: relative;
	z-index: 2;
	padding: 10% 20% 2% 20%;
}
@media only screen and (max-width: 1000px) {
	.about-live-wrapper{ padding: 5%;}
}
.page-bottom{
	margin: 15% 0 0 0;
	text-align: center;
}
.logo-newegg-wrapper{
	padding: 30px 0 0 0;
	background: #183247;
}
.logo-newegg{
	width: 100px;
	margin: auto;
}
.logo-newegg img{
	display: block;
	width: 100%;
}
.disclaimer{
	padding: 0;
	margin-bottom: 0;
	color: #c7c7c7;
}

/* offline */
.about-live.offline .about-live-wrapper{
	padding: 0 10%;
	text-align: left;
}
.offline-intro{ margin: 5% auto 10% auto; }
.offline-intro:after{
	content: '';
	display: table;
	clear: both;
}
.offline-intro-description,
.offline-intro-video{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 3%;
}
.offline-intro-description{
	color: #fff;
	margin-bottom: 5%;
}
.offline-intro-description p{ margin: 1.5em auto; }
.about-live-wrapper em{
	font-size: 18px;
	font-style: italic;
}
.next-show-time{
	font-size: 22px;
	margin-top: 40px;
}
.next-show-time-label{ color: #cc4e00; }
.next-show-time-info{
	font-weight: bold;
}
@media only screen and (max-width: 1230px) {
	.about-live.offline .about-live-wrapper{ text-align: center; }
	.offline-intro-description,
	.offline-intro-video{
		float: none;
		width: 100%;
	}
	.offline-intro-video{ padding: 5% 10% 0 10%; }
}
@media only screen and (max-width: 505px) {
	.next-show-time-info{ 
		display: block;
		padding-top: 5px;
	}
}

