@charset "utf-8";

#share{
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	}

#caps{
	text-transform: uppercase;
	line-height: 24px;
}
#m10left {
	width: 300px;
	position: relative;
	z-index: 9999;
	display: inline;
	float: left;
	height: 300px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #FFF;
	padding-top: 20px;
}

#m10right {
	width: 300px;
	position: relative;
	z-index: 9999;
	display: inline;
	float: left;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	line-height: 18px;
	padding-left: 30px;
	padding-top: 20px;
}
body {
    
	overflow-x:hidden;
}

html {
	overflow-y: scroll; 
}
#skeleton5 {
	height: 528px;
	width: 933px;
	left:50%;
	margin-left: -466px;
	
	background-image: url(skeleton.png);
	background-repeat: no-repeat;
	display: none;
	margin-top: 1000px;
	z-index: 1000;
	position: absolute;
	
	
}

.wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	height: 1384px;
	overflow: hidden;
	background-image: url(newback2-1.png);
}

.section1 {
	background-color: #000;
	background-image: url(newback2.png);
	background-repeat: no-repeat;
	height: 1386px;
	width: 1200px;
	background-position: center top;
	opacity: 0.0;
	margin-top: 0px;
	position: absolute;
	overflow: hidden;
	
}
	


#comp1a:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#comp2a:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#comp1b:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#comp2b:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#comp1c:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#comp2c:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#comp1a:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#compMa:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	
	#compMb:hover{
	-moz-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	box-shadow: 0 0 10px rgba(255, 255, 0, 0.6);
	z-index:9999;
	}
	


.glow {
	-moz-box-shadow: 0 0 10px rgba(0, 110, 255, 0.7);
	-webkit-box-shadow: 0 0 10px rgba(0, 110, 255, 0.7);
	box-shadow: 0 0 10px rgba(0, 110, 255, 0.7);
	}

.rotate {
	
	  transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */
    
    
    animation: rotate 4s;
-webkit-animation: rotate 4s; /* Safari and Chrome */

    }

@keyframes rotate
{
from {    transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */}
to {    transform:rotate(360deg);
-ms-transform:rotate(360deg); /* IE 9 */
-webkit-transform:rotate(360deg); /* Safari and Chrome */}
}

@-webkit-keyframes rotate /* Safari and Chrome */
{
from {    transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */}
to {    transform:rotate(360deg);
-ms-transform:rotate(360deg); /* IE 9 */
-webkit-transform:rotate(360deg); /* Safari and Chrome */}

}

.rotate2 {
	
	  transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */
    
    
    animation: rotate 5s;
-webkit-animation: rotate 5s; /* Safari and Chrome */

    }

@keyframes rotate
{
from {    transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */}
to {    transform:rotate(-360deg);
-ms-transform:rotate(360deg); /* IE 9 */
-webkit-transform:rotate(-360deg); /* Safari and Chrome */}
}

@-webkit-keyframes rotate /* Safari and Chrome */
{
from {    transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */}
to {    transform:rotate(-360deg);
-ms-transform:rotate(-360deg); /* IE 9 */
-webkit-transform:rotate(-360deg); /* Safari and Chrome */}

}

#comp1a {
	height: 91px;
	width: 172px;
	color: #FFF;
	background-image: url(1a.png);
	background-repeat: no-repeat;
	z-index: 9999;
	position: relative;
	margin-top: -1000px;
	margin-left: -500px;
	opacity: 0.0;
	overflow: hidden;
}

#comp2a {
	height: 91px;
	width: 172px;
	color: #FFF;
	background-image: url(1a.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -800px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
	overflow: hidden;
}

#comp1b {
	height: 91px;
	width: 172px;
	color: #FFF;
	background-image: url(1b.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: 1300px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
	overflow: hidden;
}

#comp2b {
	height: 91px;
	width: 172px;
	color: #FFF;
	background-image: url(1b.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -600px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
	overflow: hidden;
}

#comp1c {
	height: 137px;
	width: 172px;
	color: #FFF;
	background-image: url(1c.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -900px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}

#comp2c {
	height: 137px;
	width: 172px;
	color: #FFF;
	background-image: url(1c.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: 1200px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}

#compMa {
	height: 229px;
	width: 174px;
	color: #FFF;
	background-image: url(2a.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -1600px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}

#compMb {
	height: 136px;
	width: 174px;
	color: #FFF;
	background-image: url(2b.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -1600px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}

#l-monitor1 {
	height: 76px;
	width: 168px;
	
	background-image: url(l-monitor.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -1600px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}
#l-monitor2 {
	height: 76px;
	width: 168px;
	
	background-image: url(l-monitor.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -1600px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}

#l-monitor3 {
	height: 76px;
	width: 168px;
	
	background-image: url(l-monitor.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -1600px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}

#l-monitor4 {
	height: 76px;
	width: 168px;
	
	background-image: url(l-monitor.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -1600px;
	margin-left: -500px;
	opacity: 0.0;
	position: relative;
}
#monitor {
	height: 214px;
	width: 338px;
	color: #FFF;
	background-image: url(monitor.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -500px;
	margin-right: -500px;
	opacity: 0.0;
	position: relative;
	float:right
}

