@charset "UTF-8";
.container-margin{
    margin-top: 7%;
}
body {
  font-family: 'Lato', sans-serif;
}
body {
    position: relative;
    overflow-x: hidden;
}
body {
    /*// STOP MOVING AROUND!*/
    overflow-x: hidden;
    /*overflow-y: hidden !important;*/
}
body.modal-open {
    /*// block scroll for mobile;*/
    /*// causes underlying page to jump to top;*/
    /*// prevents scrolling on all screens*/
    overflow: hidden;
    position: fixed;
}
body.viewport-lg {
    /*// block scroll for desktop;*/
    /*// will not jump to top;*/
    /*// will not prevent scroll on mobile*/
    position: absolute;
}
h6{font-size: 1.3em;
    color: #1B3C51;
    font-weight: bold;
    text-align: center;
    }
h8{font-size: 2em;
    color: black;
}
h4{
  font-size: 1.375em;
  color: #4f4f4f;

}
h7{
  font-size: 1em;
  color: #323232;
}
h5{
  font-size: 1.8em;
  color: #1B3C51;
  text-align:left;

}
h2{
    font-size: 1.8em;
    color: #1B3C51;
    font-weight: 800;
    margin-top: 0;

}
h3{
    font-size: 3.5em;
    color: #1B3C51;
    font-weight: bold;
    letter-spacing: 2px;

}
.rotate{
    transform: rotate(-90deg);
}
.glyphicon-circle-arrow-left{
 font-size: 2em;
}
.modal-body a h2:hover {
    text-decoration: none;
    opacity: .5;
}

body,
html { height: 100%;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}

p {
  font-size: 1em;
  text-align: center;
  margin-top: auto;
  color: black;
}

/*@media only screen and (max-width: 611px) {*/



/*}*/
h3{
  font-size: 3.5em;
  color: #1B3C51;
  font-weight: lighter;
  letter-spacing: 2px;
    margin-bottom: 0 !important;

}
h1{
  font-size: 5em;
  color: #1B3C51;
  font-weight: lighter;
    margin-top: 0 !important;

}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #33a6cc;
}
.sidebar-nav li:nth-child(10):before {
    background-color: rgb(144, 144, 144);
}
.sidebar-nav li:nth-child(11):before {
    background-color: rgb(144, 144, 144);
}
.sidebar-nav li:nth-child(11):before {
    background-color: rgb(144, 144, 144);
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}


/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  /*line-height: 32px;*/
  text-align: center;
  opacity: 0;
  /*-webkit-transform: translate3d(0,0,0);*/
  /*-webkit-transition: all .35s ease-in-out;*/
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  /*-webkit-transform: translate3d(-100px,0,0);*/
  /*-webkit-transition: all .35s ease-in-out;*/
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  /*-webkit-transition: all .35s ease-in-out;*/
}
.hamburger.is-closed .hamb-middle {
  /*top: 50%;*/
  /*margin-top: -2px;*/
}
.hamburger.is-closed .hamb-bottom {
  bottom: 0px;
  /*-webkit-transition: all .35s ease-in-out;*/
}

.hamburger.is-closed:hover .hamb-top {
  /*top: 0;*/
  /*-webkit-transition: all .35s ease-in-out;*/
}
.hamburger.is-closed:hover .hamb-bottom {
  /*bottom: 0;*/
  /*-webkit-transition: all .35s ease-in-out;*/
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 999;
}
/* Styles for everything else------*/
.mycontainer{




}
.overviewContainer{



}

/* Section for Storyboards
		 * --------------------------------------- */
		#start{
		background-color: #33a6cc;
		}
    /*.hero-image {*/
  /*background-image: url("../../img/ui/faa_logo.png");*/
  /*height: 100%;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*position: relative;*/
/*}*/
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.hero-text button {
  border:solid;
  outline: 2px white;
    width:226px;
    height:92px;
  display: inline-block;
  /*padding: 10px 25px;*/
  color: white;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  font-size: 2em;
  margin-left: 15px;
  margin-top: 20px;
    line-height: 1.2em;
    -webkit-animation-delay: .2s;

}

.hero-text button:hover {
  background-color: #2a85a4;
  color: white;

}

#tbostyle {


    }
    #tbo_storyboard{

    }
  #atop_storyboard{

  }
  #uas_storyboard{

  }
#commercialSpace_storyboard{


  }
#cyberSecurity_storyboard{


}
#legacy_page{


}
#contact_us{


}
  /*end of styles for story boards*/
    .content {
      text-align: center;
      line-height: normal;
    }



