h1 {
  font-style: normal;
  letter-spacing: .01em;
  line-height: 1.4em;
  text-transform: none;
  margin: .67em 0;
}
h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  letter-spacing: .25em;
  line-height: 1.4em;
  text-transform: none;
}
h3 {
  font-size: 17px;
  letter-spacing: .02em;
  line-height: 1.2em;
  text-transform: lowercase;
}
body {
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.8em;
  text-transform: none;
  background-color: #1f2328;
}
#page-container {
  background-color: #fff;
}
#main-content .container:before {
  display: none;
}
@media screen and (min-width: 980px) {
  .container {
    width: 94% !important;
  }
  .et_pb_row {
    width: 94% !important;
  }
}
.dp_oc_image_title {
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 10005;
  width: 100%;
  color: #fff;
  font-size: 18px !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .dp_oc_image_title {
    display: none;
  }
	body .bannerhometitle h1{font-size:14px;} /* For Homepage banner text in responsive */
}
.et_pb_text ul {
  margin-left: 30px;
}
/* button styles */
#main-content .et_pb_button {
  font-size: 10px !important;
  color: #ffffff !important;
  padding: 13px 26px !important;
  font-weight: 400 !important;
  position: relative;
}
#main-content .et_pb_button:hover {
  background-color: transparent !important;
  color: #000 !important;
}
#main-content .et_pb_button:before {
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  content: '';
  transition-delay: .2s;
  opacity: 1;
  margin-left: 0;
  left: 0;
}
#main-content .et_pb_button:hover:before {
  width: 100% !important;
  transition: .5s linear;
}
/* Big Button version */
#main-content .et_pb_button.form_button.big_button {
  font-size: 11px !important;
  padding: 11px 27px !important;
}
/* Desktop Header Styles */
#top-menu-nav li a {
  font-size: 10px !important;
  text-decoration: none !important;
}
#top-menu > li > a:hover:before {
  transform: scaleX(1);
}
#top-menu-nav li {
  padding-right: 15px;
}
#top-menu > li > a:before {
  display: block;
  content: '';
  height: 1px;
  background-color: #fff;
  position: relative;
  top: 1.4em;
  transform: scalex(0);
  transition: transform 250ms ease-in-out;
  z-index: 999;
  transform-origin: 0% 100%;
}
#top-menu-nav:hover li a {
  opacity: 0.4;
}
#top-menu-nav li a:hover {
  opacity: 1;
}
/* Home header effect */
.home #main-header {
  opacity: 0;
  transition: opacity .2s linear;
}
.home #main-header.et-fixed-header {
  opacity: 1;
}
.home #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Mobile Header */
@media screen and (max-width: 980px) {
  #main-header.et-fixed-header {
    position: fixed;
    top: 0 !important;
  }
  .et_header_style_left #et-top-navigation {
    padding-top: 15px;
  }
  .et_header_style_left .mobile_menu_bar {
    padding-bottom: 15px;
  }
  #main-header .container.clearfix.et_menu_container {
    width: 90% !important;
  }
  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-width: 60%;
  }
}
.mobile_menu_bar::before {
  content: "\f7a4";
  font-family: "Font Awesome 5 Pro" !important;
  color: #ffffff !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\f00d" !important;
  font-weight: 200;
}
/* Footer Styles */
/*
#footer-widgets {
  padding: 3% 0 0 0;
}
#footer-info {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-family: "Michroma";
  letter-spacing: .06em;
  padding-bottom: 3%;
}
.footer-widget {
  margin-bottom: 2px !important;
}
@media screen and (max-width: 767px) {
  #footer-widgets .footer-widget .fwidget,
  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 10px!important;
  }
}
*/
/*.footer-widget .widget_custom_html {
 left: 50%;
 position: relative;
 transform: translateX(-50%);
}*/
.footer-widget .custom-html-widget a {
  padding: 0 5px;
  font-size: 22px;
  transition: .2s linear;
}
.footer-widget .custom-html-widget:hover a {
  opacity: .4;
}
.footer-widget .custom-html-widget:hover a:hover {
  opacity: 1;
}
@media screen and (max-width: 430px) {
 /* #footer-info {
    max-width: 200px;
  }*/
}
/* Slideout Form */
.slideout {
  position: fixed;
  left: -100%;
  top: 0;
  width: 50%;
  height: 100vh;
  z-index: 9999999;
  background-color: #1f2328;
  color: #fff;
  padding: 3% 0 !important;
  overflow-y: scroll;
  transition: left 0.5s ease-out 0.1s;
}
.slideout.open {
  left: 0;
}
.slideout h3 {
  color: #fff;
  text-transform: none;
}
#close-x {
  position: absolute;
  right: -30px;
  top: -30px;
}
#close-x:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro" !important;
  color: #fff;
  font-size: 30px;
}
.slideout .et_pb_row {
  width: 80% !important;
}
.nf-form-content label {
  display: none;
}
.nf-form-fields-required {
  font-size: 14px;
  padding-left: 5px;
}
@media screen and (min-height: 800px) {
  .slideout .et_pb_row {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  .slideout {
    width: 100%;
  }
}
.nf-form-content textarea.ninja-forms-field {
  height: 80px !important;
}
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content input.ninja-forms-field,
.nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 40px !important;
}
.nf-form-content input[type="button"] {
  font-size: 10px !important;
  color: #000 !important;
  padding: 13px 26px !important;
  font-weight: 400 !important;
  position: relative;
  text-transform: uppercase;
  font-family: Michroma;
  letter-spacing: .06em;
  background-color: #ffffff !important;
  border-bottom-color: transparent;
}
.nf-form-content input[type="button"]:hover {
  background-color: transparent !important;
  color: #fff !important;
  border-bottom: 2px solid #fff;
}
/*Aircraft Helicopter Singles */
.single-aircraft .slideout .inner,
.single-copter .slideout .inner,
.single-airliner .slideout .inner {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
.single-aircraft #close-x,
.single-copter #close-x,
.single-airliner #close-x {
  position: relative;
  float: right;
}
.single-aircraft .et_pb_post .entry-content,
.single-copter .et_pb_post .entry-content,
.single-airliner .et_pb_post .entry-content {
  padding-top: 0;
}
.single-aircraft .entry-title,
.single-copter .entry-title,
.single-airliner .entry-title {
  text-align: center;
  font-size: 32px;
  letter-spacing: .25em;
  line-height: 1.4em;
  text-transform: none;
  font-weight: bold;
}
.single-aircraft .et_pb_button_module_wrapper,
.single-copter .et_pb_button_module_wrapper,
.single-airliner .et_pb_button_module_wrapper {
  padding: 3% 0;
}

