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

#page {
background: url(../../images/background/bridge/bridge.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-device-width: 1024px)  {

	#page {
		background-image: none; 
		background-color: #9fbfa8;
	}

}

