.avi-ajax-enabled {
  background-image: none !important;
}
input.avi-working {
  background-image: url('../images/ajax-loader.gif') !important;
}
.avi-currency-label {
  display:block;
}
#quote-request.wide{
	width: 100%;
	background: #f5f5f5;
}
.quote-sidebar {
  position: fixed;
  z-index: 99999;
  width: 200px;
  top: 120px;
  left: -214px;
  transition:left .5s;
}
.quote-sidebar.open {
  left:-13px;
}
.quote-open,.quote-shadow {
  width: 192px;
  top: 200px;
  left: 205px;
}
.quote-open {
  position: absolute;
  height: 48px;
  background-color: #16252A;  
  cursor: pointer;
  border: 1px solid rgba(105, 128, 136, .4);
  z-index: 1;
  border-left: none;
  background-image:url('../images/request-a-quote.png');
  background-repeat:no-repeat;
  background-position-y:5px;
}
.quote-shadow {
  position:absolute;
  display:block;
  z-index:-1;
  height: 50px;
  box-shadow: 0px 0px 4px 6px rgba(0,0,0,.25);
}
.open .quote-open, .open .quote-shadow {
  width:48px;
  background-image:none;
}
.quote-open > .arrow {
  width: 0;
  height: 0;
  display:none;
  margin-left: 15px;
  margin-top: 6px;
}
.open .quote-open > .arrow {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid white;
  border-left:none;
  display:block;
}
.quote-open > .text {
  font-size: 18px;
  text-align: right;
  padding-right: 12px;
  color: white;
}
.open .quote-open > .text {
  display:none;
}
.quote-sidebar #avi-nls-options {
  display:none !important;
}
#quote-request-top {
  background-image:url('../images/request_top.png');
  width: 215px;
  height: 58px;
}
#quote-request form {
	width:1000px;
	margin: 40px auto;
	position: relative;
}
#quote-request-bottom {
  background-image:url('../images/request_bottom.png');
  width: 215px;
  height: 29px;
}
.calc-button {
  display: block;
  position: relative;
  bottom: 24px;
  left: 11px;
  cursor: pointer;
  background-image: url('../images/calculate_btn.png');
  width: 194px;
  height: 39px;
}
.quote-sidebar .link-nav-forward.link-nav-forward-search {
  display:none !important;
}
#guide-main {
  background:url('../images/body_guide_bg.jpg');
  background-size:auto;
  background-position:-300px -130px;
  padding:50px 150px;
  width:800px;
  margin-left:auto;
  margin-right:auto;
  color:white;
}
#models ul li {
  cursor:pointer;
}
#models ul li.active {
  color:white;
}
#models ul li:hover {
  text-decoration:underline;
}
#viewport {
  overflow:hidden;
  width:800px;
  height:200px;
  background-color:none;
  border-radius:100px;
}
.guide-slider {
  width:9999px;
  position:relative;
  left:0px;
  transition:left 1s;
}
.guide-slider img {
  margin-left:125px;
  display:inline-block;
  margin-right:25px;
  width:550px;
}
.guide-nav {
  position:relative;
}
.guide-nav .nav-arrow{
  width:26px;
  height:50px;
  position:absolute;
  background-repeat:no-repeat;
  background-position:0 1px;
  top:-140px;
  cursor:pointer;
  transition: left .1s,
              right .1s;
}
.nav-arrow.left-nav {
  left:10px;
  background-image:url('../images/arrow_left.png');
}
.nav-arrow.right-nav {
  right:10px;
  background-image:url('../images/arrow_right.png');
}
.left-nav:hover {
  left:6px;
}
.right-nav:hover {
  right:6px;
}
.left-nav:active {
  left:8px;
}
.right-nav:active {
  right:8px;
}
.stats {
  width:100%;
}
.stats > div {
  width:49%;
  display:inline-block;
  vertical-align:top;
}
.stats ul {
  list-style:none;
  padding-left:0;
}
.plane-description {
position: relative;
top: 0px;
width: 834px;
height: 344px;
background-image: url(../images/planes_desc_bg.png);
}
#aircraft-type {
  position: absolute;
  margin: 0px;
  margin-top: 30px;
  left: 63px;
  color: white;
  font-size: 25px;
  font-weight: normal;
  padding: 0px;
}
.stats > div {
  display:inline-block;
}
.stats > div:first-of-type {
  position: relative;
  top: 0px;
  margin-left: 64px;
  margin-top: 95px;
  text-align: left;
  list-style-type: none;
  padding: 0px;
  width: 312px;
}
.stats > div:last-of-type {
  position: relative;
  top: 0px;
  margin-left: 0px;
  margin-top: 95px;
  text-align: left;
  list-style-type: none;
  padding: 0px;
  width: 312px;
}
.stats h3 {
  color: #BBBABF;
  font-size: 22px;
  display: block;
  margin-bottom: 25px;
}
.stats li {
  font-size: 18px;
  color: #76A5B5;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#guide-location {
  height:20px;
  position:absolute;
  right:50px;
  top:25px;
}
#guide-location > div {
  width:5px;
  height:5px;
  border-radius:10px;
  background-color:#4C4C4C;
  display:inline-block;
  cursor:pointer;
  margin-left:4px;
}
#guide-location > div.active {
  background-color:#DADADA;
}
#guide-location > div:hover {
  background-color:#76A5B5;
}
.guide-background {
  background: url('../images/body_guide_bg.jpg');
  background-position: -20px -90px;
}


















