/*
	Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
	Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
  display: inline-block;
}
/*
	Prevents modern browsers from displaying `audio` without controls.
	Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}
/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  color: #222;
  font-family: Arial, sans-serif;
}
html,
body {
  margin: 0;
  overflow-x: hidden;
}
/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  min-width: 1200px;
  position: relative;
}
body {
  font-size: 0.75em;
  line-height: 1.4;
  color: #333333;
  padding: 0;
  margin: 0;
  background-color: #2c2c2c;
}
::selection,
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
	Remove annoying outline on focused elements in webkit browsers (it even does it to div layers)
*/
*:focus {
  outline: none;
}
/*
	Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
	Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}
/*
	Addresses styling not present in IE 6/7/8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/*
	Addresses margins set differently in IE 6/7.
*/
p,
pre {
  margin: 1em 0;
}
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
	Addresses CSS quotes not supported in IE 6/7.
*/
q {
  quotes: none;
}
/*
	Addresses `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
  content: '';
  content: none;
}
/*
	Addresses inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
	Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.55em;
}
sub {
  bottom: 0;
}
/*
	Addresses margins set differently in IE 6/7.
	Addresses paddings set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
/*
	Corrects list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
.hidden + hr {
  display: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2.5em 0;
  padding: 0;
}
hr:last-child {
  display: none;
}
/*
	Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
*/
img {
  border: 0;
  vertical-align: middle;
  background: transparent;
}
/*
	Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}
/*
	Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
  margin: 0;
}
/*
	Corrects margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
	Corrects color not being inherited in IE 6/7/8/9.
	Corrects text not wrapping in Firefox 3.
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
/*
	Corrects font size not being inherited in all browsers.
	Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome.
	Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
/*
	Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: 1;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
/*
	Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
	Corrects inability to style clickable `input` types in iOS.
	Improves usability and consistency of cursor style between image-type `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
	Addresses box sizing set to content-box in IE 8/9.
	Removes excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
	Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
	Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
	Removes inner padding and search cancel button in Safari 5 and Chrome on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
	Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.pointer {
  cursor: pointer;
}
.noDefault {
  cursor: pointer;
}
.plo-open-overlay {
  cursor: pointer;
}
/*@font-face {*/
  /*font-family: 'Proxima N W01 Thin Reg';*/
  /*src: url(/fonts/37994fca-b67e-41db-94b3-44077c62810a.eot?) format('eot'), url(/fonts/da176885-bee9-49f7-88f0-d7ad9229ddd7.woff) format('woff'), url(/fonts/1861a7b7-09a5-4efd-b681-5214784ded39.ttf) format('truetype');*/
/*}*/
/*@font-face {*/
  /*font-family: 'Proxima N W01 Reg';*/
  /*src: url(/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?) format('eot'), url(/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff) format('woff'), url(/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format('truetype');*/
/*}*/
/*@font-face {*/
  /*font-family: 'Proxima N W01 Bold';*/
  /*src: url(/fonts/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?) format('eot'), url(/fonts/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff) format('woff'), url(/fonts/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf) format('truetype');*/
