/* GENERAL */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.card-header .fa {
  transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
  transform: rotate(90deg);
}
.row {
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  border: 0px;
}
.centered {
  text-align: center;
}
#content h2,#nav h2 {
  font-size: 14pt;
}
#content h3,#nav h3 {
  font-size: 12pt;
}
#content h4, #content p, #content li, #nav h4, #nav p, #nav li {
  font-size: 11pt;
}
#content h5,#nav h5 {
  font-size: 9pt;
}
#content a, #nav a {
  border-radius: 22px;
  padding: 8px 20px;
  text-decoration: none;
}

#ch-cookie-consent__title {
    font-size: 12pt;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#breadcrumbs {
  margin-top:.5rem;
  margin-bottom: 3rem;
}
#breadcrumbs > a {
  border-radius: none;
  padding: 0;
}
#content a:hover {
  text-decoration: none;
  cursor: pointer;
}


a.btn-white, a.btn-clear, a.btn-blue, a.btn-black, #mobileLoginMenu {
  font-size: 10pt;
}
a.btn-blue:hover {
  background-color: transparent;
  color: #0059aa !important;
}
a.btn-white {
  background-color: #fff;
  color: #0059aa;
  border: #fff 1px solid;
}
a.btn-white:hover {
  background-color: transparent;
  color: #fff;
}
a.btn-clear {
  background-color: transparent;
  border: #fff 1px solid;
}
a.btn-clear:hover {
  background-color: #fff;
  color: #0059aa;
}
a.btn-black {
  background-color: transparent;
  border: #000 1px solid;
}
a.btn-black:hover {
  background-color: #000;
  color: #fff;
}

.blue-section, a.btn-blue, #mobileLoginMenu {
  background-color: #0059aa;
  color: #fff !important;
  border: #0059aa 1px solid;
}
.white-section, a.btn-blue, #mobileLoginMenu {
    background-color: #fff;
    color: rgb(27, 27, 27) !important;
}
.blue-section, a.btn-blue, a#mobileLoginMenu, a.btn-clear  {
  color: #fff;
}
.blue-section h1 a, .blue-section h2 a, .blue-section h3 a, .blue-section p a {
  color: #fff;
  text-decoration: underline;
  padding: 0px !important;
}
.blue-section h1 a:hover, .blue-section h2 a:hover, .blue-section h3 a:hover, .blue-section p a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-black {
  color: #000;
}
a.btn-blue:hover a#mobileLoginMenu:hover {
  background-color: transparent;
  color: #0059aa !important;
}
.white-section {
  background-color: white;
}
.gray-section {
  background-color: #f0f0f0;
}
.dark-gray-section {
  background-color: #303030;
  color: #939393;
}

ul.cart-list > li.total > .btn,
.hugeNav-account > ul > li > a span.badge {
  background-color: #e1a006;
}

@media (max-width: 992px) {
	.btn-search {
		right: 5px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
	.btn-search {
		right: 20px;
	}
}


/* ENV TAG (same as on CSS for main site) */
.environment-tag { display: block; font-size: 18px; font-weight: bold; color: #000; background: #f0f0f0; border: 1px #d0d0d0 solid; position: fixed; top: 0; right: 0; }

/* .environment-tag { */
/*   position: fixed; */
/*   top: 1%; */
/*   right: 50%; */
/*   z-index: 3000; */
/*   font-weight: 600; */
/*   color: #500000; */
/*   padding: 10px; */
/* } */

#loginForm {
  display: contents;
}
#forgotPassword.form-text, #newUser.form-text {
  position: absolute;
}
#forgotPassword a, #newUser a, #forgotPassword button {
  padding: 0px;
  position: relative;
  top: -12px;
  left: 10px;
  color: #0059aa;
  background-color: transparent;
  border: 0px;
}
#forgotPassword button:hover {
  cursor: pointer;
}
#forgotPassword {
  position: absolute;
  left: -13.25em;
  width: 200px;
  text-align: left;
}
@media(max-width: 760px) {
  #forgotPassword {
    top: -20px;
    left: inherit;
  }
}
.form-control, .btn {
  border-radius: 22px;
  font-size: 10pt;
  /* padding: 4px 15px; */
}
.form-control {
  background-color: #fff;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    height:100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}
.btn {
  background-color: #0059aa;
  color: #fff;
  border: 1px solid #0059aa;
}
.btn:hover {
  background-color: transparent;
  color: #0059aa;
}

.btn-blue {
  font-size: 10pt;
  background-color: #0059aa;
  color: #fff;
  border: #0059aa 1px solid;
}
.btn-blue:hover {
  background-color: transparent;
  color: #0059aa;
  border: #0059aa 1px solid;
}


#mobileNav {
  display: none;
}
#mobileLoginMenuClose, #mobileNewUserClose, #newUserForm {
  display: none;
}
form h1, form h2, form h3, form h4, form h5 {
  margin: 10px 10px 20px 10px;
}

