@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
body {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: 0px auto 0px auto;
    font-family: arial;
    overflow: hidden;
    background: black;
    cursor: default;
}
/*
 *  Scrollbars STYLE 1
 */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: #e0e0e0;
}

.content {
    position: relative;
    height: 100vh;
    margin: 0 auto;
    width: 100%;
    z-index: 0;
    background: white;
    overflow: hidden;
}

#intro{
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  background: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 6;
}
#intro h2,#config h1{
  text-align: center;
  font-size: 60px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
#intro h2{
  margin: 40px 0 27px 0;

}
#config h1{
  margin: 0 0 35px 0;
}
#intro img{
  position: absolute;
  width: 200px;
  left: 350px;
}
#intro h3{
  text-align: center;
  position: absolute;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  left: 37%;
  top: 335px;
  width: 26%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#intro h3:hover{
  background: #e0e0e0;
  color: #333;
}
#lang{
  position: absolute;
  left: 37%;
}
#intro #lang{
  top: 85%;
}
#config #lang{
  top: 47.2%;
}
.lang{
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 123px;
  margin: 0;
  color: #333;
  border: 1px solid #ccc;
  background: white;
  line-height: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.active{
background: white;
color: #333;
}
.inactive{
background: #333;
border: 1px solid #e0e0e0;
color: #e0e0e0;
}
.lang:hover,#reset:hover,#expimpbut:hover,#socialsbut:hover {
  background: #e0e0e0;
  color: #333;
}
#reset,#socialsbut,#expimpbut{
  text-align: center;
  position: absolute;
  color: #333;
  cursor: pointer;
  border: 1px solid #ccc;
  background: white;
  left: 37%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#reset{
  padding: 10px;
  width: 234px;
  font-size: 30px;
  top: 164px;
}
#socialsbut{
  width: 254px;
  line-height: 30px;
  top: 257px;
}
#expimpbut{
  width: 254px;
  line-height: 30px;
  top: 292px;
}
#expimpdiv{
  height: 130px;
  color: #333;
}
#expimpdiv h2{
  text-align: center;
  margin: 5px 0;
}
#expimpdiv h4{
  bottom: 0;
  position: absolute;
  margin: 5px 4%;
}
#importbut{
    position: absolute;
    bottom: 48px;
    height: 34px;
    left: 77.2%;
    width: 12%;
    margin: 2px;
    border: 1px solid #ccc;
    color: #333;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.fa-refresh{
  padding: 0px 7px;
}
#refresh{
    position: absolute;
    bottom: 48px;
    height: 34px;
    left: 90.2%;
    width: 30px;
    margin: 2px;
    border: 1px solid #333;
    color: #333;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

}
#importbut:hover,#refresh:hover{
  background: #333;
  color: white;
}
#savetext{
  position: absolute;
  bottom: 50px;
  height: 30px;
  left: 4%;
  width: 72%;
}
#reset:hover,#reset:hover,#reset:hover{

  }
