@charset "UTF-8";


/* -------------------------------------------------------------------------- **
**  SPEC LAYOUT
** -------------------------------------------------------------------------- */
.spec #body div.container {
	background: transparent;
	}

#body #content-wrap,
#body #content {
	background: none;
	overflow: visible;
	}
	#body .content-inner {
		width: 100%;
		}
	#body .content-inner .views-field {
		margin-top: -30px;
		}


#content .view {
	display: block;
	width: 960px;
	height: 0px;
	overflow: hidden;
	}
#content .field1 { padding-top: 625px; background: transparent url(../images/spec/view1.png) center top no-repeat; }


/* -------------------------------------------------------------------------- **
**  CONTENT RETINA
** -------------------------------------------------------------------------- */
@media only screen and (min-device-pixel-ratio:1.5),
	only screen and (-o-min-device-pixel-ratio:3/2),
	only screen and (-ms-min-device-pixel-ratio:1.5),
	only screen and (min--moz-device-pixel-ratio:1.5),
	only screen and (-webkit-min-device-pixel-ratio:1.5) {
		#content .field1 { background-image: url(../images/spec/view1_2x.png); background-size: 960px auto; }
	}