/* ERROR MESSAGE MODAL POPUP */
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
}
/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}
/* Close Button */
.popup-close {
  width: auto;
  height: auto;
  padding: 10px 13px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	text-align:center;
	line-height:100%;
	color:#fff;
}
.popup-inner a.btn-blue:hover {
  color: #0059aa !important;
}
.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	text-decoration:none;
  background-color: #0059aa !important;
}
#error-msg {
  margin: 20px 0px 30px 0px;
}
.popup-inner a.btn-blue .popup-close, .popup-inner a.btn-blue .popup-close:hover {
  color: #fff;
}

/* CONTENT */
#content h2 {
  color: #0059aa;
  margin-bottom: 20px;
  font-size: 18pt;
}
#content p {
  margin-bottom: 26px;
}
#content .blue-black-icon {
  margin: 40px;
}
#img-map {
  margin-left: -60px;
}
#img-map-info div {
  margin: 20px 0px
}
#aircraftList {
  padding: 20px 20px 40px 20px;
  margin: 0px auto;
}
#aircraftTable {
  display: inline-table;
  max-width: 1024px;
  margin-top: 40px;
  margin-bottom: 10px !important;
  width: 100%;
}
#aircraftTable .page-item.active {
  background-color: transparent !important;
}
.active {
  background-color: transparent !important;
}
.active::after {
  display: none !important;
}
#aircraftTable .page-item.active .page-link {
  border: 0px;
}
#aircraftTable .page-item.active::after {
  display: none;
}
#aircraftListClose {
  margin-bottom: 40px;
}