.detailed-animation{

  height: 500px;
  width:600px;
}
.glyphicon-option-vertical{
    font-size: 2.5em;
    color: black;
    font-weight: lighter;
    margin-right: -25px;
    right: 34%;
}
.glyphicon-th:before {
    content: "\e011";
    font-size: 2.5em;
    color: black;
}
.glyphicon-duplicate{
    font-size: 2.5em;
    color: black;
   font-weight: lighter;
}
.btn-info{
    margin-bottom: 0px;
}
/*if bootstrap */
/*.btn-default {*/
    /*color: #333;*/
    /*background-color: Transparent;*/
    /*background-repeat:no-repeat;*/
    /*border: none;*/
    /*cursor:pointer;*/
    /*overflow: hidden;*/
    /*outline:none;*/
/*}*/
button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.close {
    float: right;
    font-size: 60px;
  }

.modal-title{
  text-align: center;
}
/* this is the style for the modal that containes detailed animations*/

.blur {

    transform: scale(1);
    opacity: 0.5;
   -webkit-filter: blur(10px) grayscale(10%);
   -moz-filter: blur(10px);
 -o-filter: blur(10px);
 -ms-filter: blur(10px) grayscale(100%);
 filter: blur(10px);
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 500px;
    overflow-y:auto;
}
footer{
  height: 200px;
  width: 100%;

}
.rightnav{
  margin-top:20px;
 right: 15%;
  position: absolute;
  z-index: 100;
}

.opviewNav{
    margin-top:20px;
    right:25%;
    position: absolute;

    z-index: 100;
}
.nasLogo{
    margin-top:10px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    width: 100vw;
    z-index: 1;
}
#navigation_name h5{
  position: absolute;
  top:-10px;
  left: 5px;
padding-left:10px;
  z-index: 99;
  cursor: pointer;
  font-size: 2em;
  border-left: 1px solid;
}
#navigation_name.hamburger.is-open{
  position: absolute;
  top:25px;
  width: 100px;
  z-index: 9999;
  cursor: pointer;
transform: scale(1.2);
-webkit-transition: all .35s ease-in-out;
}
.detailed_animation_name h5{
  position: absolute;
  top:-12px;
  right:-100px;
  width: 100px;

  cursor: pointer;
  border-left: 1px solid;
  padding-left:10px;
font-size: 1.4em;
}
/*#detailed_animation_name:hover{
  position: absolute;
  width: 100px;
  z-index: 9999;
  cursor: pointer;

}*/
.leftnav{
  margin-left: 5%;

}
.systemCat{
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom:0%;
}

.tile{
    display:inline-block;
    width: 360px;
    padding-right:0px;
    margin-top:3%;
    margin-left: -16%;
    text-align: center;
}
.tile h2{
    margin-left: 0%;
    text-align: center;
}
#systemCat{

    padding-left: 12%;
    overflow-x: hidden;
}



/**/
/**/
/*Back to top button*/
#fp-nav.right {
    right: 17px;
    top: 95%;
    text-align: center;
    color: #000;
    z-index: 0;
}
#fp-nav  {
    position: fixed;
    z-index: 99;
    margin-top: -32px;
    text-decoration: none;
  }
  #fp-nav a {

      text-decoration: none;
      color: black;
    }

.glyphicon-circle-arrow-up{
  font-size: 2em;
    color: black;
}

/*footer*/
.fp-auto-height{
  background: #003e7e;
border-bottom: 4px solid #00264d;
border-top: 10px solid #937206;
padding-bottom: 2em
}
.detailedMarginTop{}

.row.topspace{
  padding-top:30px;

}

.modal-body-video{
  height: auto;
  overflow-y: auto;
  padding: 15px;
}

.sidebar-brand {left:-20px}

.leftcontact{display: inline-block;padding: 3rem;text-align: left; line-height: 1.5em; letter-spacing: 1.5px;
width:auto;
height: 200px;
/*border-right:1px solid white;*/
}
.rightcontact{
    display: inline-block;
    margin: 3rem;
    }

.vidhead{
    box-shadow: 0 0 1px 0 #9c9c9c;
    background-color: rgba(255, 255, 255, 0.25);
    margin:  50px 0 10px 0;
    /*border: solid 1px #386B70;*/
}

