/*
@font-face{
	font-family:'IBMSemiBold';
	src:url("../fonts/IBMPlexSans-SemiBold-Latin1.woff") format("woff");
	font-weight:bold;
}

.fontBold {
	font-family:'IBMSemiBold',Helvetica,Arial,sans-serif;
	font-weight:bold;
}
*/
@font-face{
    font-family:'IBMRegular';
    src:url("../fonts/IBMPlexSans-Regular-Latin1.woff") format("woff");
    font-weight:normal;
}

.fontRegular {
	font-family:'IBMRegular',Helvetica,Arial,sans-serif;
	font-weight:normal;
}

@font-face{
	font-family:'IBMLight';
	src:url("../fonts/IBMPlexSans-Light-Latin1.woff") format("woff");
	font-weight:normal;
}
.fontLight {
	font-family:'IBMLight',Helvetica,Arial,sans-serif;
	font-weight:normal;
}

/* MAIN */

body {
	margin:0px;
	text-rendering:optimizeLegibility; 
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	
	font-kerning: none;
	-webkit-text-rendering: optimizeSpeed;
	text-rendering: optimizeSpeed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	
}

@media screen and (min-width:0) and (min-resolution:+72dpi) { /* IE fix */
	body { text-rendering:optimzeSpeed; }
}

div { position:absolute; display:block; } 

img { position:absolute; }

#ad, #banner {
	width:300px; 
	height:600px; 
}

#ad {   
	overflow:hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#banner {
	background-color:#000; 
}

svg {
	/*shape-rendering:geometricPrecision;*/
}

#border {
	width:298px;
	height:598px;
	border:0px solid #AAA;
	pointer-events:none;
	z-index:50;
	display:none;
}

/* INTERACTIVE */

.button {
	outline:none;
	background-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	user-select:none;
	cursor:pointer;
}

#clickthru { 
	width:300px; 
	height:600px; 
	z-index:98; 
	cursor:pointer; 
	background-color:rgba(0, 0, 0, 0);
}

#replayButton { 
	position:absolute;
	left:260px;
	top: 6px;
	padding:2px;
	z-index:99; 
	width: 16px;
	height: 16px;
	display:none;
}

/* custom */

.ref { display:block; width:100%; position:absolute; opacity:1;}
.ref img { width:100%; height:auto; }

.frame { 
	width:100%; 
	height:100%; 
	display:none; 
}

#bg {
	left:0px;
	top:0px; 
	opacity: 0;
}

#bg_noise1, #bg_noise2 {
	left:0px;
	top:0px; 
	opacity: 0;
}

/* IBM_LPSTW_Logo */

#ibmLogo {
	left:28px;
	top:31px; 
	z-index:10; 
}

#LPSTW_logo {
	left:140px;
	top:31px; 
	z-index:10; 
	opacity: 0;
}

/* ////////////////////////////////////////////////// */
/* TEXT */

.textGroup { 
	width:300px; 
	height:600px; 
} 

.textDiv { 
	width:100%; 
	height:40px;
	overflow:hidden; 
} 

.text1 { 
	font-family:"IBMLight";
	line-height:1.0em;
	font-size:27px; 
	letter-spacing:-0.015em;
	text-align:left; 
	width:300px;
	color:#FFF;
	opacity: 0;
}

.line1 { 
	left:28px; 
	top:119px; 
}

.line2 { 
	left:28px; 
	top:151px; 
}

.line3 { 
	left:28px; 
	top:184px; 
}

.line4 { 
	left:28px; 
	top:216px; 
}

.line5 { 
	left:28px; 
	top:249px; 
}

#ctaDiv {
	overflow: hidden;
	/*background-color:#FFF;*/
	width: 250px;
	height: 24px;
	left: 28px;
	top: 259px;
}


#ctaText {
	color:#FFF;
	font-family:'IBMRegular';
	font-weight:normal;
	font-size: 12.2px;
	letter-spacing:0em;
	line-height:1.0em; 
	opacity: 1;
}

#ctaArrow { 
	position:relative; 
	padding-left:5px; 
	top: 0px;
} 
