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

/* Background: Gradient Orange
----------------------------------------------------------------------------------------------------*/

body#page { background: #CB7638; }

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

	body#page {
		background: #CB7638  url(../../images/background/gradient_orange/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,225,150,0.6);
		-webkit-box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 200px rgba(255,225,150,0.6);
		box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 100px rgba(255,225,150,0.6);
	}
	
}