/*
Theme name: Aircraft Industries
Author: Gluti s.r.o.
*/

* {
  /*  font-family: Calibri, sans-serif !important; */
}

body {
  background: #f4f4f4;
  color: #1e213d;
  font-family: Calibri, sans-serif !important;
  /* 'Titillium Web', */
  font-size: 1.1em !important;
}

/* Navbar */

.navbar-nav {
  font-size: 1em;
  font-weight: bold;
  padding: 0;
}

.secondary-navbar {
  font-weight: light !important;
  /* dislay inline - block deleted on 21st JAN 2020 */
  width: 100%;
  font-size: 1.2em;
  background-color: transparent !important;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px !important;
}

.secondary-navbar-in li {
  display: inline-block !important;
  float: none !important;
  text-align: center !important;
}

.secondary-navbar a:hover {
  color: #034f96 !important;
}

.logo {
  max-height: 50px;
}

.language {
  font-size: 0.8em;
}

.navbar {
  background-color: #ffffff;
  opacity: 0.9;
}

.navbar .navbar-brand {
  color: #1e213d;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #044f9a;
}

.navbar .navbar-text {
  color: #1e213d;
}

.navbar .navbar-text a {
  color: #044f9a;
}

.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
  color: #044f9a;
}

.navbar .navbar-nav .nav-link {
  color: #1e213d;
  border-radius: .25rem;
  margin: 0 0.25em;
}

.main-menu {
  margin-right: 1.2em !important;
}

.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #044f9a;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #044f9a;
  background-color: #c9ccce;
}

.navbar .navbar-toggle {
  border-color: #c9ccce;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #c9ccce;
}

.navbar .navbar-toggle .navbar-toggler-icon {
  color: #1e213d;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #1e213d;
}

.navbar .navbar-link {
  color: #1e213d;
}

.navbar .navbar-link:hover {
  color: #044f9a;
}

.navbar-light {
  color: #1e213d !important;
}

.navbar-collapse {
  margin-top: 15px;
  background-color: white;
}

.btn-menu {
  font-size: 1em !important;
  font-weight: bold !important;
}

.dropdown-item {
  font-weight: bold !important;
  color: #1e213d !important;
  font-size: 0.8em;
}

.lang {}

/* SAFARI BUG fix */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: flex
}

/* End of BUG */


/* land image */

