/* -- Pulse Code -- */

#cf3 {
  position: relative;
  max-height: 450px;
  max-width: 450px;
  margin: 0 auto;
  z-index: -1;
}

#cf3 img {
  display: block;
  position: fixed;
  left: -225px;
  top: 185px;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  max-height: 450px;
  max-width: 450px;
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 14px;
  z-index: -1;
}

@-webkit-keyframes cf3FadeInOut {
0% {opacity:1;}
25% {opacity:0;}
75% {opacity:1;}
100% {opacity:0;}
}

@-moz-keyframes cf3FadeInOut {
0% {opacity:1;}
25% {opacity:0;}
75% {opacity:1;}
100% {opacity:0;}
}

@-o-keyframes cf3FadeInOut {
0% {opacity:1;}
25% {opacity:0;}
75% {opacity:1;}
100% {opacity:0;}
}

@keyframes cf3FadeInOut {
0% {opacity:1;}
25% {opacity:0;}
75% {opacity:0;}
100% {opacity:1;}
}

#cf3 img.top, img.middle, img.bottom {
-webkit-animation-name: cf3FadeInOut;
-webkit-animation-timing-function: lineal;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 10s;
-webkit-animation-direction: alternate;

-moz-animation-name: cf3FadeInOut;
-moz-animation-timing-function: lineal;
-moz-animation-iteration-count: infinite;
-moz-animation-duration: 10s;
-moz-animation-direction: alternate;

-o-animation-name: cf3FadeInOut;
-o-animation-timing-function: lineal;
-o-animation-iteration-count: infinite;
-o-animation-duration: 10s;
-o-animation-direction: alternate;

animation-name: cf3FadeInOut;
animation-timing-function: lineal;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}

#cf3 img.middle {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}

#cf3 img.bottom {
-webkit-animation-delay: -2s;
-moz-animation-delay: -2s;
-o-animation-delay: -2s;
animation-delay: -2s;
}


/* -- Responsive Video Scale -- */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* -- Galleria -- */

#galleria {
width: 100%;
height: 100%;
background: transparent;
}