/*}*/
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
.yui-overlay,
.yui-panel-container {
  visibility: hidden;
  position: absolute;
  z-index: 2;
}
.yui-panel {
  position: relative;
}
.yui-panel-container form {
  margin: 0;
}
.mask {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mask.block-scrollbars {
  overflow: auto;
}
.masked select,
.drag select,
.hide-select select {
  _visibility: hidden;
}
.yui-panel-container select {
  _visibility: inherit;
}
.hide-scrollbars,
.hide-scrollbars * {
  overflow: hidden;
}
.hide-scrollbars select {
  display: none;
}
.show-scrollbars {
  overflow: auto;
}
.yui-panel-container.show-scrollbars,
.yui-tt.show-scrollbars {
  overflow: visible;
}
.yui-panel-container.show-scrollbars .underlay,
.yui-tt.show-scrollbars .yui-tt-shadow {
  overflow: auto;
}
.yui-panel-container.shadow .underlay.yui-force-redraw {
  padding-bottom: 1px;
}
.yui-effect-fade .underlay,
.yui-effect-fade .yui-tt-shadow {
  display: none;
}
.yui-tt-shadow {
  position: absolute;
}
.yui-override-padding {
  padding: 0 !important;
}
.yui-panel-container .container-close {
  overflow: hidden;
  text-indent: -10000em;
  text-decoration: none;
}
.yui-overlay.yui-force-redraw,
.yui-panel-container.yui-force-redraw {
  margin-bottom: 1px;
}
.yui-skin-sam .mask {
  background-color: #000;
  opacity: .25;
  filter: alpha(opacity=25);
}
.yui-skin-sam .yui-panel-container {
  padding: 0 1px;
  *padding: 2px;
}
.yui-skin-sam .yui-panel {
  position: relative;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #808080;
  z-index: 1;
  *border-width: 1px;
  *zoom: 1;
  _zoom: normal;
}
.yui-skin-sam .yui-panel .hd,
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
  border-style: solid;
  border-width: 0 1px;
  border-color: #808080;
  margin: 0 -1px;
  *margin: 0;
  *border: 0;
}
.yui-skin-sam .yui-panel .hd {
  border-bottom: solid 1px #ccc;
}
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
  background-color: #f2f2f2;
}
.yui-skin-sam .yui-panel .hd {
  padding: 0 10px;
  font-size: 93%;
  line-height: 2;
  *line-height: 1.9;
  font-weight: bold;
  color: #000;
  background: url(http://yui.yahooapis.com/2.9.0/build/assets/skins/sam/sprite.png) repeat-x 0 -200px;
}
.yui-skin-sam .yui-panel .bd {
  padding: 10px;
}
.yui-skin-sam .yui-panel .ft {
  border-top: solid 1px #808080;
  padding: 5px 10px;
  font-size: 77%;
}
.yui-skin-sam .container-close {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 25px;
  height: 15px;
  background: url(http://yui.yahooapis.com/2.9.0/build/assets/skins/sam/sprite.png) no-repeat 0 -300px;
  cursor: pointer;
}
.yui-skin-sam .yui-panel-container .underlay {
  right: -1px;
  left: -1px;
}
.yui-skin-sam .yui-panel-container.matte {
  padding: 9px 10px;
  background-color: #fff;
}
.yui-skin-sam .yui-panel-container.shadow {
  _padding: 2px 4px 0 2px;
}
.yui-skin-sam .yui-panel-container.shadow .underlay {
  position: absolute;
  top: 2px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  *top: 4px;
  *left: -1px;
  *right: -1px;
  *bottom: -1px;
  _top: 0;
  _left: 0;
  _right: 0;
  _bottom: 0;
  _margin-top: 3px;
  _margin-left: -1px;
  background-color: #000;
  opacity: .12;
  filter: alpha(opacity=12);
}
.yui-skin-sam .yui-dialog .ft {
  border-top: 0;
  padding: 0 10px 10px 10px;
  font-size: 100%;
}
.yui-skin-sam .yui-dialog .ft .button-group {
  display: block;
  text-align: right;
}
.yui-skin-sam .yui-dialog .ft button.default {
  font-weight: bold;
}
.yui-skin-sam .yui-dialog .ft span.default {
  border-color: #304369;
  background-position: 0 -1400px;
}
.yui-skin-sam .yui-dialog .ft span.default .first-child {
  border-color: #304369;
}
.yui-skin-sam .yui-dialog .ft span.default button {
  color: #fff;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled {
  background-position: 0 -1500px;
  border-color: #ccc;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child {
  border-color: #ccc;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button {
  color: #a6a6a6;
}
.yui-skin-sam .yui-simple-dialog .bd .yui-icon {
  background: url(http://yui.yahooapis.com/2.9.0/build/assets/skins/sam/sprite.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
}
.yui-skin-sam .yui-simple-dialog .bd span.blckicon {
  background-position: 0 -1100px;
}
.yui-skin-sam .yui-simple-dialog .bd span.alrticon {
  background-position: 0 -1050px;
}
.yui-skin-sam .yui-simple-dialog .bd span.hlpicon {
  background-position: 0 -1150px;
}
.yui-skin-sam .yui-simple-dialog .bd span.infoicon {
  background-position: 0 -1200px;
}
.yui-skin-sam .yui-simple-dialog .bd span.warnicon {
  background-position: 0 -1900px;
}
.yui-skin-sam .yui-simple-dialog .bd span.tipicon {
  background-position: 0 -1250px;
}
.yui-skin-sam .yui-tt .bd {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #000;
  padding: 2px 5px;
  border-color: #d4c237 #A6982b #a6982b #A6982B;
  border-width: 1px;
  border-style: solid;
  background-color: #ffee69;
}
.yui-skin-sam .yui-tt.show-scrollbars .bd {
  overflow: auto;
}
.yui-skin-sam .yui-tt-shadow {
  top: 2px;
  right: -3px;
  left: -3px;
  bottom: -3px;
  background-color: #000;
}
.yui-skin-sam .yui-tt-shadow-visible {
  opacity: .12;
  filter: alpha(opacity=12);
}
/* layout grid : usage: https://github.com/stubbornella/oocss/wiki/Grids */
.line,
.lastUnit {
  overflow: hidden;
}
.unit {
  float: left;
}
.unitRight {
  float: right;
}
.size1of1 {
  float: none;
}
.size1of2 {
  width: 50%;
}
.size1of3 {
  width: 33.33333%;
}
.size2of3 {
  width: 66.66666%;
}
.size1of4 {
  width: 25%;
}
.size2of4 {
  width: 50%;
}
.size3of4 {
  width: 75%;
}
.size1of5 {
  width: 20%;
}
.size2of5 {
  width: 40%;
}
.size3of5 {
  width: 60%;
}
.size4of5 {
  width: 80%;
}
.size1of6 {
  width: 16.66666%;
}
.size2of6 {
  width: 33.33333%;
}
.size3of6 {
  width: 50%;
}
.size4of6 {
  width: 66.66666%;
}
.size5of6 {
  width: 83.33333%;
}
.lastUnit {
  float: none;
  width: auto;
}
h1 {
  color: #333333;
  font-size: 1.875em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
h2 {
  color: #c7c7c7;
  font-size: 1.3em;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
h3 {
  font-size: 7.4em;
  color: #0082c4;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
  line-height: 1;
}
h4 {
  font-size: 1.25em;
  margin: 1.33em 0;
  color: #999999;
}
h4 a {
  font-weight: normal;
  color: #0082c4;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
a,
.hoverTxt {
  color: #0082c4;
  text-decoration: none;
  font-weight: bold;
}
a:hover,
.hoverTxt:hover a:focus,
a:active {
  color: #999999;
  outline: 0;
  text-decoration: none;
}
p {
  margin: 0 0 .75em 0;
}
ul {
  display: block;
  list-style-position: inside;
  list-style-type: none;
  padding-left: 0px;
  line-height: 2em;
  margin-top: 0px;
}
#nav-header-bg {
  height: 85px;
  width: 100%;
  position: absolute;
  background: #ffffff url("/img/global/css-img/hdr-bg-gradient.png") repeat-x;
  /* Old browsers */
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
header {
  width: 100%;
  z-index: 1;
  top: 0;
}
.wrapped {
  margin: 0 auto;
  width: 960px;
  padding: 22px 10px 0 10px;
}
.info {
  padding: 0 15px;
}
.info h2{
  font-size: 1em;
}
.four-column {
  width: 205px;
  float: left;
  margin-right: 20px;
}
.five-column {
  width: 10%;
  float: left;
}
.rule {
  border-top: 2px solid #d9d9d9;
  margin-top: 40px;
}
.toprule {
  border-top: 1px solid #c2c2c2;
}
.doublerule {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.shadow-bottom {
  padding-bottom: 5px;
  position: relative;
}
.shadow-bottom:after {
  content: '';
  background: url(/img/global/css-img/Masthead-Gradient.png) repeat-x;
  width: 100%;
  position: absolute;
  bottom: -38px;
  left: 0;
  height: 38px;
}
.padded {
  padding-top: 20px;
}
.left-padded {
  padding-left: 1.5em;
}
.filters a {
  border-right: 2px solid #c2c2c2;
  margin-left: -4px;
  padding: 0 0.75em;
}
.filters a:first-child {
  border-left: 2px solid #c2c2c2;
}
.filters a .active {
  color: #333;
}
.load-more {
  display: none;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.load-more:after {
  border-top: 1px solid #c2c2c2;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.load-more a {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0 3.5em 0 1em;
  z-index: 1;
  position: relative;
}
.load-more a:after {
  background-image: url('/img/global/css-img/cessna-WhyCessna-FINAL-button.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  height: 23px;
  width: 24px;
  margin-top: -12px;
}
.sitemappery {
  width: 22.5%;
  float: left;
  margin-right: 20px;
  border-right: 1px solid #c2c2c2;
}
.last {
  margin-right: 0px;
  border-right: none;
}
.sitemappery ul li a {
  font-weight: normal;
}
.sitemappery ul li ul li {
  margin-left: 10px;
}
/* for full-bleed content area */
.shaded {
  background: #f7f8f8 url("/img/global/css-img/hdr-drawer-bg-gradient.png") repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f8), color-stop(100%, #e9eaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f8f8 0%, #e9eaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#e9eaea', GradientType=0);
  /* IE6-9 */
}
.nav-wrapper {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#site-logo {
  padding: 16px 20px 12px 0;
  float: left;
}
#main-nav {
  float: left;
  margin: 0;
  color: #999999;
}
#main-nav > li {
  float: left;
}
#main-nav .nav-item:last-child > a:after {
  content: '';
  width: 2px;
  height: 64px;
  margin-top: 20px;
  background: url("/img/global/css-img/img-nav-separator.png") 0 0 no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#main-nav .nav-item.active > a,
#main-nav .nav-item > a.active,
#main-nav .nav-item > a:hover {
  background: transparent url("/img/global/css-img/navbar-hover.png") 0 0 repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(231, 231, 231, 0)), color-stop(100%, #a0a0a0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a0a0a0', GradientType=0);
  /* IE6-9 */
}
#main-nav .nav-item > a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  outline: none;
  padding: 28px 18px 15px 18px;
  line-height: 1;
  width: 96px;
}
#main-nav .nav-item > a:before {
  content: '';
  width: 2px;
  height: 64px;
  margin-top: 20px;
  background: url("/img/global/css-img/img-nav-separator.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.model-family span {
  display: block;
  padding-top: 5px;
}
#secondary-nav {
  clear: right;
  float: right;
  margin: 0 -10px 0 0;
  color: #999999;
}
#secondary-nav > li {
  float: left;
  line-height: 1.1em;
}
#secondary-nav .nav-separator {
  margin: 5px 0 0 0;
  height: 16px;
  width: 1px;
  background: black;
}
#secondary-nav .nav-item > a {
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  line-height: 1;
  margin-top: -8px;
  padding: 14px 14px 12px;
  display: block;
}
#secondary-nav .nav-item > a:active,
#secondary-nav .nav-item > a:hover {
  background: url("/img/global/css-img/navbar-hover-sm.png") 0 0 repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(231, 231, 231, 0)), color-stop(100%, #a0a0a0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(231, 231, 231, 0) 25%, #a0a0a0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a0a0a0', GradientType=0);
  /* IE6-9 */
}
#secondary-nav .nav-dropdown-item {
  line-height: 2em;
}
#secondary-nav .other-dd {
  padding: 20px 0;
}
.nav-dropdown-item {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.nav-dropdown-description {
  width: 230px;
  position: relative;
  padding: 20px 0;
  border-left: 10px solid #000;
  border-left: 10px solid rgba(0, 0, 0, 0.75);
}
.nav-dropdown-description.others {
  width: 343px;
}
.nav-dropdown-description h2 {
  color: #DDD;
  font-size: 2.1em;
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  margin-bottom: 15px;
  padding: 10px 20px 0 20px;
}
.nav-dropdown-description h2 em {
  display: block;
  font-size: 0.84615em;
  /*22px*/
  font-family: 'Proxima N W01 Bold', sans-serif;
  font-style: normal;
}
.nav-dropdown-description p {
  line-height: 1.25em;
  /*15px*/
  padding: 0 20px 25px 20px;
  margin: 0;
}
.nav-dropdown-sidenav {
  line-height: 1;
  margin-bottom: 0;
  margin: 0;
}
.nav-dropdown-sidenav li {
  border-top: 1px solid #000;
  padding: 15px 20px;
}
.nav-dropdown-sidenav li:first-child {
  border: none;
  padding-top: 0;
  padding-bottom: 25px;
}
.nav-dropdown-sidenav a {
  line-height: 1.3;
}
.nav-dropdown-sidenav a.go-btn {
  line-height: 22px;
  margin: 0;
}
.nav-dropdown-content {
  width: 680px;
  border-bottom: none;
  position: relative;
  margin-left: -4px;
  padding: 20px;
  border-left: 10px solid #000;
  border-left: 10px solid rgba(0, 0, 0, 0.75);
  border-right: 10px solid #000;
  border-right: 10px solid rgba(0, 0, 0, 0.75);
}
.nav-dropdown-content.others {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 627px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border-top: 10px solid #000;
  border-top: 10px solid rgba(0, 0, 0, 0.75);
  border-bottom: 10px solid #000;
  border-bottom: 10px solid rgba(0, 0, 0, 0.75);
}
.nav-dropdown-content.others img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
}
.nav-dropdown-description,
.nav-dropdown-content {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.nav-airplanes li {
  display: inline-block;
  width: 30%;
  margin-left: -4px;
  padding-left: 5%;
  padding-bottom: 20px;
  vertical-align: bottom;
}
.nav-airplanes li:first-child,
.nav-airplanes li.shift {
  margin: 0;
  padding-left: 0;
}
.nav-airplanes li img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.nav-airplanes li a {
  text-decoration: none;
  display: block;
}
.nav-airplanes li a p {
  font-size: 0.91666em;
  line-height: 1;
  margin: 4px 0 0;
  color: #999999;
}
.nav-airplanes li span {
  display: block;
  padding-top: 9px;
  text-transform: uppercase;
  line-height: 1;
}
.nav-airplanes li span:hover {
  text-decoration: underline;
}
.nav-airplanes li sup {
  top: -0.25em;
}
/* IE8 compat. */
.nav-airplanes li:nth-child(3n+1) {
  margin: 0;
  padding-left: 0;
}
.solid-nav-overlay {
  display: none;
  box-shadow: inset 0 0 25px #000;
  width: 100%;
  height: 300px;
  background: #2a2a2a;
  background: url(/img/global/css-img/txture.png);
  border-bottom: 1px solid #AAA;
}
.close-nav,
.up-button {
  background: url(/img/global/css-img/up-button.png) no-repeat;
  display: inline-block;
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: 15px;
  right: -50px;
}
.close-nav:hover,
.up-button:hover {
  background: url(/img/global/css-img/up-button-over.png) no-repeat;
}
.nav-dropdown-content a.close-nav {
  background: url(/img/global/css-img/up-button-blue.png) no-repeat;
  display: inline-block;
  height: 26px;
  width: 26px;
  position: absolute;
  bottom: 15px;
  right: -50px;
}
.nav-dropdown-content a.close-nav:hover {
  background: url(/img/global/css-img/up-button-over.png) no-repeat;
}
.up-button {
  bottom: -34px;
  right: 0;
}
.up-button img {
  display: none;
}
#searchDiv {
  height: 55px;
  float: right;
}
#sitesearch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 150px;
  height: 26px;
  background: #a9a9a9;
  border: none;
  margin: 16px 0 19px 0;
  color: #333333;
  font-size: .75em;
  padding: 7px 0 6px 12px;
}
#sitesearchbtn {
  float: right;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -999em;
  outline: none;
  background: #ababab url("/img/global/css-img/search-icon.png") center center no-repeat;
  /*	margin: 16px 6px 19px 0; mg 4-7-14 chg right margin to 0 for language dropdown */
  margin: 16px -12px 19px 0;
  padding: 5px;
}
#sitesearchbtn :hover {
  background: #ababab url("/img/global/css-img/search-icon-over.png") center center no-repeat;
}
#home-animation .site-animation {
  background-color: #ffffff;
}
#home-animation .anim-ground {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
}
#home-animation .anim-lines {
  position: absolute;
  width: 100%;
  height: 530px;
}
#home-animation .slideshow > div {
  height: 491px;
  float: left;
  position: relative;
}
#home-animation .slide .anim-text-top {
  top: -70px;
}
#home-animation .slide .anim-text-top h2 {
  margin-bottom: 18px;
}
#home-animation .slide .anim-text-mid {
  top: 17.5%;
  margin-top: -25px;
}
#home-animation .slide .anim-text-mid h2 {
  margin-bottom: 9px;
}
#home-animation .slideshow-btns {
  position: relative;
  padding-top: 0;
  z-index: 3;
}
#home-animation .slideshow-prev,
#home-animation .slideshow-next {
  background-image: url("/img/home/CSS-img/spr-homepage-slideshow.png");
  background-repeat: no-repeat;
  color: #3b3b3b;
  display: none;
  font-size: 0.95em;
  height: 32px;
  line-height: 2.7;
  outline: none;
  position: absolute;
  bottom: 20px;
  text-align: center;
  white-space: nowrap;
}
#home-animation .slideshow-prev {
  left: 0;
  margin-left: -89px;
  background-position: 0 0;
  padding: 0 12px 0 43px;
  width: 120px;
}
#home-animation .slideshow-prev:hover {
  background-position: 0 -38px;
}
#home-animation .slideshow-next {
  right: 0;
  margin-right: -89px;
  background-position: 0 -76px;
  padding: 0 40px 0 13px;
  width: 122px;
}
#home-animation .slideshow-next:hover {
  background-position: 0 -114px;
}
.slideshow .anim-content {
  margin-top: 85px;
  position: relative;
  height: 491px;
}
.slideshow .anim-content .gray-btn {
  margin: 10px 0 0 5px;
}
.slideshow .anim-content h2 {
  font-size: 4em;
  font-weight: lighter;
  margin: -10px 0 15px 5px;
  line-height: 0.9em;
  color: #0082c4;
}
.slideshow .anim-content h2 em {
  font-size: 0.35714em;
  letter-spacing: 2px;
  font-family: 'Proxima N W01 Bold', sans-serif;
  font-style: normal;
  line-height: 1;
  color: #333333;
  /*text-shadow: 0px 1px 2px #333333;*/
}
.slideshow .anim-content p {
  font-size: 1.25em;
  color: #333333;
  margin-left: 5px;
  width: 380px;
  line-height: 1.2em;
}
.slideshow .anim-plane {
  position: absolute;
  top: -140px;
  left: 70%;
  margin-left: -914px;
  z-index: 2;
  text-align: center;
}
.slideshow .anim-text {
  position: absolute;
  z-index: 3;
}
.slideshow-prev,
.slideshow-next,
.fullscreen,
.previous-page,
.next-page {
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 34px;
  padding: 0 0 0 40px;
  height: 34px;
  vertical-align: middle;
}
.slideshow-prev > img,
.slideshow-next > img,
.fullscreen > img,
.previous-page > img,
.next-page > img {
  display: none;
}
.slideshow-prev,
.previous-page {
  background-image: url("/img/global/css-img/btn-lft-arrow-over.png");
}
.slideshow-prev:hover,
.previous-page:hover {
  background-image: url("/img/global/css-img/btn-lft-arrow.png");
}
.slideshow-next,
.next-page {
  background-image: url("/img/global/css-img/btn-rt-arrow-over.png");
  background-position: right center;
  padding: 0 40px 0 0;
}
.slideshow-next:hover,
.next-page:hover {
  background-image: url("/img/global/css-img/btn-rt-arrow.png");
}
.fullscreen {
  background-image: url("/img/global/css-img/btn-fullscr-over.png");
  background-position: right center;
  padding: 0 40px 0 0;
}
.fullscreen:hover {
  background-image: url("/img/global/css-img/btn-fullscr.png");
}
.gray-btn {
  font-weight: bold;
  color: #555555;
  text-shadow: 0 1px 1px #e2e2e2;
  background: url("/img/global/css-img/btn-bg-gray.jpg") repeat-x;
  display: inline-block;
  outline: none;
  margin-left: 10px;
  padding: 2px 15px 1px 15px;
  line-height: 22px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px #e2e2e2;
}
.gray-btn:hover {
  text-decoration: none;
  color: #cccccc;
  text-shadow: 0 1px 1px #333;
  background: url("/img/global/css-img/btn-over-gray.jpg") repeat-x;
}
.gray-btn.active {
  text-decoration: none;
  color: #cccccc;
  text-shadow: 0 1px 1px #333;
  background: url("/img/global/css-img/btn-over-gray.jpg") repeat-x;
}
.light-btn {
  font-weight: bold;
  color: #0082c4;
  text-shadow: 0 1px 1px #ffffff;
  background: url("/img/global/css-img/btn-bg-light.jpg") repeat-x;
  display: inline-block;
  outline: none;
  padding: 2px 12px 1px 12px;
  line-height: 22px;
  -moz-box-shadow: 0 2px 5px 1px #c3c3c3, inset 0 1px 1px #e2e2e2;
  -webkit-box-shadow: 0 2px 5px 1px #c3c3c3, inset 0 1px 1px #e2e2e2;
  box-shadow: 0 2px 5px 1px #c3c3c3, inset 0 1px 1px #e2e2e2;
}
.light-btn:hover {
  text-decoration: none;
  color: #666;
  background: url("/img/global/css-img/btn-over-light.jpg") repeat-x;
}
.go-btn {
  font-weight: bold;
  color: #555555;
  text-shadow: 0 1px 1px #e2e2e2;
  background: url("/img/global/css-img/btn-bg-gray.jpg") repeat-x;
  display: inline-block;
  outline: none;
  margin-left: 10px;
  padding: 2px 7px 1px 7px;
  line-height: 22px;
  -webkit-box-shadow: 0 2px 5px 1px #191919, inset 0 1px 1px #e2e2e2;
  -moz-box-shadow: 0 2px 5px 1px #191919, inset 0 1px 1px #e2e2e2;
  box-shadow: 0 2px 5px 1px #191919, inset 0 1px 1px #e2e2e2;
}
.go-btn:hover {
  text-decoration: none;
  color: #ccc;
  text-shadow: 0 1px 1px #333;
  background: url("/img/global/css-img/btn-over-gray.jpg") repeat-x;
}
.sky-btn {
  font-weight: bold;
  color: #444444;
  text-shadow: 0 1px 1px #ffffff;
  background: url("/img/global/css-img/btn-bg-sky.png") repeat-x;
  display: inline-block;
  outline: none;
  padding: 2px 10px 0 10px;
  line-height: 30px;
  margin: 0 5px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #cccccc;
}
.sky-btn:hover {
  text-decoration: none;
  background: url("/img/global/css-img/btn-over-sky.png") repeat-x;
}
#home-animation {
  min-height: 491px;
  width: 100%;
  position: relative;
  opacity: 0;
}
.home-slider-loading {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 300px;
}
.slideshow-wrap {
  position: relative;
}
.home-gradient {
  background: url("/img/global/css-img/body-bg-dark-top.jpg") repeat-x #414141;
  height: 238px;
  position: relative;
  z-index: 10;
  color: #999999;
  padding-bottom: 20px;
}
.home-news {
  width: 275px;
  padding: 0 0 25px 10px;
  float: right;
}
.news-date {
  font-weight: bold;
}
.news-date:after {
  content: " - ";
}
.news-title a {
  font-weight: normal;
  color: #999999;
}
.home-teasers {
  display: block;
  width: 200px;
  text-align: center;
}
.home-teasers img {
/*  clip: rect(0 200px 85px 0);
  top: 0;
  padding-bottom: 25px;*/
  max-width: 200px;
  max-height: 80px;
}
/* .home-teasers a:hover img {
  clip: rect(85px 200px 200px 0);
  top: -113px;
  padding-bottom: 25px;
} */
.clip {
  margin-bottom: 10px;
}
.info h2,
.home-news h2 {
  margin-bottom: 10px;
}
.home-gradient .info p {
  min-height: 50px;
}
#location {
  float: left;
  width: 118px;
  height: 26px;
  background: #000;
  border: none;
  color: #333333;
  font-size: .85em;
  padding: 0 0 0 12px;
  line-height: 26px;
}
.family-masthead {
  height: 400px;
  width: 100%;
  background: url("/img/global/css-img/AllPlane-Familybackgorund-1900_01.jpg") repeat-x center 0;
  position: relative;
  overflow: hidden;
}
.masthead-wrap {
  position: relative;
  margin: 0 auto;
}
.family-mast-image,
.family-headlines {
  position: absolute;
  top: 0;
  left: 50px;
}
.family-headlines h3 {
  font-size: 6.75em;
}
.family-headlines p {
  color: #333333;
  font-size: 1.15em;
  width: 360px;
  z-index: 1;
}
.family-headlines {
  margin-left: 42px;
  margin-top: 70px;
}
.family-mast-image img {
  padding-left: 100px;
  z-index: 9999;
}
.planeFront {
  position: relative;
}
.masthead-buttons {
  margin: 10px 0px 0 -5px;
}
.light-gradient {
  background: url("/img/global/css-img/AllPlane-Familybackgorund-1900_02.jpg") repeat-x center 0;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  width: 100%;
}
.family-left {
  width: 215px;
  float: left;
}
.family-right {
  float: right;
  padding-bottom: 40px;
  width: 745px;
}
.family-buttons {
  height: 55px;
  margin-left: 25px;
}
.dark-block {
  background-color: #3f3f3f;
  color: #f4f4f4;
  float: left;
  width: 177px;
  padding: 0 20px 15px;
  margin: 0;
}
.dark-block h2 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  background-color: #2c2c2c;
  display: block;
  margin: 0 -20px;
  padding: 8px 20px;
}
.dark-block h2 div {
  color: #FFF;
  font-size: 9px;
  font-weight: 400;
}
.dark-block h2 .reset {
  cursor: pointer;
  cursor: hand;
}
.dark-block p {
  margin: 15px 0 0;
}
.dark-block .filter,
.dark-block .selected-plane {
  background: url('/img/global/css-img/sidebar-right-divider.jpg') 0 0 repeat-x;
  border-bottom: 1px solid #535353;
  margin: 0 -20px;
  padding: 10px 20px;
  position: relative;
}
.dark-block .filter b {
  font-size: 9px;
  text-transform: uppercase;
}
.dark-block .filter .range {
  font-size: 9px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.slider {
  background: #333;
  background: transparent url('/img/family/css-img/track-bg.gif') 0 50% repeat-x;
  border: none;
  height: 10px;
  margin-top: 7px;
  position: relative;
}
.slider .ui-slider-range {
  background: #98CAEC;
  background: transparent url('/img/family/css-img/slider-bg.gif') 0 50% repeat-x;
  height: 10px;
  position: relative;
}
.slider .ui-slider-handle {
  background: #EEE;
  background: transparent url('/img/family/css-img/slider-knob.png') 0 0 no-repeat;
  margin-left: -4px;
  height: 14px;
  width: 14px;
  position: absolute;
  top: -1px;
  border: none;
}
.slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.noMatch {
  padding-top: 15px;
  margin-left: 20px;
  width: 100%;
  text-align: center;
}
.noMatch-hidden {
  display: none;
}
.noMatch-visible {
  display: block;
}
.noMatch .reset {
  cursor: pointer;
}
.dark-block .gray-btn {
  font-size: 11px;
}
.selected-plane {
  cursor: hand;
  cursor: pointer;
  position: relative;
}
.selected-plane:after {
  content: '';
  background: url('/img/family/css-img/remove-plane.gif') no-repeat;
  height: 16px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.selected-plane span {
  display: inline-block;
  width: 150px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.darkbox-contact {
  border-top: 1px solid #363636;
  padding-top: 5px;
  margin-top: 5px;
}
.stuck {
  position: fixed;
  top: 27px;
}
.family-block {
  display: inline-block;
  width: 185px;
  float: none;
  padding: 15px;
  background-color: #ffffff;
  margin: 0 0 20px 25px;
  border: 1px solid #cdcdcd;
  font-size: .8em;
}
.family-block:hover,
.family-block.selected {
  padding: 15px;
  box-shadow: 0 0 1em #ababab;
  border-top: 2px solid #0082c4;
  border-right: 2px solid #0082c4;
  border-bottom: 2px solid #0082c4;
  border-left: 2px solid #0082c4;
  margin: -1px -1px 19px 24px;
  background: #ffffff url("/img/family/css-img/img-family-over-triangle.png") no-repeat;
  background-position: center top;
}
.family-block h2 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  border-bottom: 1px solid #cdcdcd;
  font-size: 17px;
  color: #0082c4;
  display: block;
  text-transform: none;
  margin-bottom: 2px;
}
.family-block ul {
  line-height: 1.215em;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.family-block ul li {
  margin-top: 7px;
  color: #333333;
}
.fam-pic {
  padding-top: 2px;
  text-align: left;
}
.fam-pic img {
  margin: -10px -15px -5px -15px;
}
.fam-details {
  width: 185px;
}
.fam {
  max-width: 185px;
  margin-top: 2px;
  padding-left: 5px;
  color: #ffffff;
  font-weight: bold;
  background: url("/img/family/css-img/bg-fam-bar.jpg") repeat-x;
  display: block;
  height: 1.75em;
  line-height: 1.85em;
  border: 1px solid #aaaaaa;
}
.more {
  margin-top: 15px;
  position: relative;
}
.selector,
.more a,
.selector * {
  display: inline-block;
  vertical-align: middle;
}
.selector {
  margin-top: 4px;
  width: 48%;
}
.selector * {
  max-width: 60px;
}
.selector label {
  line-height: 1;
  margin-left: 5px;
}
.selector + a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
}
.view-size {
  font-weight: bold;
  font-size: 11px;
  padding: 0px 10px 0px 10px;
  line-height: 24px;
  color: #a4a4a4;
  text-shadow: 0px 1px 1px #ffffff;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  background: url("/img/family/css-img/btn-expand-bg.png") repeat-x;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px #e2e2e2;
}
.expanded {
  color: #aaaaaa;
  display: block;
  padding-right: 30px;
  background: url("/img/family/css-img/expanded_on.png") 100% 50% no-repeat;
}
.expanded:hover,
.expanded-active {
  color: #0082c4;
  background: url("/img/family/css-img/expanded_off.png") 100% 50% no-repeat;
  cursor: pointer;
}
.compact {
  color: #aaaaaa;
  display: block;
  padding-right: 30px;
  background: url("/img/family/css-img/compact_on.png") 100% 50% no-repeat;
}
.compact:hover,
.compact-active {
  background: url("/img/family/css-img/compact_off.png") 100% 50% no-repeat;
  color: #0082c4;
  cursor: pointer;
}
#modelpage,
#servicepage {
  line-height: 1.5em;
}
.ovwp {
  width: 840px;
}
.model-subnav {
  width: 100%;
  background: #0082c4;
}
.plane-title {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
}
.subnav-wrapper {
  line-height: 1;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 960px;
}
ul.model-sub,
ul.subnav-right {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
ul.subnav-right {
  float: right;
  margin-right: -7px;
}
.model-sub li {
  display: inline;
}
.subnav-right li {
  display: inline;
  font-style: italic;
}
.subnav-right li:after {
  content: '\7C';
}
/*.subnav-right li:last-child:after {
	content: ' ';
}*/
.model-sub li a,
.subnav-right li a {
  color: #dedede;
  font-weight: normal;
  font-size: 11px;
  margin: 0 15px 0 0;
  padding-left: 10px;
  outline: none;
}
.model-sub li a:hover,
.subnav-right li a:hover {
  color: #ffffff;
}
.model-sub li a:hover,
.model-sub li a:active {
  background: url("/img/global/css-img/subnav-hover-marker.png") 0 2px no-repeat;
}
.model-sub-active {
  color: #ffffff !important;
  background: url("/img/global/css-img/subnav-hover-marker.png") 0 2px no-repeat;
}
.model-specs h3,
.model-avionics h3,
.model-interior h3,
.model-exterior h3,
.service-who h3,
.service-where h3,
.service-what h3,
.why-commitment h3,
.why-awards h3,
.why-promise h3,
.why-expertise h3,
.sitemappery h2 {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.service-who h2,
.service-where h2,
.service-what h2,
.article-teaser h3,
.why-awards h2,
.whygallery h2 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 31px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2em;
}
.model-specs h2,
.model-avionics h2,
.model-interior h2,
.model-exterior h2,
.model-gradient h2,
.model-overview h2,
ul.longform-stats li h2 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 2.25em;
  color: #333;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}
.model-specs h1,
.model-avionics h1,
.model-interior h1,
.model-exterior h1 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 3.5em;
  color: #333;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}
h3 + h2,
h3 + h1 {
  margin: 0 !important;
  padding: 0.5em 0 0.4em !important;
}
/* Hide empty H + p tags. */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
p:empty {
  display: none;
}
.service-who h1,
.service-where h1,
.service-what h1 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 30px;
  color: #333;
  font-weight: normal;
  text-shadow: none;
  letter-spacing: .1em;
  padding: 10px 0;
}
.model-overview h4,
.tiler h4,
.service-what h4,
.video-block h4,
.article-teaser h4,
.why-awards h4,
.model-specs h4,
.top h4 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  color: #0082c4;
  font-size: 20px;
  margin: 10px 0 5px;
  font-weight: lighter;
}
/*
.model-overview h4{
	font-size: 2.25em;
	font-weight: normal;
}
*/
.model-specs h4 {
  font-weight: 100;
}
.slide h4 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  text-transform: uppercase;
  font-size: 1.85em;
  margin-bottom: 0px;
  font-weight: 100;
}
.slide p {
  font-size: 1.15em;
}
.service-what h1 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2em;
}
.model-aside {
  font-size: 8.5px;
  margin-top: 1em;
}
/*Model smallnav sticky thing */
#smallnav {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #0082c4;
}
#smallnav .subnav-wrapper {
  padding: 8px 0;
}
#smallname .subnav-wrapper {
  padding: 12px 0;
}
#smallname {
  width: 100%;
  background: url("/img/model/css-img/bg-smallnav-rptr.jpg") repeat-x;
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
}
.uppers {
  position: absolute;
  top: 0;
  right: 0;
}
.uppers a {
  display: block;
}
.uppers img {
  padding: 8px 0;
}
/* Campaign masthead */
.campaignMastHead {
  position: relative;
  overflow: hidden;
  height: 549px;
  width: 100%;
  background-position: center center;
  background-repeat: repeat-x;
}
.campaignMastHead .campaignHeader {
  margin-left: 187px;
  margin-top: 28px;
}
.campaignMastHead .campaignTitle {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 4em;
  font-weight: bold;
  margin: 0;
  padding-right: 13px;
  /*text-shadow: 0.07em 0.07em 0.1em #444444;*/
  text-transform: uppercase;
}
.campaignMastHead .campaignSubtitle {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 4.2em;
  color: #FFFFFF;
  font-weight: 100;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.campaignMastHead .campaignHeaderContent {
  color: #FFFFFF;
  width: 734px;
}
/* Campaign content */
.campaignContent {
  background-image: url('/img/global/css-img/background1_02.jpg');
  background-position: top left;
  background-repeat: repeat;
  min-height: 215px;
  width: 100%;
  margin-bottom: -20px;
}
/* Model masthead */
.model-masthead {
  background: url("/img/global/css-img/AllPlane-Overviewbackgorund-1900_01.jpg") repeat-x center 0;
  position: relative;
  overflow: hidden;
  height: 335px;
  width: 100%;
}
.masthead-wrap {
  position: relative;
  width: 1248px;
  margin: 0 auto;
}
.model-masthead .mast-plane {
  float: right;
  padding-top: 0px;
  position: relative;
  z-index: 8;
}
.model-headlines {
  position: absolute;
  top: 20px;
  width: 900px;
  left: 150px;
}
.model-headlines p {
  color: #ffffff;
  font-size: 1.15em;
  width: 300px;
}
.model-headlines h1 {
  margin-bottom: 5px;
}
.model-headlines h3 br {
  display: block;
  margin: -15px 0 0 0;
  content: " ";
}
.model-stats {
  position: absolute;
  top: 210px;
  background: url("/img/model/css-img/img-model-mast-divider.png") no-repeat bottom right;
}
ul.model-stats li {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  background: url("/img/model/css-img/img-model-mast-divider.png") no-repeat bottom left;
}
/* Overview Area */
.model-gradient {
  background: url("/img/global/css-img/AllPlane-Overviewbackgorund-1900_02.jpg") repeat-x center 0;
  position: relative;
  /*overflow-x: hidden;*/
  overflow: hidden;
  background-color: #f7f7f7;
  width: 100%;
  padding: 40px 0;
}
.overviews {
  width: 195px;
  padding: 0 15px;
  margin: 40px 20px 0 0px;
  float: left;
  background: url("/img/model/css-img/img-ov-divider.png") no-repeat top;
  min-height: 240px;
}
.overviews:last-child {
  margin-right: 0;
}
.overviews p {
  height: 50px;
  max-height: 50px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overviews img {
  margin-bottom: 10px;
}
.model-ovw {
  margin-top: 100px;
}
.model-ovw .slideshow {
  overflow: hidden;
  max-height: 180px;
}
.model-ovw-controls {
  float: right;
  margin-top: 40px;
}
.model-ovw-controls a {
  background-image: url("/img/model/css-img/docs-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  outline: none;
  text-indent: -9999px;
}
.model-ovw-controls .model-ovw-previous {
  background-position: 0 0;
  width: 8px;
  height: 13px;
  margin: 0 2px;
}
.model-ovw-controls .model-ovw-previous:hover {
  background-position: -10px 0;
}
.model-ovw-controls .model-ovw-next {
  background-position: -20px 0;
  width: 8px;
  height: 13px;
  margin: 0 2px;
}
.model-ovw-controls .model-ovw-next:hover {
  background-position: -30px 0;
}
.model-ovw-controls .slide-items-hdl {
  background-position: -40px 0;
  width: 10px;
  height: 10px;
  margin: 1px 0 1px;
  line-height: 1.33333em;
}
.model-ovw-controls .slide-items-hdl.active,
.model-ovw-controls .slide-items-hdl:hover {
  background-position: -52px 0;
}
.video-left {
  width: 204px;
  float: left;
}
.video-right {
  width: 700px;
  float: right;
  min-height: 400px;
}
.small .video-left {
  margin: 0;
  width: 489px;
}
.small .video-right {
  margin: 0;
  min-height: 237px;
  width: 415px;
}
.team-left {
  width: 510px;
  float: left;
}
.team-right {
  width: 385px;
  float: right;
}
.three-column,
.doc-image,
.doc-info {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.three-column {
  width: 300px;
  margin-right: 20px;
  margin-left: 6px;
}
.doc-image {
  margin-left: -4px;
  padding-right: 20px;
  width: 120px;
}
.doc-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.doc-info {
  padding-bottom: 5px;
  width: 160px;
}
.doc-info h4 {
  margin-bottom: 13px;
  line-height: 1.15em;
  font-weight: lighter;
}
/* Avionics Section */
.model-avionics {
  background: url("/img/global/css-img/AllPlane-Avionics_01.jpg") center 0 repeat-x #f4f4f4;
  padding-bottom: 40px;
  padding-top: 20px;
}
.model-avionics ul,
.model-specs ul {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
}
.model-avionics li ul li,
.model-specs li ul li {
  list-style-image: none;
  list-style-type: circle;
  padding-left: 10px;
}
ul.bull {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
}
#avionics-lead {
  background-color: #000;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: 20px;
}
#avionics-details {
  background: url("/img/model/css-img/bg-avionics2-repeater.jpg") repeat-x #f4f4f4;
  padding-top: 10px;
}
#avionics-details strong {
  font-size: 1.1em;
}
.av-left {
  width: 515px;
  min-height: 240px;
  float: left;
  padding: 30px 0px 0px 0px;
}
.av-right {
  width: 385px;
  float: right;
  padding: 30px 0px 0px 0px;
}
.av-right img {
  height: auto;
  max-width: 100%;
}
.rightcol-leftchunk .av-left {
  min-height: none;
  padding: 0 0 40px;
  width: 440px;
}
.rightcol-leftchunk .av-right {
  width: 200px;
}
ul.model-tabby li {
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
}
ul.av-details {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
  margin-left: 30px;
}
#tabs {
  padding-top: 30px;
}
#tabs a {
  outline: none;
}
#tabs .ui-state-active,
#tabs .ui-widget-content .ui-state-active,
#tabs .ui-widget-header .ui-state-active {
  padding: 10px;
  border: 1px solid #aaaaaa /*{borderColorActive}*/;
  border-bottom: none;
  background-color: #f4f4f4;
  outline: none;
}
#tabs.darker .ui-state-active,
#tabs.darker .ui-widget-content .ui-state-active,
#tabs.darker .ui-widget-header .ui-state-active {
  background-color: #e4e4e4;
}
#tabs .ui-state-active a,
#tabs .ui-widget-content .ui-state-active a,
#tabs .ui-widget-header .ui-state-active a {
  color: #333333;
}
#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default {
  padding: 8px 10px;
  outline: none;
}
#tabs .ui-state-default a:hover,
#tabs .ui-widget-content .ui-state-default a:hover,
#tabs .ui-widget-header .ui-state-default a:hover {
  color: #333333;
}
#tabs .ui-widget-content {
  border-top: 1px solid #aaaaaa /*{borderColorContent}*/;
  padding-top: 30px;
  padding-left: 0px;
  margin-top: -13px;
}
/* Specs Section */
.model-specs {
  background: url("/img/model/css-img/bg-specs-gradient.jpg") no-repeat #f4f4f4;
  padding-bottom: 40px;
  padding-top: 20px;
  font-size: 1.1em;
  border-top: 2px solid #ffffff;
  /*overflow-x: hidden;*/
  overflow: hidden;
  width: 100%;
  position: relative;
}
.specs-left {
  width: 460px;
  float: left;
  padding: 20px 0px 20px 0px;
}
.specs-right {
  width: 460px;
  float: right;
  padding: 20px 0px 20px 0px;
}
#tabs .specs-left,
#tabs .specs-right {
  padding-top: 0;
  width: auto;
}
.specs-right img {
  padding-top: 40px;
}
.specs-dia {
  text-align: center;
  padding-top: 70px;
}
.model-label {
  text-transform: uppercase;
  color: #333;
  font-size: .8em;
}
.width-label {
  text-align: center;
}
.height-label {
  text-align: left;
}
.tbl-specs {
  width: 450px;
  margin-top: 5px;
  border: none;
  border-collapse: collapse;
}
#tabs .tbl-specs {
  width: auto;
}
.speclist-left {
  padding: 10px 0 8px 20px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 220px;
  background: url("/img/model/css-img/img-specs-table-left.jpg") repeat-y right center;
}
.speclist-right {
  /*margin-left: -2px;*/
  padding: 10px 0 8px 20px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 155px;
  background: url("/img/model/css-img/img-specs-table-divider.png") no-repeat bottom;
  background-position: left bottom;
}
#tabs .speclist-left,
#tabs .speclist-right {
  border-bottom: 1px solid #dadada;
}
#tabs .speclist-left {
  width: 160px;
}
#tabs .speclist-right {
  background: none;
  width: 130px;
}
.speclist-left ul {
  list-style-image: url("/img/global/css-img/bullet.png");
  list-style-position: inside;
  padding: 0px;
  line-height: 1.65em;
  margin-bottom: 0px;
  margin-top: 0px;
}
.speclist-left ul li {
  padding: 0px 0px 0px 5px;
  margin: 0px;
}
.speclist-right ul {
  list-style-type: none;
  line-height: 1.65em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
}
.speclist-right ul li {
  padding: 0px;
  margin: 0px;
}
.spec-note {
  font-size: 10px;
  line-height: 1.25em;
}
/* Scrolling slider */
.scroll-pane {
  overflow: auto;
  width: 100%;
  float: left;
  height: 355px;
  margin: 35px 0;
}
.scroll-content {
  width: 2308px;
  float: left;
  background: transparent;
  /*url("/img/model/css-img/bg-spec-slider.png") repeat-x*/
  position: absolute;
}
.scroll-content-item {
  width: 100px;
  height: 100px;
  float: left;
  margin: 10px;
  font-size: 3em;
  line-height: 96px;
  text-align: center;
}
.scroll-bar-wrap {
  clear: left;
  padding: 0 4px;
  margin: 0;
  height: 38px;
  margin-top: 320px;
}
.scroll-bar-wrap > a,
.scroll-bar-wrap > div,
.scroll-bar-wrap > span {
  float: left;
}
.scroll-bar-wrap .scroll-left-btn {
  width: 34px;
  height: 34px;
  display: block;
  background: url("/img/global/css-img/btn-lft-arrow.png");
  text-indent: -10000em;
  outline: none;
  margin-right: 10px;
}
.scroll-bar-wrap .scroll-right-btn {
  width: 34px;
  height: 34px;
  display: block;
  background: url("/img/global/css-img/btn-rt-arrow.png");
  text-indent: -10000em;
  outline: none;
  margin-left: 10px;
}
.scroll-bar-wrap .scroll-dot {
  width: 6px;
  height: 34px;
  background: url("/img/model/css-img/img-specs-dot.png") 0 center no-repeat;
  display: block;
}
.scroll-bar-wrap .ui-slider {
  background: url("/img/model/css-img/bg-specs-slider-rptr.png") 0 center repeat-x;
  border: 0;
  height: 34px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 826px;
  padding-right: 22px;
}
.scroll-bar-wrap .ui-slider-handle {
  width: 22px;
  height: 34px;
  background: url("/img/model/css-img/img-specs-circle.png") 0 center no-repeat;
  display: block;
  outline: none;
  position: absolute;
  margin-left: -11px;
}
/* ----- model pages exterior ESTEBAN ----- */
.spotlight-controls img {
  position: relative;
  top: -1px;
  margin: 0 3px;
}
#model-ext-360 {
  min-height: 666px;
  position: relative;
  /*overflow-x: hidden;*/
  overflow: hidden;
  background-repeat: repeat-x !important;
  background-position: center 0 !important;
}
#model-ext-360 .wrapped {
  min-height: 666px;
  position: relative;
  padding-top: 0;
}
#model-ext-360 .wrapped h3 {
  color: #333;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.5em;
  position: absolute;
  top: 35px;
  line-height: 1.7em;
}
#model-ext-360 .wrapped h1 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  color: #333;
  position: absolute;
  top: 60px;
  text-shadow: none;
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1;
  margin-left: -1px;
  left: 8px;
}
#model-ext-360 ._360-controls {
  width: 260px;
  height: 54px;
  position: absolute;
  left: 50%;
  margin-left: -121px;
  bottom: 25px;
  text-align: center;
}
#model-ext-360 ._360-prev {
  background: url("/img/model/css-img/360-arrow-left-off.png") 0 0 no-repeat;
  text-indent: -10000pt;
  width: 37px;
  height: 54px;
  display: inline-block;
  outline: none;
  margin-right: 90px;
}
#model-ext-360 ._360-prev:hover,
#model-ext-360 ._360-prev:active {
  background: url("/img/model/css-img/360-arrow-left-on.png") 0 0 no-repeat;
}
#model-ext-360 ._360-next {
  background: url("/img/model/css-img/360-arrow-right-off.png") 0 0 no-repeat;
  text-indent: -10000pt;
  width: 37px;
  height: 54px;
  display: inline-block;
  outline: none;
  margin-left: 90px;
}
#model-ext-360 ._360-next:hover,
#model-ext-360 ._360-next:active {
  background: url("/img/model/css-img/360-arrow-right-on.png") 0 0 no-repeat;
}
/* not required
#model-ext-360 ._360-item{background:url("/img/model/css-img/360-thumb-wht.png") 0 0 no-repeat; text-indent:-10000pt; width:10px; height:10px; display:inline-block; margin-top:1px; margin:0 1px; line-height:1.33333em; outline:none;}
#model-ext-360 ._360-item.active{background:url("/img/model/css-img/360-thumb-grn.png") 0 0 no-repeat;}*/
#model-ext-360 ._360-collection {
  position: absolute;
  top: 209px !important;
}
#model-ext-360 ._360-image {
  display: none;
}
#model-ext-360 ._360tour {
  position: absolute;
  top: 130px;
  left: 690px;
  width: 118px;
  height: 77px;
}
div#model-ext-360._360-view.citation div.wrapped div._360-collection {
  margin-top: -20px;
}
div#model-ext-360._360-view.caravan div.wrapped div._360-collection {
  margin-top: -25px;
}
div#model-ext-360._360-view.single.engine div.wrapped div._360-collection {
  margin-top: -30px;
}
.gallery-custom-A {
  min-height: 785px;
  background: url("/img/model/css-img/Citation-ExteriorGallery.jpg") repeat-x center 0 #f4f4f4;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-custom-A .wrapped {
  min-height: 745px;
  padding-top: 0px;
}
.gallery-custom-A .spotlight-head {
  height: 130px;
}
.gallery-custom-A h2 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 2.25em;
  color: #333;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  margin-bottom: 8px;
  padding: 40px 0 0 0;
}
.gallery-custom-A .spotlight-controls {
  float: right;
  width: 350px;
  margin-right: 28px;
  font-size: 1.1em;
}
.gallery-custom-A .spotlight-controls span {
  cursor: pointer;
}
.gallery-custom-A .spotlight-controls .disabled {
  color: #AAAAAA;
}
.gallery-custom-A .spotlight-next {
  margin-left: 20px;
}
.gallery-custom-A .fullscreen {
  float: right;
}
.gallery-custom-A .slideshow-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 614px;
  left: 0px;
}
.gallery-custom-A .slideshow-wrap h4 {
  color: #333;
}
.gallery-custom-A .slide {
  float: left;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opactiy 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.gallery-custom-A .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gallery-custom-A .slide .wrapped,
.gallery-custom-B .slide .wrapped,
.fullscreen-gallery .slide .wrapped {
  min-height: 0px;
  padding-top: 0px;
  visibility: hidden;
}
.gallery-custom-A .slide.active .wrapped,
.gallery-custom-B .slide.active .wrapped,
.fullscreen-gallery .slide.active .wrapped {
  visibility: visible;
}
.gallery-custom-A .slide-fake {
  width: 1140px;
  height: 445px;
}
/* history gallery */
.gallery-custom-B {
  min-height: 620px;
  position: relative;
  margin: 0 auto;
}
.gallery-custom-B .spotlight-head {
  height: 36px;
}
.gallery-custom-B h2 {
  /*padding: 40px 0 0 40px;*/
  display: none;
}
.gallery-custom-B .spotlight-controls {
  float: right;
  width: 310px;
  margin-right: 20px;
  font-size: 1.1em;
}
.gallery-custom-B .spotlight-controls span {
  cursor: pointer;
}
.gallery-custom-B .spotlight-controls .disabled {
  color: #AAAAAA;
}
.gallery-custom-B .spotlight-next {
  margin-left: 20px;
}
.gallery-custom-B .fullscreen {
  float: right;
}
.gallery-custom-B .caroufredsel_wrapper {
  overflow: visible !important;
}
.gallery-custom-B .slideshow-wrap {
  margin-top: 5px;
  position: absolute;
  width: 100%;
  left: 0;
}
.gallery-custom-B .slide {
  float: left;
  display: block;
}
.gallery-custom-B .slide .wrapped {
  min-height: 0px;
  padding-top: 0px;
}
.gallery-custom-B .slide h4 {
  padding: 20px 0 10px 40px;
  margin: 0;
}
.gallery-custom-B .slide p {
  padding-left: 40px;
}
.gallery-custom-B .slide-fake {
  width: 1140px;
  height: 445px;
}
.gallery-custom-B ul {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-top: 4px;
  background: url("/img/global/CSS-img/img-history-mast-divider.png") no-repeat;
  background-position: 100% 50%;
}
.gallery-custom-B ul li {
  display: inline-block;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  background: url("/img/global/CSS-img/img-history-mast-divider.png") no-repeat;
  background-position: 0% 50%;
}
.gallery-sets a.active {
  color: #000;
  cursor: default;
}
/* Why Cessna gallery */
.whygallery .wrapped {
  height: auto;
  padding-top: 0px;
}
.whygallery {
  background: none;
  height: auto;
  padding-top: 20px;
}
.whygallery .spotlight-head {
  height: auto;
}
.whygallery .slideshow-wrap {
  margin-top: 45px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0px;
}
/*.whygallery h2{padding:0px;}*/
.whygallery .slide h4 {
  padding: 20px 0 0 0px;
}
.whygallery .slide p {
  padding-left: 0px;
}
.ui-dialog {
  display: none;
  position: fixed;
  z-index: 15000;
}
.overlay {
  display: none;
}
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: url("/img/global/css-img/ie8-black-60.png");
  background: rgba(0, 0, 0, 0.6);
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.fullscreen-gallery {
  /*background: white;*/
  padding: 20px;
  position: relative;
}
.fullscreen-gallery .slideshow-wrap {
  overflow: hidden;
  width: auto;
}
.fullscreen-gallery .slide {
  float: left;
  display: block;
  background: #2f2f2f;
}
.fullscreen-gallery .slide .wrapped {
  height: 120px;
  padding-top: 0px;
  position: relative;
}
.fullscreen-gallery .slide h4 {
  color: #CCC;
  font-size: 1.7em;
  line-height: 0.9em;
  margin-bottom: 8px;
  padding: 0 0 0 40px;
}
.fullscreen-gallery .slide p {
  font-size: 1.1em;
  line-height: 1.38461em;
  padding-left: 40px;
  color: #999999;
}
.fullscreen-gallery .gallery-control.disabled {
  visibility: hidden;
}
.fullscreen-gallery .fullscreen-gallery-prev {
  position: absolute;
  top: 48%;
  left: 5%;
  outline: none;
  color: white;
}
.fullscreen-gallery .fullscreen-gallery-next {
  position: absolute;
  top: 48%;
  right: 5%;
  outline: none;
  color: white;
}
.fullscreen-gallery .share-img {
  background: url("/img/global/CSS-img/share-icon.png") 0 0 no-repeat;
  color: #999999;
  outline: none;
  padding-left: 18px;
  line-height: 1.1em;
  position: absolute;
  right: 40px;
  top: 0;
}
.rollover-state {
  display: none;
}
/* model interior SEBASTIAN*/
.singleengine .no-flow-image {
  left: 100px;
}
.citation .no-flow-image {
  left: 100px;
}
.no-flow-image {
  position: relative;
}
.model-interior {
  width: 100%;
  /*overflow-x: hidden;*/
  overflow: hidden;
}
.model-interior .wrapped {
  padding-top: 0;
  position: relative;
}
.gallery-custom-A .wrapped {
  position: static;
}
#interior-basics {
  min-height: 732px;
  background: url("/img/model/css-img/Citation-FloorPlan.jpg") center 0 repeat-x;
}
#interior-basics .wrapped {
  height: 100%;
}
#interior-basics .interior-basic-image-1 {
  position: absolute;
  left: 20px;
  top: 62%;
}
#interior-basics .seats-overlays {
  display: none;
}
#interior-basics .seats {
  position: relative;
}
#interior-basics .seats img {
  left: 9.65%;
}
#interior-basics .citation .seats img {
  left: -100px;
}
#interior-basics .model-interior-lead {
  position: absolute;
  width: 480px;
  top: 0;
}
#interior-basics .model-interior-lead h3 {
  font-family: "Proxima N W01 Bold", sans-serif;
  margin: 40px 0 0;
}
#interior-basics .model-interior-lead h1 {
  font-family: 'Proxima N W01 Thin Reg', sans-serif;
  font-size: 3.5em;
  line-height: 0.90476em;
  margin: 0;
  padding: 20px 0;
}
#interior-basics .model-interior-lead p {
  margin: 0;
  width: 90%;
}
#interior-basics .interior-config {
  position: absolute;
  text-align: center;
  top: 61.9%;
}
#interior-basics .interior-config.citation {
  width: 215px;
  margin-left: 226px;
  top: 530px;
}
#interior-basics .interior-config.caravan {
  width: 468px;
  top: 543px;
}
#interior-basics .interior-config.singleengine {
  width: 400px;
  margin-left: 100px;
  top: 61.9%;
}
#interior-basics .interior-config h4 {
  text-transform: uppercase;
  font-size: 1.66666em;
  line-height: 0.9em;
  font-weight: lighter;
  color: #333333;
}
#interior-basics .interior-360 {
  width: 260px;
  height: 151px;
  position: absolute;
  top: 543px;
  left: 272px;
  cursor: pointer;
}
#interior-basics .config-box {
  background-color: #404040;
  color: #F4F4F4;
  text-align: left;
}
#interior-basics .config-box .config-box-header {
  padding: 14px 0 10px 0px;
}
#interior-basics .config-box .config-box-footer {
  padding: 17px 0 0 0;
}
#interior-basics .config-box h5 {
  font-size: 16px;
  /*padding: 0 0 0 0;*/
  margin: 0 10px 0 10px;
  font-weight: bold;
  color: #ffffff;
}
#interior-basics .config-box .config-subtitle {
  font-size: 11px;
  color: #d5d5d5;
  margin: 0 10px 0 10px;
}
#interior-basics .config-box .seats-box {
  background-color: #4e4e4e;
  border-bottom: 14px solid #373737;
  padding: 5px 20px 0 20px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}
