@charset "UTF-8";

/* STAR WARS :: GALACTIC EMPIRE :: TITAN XP COLLECTORS EDITION :: PRODUCT DESIGN TOUR :: KALEB WYMAN */

#section2 {
    z-index: 1;
}

#scroll-animation-empire {
	position: absolute;
	width: 100%;
	max-width: 1118px;
	/*min-height: 523px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	left: 0px;
	top: 360px;
	display: block;
	z-index: 0;
}

.playback-nav {
	position: relative;
	width: 90px;
	height: 24px;
	margin: 0 auto;
	top: 424px;
	left: -15px;
	z-index: 99;
    opacity: 0;
	/*background-color: rgba(255,0,0,0.2);*/
}

#pbtn1 {
	left: 0px;
}

#pbtn2 {

}

#pbtn3 {
	right: 0px;
}

.pbtn {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	cursor: pointer;
	display: inline-block;
}

.pbtn:last-child {
	margin: 0px;
}

.pbtn.active {
	background: url('/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/dot-active.svg');
}

.pbtn.inactive {
	background: url('/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/dot-inactive.svg');
}

/* CALLOUTS */

.callout-dot {
	width: 26px;
	height: 26px;
	background: url('/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/callout-circle-white.svg') no-repeat;
	cursor: pointer;
}

#callout-dot1 {
	opacity: 0;
	visibility: hidden;
}

#callout-dot2 {
    opacity: 0;
	visibility: hidden;
}

#callout-dot3 {
	opacity: 0;
	visibility: hidden;
}

#callout-dot4 {
	opacity: 0;
	visibility: hidden;
}

#callout-dot5 {
	opacity: 0;
	visibility: hidden;
}

.callout {
	width: 296px;
	padding: 15px;
	text-align: center;
}

#callout1 {
	opacity: 0;
	visibility: hidden;
    background: rgba(0,0,0,0.6);
    border: solid 2px #76b900;
}

#callout2 {
	opacity: 0;
	visibility: hidden;
    background: rgba(0,0,0,0.6);
    border: solid 2px #76b900;
}

#callout3 {
	opacity: 0;
	visibility: hidden;
    background: rgba(0,0,0,0.6);
    border: solid 2px #76b900;
}

#callout4 {
	opacity: 0;
	visibility: hidden;
    background: rgba(0,0,0,0.6);
    border: solid 2px #76b900;
}

#callout5 {
	opacity: 0;
	visibility: hidden;
    background: rgba(0,0,0,0.6);
    border: solid 2px #76b900;
}

.callout-title {
	font-family: 'NVIDIA';
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #76b900;
    text-transform: uppercase;
}

.callout-body {
	font-family: 'NVIDIA';
	font-size: 16px;
	font-weight: 100;
	color: #eee;
}

/* MOBILE BREAKPOINT */

