/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    background-color:#ffeeaa;
}

header {
  text-align: center;
  margin-top: 140px;
}

.navbar {
  /*background-color: #5f2c01;*/
  background-image: url("/images/tabs.jpg");
  background-repeat: repeat-x;
}

.navbar-header {
  min-height: 100px;
  text-align: center;
  margin-left: 3em !important;
}

.nav-container {
  
/*  background-color: rgba(255,238,170,0.8);*/
/*  background-color: rgba(95,44,1,0.9);*/

  background: -webkit-radial-gradient(circle, rgba(95,44,1,1) 90%, rgba(95,44,1,0)); /* Safari 5.1-6.0 */
  background: -o-radial-gradient(circle, rgba(95,44,1,1) 90%, rgba(95,44,1,0)); /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(circle, rgba(95,44,1,1) 90%, rgba(95,44,1,0)); /* For Firefox 3.6-15 */
  background: radial-gradient(circle, rgba(95,44,1,1) 90%, rgba(95,44,1,0)); /* Standard syntax */

/*  background: rgba(95,44,1,1); /* For browsers that do not support gradients */
/*  background: -webkit-radial-gradient(circle, rgba(95,44,1,0) 90%, rgba(95,44,1,1)), url('dark-wood.jpg') repeat-x; /* Safari 5.1-6.0 */
/*  background: radial-gradient(circle, rgba(95,44,1,0) 90%, rgba(255,255,255,1)), url('dark-wood.jpg') repeat-x; /* Standard syntax */

}


.navbar-brand {
  margin-top: -10px;
  color: #fff !important;
}

ul.dropdown-menu {
  background-color: #ffeeaa !important;
}

.navbar-nav a {
  background-color: #ffeeaa !important;
  border: none;
  color: #000 !important;
}

.navbar-nav a:focus, .navbar-nav a:hover {
  background-color: #014c01 !important;
  color: #fff !important;
}

#button.navbar-toggle {
  background-color: #5f2c01 !important;
}

.navbar-toggle {
  background-color: #014c01 !important;
}

.nav > li > a {
  padding: 10px 13px;
}

a.btn-primary {
  background-color: #5f2c01 !important;
  border: none;
  color: #fff !important;
}

a.btn-primary:focus, a.btn-primary:hover {
  background-color: #014c01 !important;
  color: #fff !important;
}

.navbar-brand img {
  height: 48px;
  display:inline;
}

ul.navbar-nav {
  margin-top:24px;
}




/*
.navbar-collapse.collapse {
    visibility: visible !important;
}

.dropdown-menu {
    list-style: none;
    font-size: 14px;
    text-align: left;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
*/


/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

#carousel-row {
    min-height: 10%;
    max-height: 85%;
}

.carousel {
/*    min-height: 300px;*/
    height: 50%;
    height: 85%;
    max-width: 50%;
    max-width: 1024px;
    margin: auto;
}

.item,
.active,
.carousel-inner {
/*    min-height: 300px;*/
    height: 100%;
}

.item .fill {
    min-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

 .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 150px !important;
    height: 150px !important;
    font-size: 250px !important;
    margin-top: -150px !important;
}

.carousel-control {
  opacity: 0.7 !important;
}

.carousel-caption {
  padding-bottom: 20px !important;
  left: 5%;
  right: 5%;
}

.carousel-caption a em {
  padding: 0px !important;
}

.carousel-caption a {
  color: #fff;
  text-decoration: none;
}

.selected img {
  opacity:0.5;
}

#slider-thumbs {
  padding: 10px 0px;
  text-align: center;
} 

#slider-thumbs .list-inline li {
  max-width: 100px;
}

.text-caption {
  background-color: rgba(0,0,0,0.4);
}

.text-caption em {
  padding: .5em 1.5em;
}

.col-centered {
  text-align:center;
}

.large-logo {
  width: 100%;
  max-width: 40em;
}

.text-logo {
  height:50px;
}

.home-bullets {
  font-size: 2em;
  vertical-align: text-bottom;
  padding-top: 20px;
}

.callout {
  margin-top: 3em;
  border: 2px solid #013939;
}

.material-image {
  width:100%;
  margin: 20px;
}

.specsheet {
  margin-top: 2em;
}

.specsheet tr td {
  padding: .3em 1em;
}

.specsheet thead {
  font-size: 1.2em;
  padding-top: 1em !important;
}

.specsheet thead, .specsheet tr {
  border-bottom: 1px solid black;
}

.specsheet tr:last-of-type {
  border: none;
}

footer hr {
  color: #5f2C01;
  background-color: #5f2C01;
  height: 3px;
}

.footer-blue {
  color: #337ab7;
}

.copyright {
  line-height:3em;
}


.anchor-row {
  margin: 1em;
  padding: 2em;
}

.anchor-row h4 {
  padding-top: 1em;
}

#premium-features {
  background:url(images/IMG_0095.PNG) no-repeat center;
  background-size:cover;
}

#about-us {
  color:white;
  background:url(images/IMG_0109.PNG) no-repeat center;
  background-size:cover;
}

#pricing {
  background-color: rgba(95,44,1,.6);
)
}