@font-face{font-family:'BentonSansMedium';src:url('benton-sans-medium.eot');src:url('benton-sans-medium.eot#iefix') format('embedded-opentype'),url('benton-sans-medium.ttf') format('truetype'),url('benton-sans-medium.woff') format('woff'),url('http://www.sap.com/etc/designs/sapdx/clientlib-generic/fonts/benton-sans-medium.svg#BentonSansMedium') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'BentonSansBold';src:url('BentonSans-Bold.otf');src:url('BentonSans-Bold.otf') format('opentype'),url('BentonSans-Bold.ttf') format('truetype');font-weight:normal;font-style:normal}
@font-face{font-family:'BentonSansBook';src:url('BentonSans-Book.otf');src:url('BentonSans-Book.otf') format('opentype'),url('BentonSans-Book.ttf') format('truetype');font-weight:normal;font-style:normal}

#sapheader{
	height: 64px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1000;
}

#sapheader_holder{
	max-width: 982px;
	margin: 0 auto;
	max-height: 64px;
	position: relative;
}


#saplogo{
	position: absolute;
	top: 15px;
	left: 0px;
	height: 34px;
}

#close{
	position: absolute;
	top: 15px;
	right: 0px;
	height: 34px;
	display: none;
}

#close:hover{
    cursor: pointer;	
}

#videobg{
	width: 100%;
	top: 64px;
	height: calc(100% - 64px);
	padding: 0px;
	left: 0px;
	position: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    filter: url('blur.svg#blur');
    overflow: hidden;
}

#videobgdark{
	width: 100%;
	top: 0px;
	height: 100%;
	padding: 0px;
	left: 0px;
	position: fixed;
	background: rgba(0,0,0,0.5);
}

#bgdark{
	width: 100%;
	top: 0px;
	height: 100%;
	padding: 0px;
	left: 0px;
	position: fixed;
	background: rgba(0,0,0,0.9);
	display: none;
}

#stripe1{
	background: #f0ab00;
	opacity: 0.4;
	top: 0px;
	height: 100%;
	right: 16%;
	width: 8%;
	position: fixed;
	transition: right 2s;
}

#stripe2{
	background: #f0ab00;
	opacity: 0.7;
	top: 0px;
	height: 100%;
	right: 8%;
	width: 8%;
	position: fixed;
	transition: right 2s;
}

#stripe3{
	background: #f0ab00;
	opacity: 1;
	top: 0px;
	height: 100%;
	right: 0%;
	width: 8%;
	position: fixed;
	transition: right 2s;
}

#title_holder{
	max-width: 982px;
	margin: 0 auto;
	position: relative;
}

#title{
	font: 56px BentonSansBold, Arial, sans-serif;
	text-align: left;
	color: #fff;
	position: absolute;
	max-width: 80%;
	left: 0px;
	top: 200px;
	opacity: 0;
	line-height: 110%;
}

#discription{
	font: 34px BentonSansBook, Arial, sans-serif;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	line-height: 120%;
}

#title *{
	font: 34px BentonSansBook, Arial, sans-serif!important;
	text-align: left!important;
	color: #fff!important;
	font-weight: normal!important;
	font-style: normal!important;
	line-height: 120%!important;
}

#title #watch{
	font: 24px BentonSansBook, Arial, sans-serif!important;
	text-align: left;
	color: #fff;
	background-image: url(./play.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	height: 40px;
	padding-left: 80px;
	padding-top: 16px;
	margin-top: 15px;
	line-height: 120%;
}

#title #watch span{
	font: 24px BentonSansBook, Arial, sans-serif!important;
	line-height: 120%;
}

#title #watch span.or{
	font: 24px BentonSansBook, Arial, sans-serif!important;
	opacity: 0.3;
	line-height: 120%;
}

#title #watch:hover{
	cursor: pointer;
}

#title #watch:hover span.watch{
	text-decoration: underline;
}

#preloader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
	padding-top: 200px;
	z-index: 2000;
}

#maincontent{
	width: calc(100% - 20px);
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	top: 64px;
	padding: 10px 10px;
	left: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
    filter: url('blur.svg#blur');
}

#sapvideo{
	height: 600px;
    width: 69%;
    position: relative;
    margin: 0 auto;
    
	
    /*MS-1709
	top: 13rem;
	float: left;*/
    vertical-align: top;
	top: 6rem;
	/*max-width: 982px;*/

	display: none;
}
#qnaListHolder{
	float: left;
    width: 30%;
    position: relative;
    top: 13rem;
	display: none;
}
h1{
	font: 20px BentonSansBold, Arial, sans-serif;
	text-align: left;
	line-height: 110%;
}

#desc{
	font: 12px BentonSansBook, Arial, sans-serif;
	padding-top: 20px;
}

body{
	width: 100%;
	min-width: 150px;
	margin: 0;
	background: white;
	position: absolute;
}

#meta{
	margin: 0 auto;
}

#name, #desc{
	display: inline-block;
	text-align: left;
	height: 100%;
	vertical-align: top;
}


@media screen and (max-width: 1280px){
	#title{
		max-width: 60%;
	}
	
	#sapvideo{
		height: 600px;
		top: 100px;
	}
}

@media screen and (max-width: 1024px){
	#sapvideo{
		max-width: calc(100% - 30px);
		top: 70px;
	}
	
	#sapheader_holder{
		max-width: 100%;
		margin: 0 auto;
		max-height: 64px;
		position: relative;
	}
	
	#saplogo{
		position: absolute;
		top: 15px;
		left: 15px;
		height: 34px;
	}
	
	#close{
		position: absolute;
		top: 15px;
		right: 15px;
		height: 34px;
		display: none;
	}
	
	#title_holder{
		max-width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	#title{
		font: 56px BentonSansBold, Arial, sans-serif;
		text-align: left;
		color: #fff;
		position: absolute;
		max-width: 476px;
		left: 15px;
		line-height: 110%;
	}
}

@media screen and (max-width: 767px){
	#sapvideo{
		max-width: calc(100% - 30px);
		top: 70px;
	}
	
	#title_holder{
		max-width: calc(100% - 15px);
		margin: 0 auto;
		position: relative;
	}
	
	#stripe1, #stripe2, #stripe3{
		height: 100px;
	}
	
	#title{
		font: 28px BentonSansBold, Arial, sans-serif;
		top: 150px;
		max-width: 100%;
		line-height: 110%;
	}
	
	#title *{
		font: 18px BentonSansBook, Arial, sans-serif!important;
		line-height: 120%;
	}
	
	#title #watch{
		font: 22px BentonSansBook, Arial, sans-serif!important;
		line-height: 120%;
	}
	
	#title #watch span{
		font: 22px BentonSansBook, Arial, sans-serif!important;
		line-height: 120%;
	}
	
	#title #watch span.or{
		font: 22px BentonSansBold, Arial, sans-serif!important;
		line-height: 120%;
	}
	
	#preloader{
		padding-top: 50px;
	}
}