.well {
    max-height: 567px;
    padding: 19px;
    overflow: auto;
    /* margin-bottom: -335px; */
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);

}
@media only screen and (max-width: 1600px) {

    .rightnav{
        margin-top:20px;
        right: 10%;
        position: absolute;
        z-index: 100;
    }

    .opviewNav{
        margin-top:20px;
        right:23%;
        position: absolute;
        z-index: 100;
    }
.container-fluid{
    margin-top: 11% !important;
}


}
@media only screen and (max-width: 1309px) {
    .btn1 {
        background: none;
        border: none;
        cursor: pointer;
        line-height: 1.5;
        font: 700 1.8rem 'Roboto Slab', sans-serif !important;
        padding: 1em 1em;
        letter-spacing: 0.05rem;
        margin-left: 1rem !important;
        margin-bottom: 1rem;
        box-shadow: 0 0 1px 0 #646464;
        background-color: #ffffff40;

    }
    .container-fluid{
        margin-top: 13% !important;
    }
}
@media only screen and (max-width: 1256px) {
    .container-fluid{
        margin-top: 15% !important;
    }
}
@media only screen and (max-width: 1239px) {

    .rightnav{
        margin-top:20px;
        right:10%;
        position: absolute;
        z-index: 100;
    }

    .opviewNav{
        margin-top:20px;
        right:25%;
        position: absolute;
        z-index: 100;
    }

}
@media only screen and (max-width: 1199px) {
    .container-margin{

    }
    .vidhead{

    }
    .popover.right{
        margin-left: 1% !important;
    }
}
@media only screen and (max-width: 1070px) {

.rightnav{
margin-top:20px;
right: 10%;
position: absolute;
z-index: 100;
}

.opviewNav{
margin-top:20px;
right:30%;
position: absolute;
z-index: 100;
}

}
@media only screen and (max-width: 1063px) {

    .rightnav{
        margin-top:20px;
        right: 10%;
        position: absolute;
        z-index: 100;
    }

    .opviewNav{
        margin-top:20px;
        right:30%;
        position: absolute;
        z-index: 100;
    }

    .btn1 {
        background: none;
        border: none;
        cursor: pointer;
        line-height: 1.5;
        font: 700 2rem 'Roboto Slab', sans-serif !important;
        padding: 1em 1em;
        letter-spacing: 0.05rem;
        margin-left: 1rem !important;
        margin-bottom: 1rem;
        box-shadow: 0 0 1px 0 #646464;
        background-color: #ffffff40;
    }
    .acFloat {
        width: 280px;
        height: 150px;
        top:80% !important;
        left: 55% !important;
        background-repeat: no-repeat;
        position: absolute;
        overflow: hidden;

        transform: translatey(0px);
        animation: float 6s ease-in-out infinite;
    }

}

@media only screen and (max-width: 1024px) {
    .myButton{
        float:left !important;
        margin-top: 5%;
    }
    .popover.right{
        margin-top: 15% !important;

    }
}

@media only screen and (max-width: 991px) {



    .rightnav{
        margin-top:20px;
        right: 10%;
        position: absolute;
        z-index: 100;
    }

    .opviewNav{
        margin-top:20px;
        right:35%;
        position: absolute;
        z-index: 100;
    }


    .btn1 {
        background: none;
        border: none;
        cursor: pointer;
        line-height: 1.5;
        font: 700 1.5rem 'Roboto Slab', sans-serif !important;
        padding: 1em 1em;
        letter-spacing: 0.05rem;
        margin-left: 1rem !important;
        margin-bottom: 1rem;
        box-shadow: 0 0 1px 0 #646464;
        background-color: #ffffff40;

    }
    .acFloat {
        width: 280px;
        height: 150px;
        top:80% !important;
        left: 55% !important;
        background-repeat: no-repeat;
        position: absolute;
        overflow: hidden;

        transform: translatey(0px);
        animation: float 6s ease-in-out infinite;
    }
}



@media only screen and (max-width: 767px) {
    .rightnav{
       right:15% !important;

    }


.opviewNav{
    margin-top:20px;
    right:50%  !important;
    position: absolute;
    z-index: 100;
}
    .nasLogo{
        display:none !important;
    }
    .fp-controlArrow {
        display: none;
    }
    .rightnav{
        margin-top:20px;
        right: 10%;
        position: absolute;
        z-index: 100;
    }

    .opviewNav{
        margin-top:20px;
        right:30%;
        position: absolute;
        z-index: 100;
    }

    .btn1 {
        background: none;
        border: none;
        cursor: pointer;
        line-height: 1.5;
        font: 700 2rem 'Roboto Slab', sans-serif !important;
        padding: 1.3rem !important;
        letter-spacing: 0.05rem;
        margin-left: 1rem !important;
        margin-bottom: .5rem;
        box-shadow: 0 0 1px 0 #646464;
        background-color: #ffffff40;
    }
    .acFloat {
        width: 280px;
        height: 150px;
        top:80% !important;
        left: 55% !important;
        background-repeat: no-repeat;
        position: absolute;
        overflow: hidden;

        transform: translatey(0px);
        animation: float 6s ease-in-out infinite;
    }

}
/**/
/*header and footer*/

