.bg {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: url(../Images/bgvideo_poster.jpg?022120161807);
	background-size: cover;
}

/*#bottombanner_small {
	position: absolute;
	display: block;
	width: 120px;
	height: 20px;
	margin: 10px;
	background: url(../Images/skipvideo.png);
	z-index: 3;
	opacity:0.6;
}*/


#bottombanner_small{
	position: absolute;
	display: none;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 100%;
}



@media all and (max-width: 1200px) {
	#bottombanner_small {
		width: 1200px;
	}
}




#bgvideo { z-index: 2; min-width: 100%; min-height: 100%; background-size: cover;}
.bgslideshow-image {
	position: absolute;
	min-width: 100%;
	min-height: 100%}
#bgslideshow-1 { background: url(../Images/bg1.jpg?022120161807); background-size: cover;}
#bgslideshow-2 { background: url(../Images/bg2.jpg?022120161807); background-size: cover; display: none; }
#bgslideshow-3 { background: url(../Images/bg3.jpg?022120161807); background-size: cover; display: none; }
#bgslideshow-4 { background: url(../Images/bg4.jpg?022120161807); background-size: cover; display: none; }
#skipvideo {
	position: absolute;
	display: block;
	width: 120px;
	height: 20px;
	margin: 10px;
	background: url(../Images/skipvideo.png);
	z-index: 3;
	opacity:0.6;
}
#replayvideo {
	position: absolute;
	display: block;
	width: 140px;
	height: 20px;
	margin: 10px;
	background: url(../Images/replayvideo.png);
	z-index: 3;
	opacity:0.6;
	display:none;
}
#getintouch {
	position: absolute;
	display: block;
	width: 480px;
	height: 24px;
	bottom: 10px;
	right: 10px;
	background: url(../Images/getintouch.png?022320161214);
	z-index: 3;
	opacity:0.5;
	display: none;
}
#skipvideo:hover { cursor: pointer; opacity: 0.3;}
#replayvideo:hover { cursor: pointer; opacity: 0.3;}
#logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 700px;
	height: 427px;
	z-index: 5;
	background: url(../Images/logo-big.png?022120161807);
	display:none;
}