* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif; }

ol, ul {
  list-style: none; }

.clear {
  clear: both;
  height: 0px;
  margin: 0; }

header, nav, article, section, footer, img {
  display: block; }

.clear-it:after {
  content: "";
  display: block;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 115%; }

h1 {
  font-size: 32px;
  margin-bottom: 16px; }

h2 {
  font-size: 28px;
  margin-bottom: 14px; }

h3 {
  font-size: 26px;
  margin-bottom: 12px; }

h4 {
  font-size: 24px;
  margin-bottom: 10px; }

h5 {
  font-size: 20px;
  margin-bottom: 7px; }

h6 {
  font-size: 18px;
  margin-bottom: 5px; }

p {
  margin-bottom: 18px;
  line-height: 135%; }

.blue {
  color: #7fafd8; }

.dk-blue {
  color: #29316e; }

.dk-gray {
  color: #333; }

.red {
  color: #CC0000; }

.black {
  color: #000; }

.white {
  color: #fff; }

.orange {
  color: #B76100; }

.caps {
  text-transform: uppercase; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

a, a:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  a.dk-blue-btn, a:hover.dk-blue-btn {
    background: #29316e;
    color: #fff;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px #fff solid; }
    a.dk-blue-btn i, a:hover.dk-blue-btn i {
      font-size: 30px;
      margin-left: 7px; }
    a.dk-blue-btn:hover, a:hover.dk-blue-btn:hover {
      background: #7fafd8; }
  a.slant-btn, a:hover.slant-btn {
    background: #fff;
    border: 2px #29316e solid;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    a.slant-btn:before, a:hover.slant-btn:before {
      content: "";
      background: #29316e;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      -webkit-transition: 0.6s all;
      -moz-transition: 0.6s all;
      -ms-transition: 0.6s all;
      -o-transition: 0.6s all;
      transition: 0.6s all;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0;
      -moz-transform-origin: 0;
      -ms-transform-origin: 0;
      transform-origin: 0; }
    a.slant-btn .icon, a:hover.slant-btn .icon {
      background: #29316e;
      position: absolute;
      width: 26%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      font-size: 55px;
      color: #fff; }
    a.slant-btn .rt-slant, a:hover.slant-btn .rt-slant {
      display: block;
      z-index: 3;
      position: absolute;
      z-index: 3;
      top: 0;
      right: -30px;
      border-top: 0 solid transparent;
      border-bottom-style: solid;
      border-bottom-color: transparent;
      border-left: 30px solid #29316e;
      -webkit-transition: 0.2s all;
      -moz-transition: 0.2s all;
      -ms-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all; }
    a.slant-btn .label, a:hover.slant-btn .label {
      color: #29316e;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      width: 74%;
      display: block;
      padding: 20px 3%;
      position: relative;
      margin-left: 26%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: 0.6s all;
      -moz-transition: 0.6s all;
      -ms-transition: 0.6s all;
      -o-transition: 0.6s all;
      transition: 0.6s all; }
    a.slant-btn:hover:before, a:hover.slant-btn:hover:before {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    a.slant-btn:hover .label, a:hover.slant-btn:hover .label {
      color: #fff; }

ol.list {
  list-style: decimal;
  margin: 0 0 14px 14px; }
  ol.list li {
    list-style: decimal;
    margin-left: 14px; }

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #333;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: none; }

.wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1230px; }

.sm-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 880px; }

.no-margin {
  margin: 0 !important; }

.full-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.full-vert-img img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  max-width: 500px; }

.wt-divide {
  width: 100%;
  display: block;
  height: 1px;
  background: #fff;
  margin: 25px 0; }

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.column1 {
  width: 8.33333%; }

.column2 {
  width: 16.66666%; }

.column3 {
  width: 25%; }

.column4 {
  width: 33.33333%; }

.column5 {
  width: 41.66666%; }

.column6 {
  width: 50%; }

.column7 {
  width: 58.33333%; }

.column8 {
  width: 66.66666%; }

.column9 {
  width: 75%; }

.column10 {
  width: 83.33333%; }

.column11 {
  width: 91.66666%; }

.column12 {
  width: 100%; }

.col-pad-lt {
  padding: 0 0 0 2%; }

.col-pad-rt {
  padding: 0 2% 0 0; }
.col-pad-top {
	margin-top: 4%;
}
.col-pad-center {
  padding: 0 1%; }

/** header/nav styles **/
header {
  width: 100%;
  padding: 25px 0;
  background: #fff;
  border-bottom: 3px #7fafd8 solid; }

.logo {
  width: 20%;
  float: left;
  margin-right: 2%; }
  .logo img {
    width: 100%;
    height: auto;
    max-width: 182px; }

.rt-header {
  width: 78%;
  float: left;
  text-align: right; }
  .rt-header .head-form {
    width: 75%;
    float: left; }
    .rt-header .head-form #mc_embed_signup form {
      padding: 0; }
    .rt-header .head-form #mc_embed_signup label {
      display: inline-block;
      font-size: 14px;
      width: 23%;
      vertical-align: middle;
      padding-bottom: 0; }
    .rt-header .head-form #mc_embed_signup input.email {
      width: 55%; }
    .rt-header .head-form #mc_embed_signup .clear {
      clear: none;
      width: 20%;
      vertical-align: top; }
    .rt-header .head-form #mc_embed_signup .button {
      padding: 0 10%; }
  .rt-header .head-phone {
    color: #29316e;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 25%;
    float: left; }
    .rt-header .head-phone a {
      color: #29316e; }

nav {
  width: 100%;
  margin-top: 15px; }
  nav ul {
    width: 100%;
    margin: 0 auto;
    text-align: right; }
  nav li {
    display: inline-block;
    position: relative; }
    nav li:hover > ul {
      display: block;
      z-index: 99999; }
  nav a:link, nav a:active, nav a:visited {
    color: #000;
    font-weight: 700;
    display: block;
    line-height: 30px;
    font-size: 18px;
    padding: 0 10px; }
    nav a:link:hover, nav a:active:hover, nav a:visited:hover {
      color: #29316e; }

nav ul ul {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 30px;
  left: 0;
  width: 180px;
  background: #29316e;
  text-align: left; }
  nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0; }
  nav ul ul li {
    float: none;
    position: relative;
    display: block; }
    nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited {
      font-size: 14px;
      line-height: 16px;
      padding: 10px;
      border-bottom: 1px solid #fff;
      color: #fff; }
      nav ul ul li a:link:hover, nav ul ul li a:active:hover, nav ul ul li a:visited:hover {
        background: #000;
        color: #fff; }

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 16px;
  background: #7fafd8;
  color: #fff;
  margin: 0 !important;
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4); }
  #mobile-nav .close-nav {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px #fff solid;
    cursor: pointer; }
    #mobile-nav .close-nav i {
      font-size: 24px;
      margin-right: 15px; }
  #mobile-nav ul {
    clear: both;
    display: block;
    padding: 0; }
    #mobile-nav ul li {
      display: block;
      margin: 0;
      line-height: 40px;
      position: relative;
      border-bottom: 1px solid #fff; }
      #mobile-nav ul li a, #mobile-nav ul li span {
        padding: 0 15px;
        display: block;
        font-weight: 700;
        text-decoration: none;
        color: #fff; }
        #mobile-nav ul li a:hover, #mobile-nav ul li span:hover {
          background: #29316e;
          color: #fff; }
      #mobile-nav ul li.expandable .end {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center; }
        #mobile-nav ul li.expandable .end.rotate {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    #mobile-nav ul ul {
      border-bottom: none;
      margin: 0;
      background: #29316e; }
      #mobile-nav ul ul.collapsed {
        display: none; }
      #mobile-nav ul ul.expanded {
        display: block !important; }
      #mobile-nav ul ul li {
        line-height: 40px;
        font-size: 14px; }
        #mobile-nav ul ul li:last-child {
          border-bottom: none; }
        #mobile-nav ul ul li a, #mobile-nav ul ul li span {
          color: #fff;
          padding-left: 30px; }
          #mobile-nav ul ul li a:hover, #mobile-nav ul ul li span:hover {
            background: #000; }

