@keyframes rain{0%{background-position:0 0}to{background-position:500px 1000px}}@-webkit-keyframes rain{0%{background-position:0 0}to{background-position:500px 1000px}}.effect-rain{-webkit-animation:rain 2s linear infinite;animation:rain 2s linear infinite;background-image:url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/rain.png)}@keyframes sparkle{0%{background-position:0 0,0 0,0 0}to{background-position:-500px -1000px,-400px -400px,300px 300px}}@-webkit-keyframes sparkle{0%{background-position:0 0,0 0,0 0}to{background-position:-500px -1000px,-200px -400px,300px 300px}}.effect-sparkle{-webkit-animation:sparkle 60s linear infinite;animation:sparkle 60s linear infinite;background-image:url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/sparkle1.png),url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/sparkle2.png)}@keyframes glass{0%{background-position:0 0,0 0,0 0}to{background-position:500px 1000px,400px 400px}}@-webkit-keyframes glass{0%{background-position:0 0,0 0,0 0}to{background-position:500px 1000px,-400px -400px}}.effect-sliding-glass{-webkit-animation:glass 30s linear infinite;animation:glass 30s linear infinite;background-image:url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/glass1.png),url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/glass2.png)}@keyframes confetti{0%{background-position:0 0,0 0,0 0}to{background-position:500px 1000px,400px 400px,300px 300px}}@-webkit-keyframes confetti{0%{background-position:0 0,0 0,0 0}to{background-position:500px 1000px,400px 400px,300px 300px}}.effect-confetti{-webkit-animation:confetti 10s linear infinite;animation:confetti 10s linear infinite;background-image:url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/confetti1.png),url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/confetti2.png)}@keyframes snow{0%{background-position:0 0,0 0,0 0}to{background-position:500px 1000px,400px 400px,300px 300px}}@-webkit-keyframes snow{0%{background-position:0 0,0 0,0 0}to{background-position:500px 1000px,400px 400px,300px 300px}}.effect-snow{-webkit-animation:snow 20s linear infinite;animation:snow 20s linear infinite;background-image:url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/snow1.png),url(//www.carlosroldan.com.ec/wp-content/themes/flatsome/assets/img/effects/snow2.png)}/* UX Countdown Shortcode Styles */
.ux-timer{
	width:100%;
	position:relative;
	border-spacing: 5px;
	margin: .3em 0 .2em;
	font-size: 300%;
	display: table;
  table-layout: fixed;
}
.ux-timer span{
	display:table-cell;
	font-weight: bolder;
	text-align: center;
	color:#FFF;
	line-height: 80%;
	padding: .4em .1em .1em;
	margin:0 .05em .2em;
	border-radius: 5px;
	background-color: rgba(0,0,0,.85);
}
.ux-timer span strong{
	font-family: 'Helvetica' Sans-serif;
	font-size: 30%;
	opacity: .7;
	text-transform: uppercase;
	display: block;
}
.ux-timer.light span{
	background-color: rgba(255,255,255,.85);
	color: #000;
}
.ux-timer-text span{
	font-weight: bolder;
	display: inline-block;
	margin: 0 .35em
}
.ux-timer-text strong{
	margin-left: .2em
}