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

/* Background: Gradient Red
----------------------------------------------------------------------------------------------------*/

body#page { background: #98422f; }

@media only screen and (min-device-width: 769px) {

	body#page {
		background: #98422f  url(../../images/background/gradient_red/gradient.svg) 50% 0 repeat-y fixed;
		background-size: 100% 1500px;
	}
	
	.wrapper {
		-moz-box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 100px rgba(255,150,100,0.6);
		-webkit-box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 200px rgba(255,150,100,0.6);
		box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 100px rgba(255,150,100,0.6);
	}
	
}