body{
    margin:0;
    padding:0;
    background:white;
    transition: all 3s;
    }

.parallax {
    position:relative;
    margin:1000px auto;
    width:100%;
    min-height:600px;
    background-attachment:fixed;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
    transition: all 3s;
    }

.parallax.bg1{background-image:url(../tlo.png);margin-top:0px;margin-bottom:0;height: 720px;padding-top:0px}

.parallax.bg3{background-image:url(../gfx/new.png);margin:-5px 0 0 0;HEIGHT:800PX}
.parallax.bg4{background-image:url(../images/4.jpg);margin:-5px 0 0 0;HEIGHT:700PX}
body {position:relative}
.heads  {position:fixed;top:00px;left:0;border:0px solid blue;height: 98px;width:1680px;z-index:1111111111111}

.stoma {position:absolute;top:100px;left:250px;}
.stoma2 {position:absolute;top:100px;right:0px;}


 


 #container {
  -webkit-perspective : 1000px;
  -moz-perspective    : 1000px;
  -o-perspective      : 1000px;
  -ms-perspective     : 1000px;
  perspective         : 1000px;

  -webkit-perspective-origin  : 50% 50%;
  -moz-perspective-origin     : 50% 50%;
  -moz-transform-origin       : 50% 50%;
  -o-perspective-origin       : 50% 50%;
  -ms-perspective-origin      : 50% 50%;
  perspective-origin          : 50% 50%;
 }

.animate {
  -webkit-animation : spinningH 10s infinite linear;
  -moz-animation    : spinningH 10s infinite linear;
  -o-animation      : spinningH 10s infinite linear;
  -ms-animation     : spinningH 10s infinite linear;
  animation         : spinningH 10s infinite linear;
}

 

 


@-moz-keyframes apawel {
    0% {left: -586px}
    10%  {left: -586px}
    100% {left: 0}
}

@-webkit-keyframes apawel {
    0% {left: -586px}
    10%  {left: -586px}
    100% {left: 0}
}

@-o-keyframes apawel  {
    0% {left: -586px}
    10%  {left: -586px}
    100% {left: 0}
}

@-ms-keyframes apawel  {
    0% {left: -586px}
    10%  {left: -586px}
    100% {left: 0}
}

@keyframes apawel {
    0% {left: -586px}
    10%  {left: -586px}
    100% {left: 0}
}


#widget_social{
   float:right;
   width:232px;
   background: url(../gfx/slider.png);
   display:block;
   right:-205px;
   padding:0;
   position:fixed;
   top:300px;
   z-index:100;
   min-height:420px;
   cursor:pointer;
}