/* Land image video stying */
.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.bg {
  background: linear-gradient(transparent, 97%, #f4f4f4), url("../images/bg/bg_main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-1 {
  background: linear-gradient(transparent, 97%, #f4f4f4), url("../images/bg/bg_main_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-2 {
  background: linear-gradient(transparent, 97%, #f4f4f4), url("../images/bg/bg_main_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-3 {
  background: linear-gradient(transparent, 97%, #f4f4f4), url("../images/bg/bg_main_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-airport {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_airport.jpg");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-history {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_history.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-uvp {
  background: linear-gradient(transparent, 97%, #f4f4f4), url("../images/bg/bg_uvp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-ng {
  background: linear-gradient(transparent, 97%, #f4f4f4), url("../images/bg/bg_ng.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-customer {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_customer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-school {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_school.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-coop {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_coop.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-career {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_career.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-press {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_press.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-report {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_report.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-flt-trng {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_flt.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-manager {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_manager.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-maintanance {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_maintanance.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-parts {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_parts.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-ground {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_ground.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}

.bg-servis {
  background: linear-gradient(transparent, 96%, #f4f4f4), url("../images/bg/bg_servis.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  height: 65vh;
  margin-top: -80px;
}


/* custom color */
.main-color-bg {
  background-color: #1e213d;
  color: #ffffff;
}

#logo-header {
  color: #1e213d;
}

#coop {
  padding-left: 0 !important;
}

.awsome-padding i {
  padding-right: 10px;
}

/* Section styling */
.upper-section {
  padding: 30px;
  min-height: 50vh;
  justify-content: center;
  text-align: center;
  color: #1e213d;
}

.main-page h2 {
  margin-top: 10px;
}

.main-page li {
  list-style: none !important;
  padding-top: 10px;
}

.high-line {
  line-height: 1.5em;
}

.big-icon {
  font-size: 1.3em;
}

.news {
  padding-top: 10px;
}

.head-icons img {
  max-width: 180px;
  margin-left: 30px;
}

.ac-icons img {
  max-height: 100px !important;

}

.link {
  color: #1e213d;
  text-decoration: none !important;
  list-style: none !important;
}

.link a {
  color: #1e213d;
  text-decoration: none !important;
  list-style: none !important;
}

.link li {
  padding-top: 10px;
  color: #1e213d;
  text-decoration: none !important;
  list-style: none !important;
}

.link :hover {
  color: #044f9a !important;
}

.rwy-list {
  padding-left: 30px !important;
}

.contacts {
  padding-left: 120px !important;
}

#ng-performance {
  border-radius: 10px;
}

#virtual-tour {
  border-radius: 8px;
  margin: 15px;
  width: 100%;
}

.middle-section {
  padding: 30px;
  min-height: 50vh;
  justify-content: center;
  text-align: center;
  /*background-color: #dbdbdb;*/
  background-color: #c9ccce;
  color: #1e213d;
}

.lower-section {
  padding: 30px;
  min-height: 50vh;
  justify-content: center;
  text-align: center;
  color: #1e213d;
}

.photo-all-screen {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.small-font {
  font-size: 0.9em !important;
}

.small-font tr,
td,
th {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}

.version {
  margin: auto !important;
  max-width: 550px;
  border-radius: 10px;
}

.bronchoure-button {
  background-color: #1e213d !important;
  border-color: #1e213d !important;
  border-radius: 15px !important;
}

.form-button {
  background-color: #1e213d !important;
  border-color: #1e213d !important;
  border-radius: 15px !important;
  padding: 10px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


/*other fonts */

.grey-bold-font {
  font-weight: 900 !important;
  color: #999696 !important;
  font-family: 'Titillium Web' !important;
}

.grey-bold {
  font-weight: 900 !important;
  color: #999696 !important;
}

.bold-font {
  font-weight: 900 !important;
  font-family: 'Titillium Web' !important;
}

/* NEWS section */

.news-container {
  max-height: 270px;
  max-width: 350px;
  position: relative;
}

.news h5 {
  font-size: 1.4em;
}

.news-image {
  max-width: 100%;
  margin-bottom: 10px;
  /* posiditon absolute deleted */
  opacity: 1;
  z-index: -1;
  padding: 0px;
}

.news img {
  max-height: 300px;
  border-radius: 0px;
}

.news-link {
  z-index: 1 !important;
  top: 170px;
  left: 15px;
  color: #f4f4f4;
  position: relative;
}

.logos {
  margin-left: 20px;
  margin-top: 20px;
}

.bulletin {
  margin-left: 10px !important;
  padding: 0 !important;
  line-height: 0.2em;
  font-size: 1em;
}

.bulletin-cat {
  padding-bottom: 30px;
  padding-top: 10px;

}

#logo-down {
  max-height: 90px;
}

/* footer */
#footer {
  background: #1e213d;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  margin-top: 0px;
  min-height: 250px;
}

.social-logo {
  color: #d3d3d3;
  font-size: 1.8em;
  padding: 10px;
}

.call-logo {
  color: #d3d3d3;
  font-size: 1em;
  padding-right: 10px;
}

.call-logo-blue {
  color: #1e213d;
  font-size: 1em;
  padding-right: 10px;
}

#client-zone {
  background-color: #93989C;
  border-color: #93989C;
  border-radius: 15px;
  margin-top: 15px;
}

#ethic-link {
  background-color: #93989C;
  border-color: #93989C;
  border-radius: 15px;
  margin-top: 15px;
}

#client-zone_top {
  font-size: 0.8em;
  background-color: #93989C;
  border-color: #93989C;
  border-radius: 12px;
  margin-right: 1.5em;
}


@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #1e213d;
  }

  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #044f9a;
  }

  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #044f9a;
    background-color: #c9ccce;
  }
}