#socialsdiv,#expimpdiv{
  display: none;
}
#moregames{
  top: 334px;
  position: absolute;
  width: 100%;
  height: 100px;
}
h2 a{
  color: #3b5998;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
h2 a:hover{
  color: 	#8b9dc3
}
#game{
  border: 3px solid #e0e0e0;
  height: 88px;
  width: 110px;
  display: inline-block;
  margin: 0 auto 0 auto;
  cursor:pointer;
  background-repeat: no-repeat;
}
#game:nth-child(1){
  background-image: url(jpg/fib.jpg);

}
#game:nth-child(2){
  background-image: url(jpg/sb2.jpg);
}
#game:nth-child(3){
  background-image: url(jpg/jj.jpg);
}
#games{
  position: absolute;
  top: 33px;
  height: 140px;
  width: 41%;
  left: 29.5%;
  overflow-y: hidden;
}
#moregames h2{
  text-align: center;
  margin: 0;
  color: #e0e0e0;
}
#config{
  right: 130%;
  width: 100%;
  top: 30px;
  height: 470px;
  position: absolute;
  background: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  z-index: 5;
}
#config h3:nth-child(1){margin: 120px 0 0 0;}
#config h3{
  margin: 5px 0;
  text-align: center;
  color: #e0e0e0;
  font-weight: bold;
  font-size: 16px;
}
#topbar{
  position: absolute;
  top: 0;
  border-bottom: 1px solid gray;
  width: 100%;
  height: 30px;
  color: white;
  text-shadow: 1px 1px 1px black;
}
#topbar h2{
  font-size: 14px;
  margin: 0 5px;
  font-weight: bold;
  color: white;
}
#balance,#average,#topinvestors{
  line-height: 30px;
}
#topinvestors{
  right: 185px;
  position: absolute;
}
h2.topbarright{
  position: absolute;
  line-height: 23px;
  top: 3px;
  padding: 0 2px;
  border-radius: 2px;
  border: 2px solid white;
  height: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
h2.topbarright:hover{
  border: 2px solid #ccc;
}

h2.topbarright:nth-child(1){
  right: 0;
}
h2.topbarright:nth-child(2){
  right: 80px;
}
#topbar div{
  float: left;
  text-align: center;
  margin: 0;
}
#topbar img{
  margin-top: 3px;
}
#topbar .power{
  margin: 6px 6px 6px 2px;
  width: 30px;
  font-size: 9px;
  line-height: 8px;
  color: #586874;
  font-weight: bold;
}
#topbar .fa-bolt{
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#topbar .fa-bolt:hover{
  color: yellow;
}



#topbar div:nth-child(1){
  width: 150px;
  text-align: left;
}

/*hardware*/

#hardware{
  position: absolute;
  left: 0;
  width: 50%;
  height: 469px;
/*  bottom: 0;*/
    top: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
.hardwareBut{
  position: relative;
  margin: 1px 0 0 0;
  width: 100%;
  background-color: #e0e0e0;
  left: 0;
  height: 40px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
          box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.hardwareBut h1{
  color: #333;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  width: 90px;
  margin: 0 0 0 45px;
}
.hardwareBut img{line-height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
  }
.hardwareBut img:nth-child(1){
    margin-left: 5px;
  }
.hardwareBut img:nth-child(2){
    margin-left: 3px;
  }
.hardwareBut img:nth-child(3){
    margin-left: 4px;
  }
.hardwareBut img:nth-child(4){
    margin-left: 5px;
  }
.hardwareBut h2{
  position: absolute;
  color: #333;
  padding: 0;
  left: 346px;
  line-height: 40px;
  font-size: 14px;
  margin: 0 0 0 10px;
  top: 6px;
  z-index: 3;
}
.hardusage,.hardbar{
  position: absolute;
  left:295px;
  top: 14px;
  height: 20px;
}
.hardbar{
  background: #f2f2f2;
  width: 140px;
  z-index: 1;
  border: 1px solid #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hardusage{
z-index: 2;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
-webkit-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
        transform: translate(1px,1px);
}
.free{
  position: absolute;
  color: #333;
  padding: 0;
  right: 12px;
  line-height: 16px;
  font-size: 10px;
  margin: 0 0 0 10px;
  top: 0;
  z-index: 3;

}
.specs{
    position: relative;
    margin: 0;
    left: 0;
    cursor: default;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
}
.specs ul{
  list-style-type: none;
  height: 30px;
  width: 100%;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
}
.specs li{
  float: left;
  background-color: #f2f2f2;
  line-height: 30px;
  text-align: center;
  width: 25%;
  margin: 0;
  color: #333;
  font-size: 13px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.specs li:nth-child(1){
  color: hsl(214, 100%, 41%);
}
.specs li:nth-child(4){
  cursor: pointer;
}
.specs li:nth-child(4):hover{
    color: white;
}

/*software*/
#software{
  position: absolute;
  right: 0;
  width: 50%;
  height: 469px;
/*  bottom: 0;*/
    top: 30px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#software h2{
  margin: 0 0 0 2px;
  padding: 5px 0px;
  text-align: center;
  color: #333;
  font-size: 16px;
  background-color: #e0e0e0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
          box-shadow: 0 1px 2px rgba(0,0,0,.1)
}
#OS, .program , .backgroundprog{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #fafafa;
  position: relative;
}
#OS{
  position: relative;
  height: 100px;
  width: 443px;
  margin-left: 2px;
}
#OS .os,#OS #osup{
  width: 120px;
  height: 86px;
  border-radius: 2px;
  border: 2px solid #e0e0e0;
  top: 5px;
  left: 8px;
  cursor: pointer;
  position: absolute;
}
#osup:hover h4{
  opacity: 1;
}
#osup i{
  z-index: 2;
}
#osup h4{
  text-align: center;
  left: 0;
  top: 36px;
  position: absolute;
  width: 100%;
  font-size: 14px;
  margin: 0;
  color: #333;
  text-shadow: 0px 0px 3px #e0e0e0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
