/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
  font-family: frutiger;
  src: url(../fonts/FrutigerLTStd-BoldCn.otf);
}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background-color: #1c1c1c;
  font-family:'frutiger', sans-serif;
  cursor: -webkit-zoom-in
  cursor: -moz-zoom-in
  cursor: zoom-in
}

footer {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  width: 20%;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-box-shadow: 3px 3px 10px #000;
  -webkit-box-shadow: 3px 3px 10px #000;
  box-shadow: 3px 3px 10px #000;
  padding: 5px;

/*
  cursor: url('https://global.pilotcredentials.com/img/help.cur');/*, pointer;*/

}

.app-btn{
  border-radius: 3px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.26);
  background: #428bca;
  color: #FEFEFE;
  transition: box-shadow 200ms,border 200ms;
  -webkit-transition: box-shadow 200ms,border 200ms;
}
.app-btn:hover{
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
  color: #FEFEFE;
}
.btn-rt{
  float: right;
}
.btn-lft{
  float: left;
}

.bubble {
  display: none;
  padding-top: 5px;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  top: 553px;
  left: 25%;
  color: #fefefe;
  bottom: 50%;
  width: 50%;
  height: 460px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 0px;
  background-color: #1c1c1c;
  box-shadow: 0px 1px 2px black;
  z-index: 9999;
}

.bubble h1 {
  font-size: 20pt;
  text-align: center;
}


.bubble .close {
  position: relative;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: white;
}

.close{
  opacity: .9;
}
/*
.navbar{
  height: 80px;
  border-radius: 0px;
  border: none;
  margin: 0px;
  box-shadow: 0px 0px 1px #1c1c1c;
  background-color: white;
  color: #2c2c2c;
}
.navbar-brand {
  padding: 0px;
  margin: 0px;
}
.navbar-brand img{
  position: relative;
  z-index: 9999;
  top: -15px;
  transition-property: transform;
  transition-duration: 1s;
}
.navbar-brand h1{
  position: relative;
  display: inline-block;
  margin-left: -10px;
  top: -10px;
  text-shadow: 0px 0px 1px #1c1c1c;
  transition-property: color;
  transition-duration: 1s;
}
.navbar-brand h1:hover{
}
.navbar > .container-fluid .navbar-brand{
  margin: 0px;
}
.nav-links{
  height: 80px;
}
.navbar-ul{
  display: inline-block;
  list-style-type: none;
  margin: 0px;
  padding-left: 1.5em;
}
.navbar-ul li, .navbar-ul li a {
  width: 8em;
  display: inline-block;
  height: 80px;
}
.navbar-ul >li >a{
  height: 80px;
  padding-top: 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px 1px #8c8c8c;
  color: #2c2c2c;
}
.navbar-ul >li >a:hover{
  transition-property: background-color, color;
  transition-duration: 1s;
  background-color: #cccccc;
  color: #000;
}
#learn-more{
  height: 40px;
  background: rgba(0,0,0,.4);
  color: #DDD;
  text-shadow: 0px 0px 1px #8c8c8c;
  text-align: center;
}
#learn-more >h4{
  margin-top: 5px;
  margin-bottom: 0px;
  transition-property: opacity;
  transition-duration: 1s;
}
#learn-more h5{
  margin-top: 0px;
}

#myCarousel{
  background-image: url('../img/1920x1080.jpeg');
  
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
*/

.navbar-brand h1 {
  color: #0f2e62;
  font-size: 20pt;
}

/*
.navbar-wrapper .navbar-brand {
  -webkit-transform:translateY(-100px);
  -moz-transform:translateY(-100px);
  transform:translateY(-100px);
}
*/
.navbar-brand img{
  height: 97px;
}

.navbar-brand {
  -webkit-transform:translateY(-72px);
  -ms-transform:translateY(-72px);
  transform:translateY(-72px);
}

.banner {
  padding: 0px;
  width: 100%;
  height: 103px;
  background-color: #fefefe;
  box-shadow: 0px 1px 1px #5a5a5a;
/*
  background-image:url('../../img/pilotcredentials_logo.png');
  background-repeat: no-repeat;
  text-shadow: 0 1px solid black;*/
}

.welcome {
  float: right;
  margin-right: 150px;
  color: #428bca;
}

.left_border {
  border-left: 1px solid #428bca;
  padding-left: 30px;
  height: 150px;
}

.floaty {
  float: right;
  -webkit-transform:translateY(-60px);
  -moz-transform:translateY(-60px);
  transform:translateY(-60px);
}