#interior-basics .config-box .seats-box .gray-btn {
  border: 0;
  text-shadow: none;
  margin: 5px;
  width: 100px;
}
#interior-touches {
  min-height: 688px;
  background: url("/img/model/css-img/Citation-Collections.jpg") center 0 repeat-x;
}
#interior-touches h2 {
  line-height: 1.13333em;
  color: #E3E3E3;
  padding-top: 27px;
  padding-bottom: 0px;
}
#interior-touches p {
  color: #E3E3E3;
  width: 61.2%;
  float: left;
}
#interior-touches .model-controls {
  float: right;
  background: url("/img/global/css-img/btn-fullscr.png") right 0 no-repeat;
  display: block;
  padding-right: 42px;
  height: 36px;
  line-height: 3em;
  color: white;
  margin-right: 25px;
  cursor: pointer;
}
#interior-touches .interior-touches-browser {
  width: 935px;
  height: 480px;
  background: url("/img/global/css-img/ie8-black-80.png");
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  outline: 15px solid rgba(0, 0, 0, 0.8);
  margin-top: 20px;
  /*box-shadow: 0px 0px 148px rgba(50, 50, 50, 0.5);*/
}
#interior-touches .interior-touches-placeholder {
  position: relative;
  height: 361px;
}
#interior-touches .interior-touches-placeholder > img {
  position: absolute;
}
#interior-touches .touch-selection {
  height: 85px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url("/img/model/css-img/img-ext-int-trans.png") 0 0 no-repeat;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
