/*#Magma {
    position: absolute;
    top: 940px;
    left: 1770px;
    width: 200px;
    height: 63px;
    margin:-60px 0 0 -60px;
   /* -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;*/

   /* animation:spin 11s linear infinite;
   
}*/
#brands {
    position: absolute;
    top: 925px;
    left: 1785px;
    width: 184px;
    height: 200px;
    margin:-60px 0 0 -60px;
       animation:spin2 7s linear infinite;
}
#Magma3 {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 200px;
    height: 63px;
    margin:-60px 0 0 -60px;
   /* -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;*/
    animation:spin2 7s linear infinite;
   
}

@keyframes spin2 { 
	50% { -webkit-transform: rotateY(90deg); transform:rotateY(90deg); } 
}
/*@keyframes spin { 
	81.8% {	transform:rotateY(0deg) } 
	18.2% { transform: rotateY(90deg) } 


}

#Magma2 {
    position: absolute;
    top: 800px;
    left: 1600px;
    width: 200px;
    height: 63px;
  animation: move 6s infinite ease-in-out;

}

@keyframes move {

  20%, 100% {
    opacity: 0;
    transform: translate(100px, 0);

  }

  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}


/*
Prostokąt
 */

/*.icon {
  position: absolute;
  overflow: hidden;
  top: 850px;
  left: 1695px;
  width: 180px;
  height: 60px;
  display: inline-block;
  
  margin: 25px 0 25px 25px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  
}

.icon:nth-child(1) { background: cornflowerblue; }
.icon:nth-child(2) { background: salmon; }
.icon:nth-child(3) { background: gray; }

/*
 Efekty/wodotyryski dla prostokąta
 */

/*.icon:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -110%;
  width: 200%;
  height: 150%;
  opacity: 0;
  /*transform: rotate(30deg);*/
  
 /* background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );

}

/* animacja */

/*.icon:after {
  opacity: 1;
  top: -30%;
  left: -200%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
    animation: efekt 11s infinite 2s;
}


@keyframes efekt {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}*/