.logout {

  margin-right: 100px;
  float: right;
  -webkit-transform:translateY(-60px);
  -moz-transform:translateY(-60px);
  transform:translateY(-60px);
  color: #0f2e62;
  font-size: 16pt;
}

.login {
  background-color: transparent;
  float: right;
  width: 50%;
  height: 50%;
  padding-top: 20px;
  z-index: 999;
  border-left: 50px solid transparent;
  border-top: 50px solid #babcbe;
}


.login input[type=submit],
.login input[type=password],
.login input[type=text],
.login a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;
  text-align: center;
  line-height: -100px;
}

.login input[type=submit] {
  background-color: #fff;
  color: #babcbe;
  width: 100px;
}

.login a {
  margin-top: 10px;
  text-decoration: underline;
  color: #fff;
  font-size: xx-small;
}

/*
.login a  {
    padding: 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: block;

    border-right: 30px solid transparent;
    border-bottom: 30px solid #4c4c4c;

    height: 0;
    line-height: 50px;
}
*/



.video {
  text-align: center;
}

.signup {
  position: relative;
  width: 550px;
  height; 143px;
  top: 260px;
  left: 160px;
  color: #fff;
}

.light_grey {
  background-color: #a5a7aa;
  color: #0f2e62;
}

.dark_grey {
  background-color: #919396;
  color: #0f2e62;
}

.navy_blue {
  background-color: #0f2e62; /* navy blue */
  color: #fff;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f2e62), to(#0e1d51));
  background-image: -webkit-linear-gradient(top, #0f2e62, #0e1d51);
  background-image:    -moz-linear-gradient(top, #0f2e62, #0e1d51);
  background-image:     -ms-linear-gradient(top, #0f2e62, #0e1d51);
  background-image:      -o-linear-gradient(top, #0f2e62, #0e1d51);
  background-image:         linear-gradient(top, #0f2e62, #0e1d51);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#{#0f2e62}', EndColorStr='#{#0e1d51}');
}
.column {
  width: 501px;
  float: left;
}
.inner_column {
  float:left;
  width:570;
}

.content_panel {
  height: 90px;
  border-bottom: 1px solid #111;
  text-shadow: 0px 0px 1px #8c8c8c;
  padding-top: 10px;
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
}
.content_panel >div >h4{
  margin-top: 23px;
}
/*
@media (min-width: 768px) {
  .content_panel {
    width: 160px;
  }

}

@media (min-width: 992px) {
  .content_panel {
    width: 200px;
  }

}

@media (min-width: 1200px) {
  .content_panel {
    width: 340px;
  }
}

@media (min-width: 1500px) {
  .content_panel {
    width: 320px;
  }

}

@media (min-width: 1592px) {
  .content_panel {
    width: 380px;
  }
  .content_panel .inline:last-child {
    margin-top: 20px;
  }
}

*/




.affiliate {
  text-align: center;
  color: #eee;
  padding-top: 27px;
}

.affiliate h3{
  margin-top: 10px;
}

.inline {
  float: left;
  margin-left: 10px;
}

.why {
  padding-left: 6px;
}

/*
[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

[class$="-12"]
{
  padding-left: 0;
  padding-right: 0;
}
*/



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 40px;
  right: 50%;
  left: 0px;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: transparent;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
/*
  height: 500px;
*/
}






/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  margin-top: 100px;
  padding-right: 15px;
  padding-left: 15px;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .row div p {
  margin: 2px 0px 2px 0px;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 400px) {
  .carousel {
    height: 200px;
  }
  .carousel .item {
    height: 200px;
  }

  .signup {
    position: absolute;
    top: 10px;
  }

/*
  .navbar-brand img {
    z-index: -999;
  }
*/

}

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .carousel {
    height: 350px;
  }
  .carousel .item {
    height: 350px;
  }

  .signup {
    position: absolute;
    top: 120px;
    z-index: 9999;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .carousel {
    height: 450px;
  }
  .carousel .item {
    height: 450px;
  }
}

@media (min-width: 1500px) {
  .carousel {
    height: 500px;
  }
  .carousel .item {
    height: 500px;
  }
}


/* wordpress */
#blog-container{
  /*background-color: #000;*/
  font-family: 'Raleway', sans-serif;
  box-shadow: 0px 1px 2px black;
  border-bottom: 1px solid black;
}
#blog-header{
  background-image: url('../img/spotlight_banner_blur.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0px 1px 2px black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 200px;
  padding: 10px 0px 10px 0px;
  z-index: 9999;
}
  #blog-header h2{
    margin-left: 4em;
    color: #eee;
  }
  #blog-header img{
    height: 100%;
    max-width: 100%;
    margin-left: 10%;
  }
.blog-controls{
  height: 34px;
}
.blog-controls h3{
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  margin-top: 0px;
}
.blog-controls h3:nth-child(2){
  margin-left: 50px;
}

#blog-content{
  background-color: #2c2c2c;

  color: #EEE;
  box-shadow: 1px 1px 2px black;
  padding: 20px;
}
.down-arrow{
  border-top: 10px solid #0c0c0c;
  border-left: 230px solid rgba(0,0,0,0);
  border-right: 230px solid rgba(0,0,0,0);
}
.btn-blog{
  border-radius: 0px;
  width: 25%;
  background-color:#2c2c2c;
  color: #EEE;
  box-shadow: 1px 1px 2px black;
}
#blog-archive{
  width: 100%;
}
.btn-blog:hover{
  color: #FFF;
}