@media only screen and (max-width: 767px) {

    /* INSERT DARTHVADER LIGHTSABER - MOBILE CSS */
    
	#scroll-animation-empire {
		position: relative;
		top: 30px;
		width: 100%;
		height: 410px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.sprite-container-empire {
		top: 200px;
		width: 280px;
		height: 168px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		overflow: hidden;
	}

	.sprite-empire {
		width: 6720px;
		height: 168px;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p1-280x168-m.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
	}
    
    .sprite-empire2 {
		width: 7840px;
		height: 168px;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p2-280x168-m.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
        display: none;
	}
    
    .playback-nav {
        position: relative;
        width: 90px;
        height: 24px;
        margin: 0 auto;
        top: 204px;
        left: 0px;
        z-index: 99;
        opacity: 0;
        /*background-color: rgba(255,0,0,0.2);*/
    }

	/* CALLOUTS - MOBILE */

	#callouts {
        position: relative;
        width: 298px;
        margin: 0px auto;
        padding: 0;
        left: -12px;
        top: -30px;
	}

	.callout {
		width: 95%;
        padding: 8px;
        padding-bottom: 4px;
	}

	#callout1 {
		position: absolute;
        left: 50%;
        margin-left: -108px;
        top: 0px;
        width: 220px;
        text-align: left;
        background: rgba(0,0,0,0.6);
        border: solid 2px #76b900;
	}

	#callout2 {
		position: absolute;
        left: 50%;
        margin-left: -108px;
        top: 0px;
        width: 220px;
        text-align: left;
        background: rgba(0,0,0,0.6);
        border: solid 2px #76b900;
	}
	#callout3 {
		position: absolute;
        left: 50%;
        margin-left: -108px;
        top: 0px;
        width: 220px;
        text-align: left;
        background: rgba(0,0,0,0.6);
        border: solid 2px #76b900;
	}

	#callout4 {
		position: absolute;
        left: 50%;
        margin-left: -108px;
        top: 0px;
        width: 220px;
        text-align: left;
        background: rgba(0,0,0,0.6);
        border: solid 2px #76b900;
	}

	#callout5 {
		position: absolute;
        left: 50%;
        margin-left: -108px;
        top: 0px;
        width: 220px;
        text-align: left;
        background: rgba(0,0,0,0.6);
        border: solid 2px #76b900;
	}

	#callout-dots {
		position: relative;
		width: 304px;
		height: 240px;
		margin: -140px auto;
		padding: 0;
		/*background-color: rgba(0,255,0,0.2);*/
	}

	.callout-dot {
		width: 36px;
		height: 20px;
		background: url(/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/callout-circle-white.svg) no-repeat;
		cursor: pointer;
		background-position: center center;
		background-size: contain;
	}

	#callout-dot1 {
		position: absolute;
		left: 210px;
		top: 30px;
	}

	#callout-dot2 {
		position: absolute;
        left: 102px;
        top: 30px;
	}

	#callout-dot3 {
		position: absolute;
		left: 20px;
   		top: 30px;
	}

	#callout-dot4 {
		position: absolute;
        left: 124px;
        top: 60px;
	}

	#callout-dot5 {
		position: absolute;
        left: 218px;
        top: 39px;
	}

}

/* TABLET BREAKPOINT */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* INSERT DARTH VADER LIGHTSABER - TABLET CSS */
    
    #bodytxt-section2 {
		width: 407px;
		margin: 0 auto;
	}
    
	#scroll-animation-empire {
        width: 100%;
        height: 546px;
        margin: 0;
        padding: 0;
        top: 0px;
        overflow: hidden;
		/*background-color: rgba(255, 100, 0, 0.6);*/
	}

	.sprite-container-empire {
		width: 536px;
		height: 322px;
		margin: 0 auto;
		padding: 0;
        top: 0px;
		overflow: hidden;
	}

	.sprite-empire {
		width: 12864px;
		height: 322px;
		background-color: #000;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p1-536x322-dt.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
	}
    
    .sprite-empire2 {
		width: 15008px;
		height: 322px;
		background-color: #000;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p2-536x322-dt.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
        display: none;
	}
    
    /* PLAYBACK BUTTONS - TABLET */
    
    .playback-nav {
        position: relative;
        width: 90px;
        height: 24px;
        margin: 0 auto;
        top: 550px;
        left: 0px;
        z-index: 99;
        /* background-color: rgba(255,0,0,0.2); */
    }

	/* CALLOUTS - TABLET */

	#callouts {
        position: relative;
        width: 100%;
        top: 0px;
        margin: 0 auto;
        left: 0px;
	}
    
    .callout {
		width: 624px;
		padding: 15px;
		text-align: center;
	}
    
	#callout1 {
        position: absolute;
        width: 406px;
        top: 0px;
        left: 50%;
        margin: 0 auto;
        margin-left: -220px;
	}

	#callout2 {
		position: absolute;
        width: 406px;
        top: 0px;
        left: 50%;
        margin: 0 auto;
        margin-left: -220px;
	}
	#callout3 {
		position: absolute;
        width: 406px;
        top: 0px;
        left: 50%;
        margin: 0 auto;
        margin-left: -220px;
	}

	#callout4 {
		position: absolute;
        width: 406px;
        top: 0px;
        left: 50%;
        margin: 0 auto;
        margin-left: -220px;
	}

	#callout5 {
		position: absolute;
        width: 406px;
        top: 0px;
        left: 50%;
        margin: 0 auto;
        margin-left: -220px;
	}

	#callout-dots {
		position: relative;
		width: 450px;
		height: 352px;
		margin: -352px auto;
		padding: 0;
		/*background-color: rgba(0,255,0,0.2);*/
	}

	#callout-dot1 {
		position: absolute;
        left: 350px;
        top: 148px;
	}

	#callout-dot2 {
		position: relative;
		left: 150px;
        top: 148px;
	}

	#callout-dot3 {
		position: relative;
        left: 0px;
        top: 122px;
	}

	#callout-dot4 {
		position: relative;
		left: 194px;
        top: 148px;
	}

	#callout-dot5 {
		position: relative;
        left: 356px;
        top: 84px;
	}

}

