@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic,cyrillic-ext,latin-ext);
.demo {
  font-family: 'Roboto', sans-serif !important;
  margin: 0;
  padding: 0;
}
.demo .container {
  position: relative;
  margin: 0 auto;
  height: 768px;
  width: 1024px;
  /*width: 100%;
    height: 100%;*/
  /*    left: 0;
    top: 0;*/
  overflow: hidden;
  border: 1px solid #999;
  background: url("../../images/parallax/1024x768/bg.png") repeat-x;
}
.demo #scene {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("../../images/parallax/1024x768/bg.png") repeat-x;
}
.demo #scene .layer {
  width: 100%;
  height: 100%;
}
.demo #scene .demo1 {
  width: 100px;
  height: 100px;
  background-color: red;
}
.demo #scene .demo-layer {
  width: 1054px;
  height: 798px;
  position: relative;
}
.demo #scene .demo2 {
  background-color: greenyellow;
  width: 640px;
  height: 480px;
  position: relative;
}
.demo #scene .demo2 .el {
  position: absolute;
  width: 48px;
  height: 48px;
  background: blue;
  display: block;
  left: 100px;
  top: 200px;
}
.demo #scene .l1 .el {
  background: url(../../images/parallax/1024x768/light-city.png) repeat-x bottom;
  background-size: cover;
  width: 110%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: -5%;
}
.demo #scene .l2 .el {
  background: url(../../images/parallax/1024x768/dark-city.png) repeat-x bottom;
  background-size: cover;
  width: 110%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: -5%;
}
.demo #scene .l3 .el {
  background: url(../../images/parallax/1024x768/back-columns.png) repeat-x bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.demo #scene .l4 .el {
  background: url(../../images/parallax/1024x768/bridge.png) no-repeat bottom left;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -5%;
  bottom: 25px;
}
.demo #scene .l5 .el {
  background: url(../../images/parallax/1024x768/front-columns.png) repeat-x bottom center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.demo #scene .l6 .el {
  background: url(../../images/parallax/1024x768/robot.png) no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.demo #scene .l7 .el {
  background: url(../../images/parallax/1024x768/logo.png) no-repeat center;
  position: absolute;
  width: 125px;
  height: 125px;
  right: 40px;
  top: 20px;
}
.demo .info {
  display: block;
  margin: 20px auto;
  width: 940px;
  text-align: center;
}
.demo .social {
  display: block;
  position: absolute;
  right: 50px;
  top: 20px;
}
.demo .social .facebook-iframe {
  background: #fff;
}
.demo .social .icon {
  float: left;
  background-color: #f5f5f5;
  opacity: 1;
  border-left: 5px solid;
  border-right: 2px solid #fff;
}
.demo .social .icon span {
  padding: 10px;
  display: block;
}
.demo .social .icon.gplus {
  border-left-color: darkred;
  border-left: 6px solid darkred;
}
.demo .social .icon.dieraru {
  border-left: 5px solid #3278b3;
  border-radius: 0 4px 4px 0;
}
.demo .social .icon.fb {
  border-left: 6px solid #3E5B99;
}
.demo .social .g-page {
  margin: 5px;
  clear: both;
}
