/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
  padding-bottom: 40px;
  color: #0c0c0c;
}



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

.navbar {
    width: 100%;
  }

.navbar-custom {
    background-color: rgba(255,255,255,0.6);
    border-color: rgba(255,255,255,0.6);
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.mobile-menu .navbar-custom {
    background-color: rgba(255,255,255,0.0);
    border-color: rgba(255,255,255,0.0);
  
    }

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #0c0c0c;
}

/* link */
.navbar-default .navbar-nav > li > a{
    //color: #4c4c4c;
}



/* HEADER BANNER STYLES
-------------------------------------------------- */

.container-full {
  margin: 0;
  width: 100%;
}

.banner {
  //position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #59626e;
  padding: 25px 25px 0 25px;
  background-color: rgba(255,255,255,0.6);
  }

.row.banner {
  width: 100%;
  margin:0;
    }
  
.brand .container {
  margin-top: 10px;
}


.banner .brand {
  padding-bottom: 20px;
    }
    

.brand .btn {
    margin-top: 4px;
}

.banner h1 {
  font-size: 22px;
  line-height: 1;
  padding: 0;
  margin: 0;
  }

.banner h2 {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height; 1;
  padding: 0;
  margin: 0 0 0 20px;
  }

.banner .sticker {
 margin-top: -90px;
  margin-bottom: -120px;
  z-index: 20;
  }

.banner a {
  font-size: 11px;
  font-weight: bold;
  }
.banner table {
    font-size: 10px;
  }
.banner table td {
      padding-right: 4px;
    }
  

.social a {
    font-size: 11px;
  }

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

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color:#FFF;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
}

/* FIX JUMBOTRON
-------------------------------------------------- */
.content .jumbotron {
    background-color: rgba(0,0,0,0);
}

/* FOOTER STYLES-
-------------------------------------------------- */
footer {
    border-top: 1px lightgrey solid;
    font-size: 9px;
}

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


.vertical-offset {
  margin-top:380px;
  }

.marketing .content {
  margin-top: -20px;
  background-color: rgba(255,255,255,0.8);
  min-height: 300px;
}
/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

.img-marg-5 {
    margin: 5px;
}

/* CONTENT TYPOGRAPHY
-------------------------------------------------- */
.content h2 {
    padding: 0 0 5px 0;
    color: #7d7d7d;
    font-size: 24px;
    font-weight: bold;
}


.content h3,
.content h4,
.content h5,
.content h6
 {
    padding: 0 0 5px 0;
    color: #555;
    font-weight: bold;
  
}

.content h3 {
      font-size: 16px;
}

.content h4 {
    font-size: 14px;
}

.content h5 {
    font-size: 11px;
}

.content h6 {
    font-size: 9px;
}


/* CONTENT ICONS & BUTTONS
-------------------------------------------------- */
.content .info .fa {
  color: #469;
}


.content .btn {
  margin: 15px 0 0 0;
}

/* LIST STYLING
-------------------------------------------------- */

ul.fa-ul li:before {
  content: '\f144';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #ccc;
}

ul.nobullets li:before {
  content: '';
}


.horizontal-list {
  padding-left: 30px;
}
.horizontal-list li {
  display: inline;
  padding-right: 30px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media(max-width:767px){
 .vertical-offset {
    margin-top: 0px;
  }
  
 .banner h1 {
    font-size: 18px;
  }

  
}

@media (min-width: 768px) {

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

  .brand {
    padding-bottom: 0;
  }

 .marketing .content {
   margin-top: 60px;
  }
 
 .navbar {
  width: auto;
  }

}

@media (min-width: 1200px) {
    .carousel .item {
        height: 800px;
    }
    .vertical-offset {
        margin-top: 580px;
    }
    .marketing .content {
        min-height: 800px;
    }
}


@media (min-width: 1400px) {
    .carousel .item {
        height: 900px;
    }
    .vertical-offset {
        margin-top: 680px;
    }
    .marketing .conte6nt {
        min-height: 900px;
    }
}

@media (min-width: 1600px) {
    .carousel .item {
        height: 1000px;
    }
    .vertical-offset {
        margin-top: 780px;
    }
    .marketing .content {
        min-height: 1000px;
    }
}