.single-aircraft .et_pb_button_module_wrapper,
.single-copter .et_pb_button_module_wrapper,
.single-airliner .et_pb_button_module_wrapper{
  text-align: center;
}


.single-aircraft .et_pb_tabs,
.single-copter .et_pb_tabs,
.single-airliner .et_pb_tabs {
  padding-top: 3%;
  border: none;
}
.single-aircraft .slick-slide,
.single-copter .slick-slide,
.single-airliner .slick-slide {
  padding: 0;
}
.single-aircraft .slick-slide,
.single-copter .slick-slide,
.single-airliner .slick-slide {
  transform: scale(0.9);
  opacity: .4;
  transition: all .5s linear;
}
.single-aircraft .slick-slide.slick-active,
.single-copter .slick-slide.slick-active,
.single-airliner .slick-slide.slick-active {
  transform: scale(1);
  opacity: 1;
}
.single-aircraft .et_pb_tabs_controls li,
.single-copter .et_pb_tabs_controls li,
.single-airliner .et_pb_tabs_controls li {
  display: inline-block;
  float: none;
}

.single-aircraft .et_pb_all_tabs > div,
.single-copter .et_pb_all_tabs > div,
.single-airliner .et_pb_all_tabs > div {
    display: none;
}

.single-aircraft .et_pb_all_tabs .et_pb_active_content,
.single-copter .et_pb_all_tabs .et_pb_active_content,
.single-airliner .et_pb_all_tabs .et_pb_active_content {
    display: block;
}

