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

/* Background: Gradient Turquoise
----------------------------------------------------------------------------------------------------*/

body#page { background: #378B84; }

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

	body#page {
		background: #378B84  url(../../images/background/gradient_turquoise/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(140,215,210,0.6);
		-webkit-box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 200px rgba(140,215,210,0.6);
		box-shadow:
			0 0 5px rgba(0,0,0,0.4),
			0 0 100px rgba(140,215,210,0.6);
	}
	
}