#footerTwo, #headerTwo  {
    position: fixed;
    height: 30px;
    display: block;
    width: 100%;
    background: none;
    z-index: 9;
    text-align: center;

    padding: 0 0 0 0;
    z-index: -1;

}
#footerTwo {
    bottom: 10px;
    border: solid 1px white;
    width: 95px;
    height:23px;
    margin-left: 50%;
    margin-right: 50%;
}
#headerTwo {
    top: 0px;
    height: 75px;
    /*box-shadow: 0 0 10px 0 #646464;*/
    /*background-color: rgba(150, 202, 203, 0.89);*/
    z-index: 9;
    border-bottom: solid 1px #595959;

}

.btn-info:focus {
    background-color: #20819e;
}

.btn-warning:focus {
    background-color: #20819e;
}

.btn.btn-info.active,
.btn.btn-info:active {
    color: #fff;
    background-color: #20819e;
    outline: none;
}
/* start*/

/**/




.draw-border {
    box-shadow: inset 0 0 0 4px #58afd1;
    color: #1b3c51;
    transition: color 0.50s 0.0833333333s;
    position: relative;
}
.draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}
.draw-border::before {
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.draw-border::after {
    border-top-width: 1px;
    border-right-width: 1px;
}
.draw-border:hover {
    color: #386b70;
}
.draw-border:hover::before, .draw-border:hover::after {
    border-color: #386b70;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}
.draw-border:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

.btn1 {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    font: 700 2rem 'Roboto Slab', sans-serif;
    padding: 1em 2em;
    letter-spacing: 0.05rem;
    margin-left: 5rem;
    margin-bottom: 1rem;

    box-shadow: 0 0 1px 0 #646464;
    background-color: rgba(255, 255, 255, 0.44);
}
.btn1:focus {

    background-color: rgba(255, 255, 255, 0.65);
    color: #386b70;
    transition: all .4s ease-in-out;

}
.active1 {

    background-color: rgba(255, 255, 255, 0.65);
    color: #386b70;
    box-shadow:0px -5px 0px 0px inset, 5px 8px 15px rgba(100, 100, 100, 0.55);
    transform: scale(1.1);


}
body {
    background: #50a3a2;
    background: linear-gradient(to bottom right, #94c7c8 0%, #edf7f6 100%);
    align-items: center;
    justify-content: center;

}



@keyframes move_ground {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.groundWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index:-2;

}

.bgTop {
    z-index: -3;
    opacity: 0.5;

}
.bgMiddle {
    z-index: -1;
    opacity: 0.75;

}
.bgBottom {
    z-index: -2;

}
.ground {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;

}
.groundTop {
    background-size: 50% 100px;

}
.groundAnimation .groundTop {

}
/*.groundMiddle {*/
    /*background-size: 50% 120px;*/

/*}*/
/*.groundAnimation .groundMiddle {*/
    /*animation: move_ground 10s linear infinite;*/

/*}*/
.groundBottom {
    background-size: 50% 100px;

}
.groundAnimation .groundBottom {
    /*animation: move_ground 15s linear infinite;*/

}



/*airplane floating*/

.acFloat {
    width: 280px;
    height: 150px;
    top:80%;
    left: 15%;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    transform: translatey(0px);
    /*animation: float 6s ease-in-out infinite;*/

}

@keyframes float {
    0% {

        transform: translatey(0px)  translateZ(0);
    }
    50% {

        transform: translatey(-20px) translateZ(0);
    }
    100% {

        transform: translatey(0px) translateZ(0);
    }
}

iframe{

}



.table-responsive{

}
/*buttons*/
.myButton {
    -moz-box-shadow: 0px 10px 14px -7px #007dc1;
    -webkit-box-shadow: 0px 10px 14px -7px #007dc1;
    box-shadow: 0px 10px 14px -7px #007dc1;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #0061a7;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #0061a7;

    display:inline-block;
    cursor:pointer;
    color:#333333;
    text-align: center;
    font-weight:bold;
    padding:2px 25px;
    text-decoration:none;
    text-shadow:0px 1px 0px #0061a7;
float: right;
    color: white;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color: #007dc1;
    color: white;
}
.myButton:active {
    position:relative;
    top:1px;
}

.myButton2 {
    -moz-box-shadow: 0px 10px 14px -7px #fff6af;
    -webkit-box-shadow: 0px 10px 14px -7px #ffab23;
    box-shadow: 0px 10px 14px -7px #ffab23;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color:#ffec64;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #ffaa22;

    display:inline-block;
    cursor:pointer;
    color:#333333;
    text-align: center;
    font-weight:bold;
    padding:2px 25px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
}
.myButton2:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    background-color:#ffab23;
}
.myButton2:active {
    position:relative;
    top:1px;
}
.buttonsHolder{
    position: inherit;

}
/**/
/*buttons*/
.dropcaps:first-letter {
    margin: 0.00em 0 -0.05em 0;
    padding: 0 0.065em 0 0;
    font-size: 2.5em;
    line-height: 0.85em;
    float: left;
}


#chartModal .modal-content{
    width:163%;
    margin-left: -25%;
}
#refModal .modal-content{
    width:200%;
    margin-left: -45%;

}
.popover.right{
    margin-left: 90% !important;
}
#chartModal .container {
    max-width: 946px;

}

