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

/* Background: Fabric Blue
----------------------------------------------------------------------------------------------------*/

body#page { background: #4a535a url(../../images/sk/pattern.png) 0 0 repeat; }

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

#page-bg {
  background-image: url(../../images/sk/background_mask.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:100% 100%;
  height: 100%!important;
  width: 100%!important;
} 
	
	.wrapper {
		-moz-box-shadow: 0 0 25px rgba(0,0,0,1);
		-webkit-box-shadow: 0 0 25px rgba(0,0,0,1);
		box-shadow: 0 0 25px rgba(0,0,0,1);
	}
	
}

body#page {background: #333 url(../../imagesSK/noise-page.jpg) 0 0 repeat; }
#page-bg  {background: url(../../imagesSK/sheet.png) 0 0 repeat; }