#interior-touches .touch-selection div.header {
  width: 350px;
  float: left;
}
#interior-touches .touch-selection h4 {
  color: white;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1;
  margin: 18px 0 5px 20px;
}
#interior-touches .touch-selection p {
  color: white;
  margin-left: 20px;
  font-size: 1.08333em;
  line-height: 1.15384em;
  width: 100%;
}
#interior-touches .swatches {
  float: right;
  padding-top: 40px;
  margin-right: 10px;
}
#interior-touches .swatches li {
  float: left;
  margin-right: 10px;
  position: relative;
}
#interior-touches .swatches li img {
  display: block;
  width: 30px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
#interior-touches .swatches li span {
  color: white;
  position: absolute;
  top: -32px;
  left: 95px;
  width: 150px;
  line-height: 1;
}
#interior-touches .swatch-legend {
  display: none;
}
#interior-touches .interior-collections {
  padding: 15px 0 0 11px;
}
#interior-touches .interior-collections li {
  float: left;
  background: #4c4c4c;
  width: 137px;
  height: 86px;
  padding-left: 9px;
  margin-left: 5px;
  cursor: pointer;
}
#interior-touches .interior-collections li.active {
  background: black;
  border: 1px solid #4c4c4c;
}
#interior-touches .interior-collections li span {
  display: block;
  color: #999999;
}
#interior-touches .interior-collections li.active span {
  color: white;
}
#interior-touches .interior-collections-information {
  display: none;
}
/*Interior HighLights*/
#interior-highlights .wrapped {
  padding-top: 0;
  position: relative;
  color: #E3E3E3;
}
#interior-highlights h2 {
  line-height: 1.13333em;
  color: #E3E3E3;
  padding-top: 27px;
}
.interior-stats-floater p {
  font-family: "Proxima N W01 Reg", sans-serif;
  letter-spacing: 1px;
  font-size: 1.83333em;
  line-height: 1.36363em;
  color: #ababab;
  color: rgba(171, 171, 171, 0.6);
}
.interior-stats-floater .large-number {
  font-size: 1.77272em;
  line-height: 0.76923em;
  color: rgba(230, 230, 230, 0.45);
}
.interior-highlights-background-1 {
  min-height: 840px;
  background: url("/img/model/css-img/parallax/highlights-background1.jpg") center 0 repeat-x;
}
.interior-highlights-background-1 .interior-highlights-left {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
}
.interior-highlights-background-1 .interior-highlights-left h2 {
  padding-bottom: 0;
}
.interior-highlights-background-1 .interior-highlights-left p {
  font-size: 1.166666em;
}
.interior-highlights-background-1 .interior-highlights-right {
  width: 354px;
  position: absolute;
  left: 580px;
  top: 270px;
}
.interior-highlights-background-1 .interior-round-floater {
  position: absolute;
  top: 150px;
  left: 40px;
}
.interior-highlights-background-1 .interior-stats-floater {
  position: absolute;
  top: 588px;
  left: 0;
}
.interior-highlights-background-1 .floater-stat-1 {
  margin-left: 40px;
}
.interior-highlights-background-1 .floater-stat-2 {
  margin-left: 90px;
}
.interior-highlights-background-1 .floater-stat-3 {
  margin-left: 20px;
}
.interior-highlights-background-2 {
  min-height: 518px;
  background: url("/img/model/css-img/parallax/highlights-background2.jpg") center 0 repeat-x;
}
.interior-highlights-background-2 .interior-highlights-right {
  width: 354px;
  position: absolute;
  left: 580px;
  top: 92px;
}
.interior-highlights-background-2 .interior-round-floater {
  position: absolute;
  top: -68px;
  left: 40px;
}
.interior-highlights-background-3 {
  min-height: 860px;
  background: url("/img/model/css-img/parallax/highlights-background3.jpg") center 0 repeat-x;
}
.interior-highlights-background-3 .interior-highlights-right {
  width: 354px;
  position: absolute;
  left: 580px;
  top: 180px;
}
.interior-highlights-background-3 .interior-round-floater {
  position: absolute;
  top: 60px;
  left: 40px;
}
.interior-highlights-background-3 .interior-stats-floater {
  position: absolute;
  top: 470px;
  left: 0;
}
.interior-highlights-background-3 .floater-stat-1 {
  margin-left: 62px;
}
.interior-highlights-background-3 .floater-stat-2 {
  margin-left: 20px;
}
.interior-highlights-background-3 .floater-stat-3 {
  margin-left: 125px;
}
.interior-highlights-parallax {
  height: 390px;
}
.interior-highlights-parallax-1 {
  background: url("/img/model/css-img/parallax/parallax1.jpg") 50% 0 no-repeat fixed;
}
.interior-highlights-parallax-2 {
  background: url("/img/model/css-img/parallax/parallax2.jpg") 50% 0 no-repeat fixed;
}
.compare-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.compare-overlay {
  padding: 10px;
  background: #fff;
}
.compare-wrapper {
  background: #fff;
  margin: 0 85px;
  width: 1100px;
}
.compare-wrapper .top {
  min-height: 170px;
}
.compare-wrapper .plane-column label {
  width: 45px;
  font-size: 10px;
  display: block;
  float: left;
  color: #373737;
  line-height: 9px;
  margin: 2px 0 0 0;
}
.compare-wrapper .plane-column input[type=checkbox] {
  float: left;
  margin: 4px 5px 0 0;
}
.compare-wrapper .custom-scrollbar {
  max-height: 383px;
  overflow-y: scroll;
}
.compare-wrapper .speclist-left,
.compare-wrapper .speclist-right {
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.compare-wrapper .speclist-left li,
.compare-wrapper .speclist-right li {
  margin: 0;
  padding: 0.5em 0;
}
.compare-wrapper .speclist-left b {
  display: block;
  margin: 10px 0 5px;
  font-size: 1.1em;
}
.compare-wrapper .speclist-left ul {
  list-style-position: outside;
  list-style: none;
}
.compare-wrapper .speclist-right {
  background: none;
  border-bottom: 1px solid #dadada;
  margin: 70px 0 0;
  padding: 0;
}
.compare-wrapper .speclist-right:first-child {
  margin: 41px 0 0;
}
.compare-wrapper .speclist-right ul {
  margin: 0;
  padding: 0;
}
.compare-wrapper .speclist-right li {
  border-top: 1px solid #dadada;
  margin-top: -1px;
  padding: 0.5em 30px;
}
.compare-wrapper .label-column .speclist-left li {
  margin-left: 15px;
}
.top img {
  display: block;
  height: auto;
  max-width: 100%;
}
.top .group {
  margin: 138px 0 0 25px;
  display: inline-block;
  vertical-align: top;
}
.top .group input {
  margin-right: 5px;
}
.top h4 {
  line-height: 1;
  margin-bottom: 0;
}
.top .remove-plane {
  margin-left: 23px;
}
.top .plane-column {
  min-height: 170px;
  padding-left: 25px;
  padding-top: 10px;
}
.top .plane-column:after {
  background-position: center top;
}
.top .plane-column .label-column {
  margin-left: 0;
}
.label-column,
.plane-column {
  display: block;
  margin-left: 0;
  width: 20%;
  vertical-align: top;
  float: left;
}
/*=== LONGFORM TEMPLATE ==*/
.service-what {
  padding-bottom: 50px;
}
.longform-masthead {
  background: url("/img/global/css-img/cessna-ServiceLP-F-Masthead.jpg") repeat center 0;
  position: relative;
  overflow: hidden;
  height: 490px;
  width: 100%;
}
.longform-masthead .mast-plane {
  float: right;
  padding-top: 0;
  position: relative;
  z-index: 8;
}
.longform-headlines {
  position: absolute;
  top: 75px;
  width: 985px;
  left: 150px;
}
.longform-headlines h1 {
  margin-bottom: 0;
}
.longform-stats {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 135px;
}
ul.longform-stats li {
  display: block;
  float: left;
  /*color: #ffffff;*/
  text-align: left;
  padding-left: 40px;
  width: 300px;
  line-height: 1.25em;
}
ul.longform-stats li:first-child {
  padding-left: 45px;
  width: 260px;
}
ul.longform-stats li h2 {
  /*color: #ffffff;*/
  padding: 10px 0 10px 0;
}
ul.longform-stats .sky-btn {
  margin: 10px 0 10px 0;
}
.longform-left {
  width: 48%;
  float: left;
  padding-right: 10px;
}
.longform-right {
  width: 48%;
  float: right;
  margin-left: 10px;
}
.longform-section {
  margin: 10px 10px 45px 0;
  padding-top: 25px;
}
.sidetable {
  margin-top: 5px;
}
.progs {
  display: inline-block;
  margin-top: 10px;
  width: 170px;
}
.model-name-result {
  font-weight: bold;
}
.lightbold {
  font-weight: bold;
  font-size: 14px;
}
.app-img {
  float: left;
  padding-right: 10px;
}
.app-desc {
  float: right;
  width: 340px;
}
.service-what h4 {
  margin: 0 0 10px 0 !important;
  font-size: 18px !important;
}
.service-first {
  background: url("/img/global/css-img/gradient-bg-service.jpg") repeat-x center 0;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  width: 100%;
  padding: 40px 0;
}
.service-gradient {
  background: url("/img/global/css-img/gradient-bg-group2.jpg") repeat-x center 0;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  width: 100%;
  padding: 40px 0;
}
.teams-prev {
  float: left;
  width: 23px;
  height: 35px;
  display: none;
  background: url("/img/global/css-img/icn-green-lft.png");
  text-indent: -10000em;
  outline: none;
  margin-right: 10px;
  margin-top: 190px;
}
.teams-prev:focus,
.teams-next:focus {
  outline: none;
}
.teams-prev.disabled,
.teams-next.disabled {
  visibility: hidden;
}
.teams-next {
  float: left;
  width: 23px;
  height: 35px;
  display: none;
  background: url("/img/global/css-img/icn-green-rt.png");
  text-indent: -10000em;
  outline: none;
  margin-left: 10px;
  margin-top: 190px;
}
.teams-carousel-wrapper {
  float: left;
  width: 862px;
  margin: 40px 0;
  overflow: hidden;
}
.teams-carousel .team {
  background-color: #363636;
  float: left;
  border-bottom: 10px solid #2b2b2b;
  border-top: 10px solid #2b2b2b;
  margin: 0 5px 0 5px;
  width: 205px;
  min-height: 350px;
}
.teams-carousel .team h2 {
  text-transform: none;
  font-size: 18px;
  color: #a7a7a7;
  padding: 8px 10px 8px 10px;
  background-color: #2b2b2b;
  margin-bottom: 0;
}
.teams-carousel .team ul {
  line-height: 1;
  margin-bottom: 0;
}
.teams-carousel .team ul li {
  padding: 10px 10px 10px 10px;
  background: url('/img/global/css-img/sidebar-right-divider.jpg') repeat-x;
  background-position: top;
}
.teams-carousel .team p {
  color: #A7A7A7;
  line-height: 1;
  margin-bottom: 3px;
}
.teams-carousel .team p span {
  color: white;
}
.teams-carousel .team img {
  margin-left: 2px;
}
.teams-carousel .team a {
  display: inline-block;
  margin-top: 5px;
  word-break: break-all;
}
.infos-carousel-wrapper {
  float: left;
  width: 630px;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}
.infos-carousel .team {
  background-color: #202020;
  float: left;
  margin: 0 5px 0 10px;
  width: 190px;
  min-height: 190px;
}
.infos-carousel .team h2 {
  text-transform: none;
  font-size: 18px;
  color: #a7a7a7;
  padding: 7px 10px 5px 10px;
  background: url("/img/global/css-img/h2-scroll-rptr.jpg") repeat-x;
  margin-bottom: 0;
}
.infos-carousel .team ul {
  display: block;
  margin-bottom: 0;
  background-color: #2b2b2b;
}
.infos-carousel .team ul li {
  padding: 10px 10px 7px 10px;
  background: url('/img/global/css-img/sidebar-right-divider.jpg') repeat-x;
  background-position: top;
  margin-bottom: 10px;
}
.infos-carousel .team img {
  margin-left: 0;
  display: block;
  background-color: #202020;
}
.pager-section .teams-prev,
.pager-column .teams-prev,
.pager-section .teams-next,
.pager-column .teams-next {
  margin-top: 100px;
}
.quote-namer {
  font-weight: bold;
  display: block;
}
.quote-creds {
  font-style: italic;
}
/* === Why Cessna edits to LONGFORM TEMPLATE === */
.awards {
  border-collapse: separate;
  border-spacing: 40px;
  margin-left: -40px;
}
table.awards td {
  border-top: 2px solid #d2d2d2;
  vertical-align: top;
  padding: 2px 0;
  width: 45%;
}
/*=== Pre-Owned Jets FAMILY EDITS ===*/
.fam-price-call {
  font-size: 1.1em;
  padding-left: 2px;
}
.fam-bold {
  font-weight: bold;
}
.rightcol-content {
  margin-top: 10px;
}
.pagination {
  float: right;
  text-align: right;
  margin-right: 15px;
  color: #333333;
  margin-bottom: 5px;
}
.pagination > * {
  display: inline-block;
  vertical-align: middle;
}
.previous-page,
.next-page {
  cursor: hand;
  cursor: pointer;
}
.current-page {
  text-align: center;
  background-color: white;
  padding: 2px 7px;
  margin: 0 8px 0 6px;
}
.pages {
  margin-left: 25px;
}
.pages + .family-buttons {
  text-align: right;
}
.pages + .family-buttons .pagination {
  float: none;
}
/*off by default each page gets turned on via jquery*/
.page {
  display: none;
}
.owned {
  display: inline-block;
  width: 195px;
  float: none;
  padding: 15px;
  background-color: #ffffff;
  margin: 0 0 20px 16px;
  border: 1px solid #cdcdcd;
  font-size: .8em;
}
.owned:hover {
  margin: -5px -1px 19px 15px;
}
.owned:nth-child(3n+1) {
  margin-left: 0;
}
.owned:nth-child(3n+1):hover {
  margin-left: -1px;
  margin-right: -1px;
}
/* IE8 compat. */
.owned:first-child,
.owned.shift {
  margin-left: 0;
}
.owned:first-child:hover,
.owned.shift:hover {
  margin-left: -1px;
  margin-right: -1px;
}
.owned-pic img {
  margin: 8px -15px 8px -15px;
}
/*=== RIGHT and LEFT SIDEBAR TEMPLATE===*/
.rightcol-gradient {
  background: url("/img/global/css-img/gradient-bg-group2.jpg") repeat-x center 0;
  position: relative;
  border-top: 3px solid #ffffff;
  overflow: hidden;
  background-color: #f4f4f4;
  width: 100%;
}
.rightcol-section {
  margin: 10px 0 35px 20px;
}
.basic-section {
  margin: 10px 0 35px 0;
  padding-top: 30px;
  margin-top: 25px;
}
.center {
  margin: auto;
  width: 600px;
  text-align: center;
  padding-bottom: 40px;
}
.shadowstrip {
  background: url("/img/global/css-img/Masthead-Gradient.png") no-repeat center 0;
}
.rightcol-section h2 {
  color: #333;
}
.rightcol-photo h2 {
  display: inline-block;
  font-size: 3em;
  color: #333333;
  display: inline;
  line-height: 1.15em;
  width: 775px;
}
.rightcol-photo .light-btn {
  float: right;
  margin-top: 6px;
}
.rightcol-photo img {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 2px 0;
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.share-print-email {
  float: right;
  margin: 15px 35px 15px 0;
}
.model-gradient .share-print-email {
  margin: 0 0 15px;
}
.page-share-btns img {
  padding-right: 7px;
}
.page-share-btns {
  cursor: pointer;
}
.share-btn-divider {
  text-align: center;
  margin: 0 7.5px;
}
a.gray-btn {
  margin: 0;
  margin-top: 10px;
}
.rightcol-leftchunk {
  float: left;
  width: 690px;
  padding-bottom: 20px;
}
.rightcol-leftchunk h1 {
  color: #0082c4;
}
div.rightcol-section.toprule div.rightcol-leftchunk,
div.rightcol-leftchunk.toprule {
  width: 710px;
}
.pager-column {
  float: right;
  width: 700px;
  padding-bottom: 20px;
}
.pager-column > div {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.pager-section {
  padding-bottom: 40px;
}
.rightcol-content p {
  margin: 0 0 10px 0;
}
.preowned-stats {
  margin-bottom: 30px;
  margin-left: -20px;
  background: url("/img/pre-owned/css-img/img-model-mast-divider.png") no-repeat;
  background-position: 99% 90%;
}
ul.preowned-stats li {
  display: inline-block;
  width: 95px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  background: url("/img/pre-owned/css-img/img-model-mast-divider.png") no-repeat;
  background-position: 0% 90%;
}
.details-buttons {
  margin-top: 25px;
  padding-bottom: 25px;
}
.details-buttons .light-btn {
  margin-right: 9px;
}
.dark-bold {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.dark-bold + p {
  margin-top: 0.75em;
}
.preowned-tbl-specs {
  border: 1px solid #afafaf;
  width: 335px;
  float: left;
  margin-right: 15px;
}
.preowned-tbl-specs td {
  padding: 6px 10px;
  border: 1px solid #afafaf;
}
.pre-spec-left {
  background-color: #e5e5e5;
  width: 135px;
  color: #333333;
}
.fullscreen {
  float: right;
  margin-bottom: 5px;
}
.fullscreen img {
  height: 34px;
  width: 33px;
}
.lefty-text {
  width: 230px;
  float: left;
  margin: 0 10px 0 0;
}
.righty-text {
  width: 230px;
  float: right;
}
.right-img {
  margin: 0 0 10px 10px;
}
.left-img {
  margin: 10px 10px 10px 0;
}
.right-img img {
  padding-bottom: 10px;
}
.lefty-text ul li {
  list-style-image: url("/img/global/css-img/bullet.png");
  margin: 7px 0 7px 15px;
  line-height: 1.2em;
}
.more-photos {
  width: 1000px;
}
.more-photos img {
  margin-right: 20px;
  float: left;
}
/* These items will always be in rows of tjhree, so just add .last to the third element. */
.tiler {
  display: inline-block;
  width: 31.33%;
  margin: 0 3% 0 -4px;
  vertical-align: top;
}
.tiler:first-child,
.tiler.shift {
  margin-left: 0;
}
/* IE8 compat. */
.tiler:nth-child(4n+1) {
  margin-left: 0;
}
.rightcol-leftchunk .tiler.last {
  margin-right: 0;
}
.last {
  margin-right: 0;
}
.tiler p {
  margin-bottom: 10px;
}
.tiler img {
  height: auto;
  max-width: 100%;
}
.team-title {
  display: block;
  min-height: 45px;
  line-height: 1.5em;
}
.team-info {
  margin-bottom: 15px;
}
.team-info img {
  float: left;
  margin-right: 15px;
}
.team-stuff {
  min-height: 60px;
}
.team-name {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.team-phone {
  display: block;
  margin-bottom: 15px;
}
/* SIDEBARS */
.right-sidebar-gray {
  background-color: #3f3f3f;
  float: right;
  margin-left: 0;
  border-bottom: 10px solid #2b2b2b;
  border-top: 10px solid #2b2b2b;
  color: #ffffff;
}
.right-sidebar-gray h2 {
  font-family: Arial, sans serif;
  text-transform: none;
  font-size: 18px;
  color: #a7a7a7;
  padding: 0 10px 8px 20px;
  background-color: #2b2b2b;
  margin-bottom: 0;
}
.right-sidebar-gray ul {
  margin-bottom: 0;
}
.right-sidebar-gray ul li {
  padding: 10px 10px 10px 20px;
  background: url('/img/global/css-img/sidebar-right-divider.jpg') repeat-x;
  background-position: top;
}
.contact-sidebar {
  background-color: #3f3f3f;
  float: right;
  margin-left: 0;
  border-bottom: 10px solid #2c2c2c;
  border-top: 10px solid #2c2c2c;
  color: #d3d3d3;
}
.contact-sidebar p {
  line-height: 1.25em;
  margin-top: 4px;
}
.contact-sidebar h2 {
  text-transform: none;
  font-size: 18px;
  color: #ffffff;
  padding: 5px 0;
  margin-bottom: 0;
}
.contact-sidebar ul {
  margin-bottom: 0;
}
.contact-sidebar ul li {
  padding: 10px 10px 20px 20px;
  background: url('/img/global/css-img/sidebar-right-divider.jpg') repeat-x;
  background-position: top;
}
.contact-sidebar li li {
  padding: 10px 20px;
  line-height: 1.5;
}
.contact-phone {
  font-size: 14px;
  font-weight: normal;
}
.contact-sidebar .gray-btn {
  margin: 1em 0 0.5em;
  padding: 2px 7px 1px 7px;
}
.right-sidebar-gray .gray-btn {
  padding: 2px 7px 1px 7px;
}
li.socialbar {
  line-height: 1;
  margin: 0;
  padding: 20px !important;
}
.socialbar ul li {
  padding: 10px 10px 5px 20px;
  background: url('/img/global/css-img/sidebar-right-divider.jpg') repeat-x;
  background-position: top;
}
.socialbar a {
  color: #dddddd;
  display: block;
}
.socialbar img {
  height: 35px;
  margin-right: 10px;
  width: 36px;
}
.left-sidebar-gray {
  background-color: #3f3f3f;
  float: left;
  margin-left: 0;
  border-bottom: 10px solid #2b2b2b;
  border-top: 10px solid #2b2b2b;
  color: #ffffff;
}
.left-sidebar-gray h2 {
  font-family: Arial, sans serif;
  text-transform: none;
  font-size: 18px;
  color: #a7a7a7;
  padding: 0 10px 8px 20px;
  background-color: #2b2b2b;
  margin-bottom: 0;
}
.left-sidebar-gray ul {
  margin-bottom: 0;
}
.left-sidebar-gray ul li {
  background: url('/img/global/css-img/sidebar-right-divider.jpg') repeat-x;
  background-position: top;
}
.left-sidebar-gray li a {
  display: block;
  padding: 8px 10px 8px 20px;
  color: #999999;
  font-weight: normal;
  outline: none;
  padding-right: 10px;
}
.left-sidebar-gray li a:hover,
.left-sidebar-gray li a.active {
  color: #ffffff;
  background: url("/img/global/css-img/subnav-hover-marker.png") 95% 50% no-repeat;
  background-color: #202020;
}
.narrowbar {
  width: 218px;
}
.widebar {
  width: 400px;
}
/* THUMBNAIL PAGE TEMPLATE */
.gallery-container {
  width: 990px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery-block {
  width: 200px;
  padding: 10px;
  background-color: #ffffff;
  margin: 10px 24px 20px 0;
  border: 1px solid #cdcdcd;
  float: left;
  display: block;
}
.tall {
  min-height: 380px;
}
.short {
  min-height: 270px;
}
.gallery-block.last {
  margin-right: 0;
}
.gallery-block h2 {
  font-family: 'Proxima N W01 Thin Reg';
  font-size: 2.25em;
  color: #333;
  line-height: 1;
  margin: 10px 0;
}
.download a {
  background: url("/img/global/css-img/DownloadButton.png") no-repeat;
  display: block;
  height: 30px;
  padding: 7px 0 0 40px;
  line-height: 1;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}
/*VIDEO LANDING PAGE */
.video-filters {
  margin-bottom: 20px;
}
.video-filters b,
.video-filters a {
  color: #666;
  display: inline-block;
  margin: 0 1em;
}
.video-filters a {
  font-weight: 400;
}
.video-filters input {
  margin-right: 0.5em;
  pointer-events: none;
  -ms-pointer-events: none;
}
.video-block {
  margin-top: 0;
}
.video-block h4 {
  margin: 1em 0 0.25em;
}
.video-block span {
  color: #AAA;
}
.video-block p {
  margin: 0;
}
.video-block a {
  display: block;
  margin: 1.5em 0 0;
}
.video-block a:after {
  content: '›';
  margin-left: 0.5em;
}
.video-block .item .backstretch {
  background-color: #DDD;
  height: 125px;
  margin-bottom: 1.25em;
}
.video-block .item {
  display: inline-block;
  margin-left: -4px;
  margin-right: 2%;
  width: 23.5%;
  vertical-align: top;
}
.video-block .item:first-child {
  margin-left: 0;
}
.video-block .item.shift {
  margin-right: 0;
}
.video-block .item:nth-child(4n+4) {
  margin-right: 0;
}
#videoPopper {
  display: none;
}
/* SEARCH RESULTS	*/
.search-results h4 {
  margin: 0;
}
.search-results .right-sidebar-gray .lightbold {
  color: #a7a7a7;
  line-height: 1.3em;
  font-size: 1.3em;
}
.search-results .results-header {
  padding: 0;
}
.search-results h3 {
  color: #0082c4;
  font-size: 1.6em;
  text-transform: none;
  margin-bottom: 10px;
}
.next-articles {
  text-align: center;
  padding-bottom: 50px;
}
.next-articles hr {
  margin: 0;
}
.next-articles img {
  margin-top: -24px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* 50% gray filter over images*/
.inactive {
  position: relative;
  display: inline-block;
}
.inactive img {
  vertical-align: top;
}
.img-overlay {
  display: none;
}
.clearfix {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Color picker
   ========================================================================== */
#colorpickerHeader {
  background: #ffffff url('/flash/assets/img/bar_gradient_ra.jpg') repeat-x;
  width: 935px;
  height: 28px;
  padding-bottom: 6px;
}
#colorpickerHeaderClose {
  background: url('/flash/assets/img/close_btn_ra.png') 0 0 no-repeat;
  float: right;
  height: 24px;
  width: 56px;
  margin: 3px 10px 0 0;
}
/* ==========================================================================
   CSOA
   ========================================================================== */
.registered {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  width: 100%;
  padding: 40px 0;
}
#csoaHistory td {
  line-height: 1.24em;
  padding-bottom: 0.7em;
  padding-right: 1em;
  vertical-align: top;
}
/* Holder */
.holder span {
  margin: 0 5px;
}
.holder a {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  padding: 4px;
  width: 2px;
  height: 17px;
  background-image: url('/img/Campaign/bullet.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.holder a:hover {
  background-color: #222;
}
.holder a.jp-previous {
  background-image: url('/img/Campaign/previous.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.holder a.jp-next {
  background-image: url('/img/Campaign/next.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.holder a.jp-current,
.holder a.jp-current:hover {
  font-weight: bold;
  cursor: default;
  background-image: url('/img/Campaign/current.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.holder a.jp-disabled,
.holder a.jp-disabled:hover {
  color: #bbb;
}
.DownloadTiles {
  margin-top: 10px;
}
#itemContainer {
  height: 78px;
}
#itemContainer li {
  float: left;
  width: 270px;
}
#itemContainer li img {
  float: left;
  margin-right: 10px;
}
.DownloadPager {
  text-align: right;
}
.secondaryContentMargin {
  width: 810px;
}
.downloadBtn {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #35524D;
  margin: 12px 0 0 0 !important;
}
.campaignContent h2 {
  color: #FFFFFF;
  font-size: 1.5em;
}
.DownloadTiles h2 {
  text-transform: none !important;
  font-size: 1.7em;
}
.freeRangeHTML {
  color: #FFFFFF;
}
.arrowPrev {
  cursor: move;
}
.arrowNext {
  cursor: move;
}
.before-text {
  z-index: 30;
  float: left;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 20pt;
  font-family: 'Proxima N W01 Thin Reg';
  left: 5px;
  color: #fff;
}
.after-text {
  z-index: 30;
  float: right;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 20pt;
  font-family: 'Proxima N W01 Thin Reg';
  right: 5px;
  color: #fff;
}
#model-before-after-white-bg {
  background: url("/img/model/css-img/bg-specs-gradient.jpg") no-repeat scroll 0 0 #f4f4f4;
  border-top: 2px solid #fff;
  font-size: 1.1em;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
#model-before-after-white-bg h2 {
  color: #333;
  font-family: 'Proxima NSimSun W01 Bold';
  font-size: 18px;
  text-transform: uppercase;
}
#model-before-after-black-bg {
  background: url("/img/Mods/int_alpine_bg.jpg") repeat-x scroll center 0 transparent;
  border-top: 2px solid #fff;
  font-size: 1.1em;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  color: #fff;
}
#model-before-after-black-bg h2 {
  color: #fff;
  font-family: 'Proxima NSimSun W01 Bold';
  font-size: 18px;
  text-transform: uppercase;
}
#model-additional-info-white-bg {
  background-color: #F4F4F4;
  font-size: 1.1em;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.hots {
  position: relative;
  z-index: 5;
  display: block;
  background: transparent url("/img/Configurator/hot_spot.png") center top no-repeat;
  width: 63px;
  height: 63px;
  cursor: pointer;
}
.hots:hover {
  background-image: url("/img/Configurator/hot_spot_hover.png");
}
.popupCircle {
  cursor: pointer;
  position: absolute;
  height: 325px;
  width: 325px;
  display: none;
}
.popupCircle .popupHeader {
  margin: 2px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.popupCircle .popupDescription {
  margin: 0;
  font-size: 10px;
  color: #959595;
  font-weight: bold;
}
.popupCircle .popupText {
  position: absolute;
  display: block;
  width: 195px;
  height: 60px;
  top: 205px;
  left: 70px;
}
.featured-wrapper {
  background-color: #2a2a2a;
  padding: 1.5em;
}
.featured-article {
  position: relative;
}
.featured-article h3 {
  color: #FFF;
}
.featured-article h4 {
  color: #a7a7a7;
  line-height: 1;
  margin-bottom: 10px;
}
.featured-article .date {
  color: #888;
  font-size: 1.2em;
  display: block;
  margin-bottom: 1em;
}
.featured-article .article-image,
.featured-article .article-teaser {
  display: inline-block;
  vertical-align: middle;
  width: 48.5%;
}
.featured-article .article-teaser {
  margin-left: 51.5%;
}
.featured-article .article-teaser p {
  color: #DDD;
  margin-bottom: 0.75em;
}
.featured-article .article-image {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-article .article-image img {
  border: none;
  height: auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.item {
  margin: 20px 0;
  padding: 0;
  position: relative;
}
.item h4 {
  line-height: 1.2;
  margin-top: 0;
}
.item .article-image,
.item .article-teaser {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}
.item .article-teaser {
  margin: 0;
  width: 67%;
}
.item .article-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
}
.item a:after {
  content: '›';
  margin-left: 0.5em;
}
.events {
  display: none;
}
.related_gallery {
  background: url("/img/model/css-img/Citation-ExteriorGallery.jpg") 0 0 repeat-x;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 0;
}
.related_gallery .wrapped {
  padding-top: 0;
  min-height: 446px;
}
.related_gallery .head {
  height: 66px;
}
.related_gallery .head h2 {
  font-size: 1.875em;
  line-height: 1.13333em;
  padding: 30px 0 10px 20px;
  float: left;
}
.related_gallery .controls {
  float: right;
  width: 350px;
  margin: 24px 28px 0 0;
}
.related_gallery .controls span {
  cursor: pointer;
}
.related_gallery .controls .disabled {
  color: #AAAAAA;
}
.related_gallery .slideshow-next {
  margin-left: 40px;
}
.related_gallery .fullscreen {
  float: right;
}
.related_gallery .slideshow-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 254px;
  left: 0;
}
.related_gallery .slide {
  float: left;
  display: block;
}
.related_gallery .slide-fake {
  width: 453px;
  height: 254px;
}
.related_gallery .foot {
  height: 126px;
  margin-top: 254px;
}
.related_gallery .foot h2 {
  font-size: 1.875em;
  line-height: 1.13333em;
  padding: 30px 0 10px 20px;
}
.related_gallery .foot .download-web,
.related_gallery .foot .download-print {
  margin-left: 20px;
  width: 125px;
  display: inline-block;
  vertical-align: top;
  color: #333333;
}
.related_gallery .foot .download-web img,
.related_gallery .foot .download-print img {
  float: left;
  margin-right: 5px;
}
.related_gallery .foot .download-web span,
.related_gallery .foot .download-print span {
  width: 83px;
  float: right;
  clear: right;
  font-weight: normal;
  line-height: 1.2em;
}
.related_gallery .foot .download-web .title,
.related_gallery .foot .download-print .title {
  font-weight: bold;
  margin-top: 4px;
}
.sitemap {
  background-image: url("/img/global/css-img/body-bg-dark-bottom.jpg");
  height: 80px;
  font-size: .875em;
  width: 100%;
}
.sitemap a {
  color: #c8c8c8;
  font-weight: normal;
}
.sitemap a:hover {
  color: #ffffff;
}
.sitemap h4 {
  margin: .95em 0 0 0;
}
.sitemap .wrapped {
  border-top: 1px solid #333333;
  padding-top: 10px;
}
footer {
  background-color: #484747;
  position: relative;
}
footer .wrapped {
  height: 73px;
}
.brandBar {
  background-color: #EEEEEE;
  height: 65px;
}
.txtLogo {
  margin: auto auto;
  width: 960px;
  height: 65px;
  background: url("/img/global/css-img/txtav_logo.png") no-repeat left center;
  display: block;
}
.footer-info {
  width: 70%;
  float: left;
  font-size: .875em;
  color: #999999;
}
ul.footer-links li {
  display: inline;
}
ul.footer-links li:after {
  content: '\7C';
  padding-left: 1em;
  padding-right: 1em;
  color: #ffffff;
}
ul.footer-links li:last-child:after {
  content: ' ';
}
.social {
  width: 30%;
  float: right;
  text-align: right;
}
.social img {
  height: 35px;
  padding-left: 5px;
  width: 36px;
}
.lefticle {
  width: 100%;
  float: left;
  text-align: left;
}
.lefticle img {
  padding-left: 0;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[class^="noDefault"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .wrapped,
  #avionics-details,
  .model-avionics,
  .service-gradient,
  #tabs,
  .model-gradient,
  .service-first {
    padding: 0;
  }
  .model-ovw,
  .rightcol-section .longform-section {
    margin: 0;
  }
  /* Hide UI stuff that shouldn't be printed */
  .gallery,
  .gallery-custom-A,
  .gallery-custom-B,
  .share-print-email,
  header,
  .sitemap,
  .light-btn,
  .sky-btn,
  .gray-btn,
  .social,
  .socialbar,
  #smallnav,
  .model-subnav,
  #_model-exterior,
  #_model-interior,
  #avionics-lead,
  .overviews,
  .av-right,
  .video-right,
  .scroll-pane,
  .ui-tabs-nav,
  .wrapped h1,
  .wrapped h3,
  .model-ovw:last-child,
  .load-more,
  .contact-sidebar,
  .rightcol-leftchunk img,
  .rightcol-photo img,
  br,
  .family-buttons,
  .longform-stats,
  .footer-links,
  .details-buttons,
  .longform-right,
  #MapTabs {
    display: none !important;
  }
  .longform-masthead {
    height: 275px;
  }
  .ui-tabs-panel,
  .item,
  .hidden + hr {
    display: block !important;
    visibility: visible;
  }
  #tabs .ui-widget-content,
  .toprule,
  .fam,
  .left-sidebar-gray,
  .contact-sidebar {
    border: 0;
  }
  .rightcol-leftchunk div {
    float: none;
    width: auto;
  }
  /* Make it white to be more print-friendly. */
  .ui-widget-overlay {
    background: #FFF;
  }
  .sky-btn,
  .go-btn,
  .gray-btn,
  .light-btn {
    border: 0;
  }
  .av-left,
  .video-left,
  .app-desc {
    float: none;
    min-height: 0;
    padding: 0 !important;
    width: auto;
  }
  .rightcol-leftchunk,
  .longform-left {
    float: none;
    width: auto;
  }
  .longform-left {
    padding: 15px 0;
  }
  .specs-left,
  .specs-right {
    display: inline-block;
    float: none;
    width: 45%;
    padding: 0;
    vertical-align: top;
  }
  ul.av-details li {
    display: inline-block;
    vertical-align: top;
  }
  ul.av-details li:after {
    content: ', ';
  }
  ul.av-details li:last-child:after {
    content: '';
  }
}
/*** gmap instance specific styles ***/
#GmapInstance {
  height: 400px;
  width: 100%;
}
#GmapLegend {
  background: white;
  padding: 10px;
  margin-left: 20px;
  width: 150px;
  box-shadow: 10px 10px 5px #888;
}
.iconServCenter,
.iconServFacility {
  height: 35px;
  padding-left: 35px;
}
.iconServCenter {
  background: url('/img/global/css-img/icon-map-cit-serv-center.png') no-repeat;
}
.iconServFacility {
  background: url('/img/global/css-img/icon-map-auth-serv-center.png') 0px 0px no-repeat;
}
.infoBoxOverlay {
  border: 2px solid #FFF;
  background: #000;
  color: #FFF;
  display: none;
  font-size: 12px;
  min-width: 150px;
  max-width: 200px;
  border-radius: 2px;
  text-shadow: 0 -1px #000000;
  box-shadow: 0 0 8px #000;
}
.infoBox > img {
  background: url('/img/global/css-img/btn-circle-close.png');
  right: 0px;
  margin: -12px -12px 2px 2px !important;
}
.infoBoxImage img {
  width: 190px;
  height: 88px;
}
.infoBoxHead {
  background: #2b2b2b;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.infoBoxBody {
  background: #2b2b2b;
  border-bottom: 1px ridge #474747;
  padding: 10px;
}
/****/
/*** Service Center main map tabs ***/
.clickCitationTxt {
  background: url('/img/global/css-img/icon-map-cit-serv-center.png') no-repeat;
  padding-left: 35px;
  margin: 0px 0px 5px 20px;
  min-height: 33px;
  font-size: 16px !important;
  line-height: 33px;
}
#MapTabs {
  margin: 20px 0 0 20px;
  z-index: 1;
}
#MapTabs li {
  display: inline-block;
  padding: 5px 15px;
  border-bottom: 0px;
  margin: 0 5px;
  font-weight: bold;
  font-size: 14px;
  color: #0082c4;
  cursor: pointer;
}
#MapTabs li.active {
  background: #f4f4f4;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #dfdfdf;
  border-bottom: 0px;
  margin: 0 5px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
/****/
/*** Service center main map styles ***/
.mapPanel {
  background: #f4f4f4;
  min-height: 400px;
  border-top: 1px solid #dfdfdf;
  margin-top: -1px;
}
.mapPanel h2 {
  padding-left: 20px;
  padding-top: 20px;
}
.service-more {
  background-color: #000;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.service-note {
  background-color: #2b2b2b;
  padding: 20px;
  color: #ffffff;
}
.service-note p {
  display: inline-block;
  width: 600px;
  margin: 0;
}
.service-note .gray-btn {
  float: right;
  margin: 0;
}
/*** locator overlay general styles ***/
.slo-overlay,
.plo-overlay {
  border: 4px solid #FFF;
  background: #000;
  color: #FFF;
}
.slo-overlay .slo-body-map,
.plo-overlay .plo-body-map {
  position: relative;
  height: 495px;
  color: #000;
}
#slo-GmapInstance,
#plo-GmapInstance {
  color: #000;
  width: 100%;
  height: 100%;
}
.basic-bold {
  font-weight: bold;
}
/*** locator overlay header styles ***/
.slo-header,
.plo-header {
  height: 68px;
  background-color: #2b2b2b;
  width: 100%;
  color: #fff;
  position: relative;
}
.slo-header .logo,
.plo-header .logo {
  float: left;
  margin: 10px 22px 0 20px;
}
.slo-header h2,
.plo-header h2 {
  margin-top: 30px;
  color: #FFF;
  display: inline-block;
}
.slo-header input,
.plo-header input {
  background: #000;
  border: none;
}
.slo-header input[type=text],
.plo-header input[type=text] {
  color: #fff;
  padding: 5px 10px;
}
.slo-close-overlay,
.plo-close-overlay {
  float: right;
  margin: 10px 10px 0 0;
}
#slo-address-submit,
#plo-address-submit {
  background: #999;
  padding: 5px 7px 3px 7px;
  margin-left: 10px;
  border-bottom: 1px solid #aeaeae;
}
.slo-header label {
  margin: 0 10px 0 170px;
  vertical-align: bottom;
}
.plo-header label {
  margin: 0 10px 0 150px;
  vertical-align: bottom;
}
.print-email {
  color: #999;
  margin-left: 30px;
}
.page-share-btns,
.print-email img {
  vertical-align: bottom;
}
/***/
/*** Sidebar styles ***/
.slo-body-sidebar,
.plo-body-sidebar {
  background: #3e3e3e;
}
#SidebarTypeFilter {
  height: 8px;
  padding: 20px;
  background: #3e3e3e url('/img/service/css-img/tabs-section-divider.png') repeat-x;
  background-position: bottom;
}
#SidebarTypeFilter li {
  cursor: pointer;
  color: #73B90F;
  padding: 4px 10px 0 10px;
  height: 31px;
}
.filter-selected {
  background: url('/img/service/css-img/img-filter-selected-bg.png') repeat-x;
}
.filter-selected {
  color: white;
}
.slo-body-sidebar ul,
#SidebarIsOwnedFilter {
  margin: 0;
  padding: 0;
}
#SidebarIsOwnedFilter {
  margin-left: 10px;
}
.sidebar-filter-dropdown {
  background: #2a2a2a;
  padding: 20px;
  color: #999999;
  border-bottom: 1px solid #444444;
}
.slo-body-sidebar li,
.plo-body-sidebar li {
  display: inline-block;
}
.scrollPane .scrollpane-content {
  height: 389px;
  background-color: #3f3f3f;
  float: left;
  overflow: auto;
}
.plo-body-sidebar .scrollpane-content {
  height: 495px;
}
.scrollpane-content ul {
  margin: 0;
  padding: 0;
}
.scrollpane-content ul li {
  padding: 10px 0 10px 20px;
  width: 270px;
  background: url('/img/global/css-img/contact-options-divider.png') repeat-x;
  background-position: bottom;
  cursor: pointer;
}
.hide-sidebar,
.show-sidebar {
  position: absolute;
  width: 80px;
  height: 30px;
  background: url('/img/service/css-img/img-hide-panel-bg.png') no-repeat;
  top: 10px;
  padding: 10px 0 0 5px;
  z-index: 50;
}
.show-sidebar {
  background: url('/img/service/css-img/img-show-panel-bg.png') no-repeat;
}
.sb-map-icon {
  height: 28px;
  background: url('/img/global/CSS-img/icon-map-auth-serv-center.png') no-repeat;
  text-align: center;
  font-weight: bold;
}
.sb-item-details {
  font-size: .9em;
  line-height: 1.4em;
}
.sb-item-details h4 {
  color: #999999;
  text-transform: none;
  font-weight: bold;
  font-size: 1.6em;
  margin: 0px 0px 5px 0px;
}
.sb-item-details .sb-btn {
  font-weight: bold;
  color: #444444;
  background: url("/img/global/css-img/btn-bg-gray.jpg") repeat-x;
  padding: 2px 15px 1px 15px;
  margin: 5px 0px 5px 0px;
  line-height: 22px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.5), inset 0px 1px 1px #e2e2e2;
}
.sb-item-details .sb-btn:hover {
  color: #cccccc;
  background: url("/img/global/css-img/btn-over-gray.jpg") repeat-x;
}
.slo-body-sidebar .locationItem,
.plo-body-sidebar .locationItem {
  border-bottom: 1px groove #000;
  margin: 5px 0px;
}
/* jquery dialog style overrides*/
.ui-override {
  position: absolute;
  top: 15px !important;
}
.ui-override .ui-dialog-titlebar {
  display: none;
}
.ui-override {
  position: absolute !important;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Overlays */
.ui-widget-overlay {
  background: #000;
  opacity: .70;
  filter: alpha(opacity=70);
}
/* Containers and wrappers */
.contact-overlay {
  background: #FFF;
  padding: 10px;
}
.contactWrapper {
  background: #3f3f3f;
  margin: 0;
  padding: 0;
}
.form-wrapper {
  background: #fff;
  width: 1028px;
  margin: 0 auto;
}
/* collapse containers and triggers */
.collapsePanelHeader {
  cursor: pointer;
}
.collapse1 {
  padding: 14px 20px;
  font-size: 13px;
  background-color: #2c2c2c;
  right: 0;
  position: absolute;
}
.collapse2 {
  color: #0082c4;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  background-color: #e5e5e5;
  float: left;
}
.toggleIconOpen,
.toggleIconClosed {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: 10px;
  position: relative;
}
.toggleIconOpen {
  border-bottom: 6px solid #FFF;
  top: -10px;
}
.toggleIconClosed {
  border-top: 6px solid #FFF;
  top: 11px;
}
.collapse2 .toggleIconClosed {
  border-top: 6px solid #AAA;
}
.collapse2 .toggleIconOpen {
  border-bottom: 6px solid #AAA;
}
.addressInfo {
  display: none;
}
/* general form styling */
form.contactForms,
.csoaForm {
  width: 837px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
fieldset .spaceFields {
  margin: 10px 0px;
}
.contact-overlay input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 2px;
}
.fieldErrorText {
  color: #FF0000 !important;
}
.fieldErrorBorder {
  border-color: #FF0000 !important;
}
.errorCopy {
  color: #FF0000 !important;
  display: none;
}
/* form header section */
.form-header {
  height: 91px;
  background: url('/img/global/CSS-img/img-contact-header-bg.png') repeat-x;
  color: #FFF;
}
.form-header .logo {
  float: left;
  margin: 10px 22px 0 20px;
}
.form-header h2 {
  padding-top: 30px;
  color: #FFF;
}
.form-header .close-btn {
  float: right;
  margin: 10px 10px 0 0;
}
/* general styles and layout nudges */
.text-bold {
  font-weight: bold;
}
.non-bold-italic {
  font-weight: normal;
  font-style: italic;
}
.bold-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.indented {
  margin-left: 130px;
}
.close-btn {
  cursor: pointer;
}
.label-bold {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  color: #333333;
}
.label-bold-left-align {
  text-align: left;
  padding-right: 10px;
  font-weight: bold;
  color: #333333;
}
.fivepxbtm {
  margin-bottom: 10px;
}
.baseContactInfo {
  margin-top: 15px;
}
.contact-overlay input[type="text"],
#comments,
#acComments {
  margin-bottom: 10px;
  padding: 5px 8px;
  width: 447px;
}
.short-textfield {
  width: 200px;
}
/*phone*/
.contact-overlay input[type="radio"] {
  margin-right: 5px;
}
.phoneTypeInfo label,
.contactPrefInfo label {
  margin-right: 20px;
}
.phoneTypeInfo {
  margin-bottom: 10px;
  margin-top: 5px;
}
.contactPrefInfo {
  margin-bottom: 10px;
  margin-top: 10px;
}
.contactPrefInfo hr {
  display: block;
  margin: 20px 20px 20px 0;
}
.contact-overlay select {
  margin-bottom: 15px;
  width: auto;
}
.programSelection .collapsePanelContent {
  width: 837px;
  background-color: #2c2c2c;
}
.programSelection legend {
  margin: 10px 0;
}
.collapsePanelContent {
  clear: both;
}
.collapsePanelContent label {
  width: 140px;
  line-height: 1.3;
}
.aircraftInfo {
  width: 615px;
}
.aircraftInfo legend {
  padding-left: 130px;
  margin-left: 0;
  margin-bottom: 15px;
}
/*hack*/
.additionalContactInfo .collapsePanelContent {
  margin-left: -20px;
  padding-top: 20px;
}
.selectionLists {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #cccccc;
}
.selectionLists h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 6px;
  background-color: #2c2c2c;
  text-align: center;
}
.programSelection .selectionLists div {
  background-color: #3f3f3f;
  width: 195px;
  margin-left: 11px;
}
.programSelection .threebythree div {
  width: 264px;
}
.programSelection .selectionLists ul {
  border-top: 1px solid black;
}
.programSelection .threebythree ul {
  min-height: 100px;
  border-top: 1px solid black;
}
.programSelection .selectionLists ul li {
  padding: 5px 0 5px 15px;
  background: url('/img/global/css-img/contact-options-divider.png') repeat-x;
  background-color: #3f3f3f;
  background-position: bottom;
}
.programSelection .selectionLists ul li input {
  margin: 5px 9px 0px 0px;
  vertical-align: top;
  width: 18px;
}
.programSelection .selectionLists div:last-child {
  min-width: 50px;
}
.programSelection li input,
.programSelection li label {
  display: inline-block;
  width: 140px;
}
/* check box area fancy boxes BREAKS with long lines of tex. will require some hacks to support, likely.

.colored-check[type=checkbox] + label:before
{
    content: "  ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/img/global/css-img/contact-checkbox.png') no-repeat;
    margin-left: -27px;
}
.colored-check[type=checkbox]:checked  + label:before
{
    background: url('/img/global/css-img/contact-checkbox.png') -18px top no-repeat;
}

 */