.single-aircraft ul.et_pb_tabs_controls,
.single-copter ul.et_pb_tabs_controls,
.single-airliner ul.et_pb_tabs_controls {
  text-align: center;
}
.single-aircraft .et_pb_tab_content,
.single-copter .et_pb_tab_content,
.single-airliner .et_pb_tab_content {
  text-align: center;
}
.single-aircraft .et_pb_tab_content > ul,
.single-copter .et_pb_tab_content > ul,
.single-airliner .et_pb_tab_content > ul {
  padding: 20px;
  margin-left: 20px;
}
.single-aircraft .et_pb_tab_content > h3,
.single-copter .et_pb_tab_content > h3,
.single-airliner .et_pb_tab_content > h3 {
  padding: 0 20px;
  text-align: left;
}
.single-aircraft .tab_col,
.single-copter .tab_col,
.single-airliner .tab_col {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 20px;
}
.single-aircraft .et_pb_tab_content ul li,
.single-copter .et_pb_tab_content ul li,
.single-airliner .et_pb_tab_content ul li {
  text-align: left !important;
}
.single-aircraft .et_pb_tab_content li p,
.single-copter .et_pb_tab_content li p,
.single-airliner .et_pb_tab_content li p {
  display: inline-block;
}
.single-aircraft .et_pb_tab_content li,
.single-copter .et_pb_tab_content li,
.single-airliner .et_pb_tab_content li {
  list-style: disc;
}
.single-aircraft .et_pb_tab_content ul,
.single-copter .et_pb_tab_content ul,
.single-airliner .et_pb_tab_content ul {
  margin-bottom: 30px;
}
.single-aircraft .et_pb_tab_content h3,
.single-copter .et_pb_tab_content h3,
.single-airliner .et_pb_tab_content h3 {
  font-size: 17px;
}
.single-aircraft .et_pb_tabs_controls li a,
.single-copter .et_pb_tabs_controls li a,
.single-airliner .et_pb_tabs_controls li a {
  font-family: Michroma;
  font-size: 14px;
}