#OS h3{
  right: 5px;
  font-size: 14px;
  line-height: 22px;
  margin: 1px 5px;
  color: #333;
  text-align: right;
}
#genups {
  list-style-type: none;
  margin: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#genups div{
  display: inline-block;
  line-height: 86px;
  text-align: center;
  width: 110px;
  margin: 0;
  color: #333;
  font-size: 13px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #e0e0e0;
  border-radius: 2px;
  height: 60px;
}
#programs{
  margin: 2px;
  height: 305px;
  overflow-y: overlay;
  overflow-x: hidden;
}
.program{
  display: inline-block;
  height: 90px;
  text-align: center;
  width: 102px;
  margin: 2px 2px;
  color: #333;
  border: 2px solid #e0e0e0;
  font-size: 13px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 1px;
  cursor: pointer;
}
.on{
border: 2px solid #00ff19;
}

.animclick{
  position: absolute;
  border-radius: 100%;
  background: white;
  opacity: 0.6;
  background: -webkit-radial-gradient(circle, rgba(140, 140, 140, 0.8),rgba(140, 140, 140, 1));
  background: -o-radial-gradient(circle, rgba(140, 140, 140, 0.8),rgba(140, 140, 140, 1));
  background: radial-gradient(circle, rgba(140, 140, 140, 0.8),rgba(140, 140, 140, 1));
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.animback{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.iconapp{
  position: absolute;
}
.click{
z-index: 0;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.program h4{
  position: absolute;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  opacity: 0.5;
  color: #333;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-transform: capitalize;
}
.program h3{
  position: absolute;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  opacity: 1;
  color: #333;
}
.program h4 span{
  font-size: 10px;
  line-height: 10px;
}
.program:hover h4{
  opacity: 1;
}
.program .fa.top{
  z-index: 2;
opacity: 0.2;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.program i.top{
  color: black;
  top: 4px;
  position: absolute;
  font-size: 19px;
}
.program .fa.top:hover{
  opacity: 1;
}/*
.fa:hover .infoboxnear{
  opacity: 1;
}*/
.infoboxnear{
  display: none;
  position: absolute;
  background-color: #333;
  color: white;
  border-radius: 2px;
  font-size: 12px;
  opacity: 1;
  padding: 6px;
  font-family: arial;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 4;
}
.fa-arrow-circle-o-up div{
  width: 64px;
}
.fa-remove div{
  width: 46px;
}
.fa-remove:hover{
  color: red;
}
.fa-info-circle div{
  width: 46px;
}

.running{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4%;
  opacity: 0.8;
}
.helper{
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(140,140,140);
  height: 4%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.programinfo{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.programinfo ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    bottom: 0px;
    position: absolute;
}
.programinfo li{
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 4px;
    line-height: 18px;
    font-size: 11px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    text-align: left;
    color: #333;
    font-weight: bold;
}




#OS #needs{
  list-style-type: none;
  height: 30px;
  margin: 1px 0;
  padding: 0;
}
#needs img{
  height: 12px;
}
#needs div{
  line-height: 30px;
  text-align: center;
  margin: 0;
  color: #333;
  font-size: 13px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
img.powerrequired{
  height: 20px;
}

.info,.tutorial{
  background: #333;
  position: absolute;
  z-index: 3;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 3px 3px 0px #333;
          box-shadow: 3px 3px 0px #333;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.info:hover,.tutorial:hover{
-webkit-box-shadow: 2px 2px 0px #333;
        box-shadow: 2px 2px 0px #333;
-webkit-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
        transform: translate(1px,1px);
}
.info h4,.tutorial h4,.tutorial h2{
color: #e0e0e0;
}
.tutorial h2{
    margin: 5px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.tutorial h4{
font-size: 16px;
margin: 0;
padding: 5px;
}
.tutorial h3{
  font-size: 7px;
  color: white;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 5px;
}
#tutorial1,#tutorial3,#tutorial4{
left: 446px;
top:290px;
}
#tutorial2{
    left: 115px;
    top: 236px;
}
#tutorial5{
    left: 330px;
    top: 417px;
  }
#tutorial7{
      left: 441px;
      top: 156px;
  }

