@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#nav-global li#nav-wall a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #015db2!important;
}

/* ==========================================================================
	CONTENT
	========================================================================== */

#exterior {
	position: relative;
	height: 458px;
	background: url(../images/wall-images/exterior-bg.png) 50% 0 no-repeat;
}
#bt-wall {
	position: absolute;
	top: 140px;
	right: 55px;
}
#bt-paving {
	position: absolute;
	top: 360px;
	right: 45px;
}
#bt-natural {
	position: absolute;
	top: 290px;
	left: 35px;
}