/* VIDEO AND IMAGE FRAMES */
.laptop-frame, .tablet-frame, .mobile-frame {
  position: relative;
  margin: 0px auto;
  width: 400px; /* Adjust frame image width */
  height: 200px; /* Adjust frame image height */
}
.tablet-frame {
  width: 280px; /* Adjust frame image width */
  height: 200px; /* Adjust frame image height */
}
.mobile-frame {
  width: 280px; /* Adjust frame image width */
  height: 200px; /* Adjust frame image height */
}
.laptop-frame:after, .tablet-frame:after, .mobile-frame:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 5;
  background: url('/images/laptop-frame.png') no-repeat top left transparent;
  background-size: contain;
}
.tablet-frame:after {
  background: url('/images/tablet-frame.png') no-repeat top left transparent;
  background-size: contain;
}
.mobile-frame:after {
  background: url('/images/mobile-frame.png') no-repeat top left transparent;
  background-size: contain;
}
.laptop-frame video, .tablet-frame video, .mobile-frame video, .laptop-frame img, .tablet-frame img, .mobile-frame img {
  position: absolute;
  z-index: 10;
  border: 1px solid #767676;
  border-radius: 2px;
  width: 244px;
  height: 160px;
  top: 16px;
  left: 68px;
}
.tablet-frame video {
  width: 244px;
  height: 160px;
  top: 16px;
  left: 68px;
}
.mobile-frame video {
  width: 244px;
  height: 160px;
  top: 16px;
  left: 68px;
}
.laptop-frame img {
  width: 260px;
  height: 160px;
  top: 16px;
  left: 60px;
}
.tablet-frame img {
  width: 234px;
  height: 174px;
  top: 12px;
  left: 23px;
}
.mobile-frame img {
  width: 234px;
  height: 174px;
  top: 12px;
  left: 23px;
}
@media(max-width: 600px) {
    .laptop-frame {
      width: 300px;
      height: 150px;
    }
    .laptop-frame video {
      width: 183px;
      height: 120px;
      top: 12px;
      left: 51px;
    }
    .tablet-frame video {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame video {

    }
    .laptop-frame img, .tablet-frame img, .mobile-frame img {
      width: 190px;
      height: 120px;
      top: 12px;
      left: 48px;
    }
    .tablet-frame img {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame img {

    }
}

@media(min-width: 600px) and (max-width: 1000px) {
    .laptop-frame {
      width: 340px;
      height: 200px;
    }
    .laptop-frame video {
      width: 230px;
      height: 151px;
      top: 12px;
      left: 55px;
      position: absolute;
    }
    .tablet-frame video {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame video {

    }
    .laptop-frame img, .tablet-frame img, .mobile-frame img {
      width: 224px;
      height: 144px;
      top: 16px;
      left: 58px;
    }
    .tablet-frame img {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame img {

    }
}

/* NEW_USER.PHP STANDALONE ONBOARDING FORM */
#newUserForm-standalone {
  padding: 40px;
}
#nav .filter-option-inner-inner {
  font-size: 10pt !important;
}

/* HERO SECTION */
#news-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color:#232323 !important;
    text-align: center;
}
#press-release-section {
  text-align:center;
  color:white;
  height:10rem;
  background:url('../../images/aerocor-very-light-jet-media-2.jpg') no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
  width:100%;
}
#press-release-section h2 {
  font-size:3em;
  margin-left:4rem;
  color:white;
  text-align:center;
  padding:2rem;
  float:left;
}
.hero-bluemax h1{
  font-family: 'nexa';
  font-size:2.5rem;
}
.hero-bluemax p {
  font-family:Arial, Helvetica, sans-serif;
}
#hero-section h1, #hero-section h2, #hero-section h3, #hero-section h4, #hero-section p {
  color: #fff !important;
}
#hero-section #hero-buttons div {
  margin: 10px 0px;
}
#hero-section #hero-buttons .button-left, #hero-section #hero-buttons .button-center {
  margin-right: 20px;
}
#hero-section #hero-left img {
  margin: 20px;
}
#hero-left .logo-white {
  width: 50px;
  height: 50px;
}
#hero-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#hero-section h3 {
  font-weight: 900;
  font-size: 16pt;
}
#hero-section h4 {
  font-size: 11pt;
}
#hero-section h4 a {
  color: #fff;
}
#hero-section h4 a:hover {
  text-decoration: underline;
}
#hero-section h5 {
  font-size: 8pt;
}
#hero-section #hero-right #desktop-frame {
  margin-bottom: -200px;
}
.hero-link {
  color: #fff;
  text-decoration: underline;
  padding: 0px;
}
.hero-link:hover {
  color: #fff;
  text-decoration: none;
}
#hero-section #desktop-frame.lazy {
  display: none;
}

/* BOOTSTRAP SELECT */
.dropdown {
  z-index: 0;
}
.dropdown.show {
  z-index: 1000;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #495057;
}
.dropdown-toggle {
  background-color: #f0f0f0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-toggle:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn .filter-option, .filter-option {
  color: #495057;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #0059aa !important;
}

/* MAINTENANCE PAGE */
#maintenance.container-fluid {
  margin: 0px;
  padding: 0px;
}
#maintenance .row {
  max-width: none;
}
#maintenance .row .white-section {
  padding: 40px 80px;
}
#maintenance .logo-block {
  width: 300px;
  height: auto;
  margin: 20px 0px;
}
#maintenance h4 {
  margin: 20px 0px;
  font-size: 1.3rem;
}
#maintenance .blue-section {
  height: 800px;
}
#maintenance .flight-data-demo {
  width: 600px;
  margin-left: -125px;
}
@media (max-width: 760px) {
  #maintenance .blue-section {
    height: 32em;
  }
  #maintenance .flight-data-demo {
    width: 100%;
    margin: 0px;
    margin-top: -50px;
  }
}

/* ABOUT PAGE */
#flight-log-parent {
  padding-top: 60px !important;
}
#detailed-view-section .col-12 .col-12, #trend-analysis-section .col-12 .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.card-body {
  padding-left: 30px;
}

