/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Wave Background
 */
 
body { -webkit-font-smoothing: antialiased; }

#block-top-a {
	margin-top: 0px;
	overflow: hidden;
	background: url(./images/burst.png) top center no-repeat;
	background-attachment: fixed;
	padding: 0 0 0 0;
}

#top-a {margin-top: -15px; margin-bottom: -5px;}

/*.no-top-a #block-top-a { background: none; min-height: 80px; }*/

.top-a-layer-1,
.top-a-layer-2 {
	position: absolute;
	top: 0px;
	width: 100%;
	margin-right: -40px;
	z-index: 0;
}

.top-a-layer-1 {
	background: none;
	-webkit-animation: slide 10s linear infinite;
	-moz-animation: slide 10s linear infinite;
	-ms-animation: slide 10s linear infinite;
	animation: slide 10s linear infinite;
}

.top-a-layer-2 { background: url(../images/footer_dark.png) 0 0 repeat; }
.top-a-shadow {display: none;}