/*End Generated Styles*/#header h1 {
    display: inline;
    background: url('/uploads/2018/06/28/logo.png') no-repeat 0 10px;
    padding: 0 0 10px 80px;
    text-align: left;
    /*text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

#header h2 {
   /*text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
   color: white;
   font-size: 2.5em;
}

#header h1 a {
    color: #205eac;
}

#header h1 a:hover {
    color: #60abff;
}

h3 {
color: #333399;
}

.contact-columns {
  display: inline-block;
  margin:10px auto;
  width: 100%;
  vertical-align: top;
  padding: 15px;  
  border: 4px solid #eaeaea;
  text-align: center }
@media screen and (max-width: 600px) {
  .contact-columns {
     height: auto;
     width: 90%;  }
.honeycomb-box {
width: 90%!important;
height: auto!important;
} }

@media screen and (max-width: 480px) {
    #header h1 {
        background-image: none;
        padding: 0;
    }
   .honeycomb-panel img {
float: none!important;
margin: 10px!important;
}
.button {
float: left!important;
}
}


.honeycomb-box {
display: inline-block;
width: 450px;
margin: 0 15px;
vertical-align: top;
border: 4px solid #eaeaea;
padding: 0 10px;
height: 350px;
}

.honeycomb-box img {
margin: 5px 0px;
}

.honeycomb-panel img {
margin: 0 10px;
}

.honeycomb #header {
  background: url("/uploads/2019/03/08/header1.jpg") no-repeat center
    center/cover !important;
}

.aircraft-products #header {
  background: url("/uploads/2019/03/08/header2.jpg") no-repeat center
    center/cover !important;
}

.contact-us #header {
  background: url("/uploads/2019/03/11/header3.jpg") no-repeat center
    center/cover !important;
}

.button {
background: #205eac;
width: 200px;
color: white;
padding: 5px;
border-radius: 10px;
text-align: center;
float: right;
margin: 5px 0px;
}

.button a {
color: white;
text-decoration:none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button:hover {
background:  #5496ea;
cursor: pointer;
}

.button a:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover a{
  padding-right: 15px;
}

.button:hover a:after {
  opacity: 1;
  right: 0;
}

/****************** SLIDESHOW ******************/
#mainbody {
    position: inherit;
}

.webdexpress_header {
    position: relative;
    z-index: 2;
}

#header {
    height: 36vw;
}

.webdexpress_header div:first-child {
    margin-top: 0;
}

#navigation {
    bottom: 0;
    z-index: 10;
}

#navigation .nav {
    background: #205eac;
}

#navigation ul.nav .active > a {
    background: #5496ea;
}

#navigation .nav a:hover {
    background: #2466b9;
}

#navigation .nav a:active,
#navigation .nav li:hover ul li a:active {
    background: #1a5299;
}

@media (min-width: 1100px) {
    .webdexpress_header {
        margin-top: 10%;
    }
}

@media (min-width: 746px) and (max-width: 775px) {
    .webdexpress_header {
        padding: 20px;
    }
}

@media (max-width: 746px) {
    #header h1 {
        background: url('/uploads/2018/06/28/logo.png') no-repeat 0 10px / 43px;
        padding: 0 0 10px 50px;
        font-size: 6vw;
    }
    #header h2 {
        font-size: 4vw;
    }
}

@media (max-width: 600px) {
    #header h1 {
        background: url('/uploads/2018/06/28/logo.png') no-repeat 0 7px / 28px;
        padding: 0 0 10px 37px
    }
}

@media (max-width: 39.99em) {
    .webdexpress_header {
        padding: 53px 0 60px;
    }
    #navigation .nav li li,
    #navigation .nav li li li,
    #navigation,
    #navigation .nav li {
        background-color: #205eac;
    }
    #navigation .nav li.active > a {
        background-color: #205eac;
    }
}

@media (max-width: 480px) {
    .webdexpress_header {
        padding: 47px 0 60px;
    }
}

.carousel { 
    position: absolute;
    width: 100%;
    overflow:hidden;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin:0;
    padding:0;
    list-style-type:none;
/*    max-height: 430px;*/
}

.carousel .slide-1 {
    background: url('/uploads/2018/11/29/aircraft-2114464.gif');
}

#content .rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  }

#content .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#content .rslides li:first-child {
  position: inherit;
  display: block;
  float: left;
  }

#content .rslides img {
  display: block;
  height: 36vw;
  float: left;
  width: 100%;
  border: 0;
  }