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

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

#block-top-a { 
	overflow: hidden;
	position: relative;
	background: #353535 url(../../images/background/noise/noise_bg.jpg) 50% 0 repeat;
}

.top-a-layer-1 {
	position: absolute;
	top: -15px;
	left: 50%;
	height: 800px;
	width: 1800px;
	margin-left: -900px;
	background: url(http://www.karba.com.tr/templates/yoo_inspire/images/background/noise/gradient.svg) 50% 0 no-repeat;
	background-size: 1800px 800px;
	background: -webkit-radial-gradient(50% 30%, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 20%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
	-webkit-background-size: 100% 100%;
}