




/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}






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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 10px;

}
.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 17px 20px 16px; /* Increase vertical padding to match navbar links */
    font-family: 'VarelaRoundRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
.navbar a.brand2 {
    padding: 17px 16px 16px; /* Increase vertical padding to match navbar links */
    font-family: 'VarelaRoundRegular', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    padding: 15px 13px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

/* Navbar hover*/

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
}

.navbar .dropdown-menu {
    margin-top: 0px;
}



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

.carousel-caption {
    max-width: 550px;
    padding:  20px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-caption .lead {
    margin: 10px 0 0 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel-caption h1{
    margin: 0 0 10px 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 32px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel-caption p {
    color: #b2b2b2;
    line-height: 16px;
}
.carousel-caption p a, .carousel-caption p a:visited {
    color: #cecece;
    text-decoration: none;
}
.carousel-caption p a:hover {
    color: #e0e0e0;
    text-decoration: underline;
}
.carousel-caption p.intro{
    font-size: 14px;
    color: #c8c8c8;
    line-height: 24px;
}

.carousel-caption h3 {
    color: #ffffff;
    line-height: 28px;
}
.carousel-caption h3 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}


/* Carousel base class
.carousel {
    margin-bottom: 60px;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);

.carousel .item {
    height: 500px;
}
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-top: 180px;
}
.carousel-caption h1,
.carousel-caption .lead {
    margin: 10px 0 0 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}

*/





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }
    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .carousel .item {
        height: 500px;
    }
    .carousel img {
        width: auto;
        height: 500px;
    }


}


@media (max-width: 767px) {

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel .container {

    }
    .carousel .item {
        height: 300px;
    }
    .carousel img {
        height: 300px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 16px;
    }

    .marketing .span4 + .span4 {
        margin-top: 40px;
    }


}




/* Add a margin to bot of row */

.extra-bot-space20 {margin: 0 0 20px 0;}
.extra-bot-space14 {margin: 0 0 14px 0;}
.extra-space14 {margin: 14px 0 14px 0;}
.extra-space20 {margin: 20px 0 20px 0;}




.fade2 {opacity: 0.97; transition: opacity .1s ease-in-out; -moz-transition: opacity .1s ease-in-out; -webkit-transition: opacity .1s ease-in-out;}
.fade2:hover {opacity: 1;}




.row-fluid ul.thumbnails li.span12 + li { margin-left : 0px; }
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left : 0px; }
.row-fluid ul.thumbnails li.span2:nth-child(6n + 7) { margin-left : 0px; }



/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    font-family: 'VarelaRoundRegular', Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../img/glyphicons-halflings-white.png);
    opacity: 1;
}
.bs-docs-sidenav.affix {
    top: 60px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}



/*   */

.thumbnails h5, .thumbnails p{

    margin: 4px 0 3px 5px;
    /*font-family: inherit;*/
    font-weight: normal;
    line-height: 16px;

}

.contentlist {
    list-style-type: none;
    padding: 0;
    margin: 0 0 24px 24px;
}

.contentlist li {
    padding: 4px 0;
}