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


body#page { background: #353535 url(../../images/background/map_bg.jpg) 50% 0 repeat; }

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

	#page-body { 
		background: url(../../images/background/map_img.jpg) 50% 0 no-repeat;
		background: url(../../images/background/map_gradient.svg) 50% 0 fixed,
					url(../../images/background/map_img.jpg) 50% 0 no-repeat;
		background-size: 100% 1500px, 2060px 1010px;
	}

}