#keyboard {
	height: 134px;
	width: 333px;
	color: #FFF;
	background-image: url(keyboard.png);
	background-repeat: no-repeat;
	z-index: 9888;
	margin-top: -1000px;
	margin-right: -500px;
	opacity: 0.0;
	position: relative;
	float:right
}

#comp1a img {
    display: inline-block;
}

	
.start {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 60px;
	position: relative;
	margin-top: -450px;
		opacity: 0.0;
}
.header {
	height: 83px;
	width: 759px;
	margin-top: -85px;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999;
	position: relative;
}




.badges {
	height: 234px;
	width: 816px;
	margin-top: -1000px;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
	margin-left: auto;
	display: block;
}
#m10 {
	display: block;
	height: 234px;
	width: 1062px;
	margin-left: -531px;
	left:50%;
	position: absolute;
	margin-top: 2100px;
	text-align: center;
	
}

#m40 {
	display: block;
	height: 234px;
	width: 1062px;
	margin-left: -531px;
	left:50%;
	position: absolute;
	margin-top: 2000px;
	text-align: center;
	
}

#m10goback {
	height: 65px;
	width: 451px;
	position: relative;
	z-index: 9999;
	
	display: inline;
	float: left;
	
}
#m10gobackframe {
	
	height: 65px;
	width: 1100px;
	margin-top: 2000px;
	
	z-index: 9999;
	opacity: 0.0;
	
	display: inline;
	position: absolute;
	margin-left:-68px;
}

body {
    overflow: hidden;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#status {
	
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(159.GIF); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.SoapBubbleMachine {
  z-index: 1000;
  position: absolute;
  cursor: move;
  height: 100px;
  height: 100px;
  width: 200px;
}
.SoapBubbleMachine button {
  padding: 1px 3px 1px 3px;
}
#Box1 {
  top: 45%;
  left: 350px;
}
#SoapBubbleMachineNumber2 {
  bottom: 150px;
  right: 100px;
}
#control {
  margin: 10px;
  width: 223px;
  height: 527px;
  padding: 0px 40px 0px 40px;
  background: url(../images/control-bg.png);
  color: white;
}
#header {
  cursor: move;
  height: 100px;
}
.bubble {
  z-index: 1001;
}
#xxx {
  margin-top: 35px;
  margin-left:0px;
  width: 225px;
}
h1 {
font-size: 22px;
margin: 12px 0px 10px 0px;
}
#navigation {
  margin: 0px;
  height: 60px;
  background-color: #333;
}
#navigation ul {
  padding: 10px 5px 5px 5px;
  margin: 0px;
  list-style: none;
}
#navigation ul li {
  padding: 0px;
  margin: 0px;
  float: left;
  border-right: 1px solid #aaa;
  padding-right: 10px;
  margin-right: 10px;
}
#navigation ul li a{
  color: white;
}
#navigation p {
  padding: 5px;
  color: white;
  font-size: 11px;
}
#particleSizeMinMax, #particleAnimationDuration, #particleScatteringX, #particleScatteringY {
  margin: 10px 0px 3px 0px;
}#Box1 {
	background-color: #CCC;
	height: 50px;
	width: 50px;
}

#m10-2{}

#m10-2:hover{
	transition-timing-function: ease-in-out;
	height: 246px;
  width: 177px;
   margin-top: -12px;
	}
#m10-3:hover{
	height: 246px;
  width: 240px;
   margin-top: -12px;
	}
	
#m10-4:hover{
	height: 246px;
  width: 311px;
   margin-top: -12px;
	}	
	#m10-4a:hover{
	height: 246px;
  width: 311px;
   margin-top: -12px;
	}
	#m10-5:hover{
	height: 246px;
  width: 386px;
   margin-top: -10px;
	}
	#m10-6:hover{
	height: 246px;
  width: 459px;
  margin-top: -10px;


  
	}
	#m40-3:hover{
	transition-timing-function: ease-in-out;
	height: 241px;
  width: 236px;
   margin-top: -12px;
	}
#m40-3ex:hover{
	height: 288px;
  width: 236px;
   margin-top: -12px;
	}
	
#m40-4:hover{
	height: 241px;
  width: 305px;
   margin-top: -12px;
	}	
	#m40-4ex:hover{
	height: 288px;
  width: 316px;
   margin-top: -12px;
	}
	#m40-5:hover{
	height: 241px;
  width: 385px;
   margin-top: -10px;
	}
	#m40-5ex:hover{
	height: 288px;
  width: 385px;
  margin-top: -10px;


  
	}
#dim5 {
height: 528px;
width: 933px;
display: none;
margin-top: -558px;
position: absolute;
padding-top: 120px;
}	
.header {
	margin: 0px;
	height: 139px;
	width: 1186px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.textspace {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-top: 50px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: 400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	border: 6px solid #000;
	text-align: left;
	line-height: 18px;
}