/* check box area blob buttons */
.chosen-item {
  background: #2c2c2c url('/img/global/CSS-img/btn-contact-close-selected-x.png') right center no-repeat;
  border-radius: 6px;
  color: #cccccc;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 30px 4px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.chosen-items {
  width: 650px;
}
#submitContact,
#submitInProcess {
  margin-top: 35px;
  margin-bottom: 25px;
}
.agreeSubmit .line {
  margin-top: 15px;
}
/*submit button*/
.contact-overlay input[type="submit"] {
  font-weight: bold;
  color: #1f76bc;
  text-shadow: 0px 1px 1px #ffffff;
  background: url("/img/global/css-img/btn-bg-light.jpg") repeat-x;
  display: inline-block;
  outline: none;
  padding: 2px 12px 1px 12px;
  line-height: 22px;
  box-shadow: 0px 2px 5px 1px #c3c3c3, inset 0px 1px 1px #e2e2e2;
}
.contact-overlay input[type="submit"]:hover {
  text-decoration: none;
  color: #666;
  background: url("/img/global/css-img/btn-over-light.jpg") repeat-x;
}
/** additional contact state select. initially hidden, in place of an input field. changes to this select if certain countries are chosen */
#stateOrProvinceSel {
  display: none;
}
/*sidebar*/
.contact-overlay .contact-sidebar {
  margin-top: 52px;
  color: #cccccc;
}
.contact-overlay .contact-sidebar h2 {
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}
.contact-overlay .contact-sidebar ul li {
  padding: 10px 18px;
  cursor: pointer;
}
.contact-overlay .contact-open-overlay {
  color: #7f9921;
  font-weight: 700;
}
.contact-overlay .contact-open-overlay {
  color: #0082c4;
  font-weight: 700;
}
.contact-overlay .contact-open-overlay:hover {
  color: #999999;
  outline: 0;
  text-decoration: none;
}
.contact-overlay .contact-sidebar img {
  margin: 10px 0;
}
#serialNumber {
  width: inherit;
}
/*** success view **/
#successView {
  display: none;
}
#successView h1 {
  margin-left: 30px;
  color: #FFF;
}
#successView p {
  margin: 30px 0px 0px 30px;
  padding-bottom: 30px;
  color: #FFF;
}
.processing {
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.processing:after {
  background: url('/img/global/CSS-img/loadingFPO.gif') no-repeat;
  content: '';
  height: 16px;
  width: 16px;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}
/*PROADVANTAGE ELGIBILITY CHART*/
.wrapper-eligib {
  background: #3f3f3f;
  margin: 0;
  padding: 0;
  width: 1198px;
}
.form-header-eligib {
  height: 118px;
  background: url('/img/service/css-img/img-proadv-eligib-header-bg.png') no-repeat;
  color: #FFF;
  width: 1198px;
  padding-left: 40px;
}
.form-header-eligib .logo {
  float: left;
  margin: 10px 22px 0 0;
}
.form-header-eligib h2 {
  padding-top: 30px;
  color: #FFF;
}
.form-header-eligib .page-nav {
  float: right;
  margin: 30px 65px 0 0;
  margin-left: 10px;
}
.form-header-eligib .page-nav .nav-btn {
  margin-left: 15px;
  cursor: pointer;
}
.form-header-eligib .page-nav img {
  margin-left: 5px;
}
.form-header-eligib p {
  margin-top: 15px;
}
.form-wrapper-eligib {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
/*grid*/
.grid6x6 {
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.six-column {
  width: 173px;
  height: 387px;
  background: #1d1d1d;
  float: left;
  margin: 0 0 20px 17px;
  box-shadow: 0 0 1em #111;
}
.six-column .plane-pic {
  text-align: center;
  height: 104px;
  overflow: hidden;
}
.six-column .details {
  height: 276px;
  background: #2b2b2b url('/img/service/css-img/img-grid-options-divider.png') repeat-x;
  background-position: bottom;
}
.six-column .details h2 {
  color: #fff;
  height: 29px;
  overflow: hidden;
  font-size: 18px;
  text-transform: none;
  padding-left: 10px;
  padding-top: 6px;
  background: url('/img/service/css-img/img-proadv-eligib-grid-header-bg.png') repeat-x;
}
.six-column .details ul li {
  padding: 5px 0 5px 10px;
  background: url('/img/service/css-img/img-grid-options-divider.png') repeat-x;
  background-color: #2b2b2b;
  background-position: bottom;
}
body {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
}
.range-map {
  height: 100%;
  background-color: #3f3f3f;
}
.range-map h1 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  float: left;
  background: url(/img/range-map/cessna-logo.png) no-repeat;
  height: 56px;
  text-align: right;
  width: 176px;
  line-height: 67px;
  margin-top: 8px;
  margin-left: 26px;
}
.range-map h1 span.logo-link {
  cursor: pointer;
  float: left;
  height: 56px;
  width: 53px;
}
.ie8 .range-map h1 span.logo-link {
  width: 30px;
}
.range-map h1 span.bold {
  font-family: 'Proxima N W01 Bold';
}
.range-map h1 span.regular {
  font-family: 'Proxima N W01 Reg';
}
.range-map #map_canvas {
  height: 100%;
}
.range-map div.divider-black-gray {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #505050;
}
/*.range-map .print 
    {
        display: none;
    }*/
.range-map #aircrafts {
  height: 100%;
}
.range-map #left-sidebar,
.range-map #print {
  width: 300px;
  position: fixed;
  float: left;
  z-index: 9999;
  background-color: #3f3f3f;
  left: 0;
  height: 100%;
  color: #fff;
}
.range-map #left-sidebar h2,
.range-map #print h2 {
  font-size: 13px;
  font-family: arial;
  color: #fff;
  padding: 18px 0px 18px 23px;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #383838;
  text-transform: capitalize;
}
.range-map #left-sidebar div input[type=checkbox],
.range-map #print div input[type=checkbox] {
  margin-left: 10px;
}
.range-map #left-sidebar input[type=checkbox].css-checkbox,
.range-map #print input[type=checkbox].css-checkbox {
  filter: alpha(opacity=0);
  opacity: 0;
}
.range-map #left-sidebar input[type=checkbox].css-checkbox + label.css-label,
.range-map #print input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 16px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.range-map #left-sidebar input[type=checkbox].css-checkbox + label.css-label.checked.blue,
.range-map #print input[type=checkbox].css-checkbox + label.css-label.checked.blue {
  background-position: 0 -17px;
}
.range-map #left-sidebar input[type=checkbox].css-checkbox + label.css-label.checked.orange,
.range-map #print input[type=checkbox].css-checkbox + label.css-label.checked.orange {
  background-position: 0 -35px;
}
.range-map #left-sidebar input[type=checkbox].css-checkbox + label.css-label.checked.red,
.range-map #print input[type=checkbox].css-checkbox + label.css-label.checked.red {
  background-position: 0 -53px;
}
.range-map #left-sidebar input[type=checkbox].css-checkbox + label.css-label.checked.yellow,
.range-map #print input[type=checkbox].css-checkbox + label.css-label.checked.yellow {
  background-position: 0 -71px;
}
.range-map #left-sidebar .css-label,
.range-map #print .css-label {
  background-image: url(/img/range-map/checkboxs.png);
}
.range-map span.line {
  background-image: url(/img/range-map/color-lines.png);
  width: 29px;
  height: 6px;
  display: inline-block;
  margin-left: 11px;
}
.range-map span.line.blue {
  background-position: 0 0;
}
.range-map span.line.orange {
  background-position: 0 -6px;
}
.range-map span.line.red {
  background-position: 0 -12px;
}
.range-map span.line.yellow {
  background-position: 0 -18px;
}
.range-map #left-sidebar div.open {
  background-color: #4b4b4b;
}
.range-map #left-sidebar .sliderValues .maxValue {
  float: right;
}
.range-map .aircraft-details-template,
.aircraft-details {
  background-color: #4b4b4b;
  /*color: #fff;*/
  color: #D3D3D3;
  display: none;
  margin-top: -20px;
  padding: 30px 10px 10px 23px;
}
.range-map span.range {
  float: right;
  margin-right: 15px;
  font-size: 11px;
}
.range-map div.sliderBlock,
.range-map div.links {
  clear: both;
  padding-top: 10px;
}
.range-map div.passengers,
.range-map div.occupants {
  float: left;
  font-size: 10px;
}
.range-map div.passengers {
  width: 67%;
  padding-right: 3px;
}
.range-map div.occupants {
  width: 58%;
}
.range-map div.pilots,
.range-map div.speedTypes {
  margin-top: 10px;
  font-size: 11px;
  float: left;
  border-left: 1px solid #3f3f3f;
  padding-left: 7px;
}
.range-map div.pilots {
  width: 28%;
  padding-left: 0px;
}
.range-map div.speedTypes {
  width: 32%;
}
.range-map div.speedType {
  clear: both;
}
.range-map div.speedType.lastChild {
  margin-top: 8px;
}
.range-map div.speedType label {
  float: right;
  width: 81%;
  line-height: 10px;
}
.range-map div.payload {
  clear: both;
  padding-top: 10px;
  font-size: 10px;
}
.range-map div.passengers div.slider,
.range-map div.passengers div.sliderValues {
  width: 93%;
}
.range-map div.payload div.slider,
.range-map div.payload div.sliderValues {
  width: 95%;
}
.range-map div.occupants div.slider,
.range-map div.occupants div.sliderValues {
  width: 86%;
}
.range-map .aircraft-details .links a {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.range-map .hide-menu {
  width: 93px;
  height: 34px;
  margin-left: 300px;
  margin-top: 30px;
  background-color: #3f3f3f;
  text-align: center;
  float: left;
  opacity: .8;
  filter: alpha(opacity=80);
  line-height: 32px;
  position: absolute;
  z-index: 10;
}
.range-map .hide-menu span {
  color: #fff;
  font-size: 11px;
  margin-right: 16px;
  cursor: pointer;
  display: block;
}
.range-map .hide-menu span.arrow {
  width: 16px;
  height: 17px;
  margin-left: 71px;
  margin-top: -24px;
}
.range-map .hide-menu span.arrow.hide {
  background: url(/img/range-map/show-hide-arrow.png) no-repeat 0 0;
}
.range-map .hide-menu span.arrow.show {
  background: url(/img/range-map/show-hide-arrow.png) no-repeat 0 -17px;
}
.range-map a.assumptionsLnk {
  cursor: pointer;
  float: right;
  padding-right: 2px;
}
.range-map .assumptions-box {
  width: 698px;
  margin-left: 430px;
  max-height: 179px;
  background-color: #3f3f3f;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.range-map .assumptions-hide {
  background-color: #2a2a2a;
  float: left;
  width: 130px;
  height: 33px;
  text-align: center;
  line-height: 35px;
  margin-top: -33px;
  color: #999999;
  cursor: pointer;
}
.range-map .assumptions {
  display: none;
  margin: 0 19px;
  font-size: 13px;
  color: #999;
}
.range-map .assumptions ul {
  line-height: 1em;
  padding-left: 10px;
  padding-bottom: 0;
  margin: 0;
}
.range-map .assumptions li {
  font-size: 10px;
}
.range-map .assumptions .generalAssuptions {
  margin-bottom: 11px;
  padding: 7px 0 7px 20px;
}
.range-map .assumptions .generalAssuptions span.title {
  font-weight: bold;
}
.range-map .assumptions .modelsAssumptions-wrapper {
  margin-top: 11px;
  overflow: auto;
  height: 84px;
}
/*mg begin */
.range-map .assumptions .modelsAssumptions div.assumption-detail {
  display: inline;
  float: right;
  padding-right: 5px;
}
/*mg end */
.range-map .assumptions .modelsAssumptions div.assumption-wrapper {
  position: relative;
  z-index: 10;
  padding: 7px 0 7px 22px;
  background-color: #4b4b4b;
  border-bottom: 2px solid #555;
  border-top: 1px solid #3f3f3f;
  margin-bottom: 10px;
}
.range-map .assumptions .modelsAssumptions div.assumption-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid #3f3f3f;
  border-top: 2px solid #555;
}
.range-map .assumptions .modelsAssumptions span {
  color: #fff;
}
.range-map .origin {
  margin: 28px 0 9px 130px;
  text-align: center;
  color: #cecece;
  float: left;
}
.range-map .origin label,
.range-map .origin span {
  float: left;
  line-height: 34px;
  margin-right: 8px;
}
.range-map .origin input {
  width: 300px;
  /*mg*/
  border: 0px;
  background-color: #252525;
  color: #fff;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  float: left;
}
.ui-autocomplete {
  max-height: 500px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  /*mg overflow-x: hidden; */
  overflow-x: auto;
}
.ui-autocomplete.ui-widget-content {
  border: 0px;
  background: #2a2a2a url(components/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #999;
  width: 218px !important;
}
.ui-autocomplete.ui-widget-content .ui-state-focus {
  color: #FFF;
  background: none;
  border-color: #2a2a2a;
}
.ui-autocomplete.ui-widget-content a {
  color: #999;
  padding-left: 5px;
}
.ui-autocomplete.ui-widget-content a:hover {
  color: #fff;
  font-weight: normal;
}
.ui-autocomplete.ui-widget-content .autocompleteAc {
  font-size: 10px;
  margin-left: 40px;
}
.ui-autocomplete.ui-corner-all {
  border-radius: 0;
}
.range-map .hide-next {
  cursor: pointer;
}
.range-map .hiddenText {
  color: #999999;
  padding-right: 5px;
  font-weight: normal;
}
.range-map .shownText {
  color: #ffffff;
  padding-right: 5px;
  font-weight: bold;
}
.range-map .advance-options {
  border-top: 1px solid #262626;
}
.range-map .advance-options .hide-next {
  border-bottom: 2px solid #272727;
  background-color: #2a2a2a;
  padding: 17px 0 15px 22px;
  font-size: 13px;
}
.range-map .advance-options-content {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #3e3e3e;
  background-color: #2a2a2a;
  display: none;
}
.range-map .advance-options-content div.maptype {
  width: 74px;
  cursor: pointer;
  float: left;
  vertical-align: bottom;
  margin: 20px 9px 40px 9px;
  padding-top: 46px;
  text-align: center;
  font-size: 10px;
}
.range-map .advance-options-content div.maptype.roadmap {
  margin-left: 22px;
  background: url(/img/range-map/maptype-roadmap.jpg) no-repeat;
}
.range-map .advance-options-content div.maptype.satellite {
  background: url(/img/range-map/maptype-satellite.jpg) no-repeat;
}
.range-map .advance-options-content div.maptype.terrain {
  background: url(/img/range-map/maptype-terrain.jpg) no-repeat;
}
.range-map .advance-options-content div.mapSelected {
  border: 2px solid #fff;
}
.range-map .header div.close-range-map,
.range-map .header div.home-range-map {
  width: 17px;
  height: 17px;
  background: url(/img/range-map/close-range-map.jpg) no-repeat;
  float: right;
  margin: 10px 19px 0 0;
  cursor: pointer;
}
.range-map .header div.action-panel {
  float: left;
  margin-left: 50px;
  margin-top: 38px;
}
.range-map .header div.action-panel span {
  cursor: pointer;
  padding-left: 22px;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 1px;
  color: #999999;
}
.range-map .header div.action-panel span.print {
  background: url(/img/range-map/print-range-map.jpg) no-repeat;
}
.range-map .header div.action-panel span.email {
  background: url(/img/range-map/mail-range-map.jpg) no-repeat;
}
.range-map .metrics {
  overflow: hidden;
  color: #999999;
  font-size: 10px;
  padding: 0 0 13px 22px;
  border-bottom: 1px solid #393939;
}
.range-map .metrics label {
  margin-left: 5px;
}
/*.range-map .metrics p, .metrics span{
            margin: 10px 0 10px 24px;
        }*/
