@charset "UTF-8";
/* CSS Document */

/*
** CUSTOM FONTS **
*/
@font-face {
    font-family: Pirulen;  
    src: url(/fonts/pirulen_rg.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: 'EthnocentricIT';
    src: url('/fonts/EthnocentricRg-Italic.woff2') format('woff2'),
        url('/fonts/EthnocentricRg-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'EthnocentricRG';
    src: url('/fonts/EthnocentricRg-Regular.woff2') format('woff2'),
        url('/fonts/EthnocentricRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

div,p,h1,h2,h3,h4,h5,h6,li { -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale !important;
 }

/* body */
body,html { overflow-x: hidden; }
body { background: url('https://steelaviation2026.mystagingwebsite.com/wp-content/uploads/2025/12/tac-bg-bw-final.jpg') !important; }

/* custom font usage */
.font-pirulen { font-family: "Pirulen", "Open Sans", Helvetica, sans-serif !important; }
.font-ethnocentric, .font-ethnocentric span { font-family: "EthnocentricRG", "Open Sans", Helvetica, sans-serif !important; }
.font-ethnocentricIT, .font-ethnocentricIT span { font-family: "EthnocentricIT", "Open Sans", Helvetica, sans-serif !important; }

/* 
** HEADER **
*/
header.site-header { z-index: 999999; 
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
    position: relative;
    display: block !important;
}
header.site-header header.site-header * { 
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
    position: relative;
    display: inherit;
}

.smaller {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.site-header .site-title, .site-header .title-area, .site-header .title-area img {
    min-height: 36px !important; width: auto;
}

.site-header.smaller { min-height: inherit !important; }

.site-header.smaller .site-title, .site-header.smaller .title-area, .site-header.smaller img {
    width: 180px;
    float: left;
    min-height: 36px !important;
    height: auto;
}
.site-title { float: left; display: block; }

/* secondary nav menu */
.full-width-content .menu-secondary, .nav-secondary .wrap { width: 100%; max-width: 100%; margin: 0 auto; }

/* logo */
.header-image .site-header .wrap .title-area {
background-size: contain; padding: 10px 0 0; vertical-align: middle; height: 100%; flex: 1;
}

body.stickmenu .utility-bar { display: none; }
body.stickmenu #content { margin-top: 130px !important; }
body.stickmenu.trade-in #content { margin-top: 160px !important; }

/* main menu */
header .widget-area { vertical-align: middle; display: inline-block; }
#menu-main-menu .sub-menu { z-index: 999999; }
header .nav-primary { background: #fff; margin-top: 18px; }
.site-header .genesis-nav-menu { width: 100%; background: #fff !important; }

.site-header {
    background: #000000;
    min-height: 70px;
    border-top: 0px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    clear: both;
}

header.site-header { width: 100%; padding: 15px 0 0 !important; }
header .wrap, header .title-area { margin: 0 auto !important; float: none !important; text-align: center !important; }
header .site-title { margin-bottom: 0 !important; }

header .wrap { display: block; }

header .site-description { display: none; }

.full-width-content .site-header .wrap { width: 100%; }

header .widget-area { margin: 0 !important; padding: 0 0 0 20px !important; width: 60% !important; }
header .widget-area .widget:first-child { float: left !important; text-align: center; margin: 30px auto !important; }
header .widget-area img { max-height: 120px; width: auto; }

header #black-studio-tinymce-20 { margin-top: 30px; }

.header-image .site-header .wrap .title-area {
    background-size: contain;
    padding: 10px 0 0;
    vertical-align: middle;
    height: 100%;
    flex: 1;
}
.site-header .wrap .title-area {
    margin: 10px 0 0 0px;
    float: left;
}
.header-image .title-area, .header-image .site-title, .header-image .site-title a {
    width: 373px !important;
    height: 91px;
    padding: 0;
    float: none;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

header .nav-primary {
    background: #fff;
    margin-top: 16px;
}
.nav-primary {
    line-height: 120%;
}
.nav-primary {
    background: transparent;
    border-top: 0px solid #C9C9C9;
    border-bottom: 0px solid #C9C9C9;
    border-left: 0px solid #C9C9C9;
    border-right: 0px solid #C9C9C9;
    margin: 0px 0 0px 0;
    color: #000000;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
    clear: both;
}
.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
    content: " ";
    display: table;
}
#menu-main-menu {
    margin: 0 auto!important;
    padding: 0 0 8px;
    text-align: center;
}
.site-header .genesis-nav-menu {
    width: 100%;
    background: #fff !important;
}
.site-header .genesis-nav-menu {
    background: transparent;
    border-top: 0px solid #396287;
    border-bottom: 0px solid #396287;
    border-left: 0px solid #396287;
    border-right: 0px solid #396287;
    margin: 0px 0 0px 0;
    padding: 0;
    color: #000000;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1em;
    overflow: hidden;
    float: none;
    clear: both;
    display: block;
}
#menu-main-menu li {
    display: inline-block !important;
    float: none;
}
#menu-main-menu li {
    padding: 0 10px 0 4px !important;
    border-right: solid 2px #21c2f8 !important;
    line-height: 12px;
}
#menu-main-menu li:last-child {
    border-right: none !important;
}
#menu-main-menu a {
    padding: 0 8px !important;
    font-weight: bold !important;
    color: #000 !important;
}
.site-header .genesis-nav-menu a {
    background: transparent;
    border-top: 0px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    margin: 0 0px 0 0px;
    padding: 10px 15px 10px 15px;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
}
.site-header .genesis-nav-menu a:hover, .site-header .genesis-nav-menu a:hover span {
    color: #21c2f8 !important;
}
#menu-main-menu a span {
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Pirulen", sans-serif;
    letter-spacing: 1px;
    color: #000 !important;
}

#menu-main-menu a:hover span { color: #21c2f8 !important; }



/*
** HEADER UTILITY BAR **
*/

/* safari only */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .utility-bar { height: 32px !important; }
}}

.utility-bar {
    background-color: #21c2f8 !important;
    color: #000;
    font-size: 14px;
    height: 32px !important;
    padding: 0 2.4% 0 2%; 
    display: block;
    width: 100%;
    clear: both;
    float: none;
}
.utility-bar ul { padding: 0; }

.utility-bar a {
    color: #000 !important; font-size: 14px; font-weight: bold; text-transform: uppercase; font-family: "Pirulen", sans-serif; letter-spacing: 1px !important; }

.utility-bar ul.social li i { margin-left: 10px !important; font-weight: 300 !important; }
.utility-bar ul.social li { display: inline-block; }
.utility-bar ul.social li:first-child { margin-left: 4px; }

/* safari only */
@media not all and (min-resolution:.001dpcm) { @media {
    .utility-bar ul.social li:first-child i { margin-left: 11px !important; }
    .utility-bar ul.social li i { margin-left: 8.5px !important; }
    .utility-bar ul.social li i.fa-instagram { margin-left: 7px !important; }
    .utility-bar ul.social li i.fa-twitter { margin-left: 7px !important; }
    .utility-bar ul.social li i.fa-youtube { margin-left: 12px !important; }
}}
/* safari only */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .utility-bar ul.social li:first-child i { margin-left: 11px !important; }
    .utility-bar ul.social li i { margin-left: 8.5px !important; }
    .utility-bar ul.social li i.fa-instagram { margin-left: 7px !important; }
    .utility-bar ul.social li i.fa-twitter { margin-left: 7px !important; }
    .utility-bar ul.social li i.fa-youtube { margin-left: 12px !important; }
}}

#header-social a { font-size: 13.5px !important; color: #000; }
#header-social a:hover { color: #efefef; }
#header-social ul { margin: 0; padding: 0; }
#header-social-mobile { display: none; }

.utility-bar form { margin: 0; }

.utility-bar a:hover {
    color: #fecb00 !important;
    text-decoration: none !important;
}
.utility-bar a, .utility-bar i, .utility-bar i {  line-height: 8px !important; text-decoration: none !important; }

.utility-bar .dynamik-widget-area {
    background: transparent;
    color: #111373;
    width: 50%;
}

.utility-bar .dynamik-widget-area p {
    margin-bottom: 0;
}

#utility_bar_left {
    padding: 0; float: left; width: 15% !important; display: block;
}

/* safari only */
@media not all and (min-resolution:.001dpcm) { @media {
    #utility_bar_left { margin-top: 2px; }
    #utility_bar_left i { padding-top: 0 !important; margin: -2px 0 0 0 !important; }
}}

#utility_bar_left i { font-size: 14px !important; vertical-align: middle !important; padding-top: 2px !important; }
#utility_bar_left .textwidget { margin-top: 2px !important; }
#utility-bar_right { margin-top: -4px !important }
#utility_bar_right section { display: inline-block; text-align: right !important; }
#utility_bar_right section:first-child { margin-right: 0; margin-top: -2px !important; }
#utility_bar_right .widget_nav_menu { margin-top: -2px !important }
#utility_bar_right p { color: #fff; font-size: 14px; }
#utility_bar_right #menu-top-menu { font-size: 11px !important; }

#utility_bar_right .widget_nav_menu li { display: inline-block; list-style: none; border-right: solid #000 1px; margin: 0; padding: 0 10px 0 4px; line-height: 12px; }
#utility_bar_right .widget_nav_menu li:last-child { border-right: none; }
#utility_bar_right .widget_nav_menu li a, #utility_bar_left .widget_nav_menu li a:visited  { color: #000; font-size: 11px; text-transform: uppercase; }
#utility_bar_right .widget_nav_menu li a:active, #utility_bar_left .widget_nav_menu li a:hover  { color: #777 !important; }

#utility_bar_right {
    float: right; width: 85%;
    text-align: right;
    padding-top: 0;
}

/* header social icons */
#utility_bar_right .zoom-social-icons-list--no-labels .zoom-social_icons-list__item { margin: 0 4px !important; }

#utility_bar_right .socicon, .zoom-social_icons-list__item a { padding: 0 !important; }
#utility_bar_right .socicon, .zoom-social_icons-list__item a:hover { color: #dbdbdb; }

/*
** HEADER WIDGET AREA **
*/
.site-header .widget-area { margin: 30px 30px 0 0; }
.header-widget-area p { line-height: 100%; margin: 10px 0 4px; font-size: 28px; text-transform: uppercase; font-weight: bold; color: #59b424 }
.header-widget-area p span { font-size: 13px; font-weight: normal; }

/* social icons */
header .zoom-social-icons-list--no-labels .zoom-social_icons-list__item { margin: 0; }
header .zoom-social-icons-list--no-labels .zoom-social_icons-list__item a { line-height: 100%; }

/* header search */

#search { margin-right: 0px !important; }
#search input[type=search] {
    background-color: #000 !important;
    background-image: url('/images/search.png') !important;
    background-repeat: no-repeat;
    background-position: 10px;
    width: 36px;
    padding: 8px 10px 9px;
    margin-bottom: -1px;
    color: transparent;
    cursor: pointer;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: textfield;
     font-size: 14px !important;
    height: 100% !important;
  }
#search input[type=search]:hover {
    background: #fecb00 url('/images/search-black.png') no-repeat 10px center !important;
}
#search input[type=search]:focus {
    background: #fff url('/images/search-black.png') no-repeat 6px center !important;
    width: 110px;
    padding-left: 32px !important;
    color: #000;
    background-color: #fff;
    cursor: auto;
    border: none;
}
#search input:-moz-placeholder {
    color: transparent;
}
#search input::-webkit-input-placeholder {
    color: transparent;
}
/* safari only */
@media not all and (min-resolution:.001dpcm) { @media {
    #search input[type=search] { padding: 6px 8px 6px !important; width: 35px; }
    }}

/* safari only */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    #search input[type=search] { padding: 5px 8px !important; width: 34px; }
}}

/* steel finance tab */
#tab-steel-finance-wrap { position: absolute; top: 192px; left: 0; filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5)); z-index: 999998; overflow: hidden;  }
#tab-steel-finance { max-width: 1000px !important; background: #000; padding: 15px 60px 15px 25px !important; box-shadow: 50px 50px 50px rgba(0,0,0,0.5) !important; -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%); transform: translateX(-400%); -webkit-transform: translateX(-400%); color: #fecb00 !important; z-index: 999998; }
#tab-steel-finance-wrap.topsticky { position: fixed; top: 100px !important; }

#tab-steel-finance-wrap.show #tab-steel-finance {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
 
#tab-steel-finance img { max-width: 400px; height: auto; vertical-align: middle; margin-right: 25px; }
#tab-steel-finance a.button { font-size: 14px; }

#tab-steel-finance .close { position: absolute; top: 7px; right: 30px; font-size: 16px; }
#tab-steel-finance .close { color: #fff; padding: 0 4px; cursor: pointer; }
#tab-steel-finance .close { color: #fecb00 !important; }

/* top menu */
.utility-bar p, #menu-top-menu { margin-block-end: 0; margin-block-start: 0; -webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0;
padding: 0!important; }

#menu-top-menu li, #menu-top-menu a { font-size: 10px !important; font-weight: bold !important; letter-spacing: 1.2px !important; }


/* safari only */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    #menu-top-menu li, #menu-top-menu a { font-size: 10.4px !important; font-weight: bold !important; letter-spacing: 1.2px !important; }
}}
/* safari only */
@media not all and (min-resolution:.001dpcm) { @media {
    #menu-top-menu li, #menu-top-menu a { font-size: 10.4px !important; font-weight: bold !important; letter-spacing: 1.1px !important; }
    }}


/* header social */
.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-left: -14px;
    margin-top: -8px;
}
.zoom-social-icons-widget .zoom-social-icons-list--align-right {
    text-align: right;
}
#utility_bar_right { margin-top: -2px; }

/* safari only */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    #utility_bar_right { margin-top: 1px; }
}}

