@keyframes rain{0%{background-position:0px 0px}100%{background-position:500px 1000px}}.effect-rain{background-image:url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/rain.png);animation:rain 2s linear infinite}@keyframes sparkle{0%{background-position:0px 0px, 0px 0px, 0px 0px}100%{background-position:-500px -1000px, -400px -400px, 300px 300px}}.effect-sparkle{background-image:url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/sparkle1.png),url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/sparkle2.png);animation:sparkle 60s linear infinite}@keyframes glass{0%{background-position:0px 0px, 0px 0px, 0px 0px}100%{background-position:500px 1000px, 400px 400px}}.effect-sliding-glass{background-image:url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/glass1.png),url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/glass2.png);animation:glass 30s linear infinite}@keyframes confetti{0%{background-position:0px 0px, 0px 0px, 0px 0px}100%{background-position:500px 1000px, 400px 400px, 300px 300px}}.effect-confetti{background-image:url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/confetti1.png),url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/confetti2.png);animation:confetti 10s linear infinite}@keyframes snow{0%{background-position:0px 0px, 0px 0px, 0px 0px}100%{background-position:500px 1000px, 400px 400px, 300px 300px}}.effect-snow{background-image:url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/snow1.png),url(//www.greheart.com/wp-content/themes/flatsome/assets/img/effects/snow2.png);animation:snow 20s linear infinite}
/* 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
}