.range-map .metrics .metricsLabel {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 11px;
}
.range-map .metrics input[type=radio],
.range-map .aircraft input[type=radio] {
  filter: alpha(opacity=0);
  opacity: 0;
}
.range-map .metrics input[type=radio].radiobtn + label.css-label,
.range-map .aircraft input[type=radio].radiobtn + label.css-label-radio {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 20px;
}
.range-map .aircraft input[type=radio].radiobtn + label.css-label-radio,
.range-map .aircraft input[type=radio].rbtn-h + label.css-label-radio {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 13px;
}
.range-map #left-sidebar .metrics .css-label {
  background-image: url(/img/range-map/radios.png);
  padding-bottom: 2px;
  padding-top: 2px;
}
.range-map #left-sidebar .aircraft .css-label-radio {
  background-image: url(/img/range-map/aircrafts-radios.png);
}
.range-map #left-sidebar .aircraft .rbtn-h + label.css-label-radio {
  background-image: url(/img/range-map/aircraft-radio-unchecked.png);
}
.range-map #left-sidebar .metrics input[type=radio].radiobtn + label.css-label.checked,
.range-map #left-sidebar .aircraft input[type=radio].radiobtn + label.css-label-radio.checked {
  background-position: 0 -16px;
}
.range-map #left-sidebar .aircraft input[type=radio].radiobtn + label.css-label-radio.checked {
  background-position: 0 -15px;
}
.range-map #left-sidebar .aircraft input[type=radio].rbtn-h + label.css-label-radio.checked {
  background-image: url(/img/range-map/aircrafts-radios-h.png);
  background-position: -13px 0;
}
.indaircraft {
  margin-bottom: 7px;
}
.range-map-reset {
  float: right;
  margin-right: 1.5em;
}
.range-map-reset .gray-btn:hover {
  cursor: pointer;
}
.range-map span.line + img {
  display: none;
}
.range-map span.line + img + img {
  display: none;
}
.mCustomScrollbar-index {
  height: 100%;
}
.printableAssumptions {
  display: none !important;
}
.printableWhiteBackground {
  display: none !important;
}
@media only screen and (max-device-width: 1024px) {
  .mobile {
    min-width: 100%;
  }
  .range-map {
    min-width: 100%;
  }
  .range-map #left-sidebar {
    width: 300px;
    height: auto;
    z-index: 10;
    position: absolute;
  }
  .range-map .hide-menu {
    /*margin-left: 0px;*/
  }
  .range-map #left-sidebar .metrics {
    font-size: 1.1em;
    padding: 15px;
  }
  .range-map #left-sidebar .metrics p {
    margin: 0 19px .75em 0;
    float: left;
  }
  .range-map #aircrafts {
    /*height: 275px;*/
  }
  .range-map .assumptions-box {
    width: 698px;
    margin-left: 300px;
  }
  .range-map .assumptions-hide {
    font-size: 1.5em;
  }
  .range-map .assumptions {
    font-size: 15px;
  }
  .range-map .assumptions li {
    font-size: 12px;
  }
}
/*@media only screen and (max-device-width : 1024px) and (orientation: landscape){
    .range-map #left-sidebar{
        width: 30%;
    }
}*/
div.range-map .origin span.go {
  background: url("/img/range-map/go-button.png") repeat scroll 0 0 transparent;
  cursor: pointer;
  float: left;
  height: 31px;
  margin-left: 10px;
  margin-top: -1px;
  width: 35px;
}
._360-collection ._360-hotspot {
  position: absolute;
  margin-left: -360px;
  left: 50%;
  top: 70px;
}
.img-hotspot {
  position: absolute;
  overflow: hidden;
  display: none;
}
._360-collection .img-hotspot {
  right: 250px;
  top: -70px;
}
.img-hotspot.hs-interior .hsImage {
  width: 262px;
  height: 262px;
}
.img-hotspot.hs-360 .hsImage {
  width: 325px;
  height: 325px;
}
.img-hotspot img {
  background: transparent;
  zoom: 1;
}
.model-interior .img-hotspot {
  top: 0px;
  z-index: 1;
}
.img-hotspot .hsclose {
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  right: 40px;
  top: 35px;
  cursor: pointer;
}
.img-hotspot.hs-interior .hsclose {
  right: 27px;
  top: 27px;
}
.img-hotspot .hscopy {
  position: absolute;
  display: block;
  width: 195px;
  height: 60px;
  top: 205px;
  left: 70px;
}
.img-hotspot .hsTitle {
  font-weight: bold;
  text-transform: uppercase;
}
.img-hotspot .hsDescription {
  font-size: 10px;
  color: #959595;
  font-weight: bold;
}
.img-hotspot img {
  width: 325px;
}
.interior-hotspot {
  position: absolute;
  z-index: 1;
  left: 24%!important;
  top: 295px;
  display: inline!important;
}
.caravan .interior-hotspot {
  left: 45%!important;
  top: 290px;
}
.citation .interior-hotspot {
  left: 25%!important;
  top: 290px;
}
.singleengine .interior-hotspot {
  left: 40%!important;
  top: 290px;
}
.citation .seats .img-hotspot {
  right: 200px;
  top: 90px;
}
.singleengine .img-hotspot {
  top: 460px;
  left: 0;
}
.caravan .img-hotspot {
  top: 0px;
  right: 100px;
}
.interior-hotspot.interior-12grid-hotspot {
  display: none;
}
.seats .img-hotspot {
  z-index: 1;
  right: -30px;
  top: 20px;
}
.language-selector {
  z-index: 9999;
}
.language-selector img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
}
.language-selector #current-language {
  margin-top: 2px;
  cursor: pointer;
}
.language-selector #current-language a {
  width: 16px;
  height: 16px;
  background: url("/img/Country/arrow.png") no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 2px -2px 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  padding: 0;
  line-height: inherit;
}
.language-selector #current-language a:hover {
  background-position: 0 -16px;
}
.language-selector #current-language.open a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.language-selector #languages {
  width: 20px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  cursor: pointer;
  vertical-align: top;
}
.language-selector #languages a {
  padding: 0;
  line-height: inherit;
}
#global-header-drawer {
  font-size: 12px;
  z-index: 100;
  position: relative;
}
#global-header-drawer * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#global-header-drawer .bar .inner,
#global-header-drawer .drawer .inner {
  width: auto;
}
#global-header-drawer .drawer .products {
  text-align: center;
}
#global-header-drawer.open .drawer {
  height: auto;
}
#global-header-drawer .inner {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
/* Top Bar
    -------------------------------------- */