#utility_bar_right .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    margin: 0 4px !important;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    display: inline-block;
    margin: 4px;
    border: none;
}
.socicon-facebook:before {
    content: "\e041";
}

/* blue headers */
.blue-header { font-family: "Pirulen", "Open Sans", Helvetica, sans-serif; background: #21c2f8; color: #000; text-align: center; padding: 8px; border-top: 2px solid #000; font-size: 24px; font-weight: 500; text-transform: uppercase; }

/* aircraft info */
.aircraft-info { margin: 0 auto; text-align: center; }
.aircraft-info ul { margin: 0; padding: 0; }
.aircraft-info li { display: inline-block; text-align: center; margin: 0 10px 15px; }

/* margin sections */
.margin-section { margin: 15px; }

/* multiple columns - lists for equipment and avionics */
.multi-columns { column-count: 3; }

/* increased line height */
.line-height-150 { line-height: 200%; }

/* sections */
.section { max-width: 1140px; padding: 30px 20px; margin: 0 auto; }
.section-full-width { max-width: 100%; padding: 30px 20px; margin: 0 auto; }
.section.aircraft-info { padding-bottom: 15px; }

/* features and avionics sections */
.section-features-avionics ul { list-style-type: none;  margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0; }
.section-features-avionics li { padding: 0; margin: 0 0 15px 0; list-style: none; }

/* thin line */
hr { width: 80%; border-top: 2px solid #fff; clear: both; margin: 15px auto; }
hr.fullwidth { width: 100%; border-top: 1px solid #ccc; clear: both; margin: 0 auto 10px; }
hr.thick { border-top: 2px; }

/* text */
.text-light { color: #fff !important; }
.text-light-yellow { color: #fbf7d0; }
.text-italic { font-style: italic; }
.text-uppercase { text-transform: uppercase; }
.text-black { color: #000; }
.text-yellow { color: #fecb00; }
.text-blue { color: #21c2f8; }
.text-red { color: #ff0000; }
.text-green { color: #00a650 !important; }
.text-medium { font-weight: 500; }
.text-small-font { font-size: 14px; }
.text-small-mid-font { font-size: 16px; }
.text-regular-font { font-size: 18px; }
.text-medium-font, .text-medium-font span { font-size: 24px; }
.text-large-font { font-size: 30px; }
.text-xlarge-font { font-size: 40px !important; }

.regularcase { text-transform: none; }

/* margin and padding */
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.padded-medium-top-bottom { padding: 50px 0; }
.padded-medium-bottom { padding: 0 0 50px; }
.padded-large-top-bottom { padding: 100px 0; }
.padded-smallest-top { padding-top: 10px; }
.padded-small-bottom { padding-bottom: 25px; }
.padded-top-bottom { padding: 30px auto !important; }
.margin-medium-top { margin-top: 50px; }
.margin-small-top { margin-top: 25px; }
.margin-top { margin: 30px auto 0; }
.margin-smaller-top { margin: 15px auto 0; }
.margin-bottom { margin: 0 auto 30px; }
.margin-top-bottom { margin: 30px auto; clear: both; }
.margin-small-top-bottom { margin: 15px auto; clear: both; }
.margin-top-bottom-large { margin: 60px auto !important; }
.margin-small-top { margin-bottom: 15px; }
.margin-small-bottom { margin-bottom: 25px; }

/* columns */
.col-half-left { width: 48%; float: left; margin-right: 2%; }
.col-half-right { width: 48%; float: right; margin-left: 2%; }

.col-third-left { width: 32%; float: left;  }
.col-third-mid { width: 32%; float: left; margin: 0 2%; }
.col-third-right { width: 32%; float: right; }

/* image fixed */
.image-fullwidth img { width: 100%; height: auto; }

/* image fullwidth fixed */
.image-fullwidth {  background-repeat: no-repeat !important;
    background-position: center  !important;
    background-size: cover !important; }

/* image fullwidth fixed */
.image-fullwidth-fixed {  background-repeat: no-repeat !important;
    background-position: center  !important;
    background-attachment: fixed !important;
    background-size: cover !important; }

/* select radio buttons */
label.select-btn { color: #fff !important; display: inline-block; }
label.select-btn input { position: relative; top: auto; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none; }
label.select-btn span { color: #000; display: block; padding: 8px 20px; background: #fff; padding: 4px 8px;  border-radius: 20px; min-width: 300px; border: 1px solid #000; }
label.select-btn span:hover { background: #f1f1f1; }
label.select-btn input:checked + span { background: #21c2f8; color: #fff !important; }
label.select-btn input:focus {
    outline-width: 0; } 

.switch-field label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 50%;
  height: auto;
  padding: 20px !important;  /* right padding leaves room for arrow */
  border-radius: 50px !important;

  font-family: "Ethnocentric", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: .02em;
  text-transform: uppercase;

  color: #ffffff;
  border: 2px solid #fff !important;

  /* pill background (close to your buttons) */
  background:
      #1fc4ff !important;
  cursor: pointer !important;
    
    transition: all 0.1s ease-in-out;
    
    min-width: 300px;
    
    display: inline-block;
}

.switch-field label:hover {
  filter: brightness(1.05) !important;
}

.switch-field input:checked + label.switch {
    background-color: #777 !important;
    color: #fff;
    box-shadow: none;
}


.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.buy-sell-select { max-width: 800px !important; }
.buy-sell-select select { font-size: 24px !important; color: #009bdd; font-style: italic; font-weight: bold; text-align: center; text-align-last: center; width: 320px; padding: 8px; border-radius: 12px; }

#frmSaveAircraftNew div, #frmSaveAircraftNew fieldset { color: #fff !important; }
#frmSaveAircraftNew select { border-radius: 10px; font-size: 14px !important; padding: 4px 8px; }

/* logbooks section background */
.logbooks-section { background: url('/images/logbooks-bg.jpg') no-repeat !important; background-attachment: fixed !important; background-position: center center !important; background-size: cover !important; }

/* cta bottom of single pages */
.cta-bottom { background: url('/images/cta-bottom.jpg') no-repeat 50% 50%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
  position: relative; }

/* buttons */
.button, input[type=button] { padding: 8px 16px; border-radius: 12px; font-family: "EthnocentricRG", "Open Sans", Helvetica, sans-serif; border: 3px solid #fff; padding: 8px 40px; }
.yellow-bg { background: #fecb00; color: #000; }
.yellow-bg:hover { background: #21c2f8; color: #fff !important; }
.blue-bg { background: #21c2f8; color: #fff; }
.blue-bg:hover { background: #333; color: #fff; }
.black-bg { background: #000; }
.white-bg { background: transparent; color: #000 !important; border: 1px solid #000; }
.white-bg:hover { background: #21c2f8; color: #fff !important; }
button.button { border-bottom: none !important; border-image-width: 0 !important; }

/* backgrounds */
.brushed-metal-bg { background-image: url('/images/brushed-metal-bg.jpg') !important; background-size: cover; background-repeat: repeat-y; }
.still-searching { background-image: url('/images/still-searching-bg.jpg') !important; background-size: cover; background-repeat: no-repeat; }
.still-searching hr { margin: 15px 0; }
.finance hr { width: 60%; }

/* glowing headers */
.glowing { filter: drop-shadow(0 0 8px #fff) !important; }
.glowing-yellow { filter: drop-shadow(0 0 8px #fecb00) !important; }

/* ── ARROWS – MAIN GALLERY ── */
.slick-slide { clear: right !important; }
.slick-prev { left: 10px !important; z-index: 999; height: 50px !important; width: 50px !important; font-size: 30px !important; }
button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before { font-size: 50px; color: rgba(255,242,1,1) !important; }
button.slick-prev.slick-arrow:hover:before,
button.slick-next.slick-arrow:hover:before { color: rgba(255,255,255,0.8) !important; }
button.slick-next.slick-arrow { right: 15px !important; z-index: 999; height: 50px !important; width: 50px !important; }

/* ── ARROWS – THUMBNAILS ── */
.photos-nav .slick-prev { left: 10px !important; z-index: 999; height: 30px !important; width: 30px !important; font-size: 30px !important; }
.photos-nav button.slick-prev.slick-arrow:before,
.photos-nav button.slick-next.slick-arrow:before { font-size: 30px; color: rgba(255,242,1,1) !important; }
.photos-nav button.slick-prev.slick-arrow:hover:before,
.photos-nav button.slick-next.slick-arrow:hover:before { color: rgba(255,255,255,0.8) !important; }
.photos-nav button.slick-next.slick-arrow { right: 10px !important; z-index: 999; height: 30px !important; width: 30px !important; }

/* ── MAIN GALLERY ── */
.photo-gallery {
  background: #111;
}

.photo-gallery .slick-list {
  height: 56vw !important;
  max-height: none !important;
  width: 100%;
  overflow: hidden;
}

.photo-gallery .slick-track,
.photo-gallery .slick-slide,
.photo-gallery .slick-slide > div {
  height: 100% !important;
}

.photo-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ── THUMBNAILS ── */
.photos-nav {
  --thumb-h: 80px;
  margin-top: 8px;
}

.photos-nav .slick-list {
  margin: 0 2px;
  overflow: hidden;
}

.photos-nav .slick-track,
.photos-nav .slick-slide,
.photos-nav .slick-slide > div {
  height: var(--thumb-h) !important;
}

.photos-nav .slick-slide {
  padding: 0 2px;
  box-sizing: border-box;
  cursor: pointer;
}

.photos-nav .slick-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.photos-nav .slick-current img {
  outline: 3px solid #fecb00;
  outline-offset: -3px;
}

/* icons */
i { margin-left: 2px; font-weight: 900; }

/* images */
img { max-width: 100%; }

/* inventory page */
/* =========================
   Steel Aviation Hero
   ========================= */

.sa-hero{
  position: relative;
  width: 100%;
  min-height: 260px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

/* background image layer */
.sa-hero__bg{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03); /* slight zoom like WP */
}

/* dark / teal overlay like the WP hero */
.sa-hero__overlay{
  position:absolute;
  inset:0;
  background:
    /* top teal wash */
    linear-gradient(180deg, rgba(0, 196, 255, .55) 0%, rgba(0, 196, 255, .18) 45%, rgba(0,0,0,.0) 70%),
    /* overall dark vignette */
    radial-gradient(120% 80% at 50% 35%, rgba(0,0,0,.25) 0%, rgba(0,0,0,.70) 75%),
    /* bottom fade */
    linear-gradient(180deg, rgba(0,0,0,.0) 30%, rgba(0,0,0,.70) 100%);
}

/* inner content */
.sa-hero__inner{
  position: relative;
  z-index: 2;
  padding: 32px 20px;
  text-align: center;
}

/* the title treatment: white fill + cyan stroke + glow + shadow */
.sa-hero__title{ font-family: 'Ethnocentric', Sans-Serif !important; font-size: clamp(1.5rem, 6vw, 4rem) !important; -webkit-text-stroke: 2px #00b7ff; font-weight: 900; letter-spacing: 2px; font-style: italic; color: #fff !important; }

/* optional: slight "plate" behind title if you want more pop */
.sa-hero__title::after{
  content:"";
  display:block;
  margin: 16px auto 0;
  width: min(820px, 92vw);
  height: 0; /* keep off by default */
}

/* Page-specific hero background images */
.sa-hero--inventory .sa-hero__bg{
  background-image: url("/images/current-inventory.jpg"); /* <-- set this */
}
/* sizing similar to WP */
@media (min-width: 992px){
  .sa-hero{ min-height: 320px; }
}
@media (min-width: 1200px){
  .sa-hero{ min-height: 380px; }
}

/* manufacturer header */
.manufacturer-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 22px 12px;
  overflow: hidden;
  isolation: isolate;
}

/* tiled ghost logo pattern */
.manufacturer-header::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image: var(--manufacturer-bg, none);
  background-repeat: repeat;
  background-position: center center;
  background-size: 170px auto;   /* controls tile size */

  opacity: 0.14;                 /* overall ghost strength */
  filter: grayscale(1) brightness(2);
}

/* optional soft fade so pattern feels more polished */
.manufacturer-header::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04) 0%,
    rgba(255,255,255,0.00) 45%,
    rgba(0,0,0,0.04) 100%
  );
}

.manufacturer-logo{
  position: relative;
  z-index: 1;
  max-height: 56px;
  width: auto;
  display: block;
}

/* GRID */
.inventory-grid{
  display:grid;
  gap:22px;
  grid-template-columns: repeat(3, 1fr);   /* desktop default = 3 */
  align-items:stretch;
  margin: 24px 0 40px;
}

/* tablet + mobile = 2 columns */
@media (max-width: 991px){
  .inventory-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* tablet = 2 columns */
@media (max-width: 600px){
  .inventory-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}

/* CARD */
.inv-card{
  display:flex;
  flex-direction:column;
  border-radius:18px;
  overflow:hidden;
  text-decoration:none;
  background:#000;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  border: 4px solid rgba(255,255,255,.85);
}

/* IMAGE AREA */
.inv-card__img{
  position:relative;
  aspect-ratio: 16 / 10;     /* controls the “tile” feel */
  background-size:cover;
  background-position:center;
}

/* top overlay row (status + cta) */
.inv-card__top{
  position:absolute;
  left:0; right:0; top:0;
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:12px;
}

.inv-pill{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  font: 700 13px/1 "Roboto", sans-serif;
  letter-spacing:.02em;
  color:#fff;
  background:rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
}
.inv-pill--cta{
  background:rgba(0,0,0,.55);
}

/* INFO BAR (blue) */
.inv-card__info{
  background:#08A9D9; /* match your sample */
  color:#fff;
  padding:14px 14px 12px;
}

.inv-nnumber{
  font: 900 30px/1 "Roboto", sans-serif;
  letter-spacing:.01em;
  color: #fff !important;
}

.inv-model{
  margin-top:6px;
  font: 700 18px/1.2 "Roboto", sans-serif;
  text-transform:uppercase;
  opacity:.95;
  color: #fff !important;
}

/* meta grid inside info bar */
.inv-meta {
  margin-top:10px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:6px 14px;
  font: 600 13px/1.25 "Roboto", sans-serif;
  color: #fff !important;
}
.inv-meta div { color: #fff !important; line-height: 100%; }

/* PRICE STRIP */
.inv-card__price{
  background:#000;
  color:#fff;
  text-align:center;
  padding:10px 12px;
  font: 900 36px/1 "Roboto", sans-serif;
  letter-spacing:.02em;
  text-transform:uppercase;
}

/* Hover */
.inv-card:hover{
  transform: translateY(-2px);
  transition: transform .12s ease;
}

/* --- Steel Aviation "pill" dropdown --- */
.sa-select{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 420px; /* tweak as you want */
}

.sa-select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 100%;
  height: 58px;
  padding: 0 56px 0 26px;  /* right padding leaves room for arrow */
  border-radius: 999px;

  font-family: "Ethnocentric", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: .02em;
  text-transform: uppercase;

  color: #ffffff;
  border: 0;

  /* pill background (close to your buttons) */
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 35%),
    linear-gradient(90deg, #1fc4ff 0%, #119ad5 35%, #0a6f9f 100%);

  box-shadow:
    0 10px 22px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.25);

  cursor: pointer;
}

.sa-select select:hover{
  filter: brightness(1.05);
}

.sa-select select:focus{
  outline: none;
  box-shadow:
    0 12px 26px rgba(0,0,0,.45),
    0 0 0 3px rgba(31,196,255,.35),
    inset 0 1px 0 rgba(255,255,255,.25);
}

/* Custom arrow */
.sa-select::after{
  content:"";
  position:absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-35%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid rgba(255,255,255,.95);
  pointer-events:none;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.35));
}

/* Placeholder-ish option styling */
.sa-select select:invalid{
  opacity: .95;
}

/* Mobile sizing */
@media (max-width: 991px){
  .sa-select{ max-width: 100%; }
  .sa-select select{
    height: 54px;
    font-size: 18px;
    padding-left: 22px;
  }
}


.manufacturer-header{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 12px;
}

.manufacturer-logo{
  max-height:54px;
  width:auto;
  display:block;
}

.manufacturer-name-fallback{
  display:none; /* hidden unless logo fails */
  font: 900 26px/1 "Roboto", sans-serif;
  text-transform:uppercase;
}

.inventory-separator { border-bottom: 1px solid #000; }
.inventory-row { max-width: 640px; margin: 0 auto; padding: 40px 0; }
.inventory-image { float: left; padding-right: 20px; border-right: 1px solid #000; width: 280px !important; height: auto !important; position: relative; }
.inventory-image img { max-width: 280px; width: 275px; height: auto; }
.imageoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 4px);
  width: calc(100% - 24px);
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(0,0,0,0.5);
}

/* When you mouse over the container, fade in the overlay icon*/
.imageoverlay:hover i { color: #fff !important; }
.inventory-image:hover .imageoverlay {
  opacity: 1;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
  color: white !important;
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-family: { "Pirulen", sans-serif; }
}
.icon i { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.inventory-image .icon a { color: #fecb00; }

/* When you move the mouse over the icon, change color */
.fa-plus:hover {
  color: #fff;
}
.inventory-details { float: right; width: 320px; padding-left: 15px;  }
.inventory-details h3 { font-size: 24px; font-weight: bold; color: #000; }
.inventory-details h4.price { font-size: 24px; color: #21c2f8; }
.inventory-details .left-col { float: left; width: 40%; margin-right: 10%; }
.inventory-details .right-col { float: right; width: 50%; text-align: left !important; }

.search-section { max-width: 1000px; margin: 30px auto; }
.search-section h4 { color: #fff; font-size: 16px; background: #000; margin-bottom: 0; display: block; width: 250px; border-top-left-radius: 12px; border-top-right-radius: 12px; margin: 0 auto; }
.search-section select { font-size: 18px; margin-top: 0; text-align: center; 
  text-align-last: center; width: 320px; }

/* page headers */
.page-header { background: #21c2f8; padding: 40px; text-align: center; }
.page-header h3 { font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 10px !important }
.page-header h1 { font-size: 40px; color: #fecb00; font-weight: bold; margin-bottom: 0; }
.separator-parent { line-height: 0; text-align: center; }
.separator-center { width: 100% !important; margin-left: auto; margin-right: auto; }
.separator-line {
    padding: 0 30px !important;
    width: 32.5%;
    display: table-cell;
    vertical-align: middle;
}
.separator-line span {
    display: block !important;
    border-top-color: #fff !important;
    padding-bottom: 8px;
    border-bottom: 2px solid #fecb00 !important;
    border-top: 2px solid #ffffff;
}
.page-header-title { display: table-cell; width: auto !important; }

/* title headings */
.title-heading, .title-heading span { font-size: 48px !important; }

    /* Base Aviation Bar Style */
    .aviation-bar {
        position: relative;
        height: 60px; /* Adjust height as needed */
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-transform: uppercase;
        font-family: 'Ethnocentric', sans-serif; /* Matching your font classes */
        font-weight: bold;
        font-size: 1.4rem;
        z-index: 2;
        width: 100%;
        overflow: hidden; /* Ensures the skew doesn't cause horizontal scrollbars */
        margin-bottom: 20px;
        padding: 15px 0;
    }
    .aviation-bar span {
        position: relative;
        z-index: 5;
        text-shadow: none;
        color: #fff; font-size: 40px;
        font-style: italic;
        padding: 0 20px;
    }

    /* --- TOP BAR (Solid Left, Angled Cut on Right) --- */
    .aviation-bar-top {
        /* No default background, we build it with shapes */
        text-align: left !important;
        justify-content: start !important;
    }

    /* Main Blue Shape */
    .aviation-bar-top::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100px; /* Anchors it far off-screen left */
        width: 120%; /* Spans across the screen */
        background: #009BDD; /* Steel Aviation Blue */
        transform: skewX(-30deg); /* The Angle */
        transform-origin: top left;
        z-index: -2;
        /* This cuts the bar off on the right side of the screen */
        width: 90%; 
    }

    /* --- BOTTOM BAR (Solid Right, Angled Cut on Left) --- */
    .aviation-bar-bottom {
        margin-top: 30px;
        justify-content: end;
    }

    /* Main Blue Shape */
    .aviation-bar-bottom::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100px; /* Anchors it far off-screen right */
        width: 120%;
        background: #009BDD; 
        transform: skewX(-30deg); 
        transform-origin: bottom right;
        z-index: -2;
        /* This cuts the bar off on the left side of the screen */
        width: 90%; 
    }

    /* The Semi-Transparent Accent "Shard" on the Left */
    .aviation-bar-bottom::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2000px;
        right: 88%; /* Position relative to container */
        background: rgba(0, 0, 0, 0.1); 
        transform: skewX(-30deg);
        transform-origin: bottom right;
        z-index: -1;
        transform: translateX(-96%); /* Shifts it to the left side */
    }

/* mobile tweak */
@media (max-width: 768px){
  .blue-header{ padding: 14px 18px; }
}
/*
**  FOOTER **
*/
#ez-fat-footer-container { width: 94%; max-width: 94% !important; margin: 0 auto !important; padding: 60px 3% 20px !important;  background:
        linear-gradient(rgba(0,34,45,0.9), rgba(0,34,45,0));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; font-family: "Open Sans", Helvetica, sans-serif !important;  }
#ez-fat-footer-container .one-fourth:first-child { margin-left: 0 !important; }
#ez-fat-footer-container .one-fourth { width: 23.076923076923077%; float: left; margin-left: 2.564102564102564% !important; }
#ez-fat-footer-container ul { padding-inline-start: 0; }
#ez-fat-footer-container p, #ez-fat-footer-container a { letter-spacing: 0 !important; padding: 0; }
#ez-fat-footer-container #ez-fat-footer-4 p { margin-top: 0; text-align: right !important;  }
#ez-fat-footer-container img { display: inline; clear: both; max-width: 200px !important; vertical-align: middle; margin: 0; height: auto; text-align: right !important; }
#ez-fat-footer-container #menu-footer-services a ,#ez-fat-footer-container #menu-footer-info a ,#ez-fat-footer-container #menu-footer-free-downloads a { line-height: 27px !important; padding-bottom: 0px !important; }
#ez-fat-footer-container h4.widget-title { font-family: 'EthnocentricIT', sans-serif !important; color: #00a7e1 !important; font-size: 14px !important; border-bottom: 0 !important; }
#ez-fat-footer-container a, #ez-fat-footer-container p, #ez-fat-footer-container span { font-size: 14px; color: #fff !important; font-weight: normal !important; text-transform: none; line-height: 1.4 !important; text-decoration: none !important; }
#ez-fat-footer-container a:hover { color: #fecb00 !important; }
#ez-fat-footer-container a:hover span { color: #fecb00 !important; }
#ez-fat-footer-container-wrap { border: none !important;  }
#ez-fat-footer-container { border: none !important; }
#ez-fat-footer-container .widgettitle, .site-footer, .site-footer .textwidget { color: #606060 !important; text-align: left; }
.site-footer .textwidget a { color: #fff !important; }
.site-footer .textwidget a:hover { color: #777 !important; }
#ez-fat-footer-container .zoom-social-icons-widget .widgettitle { left: 0 0 25px 0; }
#ez-fat-footer-container #ez-fat-footer-4 { text-align: right !important; }

#ez-fat-footer-container #ez-fat-footer-4 p { margin-top: 0; text-align: right !important;  }
#ez-fat-footer-container img { display: inline; clear: both; max-width: 200px !important; vertical-align: middle; margin: 0; height: auto; text-align: right !important; }
#ez-fat-footer-container i { font-size: 24px; margin: 0 8px; }
#ez-fat-footer-container .footer-social a:last-child i { margin-right: 0; }

#ez-fat-footer-container #ez-fat-footer-4,#ez-fat-footer-container #ez-fat-footer-4 .widget-title { text-align: right !important; }
#ez-fat-footer-container #ez-fat-footer-4 h4.widgettitle { display: none; }
#ez-fat-footer-container #ez-fat-footer-4 a, #ez-fat-footer-container #ez-fat-footer-4 p { line-height: inherit !important; }
#ez-fat-footer-container #ez-fat-footer-4 p { margin-top: 0; }
#ez-fat-footer-container ul { text-align: left; margin-block-start: 0; padding-bottom: 15px !important; -webkit-padding-start: 0 !important; }
#ez-fat-footer-container li { list-style: none; margin-left: 0; line-height: 1.4 !important; }
#ez-fat-footer-container #ez-fat-footer-4 { line-height: 17px; }
#ez-fat-footer-container ul { margin-block-start: 0; margin-block-end: 0; -webkit-margin-before: 0 !important;  -webkit-margin-after: 0 !important; }
#footer_bottom_section { padding: 8px 0; }
#footer_bottom_section p { color: #fff; font-weight: normal; font-size: 16px; }
footer { display: none; }
#footer_bottom_section a, #footer_bottom_section a:visited { color: #fff; }
#footer_bottom_section a:active, #footer_bottom_section a:hover { color: #fecb00; }

#footer_bottom_section .textwidget { display: table; width: auto; margin: 0 auto; }
#footer_bottom_section .gform_wrapper, #footer_bottom_section p { display: table-cell; padding-right: 0; }
#footer_bottom_section .gform_wrapper { text-align: left !important; }
#footer_bottom_section .gform_wrapper label { display: none; }
#footer_bottom_section .gform_wrapper .ginput_container { margin: 0; }
#footer_bottom_section input { height: 54px; }
#footer_bottom_section input[type=text] { width: 400px; margin: 0; }
#footer_bottom_section .gform_body { text-align: center; display: inline-block; width: auto !important; }
#footer_bottom_section .gform_wrapper .gform_footer { display: inline-block; margin: 0; width: auto; }

/* transitions */
button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus { transition-duration: 0.2s !important; transition-property: all !important; transition-timing-function: ease-in-out !important; border-bottom: none; }
a{ transition-duration: 0.2s !important; transition-property: all !important; transition-timing-function: ease-in-out !important; }


/* body */
html,body { margin: 0; padding: 0; background: #fff; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#header-upper { padding: 12px 0; background: #1e2945; line-height: 100%; margin: 0; }

#header-left {
    float: left;
    width: 55%;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
header.smaller #phone {
    float: left;
    width: 20%;
    padding: 0;
    color: #f2e70f;
    font-weight: 400;
    font-family: 'Oswald', serif;
}
#phone .phone-number { font-family: 'Oswald', serif; display: block; vertical-align: middle; font-size: 20px; font-weight: 400; padding-left: 10px; }


#header-left span.link a {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

#header-left span.link a:hover {
    color: #efefef;
}

#header-left span.link a img {
    max-height: 20px;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

#main-header.cover-header #logo {
    display: block;
    float: none;
    padding: 0 0 0 10px;
    height: auto;
    max-height: 54%;
    max-width: 90%;
}

#left {
    float: left;
    width: 30%;
}

#header-right {
    float: right;
    width: 20%;
}

#header-social {
    margin: 2px 0 0 0;
    text-align: right;
    color: #000;
}
#header-social .fa {
    font-size: 17px;
}

.et-social-icons {
    float: right; list-style: none;
}

.et-social-icons li {
    margin: 0 0 0 4px; display: inline-block;
}

#headertop {
    clear: both;
    float: none;
    padding: 25px 0 15px 0;
}

#brand-slogan {
    font-size: 20px;
    text-align: left;
    float: none;
    float: left;
    font-weight: 300;
    color: #000;
    margin: 10px 0 10px 10px;
}

#header-inner-right { text-align: right; }

#header-search {
    text-align: right;
    padding: 0 10px 0 0;
    text-transform: uppercase;
}
#header-search #nnumber {
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
    color: #555;
    padding: 2px 15px;
    width: 170px;
    text-transform: uppercase;
}
#header-search #nnumber::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a6a6a6;
}
#header-search #nnumber::-moz-placeholder { /* Firefox 19+ */
  color: #a6a6a6;
}
#header-search #nnumber:-ms-input-placeholder { /* IE 10+ */
  color: #a6a6a6;
}
#header-search #nnumber:-moz-placeholder { /* Firefox 18- */
color: #a6a6a6;
}
#header-search input[type=submit] {
    color: #fff;
    font-size: 12px !important;
    display: inline-block;
    border: none;
    padding: 4px;
    background: #01a7e1;
    border-radius: 0 4px 4px 0;
}

header.smaller #et-secondary-menu > ul > li a {
    color: #555; text-transform: uppercase; font-weight: 500;
}

#header-inner-right #et-secondary-menu {
    margin: 0;
    float: none;
    text-align: right;
}

#et-secondary-nav, #et-secondary-nav li {
    display: inline-block;
}

#header-inner-right #et-secondary-menu > ul > li {
    border-right: 1px solid #000;
    padding: 0 10px;
    margin: 0;
}

#header-inner-right #et-secondary-menu > ul > li:last-child {
    border-right: none;
}

#header-inner-right #et-secondary-menu > ul > li a {
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

#header-inner-right #et-secondary-menu > ul > li a:hover {
    color: #333 !important;
}

/* mobile nav */
.mobile-nav { display: none; }

/* error and success messages */
.errorMessage { font-size: 20px; color: #ff0000; font-style: italic; margin: 0 0 15px 0; }
.successMessage { font-family: "Pirulen", sans-serif; font-size: 20px; color: #21c2f8; font-style: italic; margin: 0 0 15px 0; text-align: center; margin: 15px auto;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important; }

#status, #statusLead { 
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}


/* colored background elements */
.bg-white { background: #fff; }
.bg-grey { background: #f1f1f1; }
.bg-blue { background: #00436D; }

/* round corners */
.round-corners { border-radius: 8px; }

/* links */
a { text-decoration: none; color: #21c2f8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
a:hover { text-decoration: none; color: #333 !important; }

a.text-hover-blue { color: #000 !important; }
a.text-hover-blue:hover { color: #21c2f8 !important; }

/* linkMedRed */
a.linkMedRed { color: #ffcc00; }

/* links green */
a.linkgreen, a.linkgreen:visited { color: #2d9c20 !important; }
a.linkgreen h4, a.linkgreen:visited h4 { color: #2d9c20 !important; }

/* pages */
html,body,div,table,tr,td,p,ul,li,span { font-size: 18px; font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; color: #353535; }

/* container */
.container { max-width: 1080px; margin: 0 auto; }
.container-60 { max-width: 60%; margin: 0 auto; }
.container-60-left { max-width: 60%; margin: 0 auto 0 20px; }

/* headings */
h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; font-weight: 600; letter-spacing: 2px; }
h1, h1 li { font-size: 40px; }
h2, h2 li { font-size: 34px; }
h3, h3 li { font-size: 28px; }
h4, h4 li { font-size: 24px; }
h5, h5 li { font-size: 20px; }
h6, h6 li { font-size: 18px; }

/* forms */
input, textarea { font-size: 20px; font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; color: #000; padding: 4px 8px; border-radius: 10px;  }
.fileupload::webkit-file-upload-button { font-size: 20px; }
label { display: block; font-size: 20px; font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; color: #fff; margin: 0 0 8px 0; font-weight: 600; }
input.btn-blue-dark[type=submit]:hover { background: #fecb00 !important; color: #000 !important; }
textarea { width: 98%; }
.label-bottom { display: block; color: #fff; font-size: 13px; margin: 5px 0 0; }

.contactForm input[type=submit] {
    background-color: #0099cc; /* Cyan Blue Base */
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    min-width: 250px;
    font-family: sans-serif;
    display: inline-block;
}

.contactForm input[type=submit]:hover {
    background-color: white;
    color: #0099cc;
    transform: translateY(-2px);
}

.contactForm input[type=submit], .submit {
    background-color: #0099cc; /* Cyan Blue Base */
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    min-width: 250px;
    font-family: sans-serif;
    display: inline-block;
}

.contactForm input[type=submit]:hover, .submit:hover {
    background-color: white;
    color: #0099cc;
    transform: translateY(-2px);
}

input:matches([type="button"], [type="submit"], [type="reset"]) { -webkit-appearance: button;
white-space: pre; cursor: pointer; }
input[type=submit].btn-blue-yellow:hover { background: #fecb00 !important; color: #000 !important;  }


.tabbedList ul { list-style-type: none; padding-left: 0; }
.tabbedList ul #toggledivs a { color: #000 !important; font-size: 36px !important; margin-top: 20px !important; }
.tabbedList h3:first-child { margin-top: 0 !important; }
.tabbedList h3 { margin-top: 50px !important; }
.inputfull { width: 98%; max-width: 98%; }
.tabbedList select { font-size: 20px !important; }

.formFooter { max-width: 80% !important; text-align: center; margin: 0 auto; }

/* form validation */
label.error { font-size: 16px; color: #ff0000; font-weight: bold !important; text-align: center; }
#toggledivs label.error { text-align: left !important; }
/* begin select */
select { font-size: 20px; }

/* Hide arrow icon in IE browsers */
.aircraft-inventory-page-list select::-ms-expand {
    display: none;
}
/* Hover style */
.aircraft-inventory-page-list select:hover {
    border-color: #888;
}
/* Focus style */
.aircraft-inventory-page-list select:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

/* Set options to normal weight */
.aircraft-inventory-page-list select option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] select, :root:lang(ar) select, :root:lang(iw) select {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.aircraft-inventory-page-list select:disabled, select[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.aircraft-inventory-page-list select:disabled:hover, select[aria-disabled=true] {
    border-color: #aaa;
}
/* end select */

fieldset { background: transparent; margin: 0 0 20px 0; border-color: #21c2f8; }
legend { font-weight: 600; font-size: 24px; color: #21c2f8 !important; }

/* forms - styling */
input.fullwidth { width: 96%; }
input.fullwidth { padding: 4px 2%; }
input.fullwidthlast { width: 92%; }
input.fullwidthlast { padding: 4px 2%; float: right; }

/* buttons */
.buttonlink{ 
    background:#21c2f8; 
    border-radius:7px; 
    color:#fff !important;
    margin:10px 15px 10px 0; 
    padding:10px;
    text-decoration:none;
    text-align: center;
    display: inline-block !important;
    float: none !important;
}
.buttonlink:hover {
    background: #2d9c20;
    color: #fff;
}
.buttonlink-wide { 
    background:#21c2f8; 
    border-radius:7px; 
    color:#fff !important;
    margin:10px 15px 10px 0; 
    padding:10px;
    text-decoration:none;
    text-align: center;
    display: inline-block !important;
    float: none !important;
    width: 75%;
}
.buttonlink-wide:hover {
    background: #2d9c20;
    color: #fff;
}

.buttonlinksm { 
    background:#fecb00; 
    border-radius:7px; 
    color:#000 !important;
    margin:6px 10px 6px 0; 
    padding: 10px 16px !important;
    text-decoration:none;
    display: inline-block !important;
    font-size: 18px;
    float: none !important;
    clear: both;
}
.buttonlinksm:hover {
    background: #21c2f8;
    color: #fff !important;
}

.buttonlinkxsm { 
    background:#21c2f8; 
    border-radius:7px; 
    color:#fff !important;
    margin:6px 10px 6px 0; 
    padding:6px;
    text-decoration:none;
    font-size: 12px;
}
.buttonlinkxsm:hover {
    background: #2d9c20;
    color: #fff !important;
}

.buttonlinksmred{ 
    background: #B90003 !important; 
    border-radius:7px; 
    color:#fff !important;
    margin:6px 10px 6px 0; 
    padding:6px;
    text-decoration:none;
    font-size: 14px;
}
.buttonlinksmred:hover {
    background: #2d9c20 !important;
    color: #fff;
}

.buttonlinkxsmorange{ 
    background: #ffa200; 
    border-radius:7px; 
    color:#fff !important;
    margin:6px 10px 6px 0; 
    padding:6px;
    text-decoration:none;
    font-size: 14px;
}
.buttonlinkxsmorange:hover {
    background: #2d9c20;
    color: #fff;
}

.buttonlinksmgreen{ 
    background: #2d9c20; 
    border-radius:7px; 
    color:#fff !important;
    margin:6px 10px 6px 0; 
    padding:6px;
    text-decoration:none;
    font-size: 14px;
    white-space : nowrap;
    overflow : hidden;
}
.buttonlinksmorange:hover {
    background: #B90003;
    color: #fff;
}

.buttonlinksmorange{ 
    background: #2d9c20; 
    border-radius:7px; 
    color:#fff !important;
    margin:6px 10px 6px 0; 
    padding:6px;
    text-decoration:none;
    font-size: 14px;
    white-space : nowrap;
    overflow : hidden;
}
.buttonlinksmgreen:hover {
    background: #B90003;
    color: #fff;
}

.button-black { 
    background: #000 !important;
    color:#fff !important;
    margin: 6px 10px 6px 0; 
    padding: 12px 18px;
    text-decoration:none;
    font-size: 14px;
    white-space : nowrap;
    overflow : hidden;
    border-radius: 20px;
    display: inline-block;
    font-style: italic;
}
.button-black:active, .button-black:hover { background: #21c2f8 !important; color: #fff !important; }

/* flexbox */
.flexcontainer {
   display: -webkit-flex;
   display: flex !important;
   flex-wrap: wrap;
   -webkit-flex-direction: row;
   -webkit-flex-wrap: wrap;
}
.flexcontainer-alignvertical {
   display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexrows { 
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-flow: wrap;
   -webkit-flex-wrap: wrap;
   flex-flow: wrap;
   flex-wrap: wrap;
}
.flexequal {
  box-sizing: border-box; display: block;
}
.flexequal.half { 
  flex: 1 0 50%;
}
.flexequal.half-margins { 
  flex: 1 0 40%;
}
.flexequal.third { 
  flex: 1 0 33%;
}
.flexequal.quarter { 
  flex: 1 0 25%;
}
.flexequal.fifth { 
  flex: 1 0 20%;
}
.flexequal.sixth { 
  flex: 1 0 16.6666%;
}

.region {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
}

/* image box */
.flexequal img { max-width: 100%; height: auto; }

/* padded top and bottom divs */
.margin-topbottom { margin: 15px 0; }
.margin-topbottom label { margin: 8px 0 0 0; }

/* center elements */
.centered { text-align: center; margin: 0 auto; }

/* headings */
h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; font-weight: 300; text-transform: uppercase; line-height: 140%; margin: 0 0 15px 0; color: #21c2f8; }
h1 {font-size:50px; }
h2 {font-size:30px; }
h3 {font-size:26px; }
h4 {font-size:22px; }
h5 {font-size:18px; }
h6 {font-size:16px; }
h1.font-ethnocentric, h2.font-ethnocentric, h3.font-ethnocentric, h4.font-ethnocentric, h5.font-ethnocentric, h6.font-ethnocentric { line-height: 120% !important; }

/* page titles */
.page-title-with-bg {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0;
}
.page-title-with-bg a { color: #fff !important; font-weight: bold !important; }
.page-title-with-bg a:hover { text-decoration: underline; color: #eee; }.page-title-with-bg a.buttonlinksm.padded-smaller-all { color: #000 !important; font-weight: bold !important; }
.page-title-with-bg a.buttonlinksm.padded-smaller-all:hover { text-decoration: underline; color: #fff !important; }
.page-title-with-bg p { color: #fff; }

.page-title-with-bg h1 { color: #fecb00; font-size: 34px !important; font-weight: bold !important; }
.page-title-with-bg h2, .page-title-with-bg h3, .page-title-with-bg h4, .page-title-with-bg h5 { color: #fff; }
.page-title-with-bg h1 {
    font-weight: 500;
    font-size: 50px !important;
    text-align: center;
    padding-bottom: 15px;
}
.page-title-with-bg h3 {
    font-size: 32px;
    text-align: center;
}
.page-title-with-bg h5 { font-weight: bold; font-size: 28px; }

.page-title-with-bg h1, .page-title-with-bg h2, .page-title-with-bg h3 {
    line-height: 100%;
    margin: 0;
    color: #fecb00 !important;
}

/* single plane pages */
.page-title { padding: 40px 0; background: #00436D; }
.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5 { margin: 0; padding: 0; color: #fff; }
.page-title h1 { font-size: 38px; font-weight: 600; }
.single-info p { margin: 0; padding: 0; }
.single-plane-showoff i { display: inline-block; font-size: 36px; color: #fff; padding: 10px; }
.single-plane-showoff h2 { font-weight: 500; margin: 0; font-size: 20px !important; }
.single-plane-showoff h4 { margin: 0; font-size: 16px !important; }

.aircraft-image-nophoto-container { position: relative; }
.aircraft-image-nophoto { width: auto; position: absolute; top: 20px; left: 20%; right: 20%; padding: 6px; margin: 0; text-align: center; color: #fff; font-size: 18px; }
.aircraft-image-nophoto-container img { object-fit: cover; }

.single-plane-equipment { margin: 6px 0 0 0; z-index: 1; position: relative; background: url('https://www.steelaviation.com/wp-content/uploads/2016/06/maintenance-interior.jpg') no-repeat; background-size: cover; }
.single-plane-equipment::after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1;     background-color: rgba(0, 0, 0, .5); }
.single-plane-equipment h2, .single-plane-equipment h4 { margin: 0; padding: 0; }
.single-plane-avionics { z-index: 1; position: relative; background: url('https://www.steelaviation.com/wp-content/uploads/2016/11/avionics.jpg') no-repeat; background-size: cover; }
.single-plane-avionics h2, .single-plane-avionics h4 { margin: 0; padding: 0; }

.single-plane-equipment ul, .single-plane-avionics ul { list-style: none; margin: 15px 0 0 0; padding: 0; }
.single-plane-equipment li, .single-plane-avionics li { color: #fff; margin: 0 0 15px 0; padding: 0; }

.single-plane-video {
    position: relative;
    /* This 56.25% creates a 16:9 Aspect Ratio (9 / 16 = 0.5625) */
    padding-bottom: 56.25%; 
    
    /* CRITICAL: Keep height at 0 so padding controls the size */
    height: 0; 
    
    overflow: hidden;
    
    /* Adjust width as desired, but keep it centered */
    max-width: 90%; 
    margin: 6px auto;
    
    /* The Blue Border */
    border: 8px solid #00a7e1; 
    border-radius: 8px; 
    
    /* KEY FIX: Ensures the border sits outside the content box logic */
    box-sizing: content-box; 
    
    /* OPTIONAL: Set background to black to hide tiny sub-pixel gaps */
    background: #000;
}

.single-plane-video iframe, 
.single-plane-video object, 
.single-plane-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* calculator on single plane pages */
.calcBorder { border: 1px solid #000; border-spacing: 8px !important; max-width: 700px; background: #fff; padding: 0 !important; margin-inline-start: 0; margin-inline-end: 0; margin: 0 auto; }
.calcBorder table { width: 100% !important; }
.calcBorder td { padding: 8px; width: 50%; }
.calcBorder input { min-width: 150px !important; border: 1px solid #333; }
.calcBorder input[type=number] { font-size: 24px; }
.calcBorder input[type=button] { background: #21c2f8 !important; background-image: none !important; font-size: 20px; border: none; color: #fff; padding: 6px 16px; border-radius: 12px; }
.calcBorder input[type=button]:hover, .calcBorder input[type=button]:active { background: rgb(96, 96, 96) !important; color: #fff; cursor: pointer; }


/* inventory page */
.aircraft-inventory-page-list .container { max-width: 95%; }
#aircraftSearchBar { z-index: 999 !important; }
#aircraftSearchBar a.smoothScroll { display: inline-block !important; margin: 12px 10px !important; white-space: nowrap; overflow: hidden; }
#aircraftSearchBar.sticky { -webkit-box-shadow: 0px 6px 24px -1px rgba(133,133,133,1) !important;
    -moz-box-shadow: 0px 6px 24px -1px rgba(133,133,133,1) !important;
    box-shadow: 0px 6px 24px -1px rgba(133,133,133,1) !important; }
.inventory-container { background: #fff; width: 330px; margin: 0 auto 15px auto; }
.inventory-container:hover { -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        transition: 0.2s; }
.inventory-container h4 { width: 96%; background: #00436D; padding: 8px 2%; color: #fff; }
.inventory-container h5 { width: 100%; background: #f1f1f1; padding: 8px 0; }
.inventory-container .buttonlink { margin-right: 0; }
.inventory-image { background-size: cover; width:100%; height: 250px; }
.inventory-image-nophoto { display: inline-block; width: auto; position: relative; padding: 20px 6px 6px 6px; margin: 0; text-align: center; color: #fff; font-size: 18px; }
.inventory-image-overlay-price { background: rgba(45,156,32,0.7); display: inline-block; float: right; width: 40%; position: relative; padding: 6px 30px 6px 6px; margin: 190px -10px 0 0; text-align: right; color: #fff; font-size: 22px; }
.inventory-image-nophoto-overlay-price { background: rgba(45,156,32,0.7); display: inline-block; float: right; width: 40%; position: relative; padding: 6px 30px 6px 6px; margin: 154px -10px 0 0; text-align: right; color: #fff; font-size: 22px; }

.aircraft-list img { max-width: 150px; }

/*inventory page - list format */
.aircraft-inventory-page-list .aircraft-list { padding: 10px 0 0; margin: 10px 0; }
.aircraft-inventory-page-list .aircraft-list img { max-height: 120px; }

.aircraft-inventory-page-list .aircraft-list .flexequal.five { flex: 1 0 79.5%; }
.aircraft-inventory-page-list .aircraft-list .flexequal.sixth { flex: 1 0 20%; margin-right: .5% }
.aircraft-inventory-page-list .aircraft-list .flexequal.seventh { flex: 1 0 10%; }
.aircraft-inventory-page-list .aircraft-list .history-container { width: 100%; }
.aircraft-inventory-page-list .aircraft-list .history { width: 80%; font-size: 15px; margin: 0 auto; padding: 0 0 10px 0; }

.even { background: #f1f1f1; }
.odd { background: #d3eeff; }

/* bordered */
.bordered { border: 1px solid #dce1e5; }

/* logbooks */
.logbooks { padding: 120px 0;  }
.logbooks i { font-size:30px;
  background:#666;
  background:rgba(0,0,0,0.4);
  padding:15px;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  border:3px solid #fff;
  color:#fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
  text-align:center;
  display:block;
  vertical-align:middle;
  width:30px;
  height:30px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  margin: 0 auto 5px auto;
  }

.icon-circle { flex: 1; flex-direction: row; text-transform: uppercase; text-align: center; }
.icon-circle a { color: #fff !important; }
.icon-circle a:hover { color: #ffcc00; }
.icon-circle i:hover { border: 3px dashed #ffcc00; color: #ffcc00; }
.icon-circle.engine-log i { padding: 15px 18px 15px 12px !important; }
.icon-circle.wb-log i { padding: 15px 19px 15px 11px !important; }

/* content */
#content { float: none !important; width: 100% !important; }
body.trade-in #content { margin-top: 30px; }

/* trade in page */
body.trade-in h3.centered { color: #000 !important; font-size: 44px; font-family: 'Pirulen', sans-serif; }

/* text */
.text-smaller { font-size: 14px; }
.text-small { font-size: 12px; }

.large-text, .large-text p { font-size: 24px; }
.light-text, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text p { color: #fff; }

h4 span.text-green { color: #2d9c20 !important; }

.text-bold { font-weight: bold; }

/* padded and nopadding */
.padded-all { padding: 40px; }
.padded-top { padding: 40px 0 0 0; }
.padded-bottom { padding: 0 0 40px 0; }
.padded-small-bottom { padding: 0 0 20px 0; }
.padded { padding: 40px 0; }
.padded-small { padding: 20px 0; }
.padded-small-all { padding: 20px; }
.padded-smaller-all { padding: 6px; }
.nopadding { padding: 0; margin: 0; }
.padded-top-small { padding: 10px 0; }
.padded-sides-small { padding: 0 10px; }

/* margins */
.margin-equal { margin: 10%; }
.margin-top-bottom { margin: 25px auto; }
.margin-top-small { margin-top: 15px; }

/* backgrounds */
.bg-grey { background: #f1f1f1 !important; }

/* aligned columns */
.itemholder { margin-bottom: 15px; line-height: 100%; }
.itemlabel { display: inline-block; width: 50%; float: left; color: #21c2f8; font-size: 18px; clear: left; padding: 0 0 0 10%; }
.itemcontent { display: inline-block; width: 40%; font-size: 18px; }

/* sliders */
.single-plane-slider { height: 100% !important; width: 100% !important; }

/* cleardiv */
.cleardiv { clear: both; }

/* align left */
.alignleft { text-align: left; }

/* single aircraft specs print page */
.aircraft-single-page-print #logo { max-height: 70px !important; }
.aircraft-single-page-print p, .aircraft-single-page-print div, .aircraft-single-page-print li { font-size: 16px; }
.aircraft-single-page-print .itemholder { margin-bottom: 4px; }

/* page titles */
.aircraft-single-page-print .page-title-with-bg h1, .aircraft-single-page-print .page-title-with-bg h2, .aircraft-single-page-print .page-title-with-bg h3, .aircraft-single-page-print .page-title-with-bg h4, .aircraft-single-page-print .page-title-with-bg h5 { padding-bottom: 0; margin-bottom: 0 !important; }
.aircraft-single-page-print .page-title-with-bg h1 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}
.aircraft-single-page-print .page-title-with-bg h3 {
    font-size: 22px;
    text-align: center;
}
.aircraft-single-page-print .page-title-with-bg h1, .aircraft-single-page-print .page-title-with-bg h2, .aircraft-single-page-print .page-title-with-bg h3, .aircraft-single-page-print .page-title-with-bg h4, .aircraft-single-page-print .page-title-with-bg h5 {
    line-height: 140%;
    margin: 0;
    color: #000 !important;
}

/* spec sheets */
.aircraft-single-page-print .site-header { background: transparent; }
.aircraft-single-page-print .site-header .title-area img { max-width: 400px !important; height: auto; }
.aircraft-single-page-print .page-title-with-bg { background: transparent; }
.aircraft-single-page-print header.site-header { padding: 15px 0 !important; }
.aircraft-single-page-print .blue-header { font-size: 20px; border-bottom: 2px solid #000; }
.aircraft-single-page-print .single-plane-showoff i { color: #000; }

.aircraft-single-page-print .aircraft-single-image { text-align: center; }
.aircraft-single-page-print .catImages { text-align: center !important; margin: 0 auto; background: #f1f1f1; }
.aircraft-single-page-print .catImages img { max-width: 24.4% !important; margin: 0 !important; padding: 0 !important; padding: 0 0.3% !important; }


.aircraft-single-page-print .horizontal-rule { height: 1px !important; background-color: #000 !important; margin: 8px auto !important; max-width: 40% !important; }

.footer-print { border-top: 6px solid #777; border-bottom: 6px solid #777; padding: 0; }
.footer-print h4, .footer-print p { font-size: 20px; }
.footer-print-blue { background: #32C3F2; border-top: 2px solid #000; padding: 12px 0; text-align: center; }

.one-half.first { float: left; }
.one-half.last { float: right; }

.float-right { float: right; }

/* desktop hidden */
.desktop-hidden { display: none; }

/* mobile menu */
#my-header { display: none; }

.mm-wrapper #my-header a.mburger { 
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
.mm-wrapper #my-header .xburger { 
    display: none !important;
    font-size: 40px !important;
    position: absolute;
    left: 16px;
    top: 0;
    font-weight: 600;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    color: #fff !important; }

/* testimonials - owl */
.owl-carousel { text-align: center; margin-bottom: 50px; }
.owl-carousel .item { max-width: 1000px; position: relative; width: auto; text-align: center; margin: 0 auto; }
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

/*
*** NEW 2026 ***
*/

/* SINGLE LISTINGS */

/* manufacturer bar with logo */
#manufacturer-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 120px;
        background-color: #21c2f8;
        position: relative;
        overflow: hidden;
        margin: 30px 0 0;
    }

    #manufacturer-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        
        /* 1. Use the Dynamic Image */
        background-image: var(--bg-img);
        
        /* 2. REPEAT: Allow tiling in BOTH directions (creates the grid) */
        background-repeat: repeat; 
        
        /* 3. SIZE: 'auto' width, '33.33%' height. 
           This ensures exactly 3 logos stack vertically inside the bar. */
        background-size: auto 33.333%; 
        
        background-position: center center;
        opacity: 0.20; /* Adjust opacity as needed */
    }

    .main-logo {
        position: relative;
        z-index: 1;
        height: 60px; /* Adjust size of the main sharp logo */
        width: auto;
    }
    
    #manufacturer-bar h2 {
        position: relative;
        z-index: 1;
        margin: 0;
        color: white;
    }

/* END: manufacturer bar with logo */

/* aircraft details section */
/* 1. Main Section Container */
#aircraft-details {
    position: relative;
    /* Dark gradient over the image to ensure text is readable */
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 167, 225, 0.4));
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 20px;
    font-family: sans-serif; /* or your theme font */
    margin: 0 0 40px;
}

/* 2. Grid Layout for the Content */
#aircraft-details .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* Two columns: Left (40%) and Right (60%) approximately */
    grid-template-columns: 1fr 1.5fr; 
    gap: 60px;
    align-items: top; /* Vertically align content */
}

/* --- LEFT COLUMN STYLES --- */

/* Huge N-Number */
.n-number {
    font-size: 80px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

/* Manufacturer / Model */
.model-name {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0 30px 0;
    letter-spacing: 1px;
    color: #fff;
}

/* Mini Grid for Specs (Year, S/N, etc.) */
.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns inside the spec block */
    gap: 15px 40px; /* row-gap 15px, col-gap 40px */
    font-size: 20px;
    margin-bottom: 30px;
}

.spec-item {
    display: flex;
    gap: 10px;
}
.spec-item .label {
    color: #fff;
}
.spec-item .value {
    font-weight: bold;
    color: #fff;
}

.price-block h2 { margin: 0; line-height: 100%; }
.price-block h2.status { color: #fff; font-family: 'Ethnocentric', sans-serif; font-size: 30px; margin: 0 0 10px; }
.price-block h2.price { color: #fecb00; font-family: 'Ethnocentric', sans-serif; font-size: 60px; }

/* --- RIGHT COLUMN STYLES --- */
.desc-column {
    font-size: 16px;
    line-height: 1.6;
    color: #fff !important; /* Off-white for better readability */
    font-style: italic; /* Matches the 'intro' feel of the screenshot */
}
.desc-column .history-text { color: #fff !important; }

/* --- RESPONSIVE (Mobile) --- */
@media (max-width: 768px) {
    #aircraft-details .container {
        grid-template-columns: 1fr; /* Stack columns */
        gap: 40px;
    }
    .n-number {
        font-size: 50px;
    }
}

/* logbooks */
/* --- ACTION BUTTONS (Restoring the Blue Pill Look) --- */
.action-buttons-row {
    grid-column: 1 / -1; 
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.action-btn {
    background-color: #0099cc; /* Cyan Blue Base */
    color: white;
    border: 2px solid white;
    border-radius: 50px; /* Fully rounded pill shape */
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    min-width: 250px;
    font-family: sans-serif;
    display: inline-block;
}

.action-btn:hover {
    background-color: white;
    color: #0099cc;
    transform: translateY(-2px);
}

/* --- HIDDEN LOGBOOKS SECTION --- */
#logbooks-area {
    display: none;
    
    /* UPDATED: Matching Teal Background from previous columns */
    background-color: rgba(0,167,225,0.7); 
    
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#logbooks-area.visible {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.logbook-header {
    font-family: 'Ethnocentric', sans-serif;
    font-size: 30px;
    margin-bottom: 60px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.logbook-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

/* --- ICON CIRCLE STYLES (Fixed Centering) --- */

.icon-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px; 
    text-decoration: none !important;
    cursor: pointer;
}

.icon-circle i {
    /* 1. FORCE THE BOX MODEL */
    box-sizing: content-box; 
    
    /* 2. Dimensions */
    width: 30px;
    height: 30px;
    padding: 15px; /* 30 + 15 + 15 = 60px Total Size */
    
    /* 3. Appearance */
    background: rgba(0,0,0,0.4);
    border-radius: 100%;
    border: 3px solid #fff;
    color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
    
    /* 4. Layout & Centering */
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
    
    /* This helps vertical alignment of the font-awesome icon inside the 30px box */
    line-height: 30px; 
    
    transition: all 0.5s;
}

/* --- TEXT LABELS (Forced White) --- */
#logbooks-area span {
    color: #ffffff !important; 
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s;
    font-family: sans-serif;
    margin-top: 5px;
}
#logbooks-area a:hover span {
    color: #ffcc00 !important; 
}

/* --- HOVER EFFECTS --- */
.icon-circle:hover span {
    color: #ffcc00 !important; 
}

.icon-circle:hover i {
    border: 3px dashed #ffcc00; 
    color: #ffcc00;
}

/* --- OPTICAL CENTERING OVERRIDES --- */
/* Your original adjustments to fix "off-center" visual icons */

.icon-circle.engine-log i {
    /* Uneven padding shifts the icon visually */
    padding: 15px 18px 15px 12px !important; 
    width: auto; /* Let width adapt to the padding slightly */
}

.icon-circle.wb-log i {
    padding: 15px 19px 15px 11px !important;
    width: auto;
}

/* Disclaimer */
.disclaimer {
    color: #ffffff;
    opacity: 0.8;
    font-style: italic;
    font-size: 14px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.5;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* END: logbooks */

/* subscribe form */
#frmSubscribe { max-width: 700px; }

/* --- ACTION BUTTONS (Inside Aircraft Details) --- */
.action-buttons-row {
    grid-column: 1 / -1; /* Forces buttons to span full width of grid */
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.action-btn {
    background-color: #0099cc; /* Cyan Blue */
    color: white;
    border: 2px solid white;
    border-radius: 10px; /* Rounded corners */
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    min-width: 250px;
}
/* 1. Main Container */
#inventory-alerts {
    background-color: #000000; 
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    font-family: sans-serif;
    margin: 40px auto;
}

/* 2. Header Styles */
.alert-title {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    
    /* UPDATED: Open Sans Font */
    font-family: 'Open Sans', sans-serif; 
}

.alert-subtitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0 !important;
    letter-spacing: 1px;
    font-family: sans-serif;
}

/* 3. Form Row Layout */
.form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* This controls the exact distance between them */
    gap: 20px; 
    
    flex-wrap: wrap;
}

/* 4. Input Field */
.alert-input {
    background-color: transparent !important; 
    color: #ffffff !important; 
    border: 2px solid #ffffff !important; 
    border-radius: 12px; 
    padding: 8px;
    font-size: 24px;
    width: 420px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    font-weight: normal;
    
    /* ADD THIS: Forces 0 margin so only the 'gap' controls spacing */
    margin: 0; 
}
.alert-input::placeholder { color: #fff !important; }

/* 5. Submit Button */
.btn-alert-submit {
    background-color: transparent !important; 
    color: #ffffff !important; 
    border: 2px solid #ffffff !important; 
    border-radius: 12px !important; 
    padding: 8px 60px !important;
    font-size: 24px !important;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    font-family: 'Open Sans', sans-serif !important;
    
    /* ADD THIS: Forces 0 margin */
    margin: 0; 
}

/* Hover Effect: Fills White with Black Text */
.btn-alert-submit:hover {
    background-color: #00a7e1 !important;
    transform: translateY(-2px); /* Slight lift effect */
}

/* --- HIDDEN LOGBOOKS SECTION --- */
#logbooks-area {
    display: none; /* HIDDEN BY DEFAULT */
    background-size: cover;
    padding: 60px 0;
    text-align: center;
    color: white;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* When JS adds this class, it becomes visible */
#logbooks-area.visible {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.logbook-header {
    font-family: 'Ethnocentric', sans-serif;
    font-size: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.logbook-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

/* The Link Wrapper */
.logbook-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: transform 0.2s;
    width: 120px;
}

.logbook-item:hover {
    transform: scale(1.1);
    color: #21c2f8; /* Blue text on hover */
}

.logbook-item:hover .icon-circle {
    border-color: #21c2f8;
}

.lb-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.disclaimer {
    font-size: 14px;
    font-style: italic;
    opacity: 0.7;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* END: subscribe form */

/* DETAILED DESCRIPTION */
/* Main Section Wrapper */
#detailed-specs {
    background-color: transparent; 
    padding: 40px 0;
    font-family: sans-serif;
    color: white;
}

#detailed-specs .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

/* --- COLUMN STYLING --- */
.spec-column {
    display: flex;
    flex-direction: column;
}

/* 1. HEADER STYLES (Blue Box) */
.column-header {
    background-color: #21c2f8; 
    padding: 20px;
    text-align: center;
    min-height: 80px; 
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* ADDED: Drop Shadow (small vertical offset, blur) */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    
    /* Ensures the shadow sits on top of the content box below */
    z-index: 10; 
    position: relative; 
}

.column-header h2 {
    margin: 0;
    color: white;
    font-size: 30px; /* Adjusted slightly for the wider font */
    line-height: 1.2;
    text-transform: uppercase;
    
    /* ADDED: The specific font requested */
    font-family: 'Ethnocentric', sans-serif;
    font-weight: normal; /* Ethnocentric is usually bold by default */
}

/* 2. CONTENT BOX STYLES */

/* Default (Center Column): Dark Overlay */
.column-content {
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 30px;
    flex-grow: 1; 
    font-size: 16px;
    line-height: 1.6;
}

/* TARGETING 1st and 3rd COLUMNS for the Teal Background */
.spec-column:first-child .column-content,
.spec-column:last-child .column-content {
    /* The specific color you requested. 
       I added 0.9 opacity so the background image barely shows through, 
       giving it that deep rich feel. Change to 1.0 for solid. */
    background-color: rgba(35, 94, 115, 0.9); 
}

/* --- TEXT STYLING --- */
.info-row {
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1); /* Optional: adds subtle separation */
    padding-bottom: 5px;
}
.info-row:last-child { border-bottom: none; }

.info-row .label {
    color: #ffcc00; 
    font-weight: bold;
    font-style: italic;
    margin-right: 5px;
}

.info-row .value {
    color: white;
    font-weight: 400;
    font-style: italic;
}

.description-text p {
    margin: 0;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    
    /* FORCE WHITE TEXT */
    color: #ffffff; 
}

/* Mobile Fix */
@media (max-width: 900px) {
    #detailed-specs .container {
        grid-template-columns: 1fr; 
        gap: 40px;
    }
}

/* Shared Section Styling */
.spec-section {
    background-color: transparent; /* Sits on your main background image */
    padding-bottom: 40px;
    font-family: sans-serif;
}

/* The Wide Blue Header Bar */
.wide-header {
    background-color: #21c2f8;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0; /* Connects directly to columns if you want no gap */
    
    /* ADDED: Drop Shadow for depth */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
}

.wide-header h2 {
    margin: 0;
    color: white;
    /* User Requested Size */
    font-size: 30px; 
    font-family: 'Ethnocentric', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

/* Grid Layout */
.spec-section .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* Removes gap so colors touch (like screenshot), add gap if you prefer space */
    gap: 0; 
}

/* Column Styling */
.list-column {
    padding: 30px;
    color: white;
    font-size: 16px;
    line-height: 1.8;
}

/* Background Color Helpers */
.bg-teal {
    background-color: rgba(35, 94, 115, 0.9);
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.5);
}

/* List Styling */
.list-column ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
}

.list-column li {
    margin-bottom: 10px;
    font-style: italic; /* Matches screenshot vibe */
    font-weight: 600;
    color: #fff;
}

/* Link Styling for Equipment */
.list-column a {
    color: white;
    text-decoration: underline;
    transition: color 0.2s;
}
.list-column a:hover {
    color: #ffcc00; /* Gold hover effect */
}

/* Responsive */
@media (max-width: 900px) {
    .spec-section .container {
        grid-template-columns: 1fr; /* Stack on mobile */
    }
}

/* loan calculator */
/* Container Setup */
#loan-calculator-section {
    max-width: 800px;
    margin: 40px auto;
    font-family: sans-serif;
    padding: 0 20px;
}

.calc-intro {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    line-height: 1.5;
}

.blue-header {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0099cc;
    margin-bottom: 15px;
    font-family: 'Ethnocentric', sans-serif; /* Matches your theme */
}

/* The Blue Card */
.calculator-card {
    background-color: #00aee5; /* The Cyan Blue from screenshot */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    color: white;
}

/* The Grid Layout (Labels Left, Inputs Right) */
.calc-grid {
    display: grid;
    /* Column 1: Labels (auto width), Column 2: Inputs (fills rest) */
    grid-template-columns: 1fr 1.5fr; 
    gap: 15px 20px;
    align-items: center;
}

/* Labels */
.calc-grid label {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

/* Inputs */
.calc-grid input {
    width: 100%;
    padding: 12px;
    border-radius: 8px; /* Rounded corners */
    border: none;
    font-size: 16px;
    outline: none;
    box-sizing: border-box; /* Ensures padding doesn't break width */
}

/* Focus state for inputs */
.calc-grid input:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
}

/* The Calculate Button Area */
.calc-actions {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

/* The Styled Black Button */
.btn-calculate {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Ethnocentric', sans-serif; /* Futuristic font */
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 60px;
    border: 2px solid #ffffff; /* White border */
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.btn-calculate:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateY(-2px);
}

/* The Divider Line */
.calc-divider {
    height: 2px;
    background-color: rgba(255,255,255,0.3);
    margin-bottom: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive: Stack on mobile */
@media (max-width: 600px) {
    .calculator-card {
        padding: 20px;
    }
    
    .calc-grid {
        grid-template-columns: 1fr; /* Stack vertically */
        gap: 5px;
        margin-bottom: 20px;
    }
    
    .calc-grid label {
        text-align: left; /* Align left on mobile */
        margin-top: 10px;
    }
}

/* large image headers */
.large-image-header img { max-width: 900px !important; padding: 0 15px; }

/* END: SINGLE LISTINGS */
 
/* mobile */
@media only screen and (max-width: 1400px) {
    /* image fullwidth fixed */
    .image-fullwidth-fixed { background-attachment: scroll !important; background-size: contain; }
}
@media only screen and (max-width: 1200px) {
    /* logbooks */
    .logbooks a { font-size: 12px !important; }
    /* top menu */
    .utility-bar a { font-size: 12px; }
    #menu-top-menu li { margin: 0 8px; }
    #utility_bar_right .widget_nav_menu li a, #utility_bar_left .widget_nav_menu li a:visited { font-size: 9px !important; }
    /* main menu */
    #menu-main-menu a span { font-size: 10px !important; }
    /* headings */
    h1 { font-size: 30px; }
    h2 { font-size: 26px; }
    h3 { font-size: 24px; }
    h4 { font-size: 22px !important; }
    .fl-builder-content h2, .dynamik-page-builder .site-inner h2, .content .post h2, .content .page h2, .content h2.entry-title, .content .entry-content h2 { font-size: 26px; }
    
    /* inventory page */
    .sa-select select{ font-size: 11px !important; }

    /* footer */
    #ez-fat-footer-container img { max-width: 150px !important; height: auto !important; }

    /* safari only */
    @media not all and (min-resolution:.001dpcm) { @media {
        #search input[type=search] { padding: 6px 8px 5px !important; }
        #utility_bar_left .textwidget { margin-top: -6px; }
    }}

}
@media only screen and (max-width: 1140px) {
    /* trade in form avionics */
    .select-small {
    width:800px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    }
    .trade-in select.select-small option {
    width:800px;
    text-overflow:ellipsis;
    overflow:hidden;
    }
    div.select-container {
    width:800px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    }
}
@media only screen and (max-width: 1100px) {
    .container { max-width: 94%; }
    
    /* trade-in page */
    .aviation-bar span { font-size: 32px; }
}
@media only screen and (max-width: 1180px) {
    /* aircraft inventory flexboxes */
    .aircraft-inventory-page .aircraft-inventory-holder .flexequal.third { max-width: 380px; flex: 1 0 380px; }
    
}

@media only screen and (max-width: 1070px) {
    /* container */
    .container { max-width: 980px !important; margin: 0 auto; }
    /* menus */
    .utility-bar, #menu-main-menu { display: none; }
    header.site-header { display: none !important; }
    /* mobile menu */
    header.site-header { margin-top: 44px !important; }
    /* tab steel finance */
    #tab-steel-finance-wrap { display: none !important; }
    .mm-panel { background: #000 !important; }
    #my-header { display: block !important; }
    #menu:not( .mm-menu ) {
     display: none;
    }
    .mm-listitem__text { padding: 10px !important;  font-family: 'Pirulen', sans-serif !important; }
    .mm-panel .social-icons .mm-listitem__text { padding: 10px 0 !important; }
    .mm-listitem { color: #fff !important; text-align: center; font-size: 14px !important; font-weight: bold; }
    .mm-navbar { display: none !important; }
    .mm-panel .bordered-item a { display: block; clear: both; }
    .mm-panel .border-blue { border-bottom: 1px solid #21c2f8; display: block; height: 1px; clear: both !important; }
    .mm-panel .phone i { padding-top: 10px; }
    .mm-panel .social-icons i:hover, .mm-panel .social-icons i:active, .mm-panel a:hover, .mm-panel a:active { color: #fecb00 !important; }
    .mm-panel .phone i, .mm-panel .phone a { color: #fecb00 !important; font-size: 24px; text-align: center !important; margin: 0 auto !important; }
    .mm-panel .small-text.mm-listitem { font-size: 11px !important; }
    .mm-panel .padded-cell { height: 20px; }
    .mm-panel .padded-cell-small { height: 10px; }
    .mm-panel .mm-listitem:after { display: none; }

    .mm-panel .search { text-align: center; margin: 0 auto; }
    .mm-panel .search input { background: #fff !important; }
    .mm-panel .search { display: block !important; }
    .mm-panel input[type=text] {
    background-color: #fff !important;
    background-image: url('/images/search-black-lg.png') !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    border-radius: 20px;
    background-position: 10px 8px !important;
    width: 200px !important;
    padding: 6px 10px 6px 30px !important;
    margin: 0 auto !important;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    outline: none;
    margin: 0 auto !important;
    text-align: center !important;
    color: #000 !important;
  }

    .mm-wrapper_opened .mm-wrapper__blocker { z-index: 1; background-color: rgba(0,0,0,0.4) !important; }
    m-burger {
        width: 80px;
        height: 80px;
        --mb-bar-height: 2px;
    }

    /* content */
    body.stickmenu #content, #content, body.stickmenu.trade-in #content { margin-top: 100px !important; display: relative; }
    body.trade-in #content { width: 94% !important; padding: 0 3%; }
    
    .mm-wrapper_opened #content  { margin-top: 0 !important; }
    .mm-wrapper_opened #my-header { z-index: 9 !important; position: sticky; }
    .mm-wrapper_opened #my-header a.mburger { display: none !important; }
    .mm-wrapper_opened #my-header .xburger { display: block !important; }

    .mobilemenu {
    text-align: center; z-index: 9999999999;
}
    .mm-panels { background: #000 !important; }
.mobilemenu {
    background: #000 !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
    border-top: 3px solid #21c2f8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    padding: 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}
.mobilemenu a.menu-logo { height: 54px !important; width: auto !important; position: relative; padding: 0 !important; }
.mobilemenu a.menu-logo:after, .mobilemenu a.menu-logo:before { display: none; }
.mobilemenu img { max-height: 54px; margin: 6px 0 0 0; }
.mobilemenu a.mburger { top: 10px; width: 50px !important; height: 50px !important; font-weight: bold !important; }
.mobilemenu a.mburger:before, .mobilemenu a.mburger:after, .mobilemenu a.mburger span { font-weight: bold !important; height: 4px; }
.mobilemenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.mobilemenu a {
    display: block;
    width: 28px;
    height: 18px;
    padding: 11px;
    margin: 2px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
}
.mobilemenu a:before,
.mobilemenu a:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
}
.mobilemenu a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0;
}

    /* logo */
    header { border-bottom: 1px solid #fff !important; }
    /* logo */
    .site-header .site-title, .site-header .title-area, .site-header .title-area img
 { width: 187px; height: 45px; }
    .site-header .site-title, .site-header .title-area {
    min-height: 45px !important;
}

.smaller { position: relative !important; }
.site-header.smaller .site-title, .site-header.smaller .title-area {
    width: 187px;
    height: 45px;;
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
    header.site-header { padding: 10px 0 0 !important; min-height: 40px; }
    /* headings */
    h1 { font-size: 26px !important; }
    h2 { font-size: 22px !important; }
    h3 { font-size: 20px !important; }
    h4 { font-size: 18px !important; }
    /* headings */
    .font-pirulen h1 { font-size: 24px !important; }
    .font-pirulen h2 { font-size: 20px !important; }
    .font-pirulen h3 { font-size: 18px !important; }
    .font-pirulen h4 { font-size: 16px !important; }
    .fl-builder-content h6, .dynamik-page-builder .site-inner h6, .content .post h6, .content .page h6, .content .entry-content h6 { font-size: 15px !important; }
}

    /* search sections / bars */
    .search-section h4 { font-size: 14px !important; width: 230px; }
    .search-section select { font-size: 14px !important; width: 240px; }

    /* inventory */
    .inventory-row h3.text-medium-font { margin-top: 0 !important; clear: both; }
}
@media only screen and (max-width: 980px) {
    /* container */
    .container { max-width: 900px; margin: 0 auto; }
    /* header area */
    #main-header { height: 110px; }
    #header-upper span { display: none; }
    #et-secondary-menu { display: none; }
    header.smaller #logo { max-height: 60px; }
    /* headings */
    h1 { font-size: 24px !important; }
    h2 { font-size: 20px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 16px !important; }
    /* headings */
    .font-pirulen h1 { font-size: 22px !important; }
    .font-pirulen h2 { font-size: 18px !important; }
    .font-pirulen h3 { font-size: 16px !important; }
    .font-pirulen h4 { font-size: 14px !important; }
    .fl-builder-content h6, .dynamik-page-builder .site-inner h6, .content .post h6, .content .page h6, .content .entry-content h6 { font-size: 13px !important; }
    

/* header search */
#header-search { padding-top: 35px; }

#search input[type="search"] { box-sizing: inherit !important; }
    
    /* mobile nav */
.mobile-nav {
    z-index: 9999 !important;
    position: fixed; top: 0; right: 0;
    cursor: pointer; display: block;
    width: 100%;
    background: rgba(50,50,50,0.95);
}
.menu-btn { position: absolute; top: 0; right: 0; padding: 8px; background: #B90003; }
.menu-btn:hover { background: #000; }
.menu-btn.active { background: #000; }
.menu-btn.active:hover { background: #B90003; }
.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 4px 0;
    background: #fff;
    z-index: 99;
}

.menu-btn span {
    position: relative;
    transition: all 500ms ease-in-out;
}
.menu-btn.active span:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.menu-btn.active span:nth-of-type(2) {
    background-color: transparent;
}
.menu-btn.active span:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.responsive-menu{
    padding-top: 40px; display: none;
}

.responsive-menu li { list-style: none;border-bottom: 1px solid #555; }
.responsive-menu ul ul li:last-child { border-bottom: none; }
.responsive-menu ul ul li:first-child { margin-top: 4px; border-top: 1px solid #555; }

.responsive-menu a { padding: 4px 0 4px 8px; color: #fff; font-size: 14px; display: block; width: 100%; }
.responsive-menu a:hover { background: #B90003; }


.open-menu-link {
    display: none;
    float: right;
    height: 0;
    margin-right: 20px;
    margin-top: 7px;
    width: 0;
    cursor: pointer;
    line-height: 55px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}
.open-menu-link.visible { display: none !important; }

li .sub-menu{
    display: none; -webkit-padding-start: 10px;
}

.visible {
    display: block !important;
}   
    /* page headers */
    .page-title-with-bg h1 { font-size: 32px; }
    .page-title-with-bg h3 { font-size: 24px; margin: 0 0 15px 0; }
    
    /* sliders */
    .single-plane-slider { border-top: 2px; }
    
    /* padded areas */
    .padded { padding: 20px 0; }
    
    /* text */
    .large-text, .large-text p { font-size: 18px; }
    
    /* headings */
    h1 { font-size: 34px; }
    h2 { font-size: 26px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
    
    /* single aircraft page flexboxes */
    .aircraft-single-page .flexcontainer-alignvertical.flexrows.aircraft-single-opener { display: block; float: none; width: 94%; margin: 20px auto; }
    .aircraft-single-page .flexcontainer.aircraft-exterior-interior { display: block; float: none; width: 94%; margin: 0 auto; }
    .aircraft-single-page .flexcontainer.aircraft-exterior-interior .flexequal { display: block; float: none; width: 100%; margin: 0 auto 15px 0; }
    .aircraft-single-page .flexcontainer.aircraft-exterior-interior .flexequal:last-child {margin: 0 auto; }
    .aircraft-single-page .flexcontainer.aircraft-exterior-interior .flexequal h2 { margin: 0 auto; }
    .aircraft-single-page .aircraft-single-image { display: none; }
    .aircraft-single-page .flexrows { 
   -webkit-flex-direction: columns;
   flex-direction: column;
   -webkit-flex-flow: nowrap;
   -webkit-flex-wrap: nowrap;
   flex-flow: nowrap;
   flex-wrap: nowrap;
}
    
    /* single aircraft page icons - showoff area */
    .single-plane-showoff i { font-size: 40px; }
    .single-plane-showoff h2 { font-size: 24px; }
    
    /* single aircraft page - logbooks */
    .logbooks { padding: 60px 0; }
    .logbooks i { font-size: 24px; width: 24px; height: 24px; padding: 15px; }
    
    /* single aircraft page - sliders
    #bxslider li img { max-height: 450px; max-width: 100%; }
    
    #bxslider .helper { height: 450px; } */

    /* footer titles */
    #ez-fat-footer-container h4.widget-title { font-size: 18px; }

    /* trade in page */
    body.stickmenu.trade-in #content { margin-top: 100px !important; }
}
@media only screen and (max-width: 900px) {
    /* container */
    .container, .container-60 { max-width: 700px; margin: 0 auto; }

    /* desktop hidden */
    .desktop-hidden { display: block !important; }

    /* mobile break elements to new lines */
    .mobile-break { display: block; }

    /* mobile padded */
    .mobile-padded { padding: 25px 15px !important; }

    /* mobile-small */
    .mobile-small .fl-module-heading .fl-heading { font-size: 18px  }
    .mobile-small p { font-size: 15px; }

    /* slideshow */
    .slick-dots { display: none !important; }
    .slick-arrow { display: inherit !important;  }

.slick-prev { left: 10px !important; z-index: 999; height: 30px !important; width: 30px !important; font-size: 30px !important; }
button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before { font-size: 30px; color: rgba(255,242,1,1) !important; }
button.slick-prev.slick-arrow:hover:before, button.slick-next.slick-arrow:hover:before { color: rgba(255,255,255,0.8) !important; }
button.slick-next.slick-arrow { right: 15px !important; z-index: 999; height: 30px !important; width: 30px !important; }

    /* large image headers */
    .large-image-header { padding-left: 15px; padding-right: 15px; }
    .large-image-header img { max-width: 300px !important; padding: 0 15px; }
    .large-image-header .fl-row-content-wrap { padding: 0 1% !important; }
    .large-image-header span { font-size: 14px; line-height: 100% !important; }
    /* text */
    .text-regular-font { font-size: 14px; }
    .text-medium-font, .text-medium-font span { font-size: 14px !important; }
    /* buttons */
    .button { font-size: 16px; }
    /* steel finance tab */
    #tab-steel-finance { display: none !important; }
    /* testimonials */
    .owl-item { max-height: 500px !important; max-width: inherit; }
    .owl-item img { max-height: 500px !important; width: auto !important; margin: 0 auto; }

    .sidebar .widget_nav_menu { width: 100% !important; }
    /* heroes */
    .hero-title { margin-bottom: 30px !important; }
    /* inventory */
    .inventory-image, .inventory-image img { width: 180px !important; }
    .icon { width: auto !important; }
    .inventory-row { max-width: 480px; margin: 0 auto !important; padding-left: 20px; padding-right: 20px; }
    .inventory-row span.text-uppercase { font-size: 18px }
    .inventory-details { float: left; width: 250px; }
    .inventory-details h3 { line-height: 50%; font-size: 22px !important; }
    .inventory-details h3.text-bold { margin-bottom: 10px !important; }
    .inventory-details h3.text-medium-font { margin-bottom: 20px !important; }
    .inventory-details .padded-smallest-top { padding: 10px 0; }
    .inventory-details h3 span { font-size: 18px !important; margin-top: 5px !important; }
    .page-title-with-bg h1 { font-size: 30px !important; }
    /* buttons */
    .buttonlinksm { font-size: 14px; }
    /* logbooks */
    .logbooks i { font-size: 24px !important; width: 24px; height: 24px; }
    /* footer */
    #ez-fat-footer-container .one-fourth { margin-left: 0 !important; }
    #ez-fat-footer-container p { margin: 0 !important; }
    #ez-fat-footer-container a, #ez-fat-footer-container p, #ez-fat-footer-container span { font-size: 14px !important; }
        #ez-fat-footer-container-wrap { background: linear-gradient(rgba(0,34,45,0.9), rgba(0,34,45,0));}
    #ez-fat-footer-container { max-width: 360px !important; background: none; }
    #ez-fat-footer-container #ez-fat-footer-4 .textwidget { display: flex; flex-direction: column; }
    #ez-fat-footer-container a, #ez-fat-footer-container p, #ez-fat-footer-container span { font-size: 14px !important; }
    #ez-fat-footer-container #ez-fat-footer-4 h4.widgettitle { display: block; }
    #ez-fat-footer-container #ez-fat-footer-4, #ez-fat-footer-container #ez-fat-footer-4 .widget-title,  #ez-fat-footer-container #ez-fat-footer-4 p { text-align: center !important; }
    #ez-fat-footer-4 p { margin-bottom: 10px !important; }
    #ez-fat-footer-4 img { display: inline-block; }
    #ez-home-container-wrap .ez-widget-area, #ez-feature-top-container .ez-widget-area, #ez-fat-footer-container .ez-widget-area { width: 100% !important; }
    #footer_bottom_section p { font-size: 11px !important; }
    #ez-fat-footer-container .menu { padding-bottom: 15px !important; }
    
    /* 2-column menu layout */
#ez-fat-footer-container .widget_nav_menu ul.menu.is-split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;           /* adjust */
  row-gap: 6px;               /* adjust */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Make links fill the column so right-justify is clean */
#ez-fat-footer-container .widget_nav_menu ul.menu.is-split-2 > li > a {
  display: block;
  width: 100%;
}

/* Only items placed into column 2 get right-justified */
#ez-fat-footer-container .widget_nav_menu ul.menu.is-split-2 > li.is-col-2 {
  text-align: right;
}

    /* slick gallery */
    .slick-slide { position: relative; }
    .photo-gallery { position: relative !important; }
    #photo-gallery-overlay {
    display: none;
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.3);
    left: 0;
    margin: 0;
    text-align: center;
    z-index: 99999999999999999 !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
    .overlay-content {
        top: 320px !important;
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        color: rgb(255, 255, 255);
        right: 0 !important;
        margin: auto !important;
    }
    .overlay-content img { -webkit-tap-highlight-color: #000; width: 320px !important; height: auto !important;
        z-index: 99999999999999999 !important; }
    .hide-element { display: none !important;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        z-index: -10 !important; }

    /* trade in form */
    .trade-in #content { padding: 0; width: 100% !important; max-width: 100% !important; }
    .trade-in .container { max-width: 96%; margin: 0 auto; }
    .trade-in select { border: 1px solid #000; }
    .trade-in select, .trade-in input[type=text], .trade-in input[type=number], .trade-in textarea { font-size: 12px !important; }
    .trade-in fieldset .avionics select { font-size: 10px !important; }
    .tabbedList ul #toggledivs h3 { text-align: center !important; }
    .tabbedList ul #toggledivs a { font-size: 24px !important; }
    .trade-in legend { font-size: 22px !important; }
    .trade-in label { font-size: 16px; margin: 15px 0 3px; }
    .trade-in .flexcontainer-alignvertical.padded { padding: 15px 0 0; }
    .trade-in .inputfull { max-width: 96%; width: 96%; }


    .aviation-bar { margin: 0 !important;}
    .aviation-bar span { font-size: 24px; }
    .switch-field.margin-top-bottom-large { margin: 25px 0 35px !important; }
    .switch-field label { font-size: 12px !important; }
    .buy-sell-select.margin-top-bottom { margin: 35px 0 0 !important; }

    /* trade in form avionics */
    .select-small {
    width:560px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    }
    .trade-in select.select-small option {
    width:560px;
    text-overflow:ellipsis;
    overflow:hidden;
    }
    div.select-container {
    width:560px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    }
    
    /* text */
    .text-xlarge-font { font-size: 30px !important; }

}

@media only screen and (max-width: 800px) {
    /* container */
    .container { max-width: 600px; margin: 0 auto; }
    /* search sections / bars */
    .logbooks .icon-circle { margin: 0 15px 15px; }
    .logbooks .icon-circle a { font-size: 10px !important; }
    .search-section h4 { font-size: 12px !important; width: 180px; }
    .search-section select { font-size: 12px !important; width: 200px; }
    
    /* title headings */
    .title-heading, .title-heading span { font-size: 34px !important; }
    
    /* single aircraft page - sliders */
    .bx-wrapper .bx-viewport { height: auto !important; }
    #bxslider li img { max-height: 400px; max-width: 100%; border: none; border-radius: 0; -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #bxslider .helper { height: 400px; }
    
    /* aircraft search bar on inventory */
    #aircraftSearchBar.padded-small-all { padding: 8px 20px; }
    #aircraftSearchBar a.smoothScroll { margin: 4px 10px !important; }
    
    /* inventory page filters */
    .inventory-filters { display: block !important; margin-bottom: 40px; }
    .inventory-filters .sa-select select { font-size: 16px !important; }
    
    /* headings */
    h1 { font-size: 24px !important; }
    h2 { font-size: 20px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 16px !important; }
    
    /* buttons */
    .button { font-size: 18px; }

    /* pages */
    html,body,div,table,tr,td,p,ul,li,span { font-size: 16px !important; }
    
    /* trade-in page */
    .aviation-bar span { font-size: 20px !important; }
    .aviation-bar { background: #009BDD; }
    .aviation-bar-top, .aviation-bar-bottom { justify-content: center !important; }
    .aviation-bar-top::before { display: none; }
    .aviation-bar-bottom::after { display: none; }
    
    .trade-in .switch-field .col-half-left, .trade-in .switch-field .col-half-right, .trade-in .buy-sell-select .col-half-left, .trade-in .buy-sell-select .col-half-right { float: none; margin: 0 auto 10px; }
}
@media only screen and (max-width: 680px) {
    /* container */
    .container { max-width: 580px; margin: 0 auto; }

    /* search sections / bars */
    .search-section h4 { font-size: 10px !important; width: 140px; }
    .search-section select { font-size: 10px !important; width: 160px; }

    /* select buttons */
    .select-btn { width: 200px !important; }
    .select-btn span { font-size: 11px !important; min-width: 200px !important; }
    
    /* single aircraft page - sliders
    #bxslider li img { max-height: 300px; max-width: 100%; border: none; border-radius: 0; -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #bxslider .helper { height: 300px; } */

    /* slick gallery */
    .overlay-content {
    top: 180px;
    }   

    /* single plane showoff */
    .single-plane-showoff h2 { font-size: 14px !important; }
    .single-plane-showoff h4 { font-size: 12px !important; }

    /* lead form on single listings */
    .aircraft-single-page .mobile-padded .flexcontainer { display: flex !important; flex-direction: column; flex-wrap: wrap; margin: 0 auto; width: 100% !important; float: none; align-items: flex-start; flex: 1; }
    .aircraft-single-page .mobile-padded .flexcontainer .flexequal.half { width: 100%; flex-grow: 4 !important; flex-basis: 50%; }
    .aircraft-single-page .mobile-padded .flexcontainer input[type=text] { padding: 12px 6px; font-size: 18px;  display: block; }
    .aircraft-single-page .mobile-padded input[type=submit] { width: 100%; padding: 14px 20px; border-radius: 12px; }
    .mobile-padded .flexcontainer, .mobile-padded .flexequal { display: block; float: none; font-size: 12px !important; margin-bottom: 14px }

    /* forms */
    input[type=submit] { width: 300px; padding: 14px 20px; border-radius: 12px; }
}

@media only screen and (max-width: 600px) {
    .mobile-600-hidden { display: none; }
    /* inventory */
    .inventory-image { margin-bottom: 15px !important; }
    .inventory-image, .inventory-image .imageoverlay { padding: 0; border: none; text-align: center; clear: both; margin: 0 auto !important; clear: both !important; float: none; }
    .inventory-image, .inventory-image img { width: 300px !important; }
    .icon { width: auto !important; }
    .inventory-row { max-width: 600px; margin: 0 auto !important; padding-left: 20px; padding-right: 20px; }
    .inventory-holder { margin: 0 auto !important; }
    .inventory-details { max-width: 300px; width: 380px; margin: 0 auto 0 auto !important; text-align: center; padding: 0; float: none !important; clear: both !important; }
    .inventory-details .left-col, .inventory-details .right-col { width: 40%; font-size: 14px !important; margin: 0; text-align: center !important; }
    .inventory-details .right-col { clear: right !important; }
    .inventory-details h3.text-medium-font { font-size: 24px !important; line-height: 120%; margin-bottom: 0; line-height: 200%; }
    .inventory-details .spacer { border-top: 1px solid #000 !important; width: 250px !important; margin: 10px auto; }
    .inventory-details h3.text-bold { margin-top: 10px; font-size: 24px !important; line-height: 120%; }
    .inventory-details .cleardiv { border-bottom: none; padding-top: 0; width: 250px !important; display: block; max-width: 250px; margin: 8px auto 14px auto; clear: both !important; }
    .inventory-details .text-medium-font, .inventory-details .text-medium-font span { font-size: 18px !important; }
    .inventory-details .text-uppercase { font-size: 18px !important; }
    .inventory-details .text-green { display: block; margin-top: 8px !important; }
    .inventory-row .padded-smallest-top { padding: 5px 0 0 !important; }
    /* logbooks */
    .icon-circle.wb-log i { padding: 14px 16px 14px 12px !important; }
    .icon-circle.engine-log i { padding: 14px 16px 14px 12px !important; }
    .logbooks i { font-size: 12px !important; width: 12px; height: 12px; padding: 14px !important; }
    .logbooks a { font-size: 12px; }
    /* headers */
    .blue-header { font-size: 18px; }
    /* calculator */

    /* forms */
    .flexcontainer { display: block; }

    /* trade in form avionics */
    .select-small {
    width:430px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    }
    .trade-in select.select-small option {
    width:430px;
    text-overflow:ellipsis;
    overflow:hidden;
    }
    div.select-container {
    width:430px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    }

    /* google recaptcha images */
    #rc-imageselect { transform:scale(0.50);-webkit-transform:scale(0.50);transform-origin:0 0;-webkit-transform-origin:0 0; }
}

@media only screen and (max-width: 480px) {
    /* container */
    .container { max-width: 380px; margin: 0 auto; }

    .search-section .col-third-left, .search-section .col-third-mid, .search-section .col-third-right { width: 100% !important; clear: both !important; float: none !important; display: block !important;margin: 0 auto; padding: 0; }

    /* search sections / bars */
    .search-section h4 { font-size: 14px !important; width: 220px; }
    .search-section select { font-size: 14px !important; width: 230px; }
    #main-header { padding: 10px 0; height: auto; }
    #brand-slogan { text-align: center; float: none; margin: 10px auto 0 auto; }
    header.smaller #logo { max-height: 60px; margin: 0 auto; text-align: center; }
    #header-search {
    margin-top: 5px;
    text-align: center;
    padding: 0 10px 0 0;
}
    /* columns */
    .col-half-left, .col-half-right { width: 100%; }
    .col-half-left select { margin-bottom: 15px !important; }

    /* select buttons */
    .select-btn { width: 300px !important; }
    .select-btn span { font-size: 16px !important; }

    /* sign up form */
    #frmSubscribe input[type=text] { width: 90% !important; }

    /* footer */
    #ez-fat-footer-container .widget-area { width: 100% !important; text-align: center; }

    /* inventory */
    .inventory-row { width: 100%; max-width: 100%; padding: 25px 0; }
    .inventory-image, .inventory-image img { float: none; border: none; padding: 0; text-align: center; margin: 0 auto; width: 300px !important; height: auto; }
    .inventory-details { float: none; text-align: center; width: 300px; padding: 0; margin: 15px auto 0; }
    .inventory-holder { max-width: 250px; margin: 0 auto; }
    .inventory-details .left-col, .inventory-details .right-col, .inventory-details span { font-size: 14px !important; }
    .inventory-details span.text-uppercase { font-size: 18px !important; }
    .inventory-details .left-col { margin: 0 5px; }
    .inventory-details h3 { font-size: 24px !important; margin-bottom: 10px; }
    .inventory-details .right-col { text-align: center !important; }
    .inventory-details .text-medium-font span { font-size: 22px !important; }
    .inventory-details h3.text-medium-font { margin-top: 5px !important }

    /* avionics */
    .section-features-avionics li { font-size: 10px !important; }

    /* forms */
    fieldset, fieldset legend { font-size: 12px; }
    label { font-size: 14px !important; }
    fieldset select, .select-small { font-size: 9px !important; }
    input { width: 94%; margin: 0 auto !important; font-size: 18px !important; }
    textarea { width: 97%; }
    input.fullwidth, input.fullwidthlast { display: block; float: none; clear: both; max-width: 94% !important; width: 94% !important; margin: 0 auto 10px; }
    input[type=submit], input[type=button] { width: 300px !important; font-size: 16px !important; }
    .calcBorder { padding: 0 !important; }
    .calcBorder td.sm_bold { font-size: 11px !important; }
    .calcBorder input[type=number] { font-size: 20px !important; width: 100% !important; max-width: 90% !important; min-width: 100px !important; }
    .calcBorder hr { display: none; }
    .calcBorder td.reg_white { padding: 0; }
    .contactForm hr { display: none !important; }

    /* slick gallery */
    .overlay-content {
    top: 80px !important; }

    /* flexcontainers */
    .flexcontainer { display: block !important; }
    .flexcontainer.padded-top-small { padding: 0; }

    /* trade in pages */
    .trade-in .margin-top-bottom-large { margin: 15px 0 !important; }
    .trade-in .select-btn { margin: 8px 0; }
    .trade-in legend { font-size: 18px !important; }
    .trade-in #content { margin-top: 100px !important; }
    .trade-in .flexcontainer-alignvertical.padded { padding-top: 20px; }
    .trade-in .tabbedList { max-width: 96% !important; margin: 0 auto; }
    .trade-in .divTable { padding: 0; }
    .select-small {
width:300px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
    }
.trade-in select.select-small option {
width:300px;
text-overflow:ellipsis;
overflow:hidden;
}
div.select-container {
width:300px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
}