ul, ol { padding-left: 20px; }

.page-header { margin-top: 0; }
.header { background: #eee; margin-bottom: 20px; }
.header .navbar { margin-bottom: 0; }

.navbar .wordmark { padding-right: 60px; }
.navbar .wordmark a {padding: 6px 0; }
.navbar .wordmark a img { height: 35px; }

.front .navbar-nav > .active > a {
  background-color: #eee;
}

.front .jumbotron h1 .logo {
  display: inline-block;
  background: url('../img/logo.png') no-repeat;
  width: 54px;
  height: 59px;
  position: relative;
  top: 8px;
}

.row img.thumbnail {
  max-width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

.who-its-for .row img.thumbnail,
.what-we-offer .row img.thumbnail {
  margin-left: 0;
}

.main {
  padding-top: 10px;
  background: #fff;
}

.jumbotron {
  padding: 0 30px;
  background-color: transparent;
  text-align: center;
}
.jumbotron h1 {
  font-weight: 200;
  letter-spacing: .1em;
}
.jumbotron .board, .jumbotron p {
  margin-top: 40px;
}
.jumbotron img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .jumbotron .board, .jumbotron p {
    margin-top: 60px;
  }
}

.how-it-works {
  padding-bottom: 30px;
}

.how-it-works h1 {
  text-align: center;
}

.how-it-works .thumbnail {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .how-it-works {
    text-align: center;
  }
  .how-it-works .col-4 {
    width: 60%;
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }
}

.audience {
  text-align: center;
  font-size: 18px;
  padding-bottom: 30px;
  background: #eee;
  margin-top: 30px;
}
.audience h2 {
  font-weight: 500;
  font-size: 24px;
}
.how-it-works h1, .audience h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.audience .col-6 {
  padding-left: 0;
  padding-right: 0;
}
.audience a {
  display: block;
  border-radius: 5px;
  padding: 10px;
}
.audience a:hover, .audience a:focus {
  background: #ddd;
  text-decoration: none;
}

#tabsAudience {
  font-size: 18px;
}
.notify {
  margin-top: 30px;
  margin-bottom: 10px;
}
.notify label {
  width: 0px; height: 0px;
  text-indent: -1337em;
}
#notifyEmail { width: 240px; }


.nobold {
  font-weight: normal;
}

/* navbar */
.navbar-nav > li > a {
  color: #428bca;
}
.navbar-toggle {
  z-index: 100;
}
.navbar-responsive-collapse.collapsing li, 
.navbar-responsive-collapse.in li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ddd;
}

.navbar-responsive-collapse.in .navbar-nav.pull-right {
  float: none;
}

.page-nav-sidebar {
  padding: 10px 0;
}
.page-nav-sidebar.affix { position: static; }
@media screen and (min-width: 992px) {
  .page-nav-sidebar.affix {
    position: fixed;
    top: 10px;
  }
  .page-nav-sidebar { width: 213px; }
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

.panel-info {
  border-color: #ffca26;
}
.panel-info .panel-heading {
  color: #666;
  background-color: #ffeed6;
  border-color: #ffca26;
}
.panel-title { font-weight: 400; }

@media screen and (max-width: 992px) {
  .our-team h2.lead {
    text-align: center;
  }
}

.panel .panel-title {
  font-weight: bold;
  font-size: 21px;
}
.panel .well {
  margin-top: 30px;
}
.panel .well h3 {
  font-size: 17px;
  font-weight: 200;
  margin-top: 0;
}
.panel .well .thumbnail {
  margin-left: 0;
}

/***** CAROUSEL *****/
.carousel { margin-right: auto; margin-left: auto; margin-bottom: 32px; margin-top: 20px; }
.carousel-inner > .item > img { width: 936px; }
.carousel .carousel-caption {
  text-align: left;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 10px 20px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
}
.carousel-caption h2 { margin: 16px 0; }

@media screen and (max-width: 768px) {
  
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  
  .carousel-caption h2 {
    font-size: 18px;
    margin: 8px 0;
  }
  
  .carousel .carousel-indicators {
    left: auto;
    right: 0;
    bottom: 5px;
  }
  
}

@media screen and (max-width: 320px) {
  
  .carousel-caption h2 {
    font-size: 12px;
    margin: 4px 0;
  }
  
  .carousel .carousel-indicators {
    bottom: 0px;
  }
  
}

/* hudon, gretac
 * 2013-09-04
 */

/*.nav-tabs > .active > a, .nav-tabs > .active > a:hover,
a.carousel-control, a.carousel-control:hover {
  outline: none;
}*/

@media screen and (max-width: 520px) {
  .tabbable .nav > li.active > a {
    background: #eee;
    border-color: #eee;
    border-radius: 4px;
  }
  .tabbable .nav > li {
    padding-bottom: 10px;
  }
}

.tab-pane { border-top: none; }
.tab-content .panel .thumbnail { width: 355px; }
.icons {
  display: block;
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.icons li {
  float: left;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.tab-content .panel .icons img.thumbnail {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.icons li span {
  display: block;
  margin-top: 10px;
}
.labs.icons li {
  width: 120px;
  height: 140px;
}
.mcus.icons li {
  width: 120px;
  height: 150px;
}
.circuits.icons li {
  width: 230px;
  height: 270px;
}


body .container {
  max-width: 936px;
}

.copyright {
  margin-top: 20px;
  font-size: 10px;
}
/*****************/

.error label {
  color: #b94a48;
}
.error input {
  border-color: #b94a48;
}

.navbar-toggle {
  background-color: #ddd;
  border-color: #ccc;
}
.navbar-toggle .icon-bar {
  background-color: #428bca;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #333;
}

.top-menu { margin-top: 24px; }
