body {
margin: 0;
padding: 0;
font-family: verdana;
background-color: #000000;
background-image: url('../img/bg_body.png');
background-repeat: no-repeat;
background-position: top center;
}

#menu {
border-bottom: #d29545 solid 1px;
border-top: #d29545 solid 1px;
margin: 0px;
padding: 5px;
color: orange;
font-size: 12px;
}

#menu li {
display: inline;
padding-top: 0px;
padding-bottom: 0px;
}

#menu a {
color: white;
text-decoration: none;
padding-left: 30px;
padding-right: 30px;
}


#container
{
margin-left: auto;
margin-right: auto;
width: 1024px;
}

#screen-container {
width: 1024px;
height: 576px;
position: relative;
border-bottom: #d29545 solid 1px;
}

.ms-screen 
{
width: 1024px;
height: 576px;
position: relative;
border-bottom: #d29545 solid 1px;			
}

.screen-info 
{
display: none;
width: 205px;
height: 565px;
position: absolute;
top: 0px;
right: 0px;
background: #000000;
background-color: rgba(0,0,0,0.7);
padding: 5px;
}

.screen-info h2 { color: orange; font-size: 18px; }
.screen-info p { color: white; font-size: 14px; }



#ms-screen-home { background: url('../img/home_r8_x_rayed.jpg'); }
#ms-screen-accuracy { background: url('../img/bg_accuracy.jpg'); }
#ms-screen-safety { background: url('../img/bg_safety.jpg'); }
#ms-screen-speed { background: url('../img/bg_speed.jpg'); }
#ms-screen-versatility { background: url('../img/bg_versatility.jpg'); }

#ms-stage
{
position: relative;
width: 1024px;
height: 576px;
}

#button-controls 
{
position: absolute;
right: 5px;
bottom: 15px;
display: none;
}

.x-ray { display: none; }

/* Video-Controls */
.vjs-control-bar {
display: none;
xxxleft: 220px !important;
left: 40px !important;
bottom: 11px !important;
width: 320px !important;
height: 36px !important;
/*right: 0px !important;*/
border: solid 1px #d29544;
background-color: rgba(0, 0, 0, 0.6) !important;
border-radius: 6px;
z-index: 999999;
/* visibility: hidden !important; */
}

.vjs-current-time, .vjs-time-divider, .vjs-duration {
display: none;
}
.vjs-progress-control {
height: 6px !important;
bottom: 0 !important;
top: auto !important;
left: 6px !important;
right: 6px !important;

}
.vjs-play-progress, .vjs-volume-level {
background-color: #503a1c !important;
}

.wrapper-video {
position: absolute;
left: 0;
top: 0;
width: 1024px;
height: 576px;
display: none;

}

.wrapper-video video {
position: absolute;
left: 0;
top: 0;
width: 1024px;
height: 576px;
z-index: 999999;
}

#video-controls {
	position: absolute;
	bottom: 20px;
	right: 5px;
	display: none;
	z-index: 999999;
}

#video-controls a { display: block; }

#video-controls-replay { display: none; }

#footer-menu {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: white;
}

#footer-menu a { 
	text-decoration: none;
	font-size: 12px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#footer-menu a:hover { 
	color: orange;
}