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

/* Background: Dots
----------------------------------------------------------------------------------------------------*/

body#page { background: #282828 url(../../images/background/dots/page.png) 0 0 repeat; }

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

	#page-bg { 
		background: url(../../images/background/dots/gradient.svg) 50% 50% no-repeat fixed;
		background-size: 100% 1500px;
	}
	
	.wrapper {
		-moz-box-shadow: 0 0 15px rgba(0,0,0,1);
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,1);
		box-shadow: 0 0 15px rgba(0,0,0,1);
	}

}