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

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

#block-top-a { 
	overflow: hidden;
	position: relative;
	background: #000000;
}

.no-top-a #block-top-a { background-color: #000000; }

.top-a-layer-1,
.top-a-layer-2 {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 400px;
	width: 2560px;
	margin-left: -1280px;
}

.top-a-layer-1 {
	-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() 0 0 no-repeat; }