.pagination{
  margin: 0px;
}

.pagination >li >a {
  background-color: #2c2c2c;
  border: 1px solid #1c1c1c;
  cursor: pointer;
}

.pagination >li:first-child >a, .pagination >li:last-child >a{
  border-radius: 0px;
}

.pagination >li:first-child >a{
  border-left: 0px;
}

/*FAQ*/
.faq-img{
}
#faq-banner{
  height: 80px;
  background-image: url(../img/profile_banner.jpg);
  color: white;
  padding-left: 16.6666667%;
  border-bottom: 5px solid navy;
}
#faq-content{
  padding: 20px;
  background-color: white;
}
#faq-content >p, #faq-content >ul >li{
  font-size: 1.1em;
  margin-left: 20px;
}
#faq-content >h4{
  margin-top: 40px;
}
#faq-index{
  margin-top: 30px;
}

/*SIGNUP*/
#page-banner{
  background-image: url('../img/page_banner.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0px 1px 2px black;
  border-top: 1px solid #428bca;
  border-bottom: 2px solid #428bca;
  color: white;
  padding-left: 16.66666666%;
}
.signup-content{
  display: none;
}
#pilot-terms{
  padding: 20px;
  height: 600px;
  overflow: auto;
  box-shadow: 0px 0px 1px #1c1c1c;
}
input.error, select.error {
  background: #FCC;
}
#rec-sub-opts .sub-opt-ul .sub-opt-item:last-child{
  margin-bottom: 5px;
}
.sub-opt-ul{
  list-style-type: none;
  text-align: center;
  padding: 0px;
}
.sub-opt-item{
  border: 1px solid #ddd;
  padding: 10px;

  margin-top: 5px;
}
.sub-opt-item div:first-child{
  text-align: left;
}
/*
.sub-opt-item:hover{
  box-shadow: 0 2px 3px rgba(0, 0, 0, .26)
}
*/
.sub-opt-item hr{
  margin: 3px 0px 3px 0px;
}
.sub-opt-item span{
  background-color: #428bca;
}
.sub-calc p{
  margin-bottom: 0px;
}
#recruiter-promo{
  width: 40%;
  display: inline;
}
#rec-promo-alert{
  display: inline;
  padding: 9px;
}
/*REC POSTING*/
#rec-pro-container{
  //padding-top: 50px;
  padding-bottom: 50px;
  //background-color: white;
  //box-shadow: 0px 2px 3px rgba(0,0,0,.26)
}
.rec-pro-form-container{
  //box-shadow: 0px 0px 1px black;
  //box-shadow: 0px 0px 5px black;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  margin-top: 20px;
  padding: 20px;
}
#pro_email_v{
  display: none;
}
.rec-pro-sub-title{
  margin-top: 40px;
}
.rec-pro-sub-title:first-child{
  margin: initial;
}
.rec-pro-pic-container{
  max-width: 100%;
  max-height: 100%;
  padding: 2%;
  background: #DDD;
  margin: 7px 0px 7px 0px;
  float:left;
  position: relative;
}
.rec-pro-pic-container:after {
  content: "";
  position: absolute;
  height: 96%;
  width: 96%;
  margin: 2% 0% 0% 2%;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .52);
  top: 0;
  left: 0;
  z-index: 1; /* You can use higher to ensure that it stays on top */
}
.rec-pro-pic{
  max-width: 100%;
  max-height: 100%;
  display: block;
}
#content{
  background-image: url(../img/page_banner.jpg);
  background-attachment: fixed;
  background-repeat: no-reapet;
  background-size: cover;
}