/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
html,
body {
  height: 100%;  
  color: #5a5a5a;
}


/*beg */

header {
  height: 480px;
  color:#000000;
}

header h1,header h2,header h3 a,header a,header a:hover {
  color:#FFFF00; /* carousel font */
  font-weight:800;
  text-decoration:none;
}

#wrap {
  min-height: 100%;
  height: auto !important;/*
  height: 100%;*/
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

#footer {
  height: 60px;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
  border:0 solid #080808;
  border-top-width: 1px;
  background-color: #630606; 
  
  background-image: -moz-linear-gradient(top, #C70D0D, #200907); /*521714 800000*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C70D0D), to(#200907));
  background-image: -webkit-linear-gradient(top, #C70D0D, #200907);
  background-image: -o-linear-gradient(top, #C70D0D, #200907);
  background-image: linear-gradient(to bottom, #C70D0D, #200907);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffC70D0D', endColorstr='#ff200907', GradientType=0);
}

#footer a {
  color:#efefef;
}

#footer > .container {
  
}

h1 {
  color: #8e1c08;
}

h2 {
  color: #B77600;
}

h4 {
  color: #8B0000;
}

h5 {
  color: #20B2AA;
}


label {
  color: #8B0000;
}

address {
  color: #20B2AA;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.navbar-inverse {
  background: #800000; 
  border-color: #FF0000; 
}

.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
 /*Name Company*/ color: #FF0000;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  /*#9d9d9d FFD700*/ color: #FF0000;
}

.navbar-inverse .navbar-nav > li > a {
  /*#9d9d9d*/ color: #FFFAF0;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  /* deu certo */ color: #FF0000;
  /*background-color: transparent; mouse up menu*/
  background-color: #E59400;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
 /*deu certo*/ color: #FF0000;
  background-color: #FFFFE0; /*selected menu*/
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
 /*text menu deu certo*/ color: #FF0000;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #FF0000; 
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #FF4500; 
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #C0DFF4; /*#fff;*/
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #FF0000; /*101010;*/
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #FF0000; /*dropdown*/ 
  background-color: #FFFFE0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #FF0000;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #C70D0D, #200907); /*521714 800000*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C70D0D), to(#200907));
  background-image: -webkit-linear-gradient(top, #C70D0D, #200907);
  background-image: -o-linear-gradient(top, #C70D0D, #200907);
  background-image: linear-gradient(to bottom, #C70D0D, #200907);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffC70D0D', endColorstr='#ff200907', GradientType=0);
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #8E1C08;
  border-color: #8E1C08;
}
/*end*/

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

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

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

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  top: 0;
  left: 0;
  min-width: 100%;  
  height: 500px; 
}

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

/* 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;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

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



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

@media (min-width: 768px) {

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

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* 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;
  }

}

.justifyText{
    text-align : justify;
}