.single-aircraft .et_pb_tabs_controls li a:hover,
.single-copter .et_pb_tabs_controls li a:hover,
.single-airliner .et_pb_tabs_controls li a:hover {
  color: #1f2328;
}
.single-aircraft ul.et_pb_tabs_controls::after,
.single-copter ul.et_pb_tabs_controls::after,
.single-airliner ul.et_pb_tabs_controls::after {
  border-top: 2px solid #d4d4d4;
  top: -11px;
}
.single-aircraft .et_pb_tabs_controls li,
.single-copter .et_pb_tabs_controls li,
.single-airliner .et_pb_tabs_controls li {
  border-right: none;
  padding: 0 5px;
}
.single-aircraft .et_pb_tabs_controls li.et_pb_tab_active,
.single-copter .et_pb_tabs_controls li.et_pb_tab_active,
.single-airliner .et_pb_tabs_controls li.et_pb_tab_active {
  color: #000;
  background-color: transparent;
  border-bottom: 2px solid #000;
}
.single-aircraft ul.et_pb_tabs_controls,
.single-copter ul.et_pb_tabs_controls,
.single-airliner ul.et_pb_tabs_controls {
  background-color: transparent;
}
@media screen and (min-height: 800px) {
  .single-aircraft .slideout .inner,
  .single-copter .slideout .inner,
  .single-airliner .slideout .inner {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  .single-aircraft .tab_col,
  .single-copter .tab_col,
  .single-airliner .tab_col {
    width: 100%;
  }
  .single-aircraft .entry-title,
  .single-copter .entry-title,
  .single-airliner .entry-title {
    font-size: 23px;
  }
  .single-aircraft .et_pb_tabs_controls li,
  .single-copter .et_pb_tabs_controls li,
  .single-airliner .et_pb_tabs_controls li {
    display: block;
  }
  .single-aircraft ul.et_pb_tabs_controls::after,
  .single-copter ul.et_pb_tabs_controls::after,
  .single-airliner ul.et_pb_tabs_controls::after {
    display: none;
  }
  .single-aircraft .et_pb_tabs_controls li a,
  .single-copter .et_pb_tabs_controls li a,
  .single-airliner .et_pb_tabs_controls li a {
    display: block;
  }
}
/* Aircraft, Helicopter, and Press Listing */
.page-template-page-helicopter-landing article + .container,
.page-template-page-aircraft-landing article + .container,
.page-template-page-airliner-landing article + .container {
  padding-top: 0 !important;
  padding-bottom: 3%;
}
.aircraft_list {
  display: flex;
  flex-flow: row wrap;
}
.aircraft_item {
  flex: 0 0 33%;
  padding: 1.5%;
}
.list_item_thumb {
  padding-bottom: 56%;
  display: block;
  background-size: cover !important;
}
.aircraft_item p a {
  text-align: center;
  display: block;
  color: #000;
  font-family: Michroma;
  font-weight: 600;
  font-size: 20px;
}
.aircraft_item p {
  padding-top: 10px;
}
@media screen and (min-width: 900px) {
  .aircraft_list:hover .aircraft_item {
    opacity: .4;
  }
  .aircraft_list:hover .aircraft_item:hover {
    opacity: 1;
  }
  .aircraft_list .aircraft_item {
    transition: all 0.3s ease-in-out;
  }
  .aircraft_list .aircraft_item .list_item_thumb {
    transition: all 0.3s ease-in-out;
  }
  .aircraft_list .aircraft_item:hover .list_item_thumb {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 1000px) {
  .aircraft_item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  .aircraft_item {
    flex: 0 0 100%;
  }
  .aircraft_item p a {
    font-size: 16px;
  }
}
/* Press Landing Page */
.page-template-page-press article + .container {
  padding-top: 0 !important;
  padding-bottom: 3%;
}
.page-template-page-press .press_list {
  display: flex;
  flex-flow: row wrap;
}
.page-template-page-press .press_item {
  flex: 0 0 33%;
  padding: 1.5%;
}
.page-template-page-press .list_item_thumb {
  padding-bottom: 56%;
  display: block;
  background-size: cover !important;
}
.page-template-page-press .press_item p a {
  text-align: center;
  display: block;
  color: #000;
  font-family: Michroma;
  font-weight: 600;
  font-size: 20px;
}
.page-template-page-press .press_item p {
  padding: 10px 20px;
  line-height: 1.3em;
  font-size: 14px;
  transition: all .2s linear;
  text-align: center;
}
.page-template-page-press .press_item .read_more a {
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.page-template-page-press .press_item:hover p {
  background-color: #1f2328;
  color: #fff !important;
}
.page-template-page-press .press_item:hover p a {
  color: #fff;
}
.page-template-page-press .press_item .list_item_thumb {
  transition: all .2s linear;
}
.page-template-page-press .press_item:hover .img_wrap {
  background-color: #1f2328;
}
.page-template-page-press .press_item:hover .list_item_thumb {
  opacity: .6;
}
@media screen and (max-width: 1000px) {
  .page-template-page-press .press_item {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 710px) {
  .page-template-page-press .press_item {
    flex: 0 0 100%;
  }
  .page-template-page-press .press_item p a {
    font-size: 16px;
  }
}
/* Owl Slider customization */
.owl-prev::before {
  content: "\f053" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 25px !important;
}
.owl-next::before {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 25px !important;
}
.owl-nav .owl-prev {
  left: -25px !important;
}
.owl-nav .owl-next {
  right: -25px !important;
}
.home .owl-nav .owl-prev {
  top: 40%;
}
.home .owl-nav .owl-next {
  top: 40%;
}
@media screen and (min-width: 980px) {
  .dp_oc_item:hover .dp_oc_post_thumb {
    transform: scale(1.02);
  }
  .dp_oc_item .dp_oc_post_thumb {
    transition: all 0.3s ease-in-out;
  }
  .owl-carousel:hover .dp_oc_post_thumb {
    opacity: .4;
  }
  .owl-carousel:hover .dp_oc_item:hover .dp_oc_post_thumb {
    opacity: 1;
  }
  .owl-carousel:hover .dp_oc_post_title a {
    opacity: .4;
  }
  .owl-carousel:hover .dp_oc_item:hover .dp_oc_post_title a {
    opacity: 1;
  }
  .owl-carousel .dp_oc_item .dp_oc_post_title a {
    transition: all 0.3s ease-in-out;
  }
  .dp_oc_item {
    margin: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .home .owl-nav .owl-prev {
    top: 45%;
  }
  .home .owl-nav .owl-next {
    top: 45%;
  }
}
@media screen and (max-width: 480px) {
  .home .owl-nav .owl-prev {
    top: 32%;
  }
  .home .owl-nav .owl-next {
    top: 32%;
  }
}
/* Single Posts */
.single-post #sidebar {
  display: none;
}
.single-post #left-area {
  float: none;
  margin: 0 auto;
}
.single-post .et_pb_section {
  padding: 0;
}
.single-post .et_pb_row {
  margin: 0;
}
.single-post .post_back_link a {
  font-size: 12px;
  font-family: Michroma;
  font-weight: 600;
}
.single-post .post_back_link a:hover {
  color: #000;
}