.confirmationbox{
  background: #333;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  z-index: 5;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.texth4{
  margin: 25px;
  padding: 0;
  color: white;
}
.texth4tip{
  font-size: 12px;
  margin: -20px 25px 25px 25px;
  font-weight: normal;
  padding: 0;
  color: #ccc;
}
#divbuts{
  width: 100%;
 bottom: 0;
 height: 30px;

}
#yesbutton , #nobutton{
  width: 9%;
  border: none;
  position: absolute;
  bottom: 10px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
#yesbutton:hover,#nobutton:hover{
  opacity: 0.8;
}
#yesbutton{
  background-color: #54e029;
  left: 40%;
}
#nobutton{
  background-color: red;
  right: 40%;
}

#newappsdiv,#socialsdiv,#expimpdiv{
    background: white;
    position: absolute;
    left: 12%;
    top: 20%;
    width: 76%;
    z-index: 3;
    border: 1px solid #333;
    border-radius: 2px;
    padding: 3px;
}
#newappsdiv{
  height: 60%;
}
#socialsdiv h2{
  margin: 5px 0 ;
  width: 676px;
  padding: 5px 0px;
  text-align: center;
  color: #333;
  font-size: 20px;
}
#newappsdiv2{
  position: absolute;
  top: 38px;
  height: 266px;
  overflow-y: overlay;
  overflow-x: hidden;

}
#newappsdiv h2{
  position: fixed;
  margin: 0;
  width: 676px;
  padding: 5px 0px;
  text-align: center;
  color: #333;
  font-size: 20px;
  background-color: #e0e0e0;
}
i.close{
  position: absolute;;
  right: 7px;
  top: 5px;
  z-index: 4;
  font-size: 20px;
  background-color: white;
  border: 3px solid #333;
  color: #333;
  padding: 1px 2px;
  cursor: pointer;
}
i.close:hover{
  color:red;
}

.twitter{
  position: absolute;
  border-radius: 5px;
  background: #4099FF;
  color: white;
  padding: 5px;
  cursor: pointer;
}
#tt1{
  top: 46px;
  left: 332px;
}
#hardware .fa-info-circle{
    position: absolute;
    top: 8px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#hardware .fa-info-circle:hover{
  color: black;
}
#hard1 i{
  left: 117px;
}
#hard2 i{
  left: 133px;
}
#hard3 i{
  left: 77px;
}
#hard4 i{
  left: 79px;
}
