.als-fixed .not-fixed-wrapper,
.not-fixed-wrapper p,
img {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-font-smoothing: subpixel-antialiased;
	backface-visibility: hidden; }

.als-fixed {
	position: relative;
	margin: 0 auto;
	z-index: 998; }

.not-fixed-wrapper.nav{
	position: absolute;

	z-index: 999;
	right: 20%;
}


.als-fixed .fixed-wrapper img {
	animation: none;
	z-index: 10;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.als-fixed .fixed-wrapper img.disabled,
.als-fixed .fixed-wrapper img.hide,
.als-fixed .fixed-wrapper img.active.disabled{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.als-fixed .fixed-wrapper img.hide{

	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.als-fixed .fixed-wrapper img.active{
	-webkit-transition: opacity .3s ease-in-out
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	z-index: 20;
}


.not-fixed-wrapper.nav img{
	position: absolute;
}

.not-fixed-wrapper.nav .floors{
	position: absolute;
	text-align: right;
	padding-left: 8px;
	font-size: 90%;
	width: 155px;
}

.not-fixed-wrapper.nav .floors div{
	line-height: 2;
	cursor: pointer;
}

.not-fixed-wrapper.nav .floors div.active {
	filter: alpha(opacity=100) !important;
	-khtml-opacity: 1 !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.als-fixed.back {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	width: 100%;
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	display: none; }

.als-fixed h2 {
	color: #fff; }


.wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}
.animate {
	position: relative;
}

@media screen and (max-width: 1200px) {
	.not-fixed-wrapper.nav {
		right: 180px;
	}

	.als-fixed .fixed-wrapper img{
		width: 90%;
		height: auto;
	}
}