#flight-log-section ul, #detailed-view-section ul, #trend-analysis-section ul, #getting-started-section ul {
  padding-left: 20px;
}

.camp-visual {
  width: 400px;
}
@media(max-width: 760px) {
  .camp-visual {
    width: 300px;
  }
}

/* MOBILE - PHONE */
@media (max-width: 760px) {
  #content.about #hero-right {
    display: none;
  }
  .desktop {
    display: none;
  }
  .col-sm-12, .col-12, .col-md, .col-md-6 {
    padding: 0px;
  }
  .container-fluid {
    padding: 0px 40px !important;
  }
  #hero-section h1 {
    font-size: 1.5rem;
  }
  #desktop-frame, #video-frame, .laptop-frame, .tablet-frame, .mobile-frame, #img-map, #log-book, #showroom-img-link {
    max-width: 100%;
  }
  #desktop-frame {
    margin-bottom: -160px;
    margin-top: -48px;
  }
  #content .blue-black-icon {
    margin-top: 80px;
  }
  #img-map {
    margin-left: 0px;
  }
  #video-parent, #log-book-parent, .frame-parent {
    display: flex;
  }
  .laptop-frame, .tablet-frame, .mobile-frame, #log-book {
    order: 1;
  }
  #log-book {
    margin-bottom: 40px;
  }
  #video-text, #log-book-text {
    order: 2;
  }
  #showroom-img-link-1 {
    max-width: 250px;
  }

  #loginForm .col-auto {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #loginForm .col-auto:last-of-type {
    margin-bottom: 0px;
  }
  #loginForm .form-row {
    margin-top: 20px;
  }
  #loginForm {
    display: none;
    padding: 2rem;
  }
  #mobileNav {
    display: block;
  }
  #newUserClose {
    display: none;
  }
  #newUserForm .col-auto {
    width: 100%;
  }
  #newUserForm {
    margin:31px;
    margin-top: 10px;
  }
  #aircraftTable {
    font-size: 0.4em;
    margin-top: 0px;
    margin-bottom: 10px !important;
  }
  .search {
    width: 100%;
  }
  #availability .img-fluid {
    margin:10px;
    width:50%;
  }

  #docs .img-fluid {
    margin-bottom:10px;
  }
  #docs a {
    padding:0;
  }
  section h1 {
    font-size:1.5rem !important;
  }
  .fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 2px;
  }
  .inner.show .dropdown-item, .filter-option-inner-inner {
    font-size: 0.7em;
  }
  #nav .filter-option-inner-inner {
    font-size: 10pt !important;
  }
  #hero-section #desktop-frame {
    display: none;
  }
  #hero-section #desktop-frame.lazy {
    display: inline-block;
  }

  #tabletDesktopNav {
    display: none;
  }
}


/* MOBILE - TABLET */
@media (min-width: 761px) and (max-width: 1023px) {

  #tabletDesktopNav {
    display: none;
  }
  #newUserForm {
    margin-top: 20px;
  }
  #newUserForm .mobile button {
    display: none;
  }
  #img-map {
    width: 400px;
  }
  #log-book {
    width: 300px;
  }
}

/* MOBILE - TABLET PRO */
@media (min-width: 1024px) and (max-width: 1120px) {

  #tabletDesktopNav {
    display: none;
  }
  #newUserForm {
    margin-top: 20px;
  }
  #newUserForm .mobile button {
    display: none;
  }
}

/* DESKTOP */

@media (min-width: 1120px) {
  .mobile {
    display: none;
  }

  #mobileTabletNav {
    display: none;
  }

  #newUserForm .form-row {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
  }
  #newUserForm .form-row .col-auto {
    display: inline-block;
  }
  /* .environment-tag { */
  /*  right: 44.5%; */
  /* } */
}

/* Store */
.ecwid {
  margin-top: 2rem;
}
.ec-store__content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.ec-breadcrumbs {
  position: absolute !important;
  top: 30px !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center;
}
.breadcrumbs__link {
  border: #000 1px solid !important;
  border-radius: 22px !important;
  padding: 8px 20px !important;
  color: black;
}
.ec-footer {
  padding-top: 75px !important;
  padding-bottom: 50px !important;
}
