/* 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: 10;
	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{ text-align: center; }
.video-inner{
	display: inline-block;
	margin: auto;
	width: 750px;
	height: 422px;
	vertical-align: bottom;
	-webkit-transition: max-width 0.5s, height 0.5s;
    transition: max-width 0.5s, height 0.5s;
}
.video.scrolling { height: 25%; }
.video.scrolling .video-inner{
	width: auto;
	height: 100%;
}
.video-monitor{
	position: relative;
	background-size: contain; 
	height: 100%;
	box-sizing: border-box;
}
.video-monitor-bg {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	max-height: 422px;
	height: 100%;
	vertical-align: bottom;
}
.video-wrapper{
	position: absolute;
	bottom: 0;
	margin: 0 0 2.14% 4.43%;
	width: 91.14%;
	height: 91%;
	max-height: calc(422px - 4.28%);
}
@media only screen and (max-width: 775px) {
	.video-inner{
		width: 450px;
		height: 255px;
	}
	.video-monitor-bg { max-height: 255px; }
	.video-wrapper { max-height: calc(255px - 4.28%); }
}
@media only screen and (max-width: 470px) {
	.video-inner{
		width: 300px;
		height: 170px;
	}
	.video-monitor-bg { max-height: 170px; }
	.video-wrapper { max-height: calc(170px - 4.28%); }
}
.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: 11;
}
.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: 12;
	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: 3;
    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%;
	position: relative;
	z-index: 2;
}
.live-products-group.is-background-gray .product-image-wrapper:after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #fff;
}
.live-products-group.expired .product-image-wrapper,
.live-products-group.expired .live-products-gift-card{
	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/hosts.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; }
.offline-intro-video .video-inner {
	width: 100%;
	height: auto;
}
.offline-intro-video .video-monitor-bg { height: 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;
	}
}

/* ABOUT VIDEOS */
.about-video-section{
	padding: 10% 7%;
}
.about-video-section > h2{
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.about-videos:after{
	content: "";
	display: table;
	clear: both;
}
.about-videos{
	margin-top: 2.5em;
	text-align: center;
}
.about-video{
	float: left;
	padding: 15px;
	width: 25%;
	box-sizing: border-box;
}
.editorial.animated .editorial-media img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.popVideo-info h3{
	font-size: 14px;
	font-weight: bold;
}
.popVideo-info p{
	font-size: 13px;
}

@media only screen and (max-width: 1230px) {
	.about-video{
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.about-video{
		width: 100%;
	}
}
.video-time{
	font-size: 15px;
	margin-bottom: 10px;
}
.video-time-label{
	text-transform: uppercase;
	padding-right: 15px;
}
.video-time .fa{padding: 0 5px;}

/* override dynamic module */
.about-video-section .dynamic-module-wrap,
.about-video-section .dynamic-modules { border: 0; }
.about-video-section .dynamic-module:before { content: none; }
.about-video-section .dynamic-module-video { cursor: pointer; }
.about-video-section .dynamic-module-video img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.about-video-section .dynamic-module-video .dynamic-module-img-inner { padding-top: 75%; }
.about-video-section .dynamic-module-note {
	padding-right: 20px;
	max-width: none;
}
.dynamic-module-video-symbol {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}
.dynamic-module-video-symbol:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.dynamic-module-video-symbol .fa {
	vertical-align: middle;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	/*background: rgba(0, 0, 0, 0.8);*/
	color: #fff;
	font-size: 42px;
	line-height: 48px;
	text-align: center;
	transform: scale(1);
	transition: all 0.3s;
}
.dynamic-module-video-symbol:hover .fa { transform: scale(1.2); }
@media only screen and (max-width: 640px) {
	.dynamic-modules.has-2-part .dynamic-module { width: 100%; }
}


/* items gallery */
.live-shopping-items-wrap {
	position: relative;
	padding: 0 20px;
	max-width: 600px;
	height: 40px;
	box-sizing: border-box;
	font-size: 0;
}
.live-shopping-items-wrap .mc-prev,
.live-shopping-items-wrap .mc-next {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.live-shopping-items-wrap .mc-prev { left: 0; }
.live-shopping-items-wrap .mc-next { right: 3px; }
.live-shopping-items-wrap .mc-prev.disabled,
.live-shopping-items-wrap .mc-next.disabled {
	opacity: 0.1;
	cursor: default;
}
.live-shopping-items {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border-collapse: separate;
}
.live-shopping-items > li {
	display: inline-block;
	border-left: 1px solid transparent;
	vertical-align: middle;
}
.live-shopping-items > li:first-child { border: 0; }
.live-shopping-item {
	display: block;
	padding: 2px;
	width: 46px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.live-shopping-item > img {
	display: block;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	border: 3px solid #fff;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* popup tips */
.popTips-link:before {
	position: absolute;
	z-index: 5;
	bottom: 100%;
	margin-left: -8px;
	margin-bottom: -10px;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0px;
	border: 8px solid transparent;
	border-top-color: #ececec;
}
.popTips-link:hover:before { content: ''; }
.popTips-link:hover .popTips-wrap {
	display: inline-block;
	margin-bottom: -2px;
}
.popTips-wrap {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	bottom: 100%;
}
.popTips {
	display: block;
	position: relative;
	z-index: 2;
	bottom: 8px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #ececec;
	color: #222;
	font-size: 12px;
}
.live-shopping-items > li:first-child .popTips-wrap {
	left: 0;
	right: auto;
}
.live-shopping-items > li:first-child .popTips { left: 0; }
.live-shopping-items > li:first-child .popTips:before {
	left: 15px;
	right: auto;
}
.live-shopping-items > li:last-child .popTips-wrap {
	left: auto;
	right: 0;
}
.live-shopping-items > li:last-child .popTips { left: auto; }
.live-shopping-items > li:last-child .popTips:before {
	left: auto;
	right: 15px;
}