.horiz_landing {
		position: relative;
	overflow: hidden;
	padding-bottom: 3em;
}
.horiz_landing > .bg{
	background: url("scout-bg-fields.jpg") no-repeat;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    -ms-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: -50%;
	bottom: -30%;
	left: -70px;
	right: -70px;
	transform-origin: 50% 70%;
}
.horiz_landing .aviahorizon {
    height: 300px;
    width: 301px;
    overflow: hidden;
    position: relative;
}
.horiz_landing .aviahorizon:before {
	border: 3px solid white;
	border-radius: 5px;
    content: '';
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    position: absolute;
    z-index: 1;
}
.horiz_landing .aviahorizon .bg {
    margin-top: -4%;
    margin-left: -6%;
    width: 110%;
    height: 110%;
}
.horiz_landing .aviahorizon,
.horiz_landing .aviahorizon .bg {
	background: -moz-linear-gradient(top, #017eb6 0%, #017eb6 3%, #3397c4 50%, #6f503e 50%, #6f503e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017eb6), color-stop(3%, #017eb6), color-stop(50%, #3397c4), color-stop(50%, #6f503e), color-stop(100%, #6f503e));
    background: -webkit-linear-gradient(top, #017eb6 0%, #017eb6 3%, #3397c4 50%, #6f503e 50%, #6f503e 100%);
    background: -o-linear-gradient(top, #017eb6 0%, #017eb6 3%, #3397c4 50%, #6f503e 50%, #6f503e 100%);
    background: -ms-linear-gradient(top, #017eb6 0%, #017eb6 3%, #3397c4 50%, #6f503e 50%, #6f503e 100%);
    background: linear-gradient(to bottom, #017eb6 0%, #017eb6 3%, #3397c4 50%, #6f503e 50%, #6f503e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#017eb6', endColorstr='#6f503e', GradientType=0);
}
.horiz_landing .aviahorizon > .plane,
.horiz_landing .aviahorizon > .tilt-indicator {
    position: absolute;
    top: 51%;
    left: 50%;
    margin-left: -100px;
    margin-top: -144px;
    width: 205px;
    height: 281px;
}
.horiz_landing .aviahorizon > .plane {
    background: url(aviahorizon_2.png) no-repeat;
}
.horiz_landing .aviahorizon > .tilt-indicator {
    background: url(aviahorizon_pointer.png) no-repeat;
}