#global-header-drawer .bar {
  height: 38px;
  background: #f7f8f8 url("/img/global/css-img/hdr-drawer-bg-gradient.png") repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f8), color-stop(100%, #e9eaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f8f8 0%, #e9eaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f8f8 0%, #e9eaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#e9eaea', GradientType=0);
  /* IE6-9 */
}
#global-header-drawer .bar .inner a {
  display: inline-block;
  padding: 0 1em;
  line-height: 37px;
  height: 37px;
}
#global-header-drawer .bar .txtav-logo {
  width: 122px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat 5px center;
}
#global-header-drawer .bar .txtav-logo span {
  visibility: hidden;
}
#global-header-drawer .bar .toggle-drawer {
  margin-left: 0;
  font-family: 'Proxima N W01 Reg', sans-serif;
  letter-spacing: .05em;
  font-size: .7em;
  text-transform: uppercase;
  color: #333;
  float: right;
}
#global-header-drawer .bar .toggle-drawer:hover {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #c9c9c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c9c9c9', GradientType=0);
  /* IE6-9 */
}
#global-header-drawer .bar .toggle-drawer span {
  width: 8px;
  height: 5px;
  top: -1px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  background: url("/img/global/css-img/hdr-drawer-arrow.png") no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
#global-header-drawer .bar .toggle-drawer:hover span {
  background-position: 0 -5px;
}
#global-header-drawer.open .bar .toggle-drawer span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Drawer
    -------------------------------------- */