/* DESKTOP BREAKPOINT */

@media only screen and (min-width: 1025px) {
    
    /* INSERT DARTH VADER LIGHTSABER - DESKTOP CSS */

    #section2content {
        position: relative;
        margin: 0 auto;
        top: 40px;
    }
    
	#bodytxt-section2 {
		width: 672px;
		margin: 0 auto;
	}

	#scroll-animation-empire {
		position: relative;
		top: 0px;
		width: 100%;
		/*background-color: #6f0;*/
	}

	.sprite-container-empire {
		width: 536px;
		height: 322px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}

	.sprite-empire {
		width: 12864px;
		height: 322px;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p1-536x322-dt.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
	}
    
    .sprite-empire2 {
		width: 15008px;
		height: 322px;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p2-536x322-dt.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
        display: none;
	}

	/* CALLOUTS - DESKTOP */

	#callouts {
        position: absolute;
        left: 224px;
        top: 288px;
	}

	.callout {
		width: 482px;
		padding: 15px;
		text-align: left;
	}

	#callout-dots {
        position: relative;
        width: 536px;
        height: 322px;
        margin: -322px auto;
        left: 0px;
        padding: 0;
        /*background-color: rgba(0,255,0,0.2);*/
	}

	#callout-dot1 {
	    position: absolute;
		left: 392px;
   		top: 118px;
	}

	#callout-dot2 {
		position: absolute;
		left: 42px;
        top: 118px;
	}

	#callout-dot3 {
		position: absolute;
        left: 194px;
        top: 118px;
	}

	#callout-dot4 {
		position: absolute;
		left: 238px;
        top: 172px;
	}

	#callout-dot5 {
		position: absolute;
        left: 400px;
        top: 132px;
	}

	#callout1 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout2 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout3 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout4 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout5 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	h2 {
		font-family: GeForce;
		font-weight: lighter;
		color: #fff;
	}

}

/* ULTRA-WIDE DESKTOP BREAKPOINT */

@media only screen and (min-width: 1310px) {

    /* INSERT DARTH VADER LIGHTSABER - ULTRA CSS */
    
	#scroll-animation-empire {
		position: relative;
		top: 0px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		/*background-color: #03c;*/
	}

	.sprite-container-empire {
		width: 778px;
		height: 468px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		overflow: hidden;
	}

	.sprite-empire {
		width: 18672px;
		height: 468px;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p1-778x468-u.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
	}
    
    .sprite-empire2 {
		width: 21784px;
		height: 468px;
		background: url("/content/dam/en-zz/Solutions/geforce/titan-xp-collectors-edition/lightsabers/images/scrollanimation/galactic-empire-p2-778x468-u.jpg") no-repeat;
		background-position: 0px 0px;
		background-size: contain;
        display: none;
	}
    
    .playback-nav {
        top: 716px;
    }

	/* CALLOUTS - ULTRA-WIDE DESKTOP */

	#callouts {
		position: absolute;
        left: 292px;
        top: 370px;
	}

	.callout {
		width: 486px;
		padding: 15px;
		padding-top: 10px;
		text-align: left;
	}

	#callout-dots {
		position: relative;
		width: 1024px;
		height: 680px;
		margin: -680px auto;
		left: 0px;
		padding: 0;
		/* background-color: rgba(0,255,0,0.2); */
	}

	#callout-dot1 {
	    position: absolute;
		left: 700px;
		top: 392px;
	}

	#callout-dot2 {
		position: absolute;
		left: 402px;
        top: 392px;
	}

	#callout-dot3 {
		position: absolute;
		left: 190px;
		top: 392px;
	}

	#callout-dot4 {
		position: absolute;
        left: 470px;
        top: 458px;
	}

	#callout-dot5 {
		position: absolute;
        left: 700px;
        top: 410px;
	}

	#callout1 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout2 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout3 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout4 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#callout5 {
		position: absolute;
		top: 0px;
		left: 0px;
	}

}