/** content styles **/
.hero {
  width: 100%;
  display: block; }
  .hero img {
    width: 100%;
    height: auto; }

.tagline-bar {
  width: 100%;
  display: block;
  background: #7fafd8;
  padding: 30px 0;
  text-align: center; }
  .tagline-bar .tag {
    color: #29316e;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}

.test-bar {
  width: 100%;
  display: block;
  background: #fff url("../siteart/pattern.jpg") repeat;
  padding: 30px 0;
  text-align: center; }
  .test-bar .tag {
    color: #29316e;
    font-weight: 700;
    font-size: 32px;
    margin-top: 10px;
    text-transform: uppercase; }

.btn-bar {
  width: 100%;
  display: block;
  padding: 40px 0;
  background: #ddd url("../siteart/dk-pattern.jpg") repeat; }

article {
  width: 100%;
  background: #fff url("../siteart/pattern.jpg") repeat;
  padding: 55px 0; }

.contact-photo-bar {
  width: 100%;
  background: #29316e;
  color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
  .contact-photo-bar .inner-content {
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .contact-photo-bar .full-bg-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.content-section {
  width: 100%;
  padding: 55px 0; }
  .content-section.dk-bg {
    background: #ddd url("../siteart/dk-pattern.jpg") repeat; }
  .content-section.lt-bg {
    background: #fff url("../siteart/pattern.jpg") repeat; }

.emp-card {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #000 solid; }
  .emp-card img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .emp-card a {
    line-height: 140%; }

.section-photo-bar {
  width: 100%;
  display: block;
  background: #ddd url("../siteart/dk-pattern.jpg") repeat;
  color: #000; }
  .section-photo-bar .inner-content {
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 410px; }
  .section-photo-bar .full-bg-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.compare-table {
  width: 100%;
  display: block;
  margin-bottom: 20px; }
  .compare-table .row {
    width: 100%;
    display: block; }
    .compare-table .row.heading {
      font-weight: 700; }
    .compare-table .row:nth-of-type(even) {
      background: #ddd; }
    .compare-table .row:after {
      content: "";
      display: block;
      clear: both; }
    .compare-table .row .cell {
      width: 16%;
      float: left;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    .compare-table .row .sm-cell {
      width: 9%;
      float: left;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }

.king-air-label-col {
  width: 200px;
  float: left;
  background: #f1f1f1; }

.king-air-specs-col {
  width: calc(100% - 200px);
  float: left; }

.compare-king-air-table {
  width: 100%;
  display: block;
  overflow-x: scroll;
  font-size: 14px; }
  .compare-king-air-table .row {
    width: 1700px;
    display: block; }
    .compare-king-air-table .row.sm {
      width: 100%; }
    .compare-king-air-table .row.dk .cell {
      background: #ddd; }
    .compare-king-air-table .row:after {
      content: "";
      display: block;
      clear: both; }
    .compare-king-air-table .row .cell {
      width: calc(8.3333% - 10px);
      float: left;
      padding: 5px;
      margin: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .compare-king-air-table .row .cell.full {
        width: calc(100% - 10px); }
        .compare-king-air-table .row .cell.full.taller {
          height: 120px; }

.testimonial-block {
  padding: 20px 0;
  border-bottom: 1px #ddd solid; }

.customer-tag {
  margin-top: 100px; }
  .customer-tag h2 {
    font-size: 60px;
    text-align: center; }

.video-tag {
  text-align: center;
  margin-top: 100px;
  font-size: 40px;
  font-weight: 700; }

#video-start {
  cursor: pointer; }

.video-pop {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0; }
  .video-pop .video-inner {
    width: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-pop .close-video {
    color: #fff;
    font-size: 24px;
    float: right;
    cursor: pointer; }

.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video-frame iframe, .video-frame video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sold-block {
  width: 100%;
  display: block; }
  .sold-block div {
    width: 20%;
    float: left;
    padding: 0 1% 25px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px; }
    .sold-block div:nth-of-type(5n + 1) {
      clear: left; }
    .sold-block div img {
      width: 100%;
      height: auto;
      margin-bottom: 7px; }

/** footer styles **/
footer {
  width: 100%;
  padding: 30px 0;
background:#333!important;}
  footer .foot-nav {
    list-style: none;
    margin: 0; }
    footer .foot-nav li {
      list-style: none;
      margin: 0;
      display: inline-block;
      border-left: 1px #ddd solid; }
      footer .foot-nav li:first-of-type {
        border-left: none; }
      footer .foot-nav li a {
        color: #ddd;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        padding: 0 10px; }
        footer .foot-nav li a:hover {
          color: #fff; }
  footer .copyright {
    text-align: right;
    color: #ddd;
    font-size: 12px; }

.foot-col-1-2 {
	width:50%;
	box-sizing: border-box;
}
.foot-col-1-2 img {
	width:100%;
	height: auto;
	display: block;
}

::placeholder {
  color: #000;
  opacity: 1; }

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: #000; }

#formpage label {
  display: block;
  margin-bottom: 3px; }
  #formpage label i {
    font-size: 12px;
    color: #CC0000;
    float: right;
    line-height: 22px; }
#formpage input {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  margin-bottom: 12px;
  background: #fff; }
  #formpage input:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none; }
  #formpage input .checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff; }
  #formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline; }
  #formpage input.radio:focus, #formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none; }
  #formpage input.button, #formpage input.button:focus {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #29316e;
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer; }
  #formpage input.button:hover {
    background: #7fafd8;
    color: #fff; }
#formpage textarea {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  height: 120px;
  margin-bottom: 12px;
  background-color: #fff; }
  #formpage textarea:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none; }
#formpage select {
  width: calc(100% - 2px);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  padding: 5px;
  margin-bottom: 12px;
  background-color: #fff; }
  #formpage select:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none; }

/*control the Captcha */
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important; }

.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .CaptchaImagePanel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 160px; }

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px; }

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important; }

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 7px 0;
  padding: 8px 0 8px 0 !important; }
  .CaptchaWhatsThisPanel a {
    color: #000; }
    .CaptchaWhatsThisPanel a:hover {
      text-decoration: none; }

.show-1024, .show-tablet, .show-640 {
  display: none; }

@media screen and (max-width: 1366px) {
  nav a:link, nav a:active, nav a:visited {
    font-size: 16px;
    padding: 0 6px; } }
@media screen and (max-width: 1260px) {
  .tagline-bar .tag {
    font-size: 28px; } }
@media screen and (max-width: 1140px) {
  a.dk-blue-btn, a:hover.dk-blue-btn {
    font-size: 20px;
    padding: 20px; }
    a.dk-blue-btn i, a:hover.dk-blue-btn i {
      font-size: 24px;
      margin-left: 5px; }
  a.slant-btn .icon, a:hover.slant-btn .icon {
    font-size: 48px; }
  a.slant-btn .label, a:hover.slant-btn .label {
    font-size: 20px;
    padding: 20px 0 20px 3%; } }
@media screen and (min-width: 1141px) {
  #mobile-nav {
    display: none !important; } }
@media screen and (max-width: 1140px) {
  .show-1024 {
    display: block; }

  .hide-1024 {
    display: none; }

  .column1-ht {
    width: 8.33333%; }

  .column2-ht {
    width: 16.66666%; }

  .column3-ht {
    width: 25%; }

  .column4-ht {
    width: 33.33333%; }

  .column5-ht {
    width: 41.66666%; }

  .column6-ht {
    width: 50%; }

  .column7-ht {
    width: 58.33333%; }

  .column8-ht {
    width: 66.66666%; }

  .column9-ht {
    width: 75%; }

  .column10-ht {
    width: 83.33333%; }

  .column11-ht {
    width: 91.66666%; }

  .column12-ht {
    width: 100%; }

  .col-pad-lt-ht {
    padding: 0 0 0 2%; }

  .col-pad-rt-ht {
    padding: 0 2% 0 0; }

  .col-pad-center-ht {
    padding: 0 1%; }

  .col-pad-clear-ht {
    padding: 0; }

  a.dk-blue-btn, a:hover.dk-blue-btn {
    padding: 15px; }

  body {
    font-size: 16px; }

  p {
    margin-bottom: 16px; }

  h1 {
    font-size: 30px;
    margin-bottom: 14px; }

  h2 {
    font-size: 26px;
    margin-bottom: 12px; }

  h3 {
    font-size: 24px;
    margin-bottom: 10px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .rt-header .head-form {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    display: none; }
    .rt-header .head-form #mc_embed_signup label {
      display: block;
      width: 100%;
      padding-bottom: 7px; }
    .rt-header .head-form #mc_embed_signup input.email {
      width: 75%; }
  .rt-header .mobile-news {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    cursor: pointer; }
  .rt-header .close-mobile-news {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px; }
  .rt-header .head-phone {
    width: auto;
    float: none;
    margin-top: 0; }

  #simple-menu {
    height: 36px;
    line-height: 36px;
    width: 80px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 5px auto 0 auto;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    float: right; }

  .tagline-bar {
    padding: 20px 0;
    text-align: center; }
    .tagline-bar .tag {
      font-size: 28px;
      /*margin-bottom:12px;*/ }

  .test-bar {
    padding: 20px 0; }
    .test-bar .tag {
      font-size: 28px;
      margin-top: 0; }

  .contact-photo-bar .inner-content {
    padding: 30px 4%; }
  .contact-photo-bar .full-bg-photo {
    padding: 12% 0; }

  .section-photo-bar .inner-content {
    padding: 30px 4%;
    min-height: 150px; }
  .section-photo-bar .full-bg-photo {
    padding: 12% 0; }

  .customer-tag h2 {
    font-size: 48px; }

  .video-pop .video-inner {
    width: 75%; }

  .sold-block div {
    width: 25%; }
    .sold-block div:nth-of-type(5n + 1) {
      clear: none; }
    .sold-block div:nth-of-type(4n + 1) {
      clear: left; } }

@media screen and (max-width: 870px) {
.foot-col-1-2 {
	width:100%;
}
}

@media screen and (max-width: 768px) {
  .show-tablet {
    display: block; }

  .hide-tablet {
    display: none; }

  .column1-vt {
    width: 8.33333%; }

  .column2-vt {
    width: 16.66666%; }

  .column3-vt {
    width: 25%; }

  .column4-vt {
    width: 33.33333%; }

  .column5-vt {
    width: 41.66666%; }

  .column6-vt {
    width: 50%; }

  .column7-vt {
    width: 58.33333%; }

  .column8-vt {
    width: 66.66666%; }

  .column9-vt {
    width: 75%; }

  .column10-vt {
    width: 83.33333%; }

  .column11-vt {
    width: 91.66666%; }

  .column12-vt {
    width: 100%; }

  .col-pad-lt-vt {
    padding: 0 0 0 2%; }

  .col-pad-rt-vt {
    padding: 0 2% 0 0; }

  .col-pad-center-vt {
    padding: 0 1%; }

  .col-pad-clear-vt {
    padding: 0; }
	
  a.slant-btn, a:hover.slant-btn {
    margin-bottom: 15px; }
    a.slant-btn .icon, a:hover.slant-btn .icon {
      font-size: 40px; }
    a.slant-btn .label, a:hover.slant-btn .label {
      padding: 15px 0 15px 3%; }

  header {
    padding: 10px 0;
    border-bottom-width: 3px; }

  .logo {
    width: 40%; }
    .logo img {
      max-width: 150px; }

  .rt-header {
    width: 58%;
    margin-top: 10px; }
    .rt-header .head-form {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      background: #ddd;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 25px;
      display: none; }
      .rt-header .head-form #mc_embed_signup label {
        display: block;
        width: 100%;
        padding-bottom: 7px; }
      .rt-header .head-form #mc_embed_signup input.email {
        width: 75%; }
      .rt-header .head-form #mc_embed_signup .clear {
        display: inline-block; }
    .rt-header .head-phone {
      font-size: 18px; }

  .btn-bar {
    padding: 30px 0 15px 0; }

  .contact-photo-bar .full-bg-photo {
    padding: 18% 0; }

  article {
    padding: 40px 0; }

  .compare-table {
    overflow-x: scroll; }
    .compare-table .row {
      min-width: 800px; }
      .compare-table .row .cell {
        width: 16%;
        float: left;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      .compare-table .row .sm-cell {
        width: 9%;
        float: left;
        text-align: center;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }

  .customer-tag {
    margin-top: 75px; }
    .customer-tag h2 {
      font-size: 32px; }

  .video-tag {
    margin: 0 0 10px 0;
    font-size: 28px; } }
@media screen and (max-width: 640px) {
  .show-640 {
    display: block; }

  .hide-640 {
    display: none; }

  .column1-hp {
    width: 8.33333%; }

  .column2-hp {
    width: 16.66666%; }

  .column3-hp {
    width: 25%; }

  .column4-hp {
    width: 33.33333%; }

  .column5-hp {
    width: 41.66666%; }

  .column6-hp {
    width: 50%; }

  .column7-hp {
    width: 58.33333%; }

  .column8-hp {
    width: 66.66666%; }

  .column9-hp {
    width: 75%; }

  .column10-hp {
    width: 83.33333%; }

  .column11-hp {
    width: 91.66666%; }

  .column12-hp {
    width: 100%; }

  .col-pad-lt-hp {
    padding: 0 0 0 2%; }

  .col-pad-rt-hp {
    padding: 0 2% 0 0; }

  .col-pad-center-hp {
    padding: 0 1%; }

  .col-pad-clear-hp {
    padding: 0; }

  body {
    font-size: 14px; }

  p {
    margin-bottom: 14px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  .tagline-bar .tag {
    font-size: 24px; }

  .test-bar .tag {
    font-size: 24px; }

  .contact-photo-bar .inner-content {
    padding: 25px 4%; }

  .sold-block div {
    width: 33.33333%; }
    .sold-block div:nth-of-type(4n + 1) {
      clear: none; }
    .sold-block div:nth-of-type(3n + 1) {
      clear: left; }

  footer {
    padding: 20px 0; }
    footer .foot-nav {
      margin-bottom: 15px;
      text-align: center; }
    footer .copyright {
      font-size: 10px;
      text-align: center; } }
@media screen and (max-width: 480px) {
  .hide-480 {
    display: none !important; }

  .column1-vp {
    width: 8.33333%; }

  .column2-vp {
    width: 16.66666%; }

  .column3-vp {
    width: 25%; }

  .column4-vp {
    width: 33.33333%; }

  .column5-vp {
    width: 41.66666%; }

  .column6-vp {
    width: 50%; }

  .column7-vp {
    width: 58.33333%; }

  .column8-vp {
    width: 66.66666%; }

  .column9-vp {
    width: 75%; }

  .column10-vp {
    width: 83.33333%; }

  .column11-vp {
    width: 91.66666%; }

  .column12-vp {
    width: 100%; }

  .col-pad-lt-vp {
    padding: 0 0 0 2%; }

  .col-pad-rt-vp {
    padding: 0 2% 0 0; }

  .col-pad-center-vp {
    padding: 0 1%; }

  .col-pad-clear-vp {
    padding: 0; }

  a.dk-blue-btn, a:hover.dk-blue-btn {
    font-size: 16px; }
    a.dk-blue-btn i, a:hover.dk-blue-btn i {
      font-size: 18px; }
  a.slant-btn .label, a:hover.slant-btn .label {
    font-size: 16px; }

  .logo {
    width: 45%; }

  .rt-header {
    width: 53%;
    margin-top: 7px; }
    .rt-header .head-form #mc_embed_signup input.email {
      width: 100%; }
    .rt-header .head-form #mc_embed_signup .clear {
      width: 50%; }

  #simple-menu {
    margin: 0 auto; }

  .tagline-bar .tag {
    font-size: 18px; }

  .test-bar .tag {
    font-size: 18px; }

  article {
    padding: 25px 0; }

  .king-air-label-col {
    width: 170px; }

  .king-air-specs-col {
    width: calc(100% - 170px); }

  .compare-king-air-table {
    font-size: 12px; }
    .compare-king-air-table .row {
      width: 1550px; }
      .compare-king-air-table .row .cell.full.taller {
        height: 110px; }

  .customer-tag {
    margin-top: 0; }
    .customer-tag h2 {
      font-size: 28px; }

  .video-tag {
    font-size: 20px; }

  .video-pop .video-inner {
    width: 92%; }

  .sold-block div {
    width: 50%; }
    .sold-block div:nth-of-type(3n + 1) {
      clear: none; }
    .sold-block div:nth-of-type(odd) {
      clear: left; } }