#global-header-drawer .drawer {
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#global-header-drawer .drawer h4 {
  margin-bottom: .4em;
  font-size: 1.1rem;
}
#global-header-drawer .drawer a {
  color: #B2B2B2;
}
#global-header-drawer .drawer a:hover {
  color: #222;
}
#global-header-drawer .drawer .unit {
  margin: 2em 0;
  height: 122px;
}
#global-header-drawer .drawer .unit ul {
  list-style-type: none;
  margin: 0;
}
#global-header-drawer .drawer .centered {
  text-align: center;
  margin-left: -2px !important;
  /* Offset border to prevent wrapping */
  border-left: 1px solid #EEE;
  padding-top: 30px;
}
#global-header-drawer .drawer .centered a {
  font-size: .9em;
  font-weight: normal;
}
#global-header-drawer .drawer .centered span {
  color: #EEE;
  padding: 0 5px;
}
#global-header-drawer .drawer .centered .site {
  margin-bottom: 2em;
  display: inline-block;
  position: relative;
  width: 152px;
  height: 73px;
}
#global-header-drawer .drawer .centered img.grayscale {
  position: absolute;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#global-header-drawer .drawer .centered:hover img.grayscale,
#global-header-drawer.default .active.centered img.grayscale {
  -ms-opacity: 0;
  opacity: 0;
}
/* IE adjustments
    -------------------------------------- */
/* IE 8 does not support opacity, let alone transitions, so we'll just hide it on hover */
.ie8 #global-header-drawer .drawer .centered:hover img.grayscale,
.ie8 #global-header-drawer.default .drawer .active.centered img.grayscale {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  body #global-header-drawer .bar .inner {
    max-width: 960px;
  }
  body #global-header-drawer .bar .inner .toggle-drawer {
    margin-left: 20px;
    font-size: .95em;
    float: none;
  }
  body #global-header-drawer .drawer .products {
    text-align: left;
  }
  body #global-header-drawer .drawer .inner {
    max-width: 800px;
  }
  body #global-header-drawer .drawer .size1of4 {
    width: 25%;
    float: left;
  }
  body #global-header-drawer .drawer ul li a {
    display: inline-block;
    text-align: left;
  }
  body #global-header-drawer.open .drawer {
    height: 201px;
  }
}
.cookie-disclaimer {
  background-color: #f7f8f8;
  text-align: center;
  padding: 1em;
}
.cookie-disclaimer p {
  font-size: .9em;
  margin-bottom: 10px;
}
.cookie-disclaimer input {
  margin-bottom: 0;
  padding: .5em 1em !important;
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  /*width:16px;*/
  width: 30px;
  /*MARKG*/
  height: 100%;
  top: 0;
  right: 0;
  background-color: #2e2e2e;
}
/*MARKG*/
.mCSB_scrollTools {
  background-color: #2e2e2e;
}
/*.mCSB_draggerContainer {background-color: #000000;}*/
/*MARKG*/
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  /**/
  width: 30px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 9px;
  height: 100%;
  margin: 0 auto;
  /*MARKG*/
  border: 1px solid #222222;
  box-shadow: 0px 1px 5px 1px #272727, inset 0px 1px 1px #222222;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 9px;
  height: 100%;
  margin: 0 auto;
  /*MARKG*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #2e2e2e;
  /* rgba fallback */
  /*background:rgba(0,0,0,0.4);*/
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #98caec;
  /* rgba fallback */
  /*background:rgba(255,255,255,0.75);*/
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #98caec;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #98caec;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  /*MARKG*/
  width: 16px;
  /**/
  background-image: url(/img/global/css-img/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
  /*  	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)  	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
  /*  	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)  	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*  	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)  	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*  	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)  	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #BDBDBD;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer {
  filter: alpha(opacity=7);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('vendor/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('vendor/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: #A4A4A4;
  /*background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('vendor/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.entry-title{
  color:#fff;
  text-align: center;
  margin-bottom: 20px;
}
.content-container{
  position: relative;
  z-index: 10;
  color: #fff;
  padding-bottom: 20px;
}
.entry-content{
  font-size: 14px;
}
.entry-content ul{
    list-style-position: outside;
    list-style-type: disc;
  }
.entry-content p{
    margin: 0 0 1.3em 0;
  }
.nav-airplanes{
    position: relative;
    overflow: hidden;
}
.nav-airplanes .subMenu{
  display: block;
    margin-bottom: 18px;
}
.nav-airplanes .subMenu a{
    font-size: 16px;
    position: relative;
    background-color: #1D1C1D;
    z-index: 222;
    padding: 10px;
}
.nav-airplanes .subMenu:after{
    position: absolute;
    content: '';
    height: 1px;
    background-color: #3f3f3f;
    top: 10px;
    left: 0;
    width: 100%;
}