/*clouds*/
@keyframes cloudMove {

    0% {
        transform: translateX(0) translateZ(0) scaleY(1); opacity: .3
    }

    100% {
        transform: translateX(-1000%) translateZ(0) scaleY(1); opacity: .7
    }
    /*0% { right:-100px;   opacity: 0;transform: translateZ(0);}*/
    /*2% { right:-100px;   opacity: .7;transform: translateZ(0);}*/
    /*98% { right:1920px; opacity: .7;transform: translateZ(0);}*/
    /*99% { right:1920px;  opacity: 0;transform: translateZ(0);}*/
    /*100% { right:0px;  opacity: 0;transform: translateZ(0);}*/


}

.cloudWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index:-2;
}

.clouds {
    position: relative;
    left:0px;
    width:1920px;
    height:920px;
    bottom:0px;
    z-index: -1;

}

.cloud1{
    height:132px;
    width:220px;
    position:absolute;
    top:63%;
    right:0px;
    animation: cloudMove 20s linear infinite;
    background-repeat: no-repeat;
    transform: translateY(0px);

}

.cloud2 {
    height:120px;
    width:210px;
    position:absolute;
    background-repeat: no-repeat;
    top:61%;
    right:0px;
    animation: cloudMove 25s linear infinite;

}

/*.cloud3 {*/
    /*height:80px;*/
    /*width:200px;*/
    /*position:absolute;*/
    /*top:75%;*/
    /*right:0px;*/
    /*animation: cloudMove 35s linear infinite;*/
    /*background-repeat: no-repeat;*/
    /*z-index: -2;*/

/*}*/

/*.cloud4{*/
    /*height:120px;*/
    /*width:220px;*/
    /*position:absolute;*/
    /*top:63%;*/
    /*right:0px;*/
    /*animation: cloudMove 55s linear infinite;*/
    /*background-repeat: no-repeat;*/
    /*z-index: -2;*/

/*}*/

/*.cloud5 {*/
    /*height:120px;*/
    /*width:210px;*/
    /*position:absolute;*/
    /*top:70%;*/
    /*right:0px;*/
    /*animation: cloudMove 45s linear infinite;*/
    /*background-repeat: no-repeat;*/
    /*z-index: -2;*/

/*}*/

/*.cloud6 {*/
    /*height:132px;*/
    /*width:220px;*/
    /*position:absolute;*/
    /*top:75%;*/
    /*right:0px;*/
    /*animation: cloudMove 50s linear infinite;*/
    /*background-repeat: no-repeat;*/
    /*z-index: -2;*/


/*}*/

.acCloudwrapper{
    width:100%;
    height: 1000px;

}
video{
    cursor: pointer;
    box-shadow: 0 0 1px 0 #9c9c9c;
    background-color: rgb(179, 179, 179);
    margin:  0px 0 10px 0;
    border: solid 1px #386B70;
}

.catBtn, .disabled{
    border: none;
}

.systemCat button{
    padding: 9px 12px;
    width: 121px;
    margin-bottom: 7px;
}

#allBtn{
    background-color: #434343;
}

#comBtn{
    background-color: #131f28;
}

#navBtn{
    background-color: #24647b;
}

#survBtn{
    background-color: #4facc6;
}

#autoBtn{
    background-color: #b3deca;
}

#weathBtn{
    background-color: #a9d057;
}

#moniBtn{
    background-color: #589040;
}

#newBtn{
    background-color: #3c5728;
}

#tboBtn{
    background-color: #f9a822;
}
#labsBtn{
    background-color: #399d76;
}

#allBtn:focus, #comBtn:focus, #survBtn:focus, #autoBtn:focus, #weathBtn:focus, #moniBtn:focus, #newBtn:focus, #tboBtn:focus,#labsBtn:focus{
    background-color: #a5a4a4;
}