@media (max-width: 780px) {

  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #1e213d;
  }

  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #044f9a;
  }

  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #044f9a;
    background-color: #c9ccce;
  }

  .footer {
    margin: 0 auto;
    text-align: center !important;
  }

  .bg .bg-1 .bg-2 .bg-3 .bg-airport .bg-history .bg-uvp .bg-ng .bg-customer .bg-school .bg-coop,
  .bg-career .bg-report .bg-flt-trng .bg-manager .bg-maintanance .bg-parts .bg-servis .bg-ground {
    height: 40vh;
  }

  .bg {
    height: 43vh !important;
  }

  .bg-1 {
    height: 43vh !important;
  }

  .bg-2 {
    height: 43vh !important;
  }

  .bg-3 {
    height: 43vh !important;
  }

  .bg-airport {
    height: 43vh !important;
  }

  .bg-history {
    height: 43vh !important;
  }

  .bg-uvp {
    height: 43vh !important;
  }

  .bg-ng {
    height: 43vh !important;
  }

  .bg-customer {
    height: 43vh !important;
  }

  .bg-school {
    height: 43vh !important;
  }

  .bg-coop {
    height: 43vh !important;
  }

  .bg-career {
    height: 43vh !important;
  }

  .bg-report {
    height: 43vh !important;
  }

  .bg-flt-trng {
    height: 43vh !important;
  }

  .bg-manager {
    height: 43vh !important;
  }

  .bg-maintanance {
    height: 43vh !important;
  }

  .bg-parts {
    height: 43vh !important;
  }

  .bg-servis {
    height: 43vh !important;
  }

  .bg-ground {
    height: 43vh !important;
  }

  .bulletin {
    margin-left: 10px !important;
    padding: 0 !important;
    line-height: 1.3em;
    font-size: 1em;
  }
}

@media (max-width: 1000px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #1e213d;
  }

  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #044f9a;
  }

  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #044f9a;
    background-color: #c9ccce;
  }

  .upper-section {
    min-height: 30vh;
  }

  .middle-section {
    min-height: 30vh;
  }

  .lower-section {
    min-height: 30vh;
  }

  .main-menu {
    font-size: 1em !important;
  }

  .bulletin {
    margin-left: 10px !important;
    padding: 0 !important;
    line-height: 1.1em;
    font-size: 1em;
  }

  #omnipol-logo {
    display: none;
  }
}

@media (min-width: 1000px) {
  #omnipol-logo-small {
    display: none;
  }
}

#omnipol-logo {
  padding-bottom: 6px;
  padding-left: 8px;
}

@media (max-width: 1480px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #1e213d;
  }

  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #044f9a;
  }

  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #044f9a;
    background-color: #c9ccce;
  }

  .main-menu {
    font-size: 0.8em;
  }

  .main-menu btn {
    font-size: 0.8em;
  }
}

@media (max-width:1480px) and (min-width:1280px) {
  .main-menu {
    font-size: 0.9em !important;
  }

  .main-menu btn {
    font-size: 0.9em !important;
  }
}

@media (max-width:1280px) and (min-width:1100px) {
  .main-menu {
    font-size: 0.8em !important;
  }

  .main-menu btn {
    font-size: 0.8em !important;
  }
}

@media (max-width:1100px) and (min-width:1000px) {
  .main-menu {
    font-size: 0.7em !important;
  }

  .main-menu btn {
    font-size: 0.7em !important;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #1e213d;
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #044f9a;
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #044f9a;
  background-color: #c9ccce;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .bg {
    background: url("../images/bg/bg_main.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-1 {
    background: url("../images/bg/bg_main_1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-2 {
    background: url("../images/bg/bg_main_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-3 {
    background: url("../images/bg/bg_main_3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-airport {
    background: url("../images/bg/bg_airport.jpg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-history {
    background: url("../images/bg/bg_history.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-uvp {
    background: url("../images/bg/bg_uvp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-ng {
    background: url("../images/bg/bg_ng.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-customer {
    background: url("../images/bg/bg_customer.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-school {
    background: url("../images/bg/bg_school.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-coop {
    background: url("../images/bg/bg_coop.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-career {
    background: url("../images/bg/bg_career.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-press {
    background: url("../images/bg/bg_press.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-report {
    background: url("../images/bg/bg_report.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-flt-trng {
    background: url("../images/bg/bg_flt.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-manager {
    background: url("../images/bg/bg_manager.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-maintanance {
    background: url("../images/bg/bg_maintanance.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-parts {
    background: url("../images/bg/bg_parts.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-ground {
    background: url("../images/bg/bg_ground.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

  .bg-servis {
    background: url("../images/bg/bg_servis.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 65vh;
    margin-top: -80px;
  }

}