/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */
a
{
	color: #a88b5a;
}

a:hover,
a:focus{
	color: #9d865d;
}



p{
	line-height: 1.5;
}

.smaller{
	font-size: 12px;
	font-weight: 300;
	line-height: 0.5;
	color: #e8dcc4;
}


.muted {
  color: #9d865d;
}

hr {
  margin: 20px 0;
  border: 0;
  /*border-top: 1px solid #f6f3ed;*/
  border-bottom: 1px solid #edeae5;
}


    /* 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 .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 60px;
      margin-top: 200px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



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

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


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

    .featurette-divider {
      margin: 30px 0; /* Space out the Bootstrap <hr> more */
      
    }
    .featurette {
      padding-top: 30px; /* 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: -30px; /* 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;
      margin-bottom: 80px;
    }
    .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;
    }
    
    
    .featurette-heading-smaller {
      font-size: 30px;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: -1px;
    }
    
    
    /*  section */
    
    .section {
      text-align: left;
      padding: 30px 0;
      margin-top: 70px;
      border-top: 1px solid #e5e5e5;
      background-color: #f5f5f5;
    }
    .section p {
      margin-bottom: 0;
      color: #777;
    }
    .section-links {
      margin: 10px 0;
    }
    .section-links li {
      display: inline;
      padding: 0 2px;
    }
    .section-links li:first-child {
      padding-left: 0;
    }
    
    
    /* Jumbotrons
    -------------------------------------------------- */
    
    /* Base class
    ------------------------- */
    .jumbotron {
      position: relative;
      padding: 80px 0 20px;
      color: #fff;
      text-align: left;
      text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
      background: #581116; /* Old browsers */
      background: -moz-linear-gradient(45deg,  #581116 0%, #690007 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#581116), color-stop(100%,#690007)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(45deg,  #581116 0%,#690007 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(45deg,  #581116 0%,#690007 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(45deg,  #581116 0%,#690007 100%); /* IE10+ */
      background: linear-gradient(45deg,  #581116 0%,#690007 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#581116', endColorstr='#690007',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
         -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
              box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    }
    .jumbotron h1 {
      font-size: 80px;
      font-weight: bold;
      letter-spacing: -1px;
      line-height: 1;
    }
    .jumbotron p {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.25;
      margin-bottom: 30px;
    }
    
    .jumbotron .small {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 30px;
	  color: #f5f5f5;
  }
    
    .jumbotron .sponsoring{
		margin-top: 70px;
		float: right;
		text-align: right;
		margin-bottom: 30px;
	}
    
    /* Link styles (used on .masthead-links as well) */
    .jumbotron a {
      color: #fff;
      color: rgba(255,255,255,.5);
      -webkit-transition: all .2s ease-in-out;
         -moz-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out;
    }
    .jumbotron a:hover {
      color: #fff;
      text-shadow: 0 0 10px rgba(255,255,255,.25);
    }
    
    /* Download button */
    .masthead .btn {
      padding: 19px 24px;
      font-size: 24px;
      font-weight: 200;
      color: #fff; /* redeclare to override the `.jumbotron a` */
      border: 0;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
         -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
              box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
      -webkit-transition: none;
         -moz-transition: none;
              transition: none;
    }
    .masthead .btn:hover {
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
         -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
              box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
    }
    .masthead .btn:active {
      -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
         -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
              box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
    }
    
    
    /* Pattern overlay
    ------------------------- */
    .jumbotron .container {
      position: relative;
      z-index: 2;
    }
    .jumbotron:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
     /* background: url(../img/26.png) repeat center center;
      opacity: .1;*/
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1) {
    
      .jumbotron:after {
        background-size: 150px 150px;
      }
    
    }
    
    .logo{
		margin: 19px 19px 19px 0;
	}
    
    
    /* Responsive
    -------------------------------------------------- */
    
    
    /* Desktop
    ------------------------- */
    @media (max-width: 980px) {
      /* Unfloat brand */
      body > .navbar-fixed-top .brand {
        float: left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
      }
    
      /* Inline-block quick links for more spacing */
      .quick-links li {
        display: inline-block;
        margin: 5px;
      }
    
 
    }
    
    /* Tablet to desktop
    ------------------------- */
    @media (min-width: 768px) and (max-width: 979px) {
      /* Remove any padding from the body */
      body {
        padding-top: 0;
      }
      /* Widen masthead and social buttons to fill body padding */
      .jumbotron {
        margin-top: -20px; /* Offset bottom margin on .navbar */
      }
   
    }
    
    /* Tablet
    ------------------------- */
    @media (max-width: 767px) {
      /* Remove any padding from the body */
      body {
        padding-top: 0;
      }
    
      /* Widen masthead and social buttons to fill body padding */
      .jumbotron {
        padding: 40px 20px;
        margin-top:   -20px; /* Offset bottom margin on .navbar */
        margin-right: -20px;
        margin-left:  -20px;
      }

    }
    
    /* Landscape phones
    ------------------------- */
    @media (max-width: 480px) {
      /* Remove padding above jumbotron */
      body {
        padding-top: 0;
      }
    
      /* Change up some type stuff */
      h2 small {
        display: block;
      }
    
      /* Downsize the jumbotrons */
      .jumbotron h1 {
        font-size: 45px;
      }
      .jumbotron p,
      .jumbotron .btn {
        font-size: 18px;
      }
      .jumbotron .btn {
        display: block;
        margin: 0 auto;
      }
    
    
    
   
    
   
    
   
    
      /* Tighten up footer */
      .footer {
        padding-top: 20px;
        padding-bottom: 20px;
      }
    }
    
    
    
    
    
    /*  FOOTER */
    
    .footer {
      text-align: center;
      padding: 30px 0;
      margin-top: 70px;
      border-top: 1px solid #e5e5e5;
      background-color: #efeeed;
    }
    .footer p {
    
      margin-bottom: 0;
      color: #535353;
	  font-size: 12px;
	  font-weight: 300;
	  line-height: 1.5;
  }
  
   .footer a {
    
    
      color: #949393;
  	 
  }
  
    .footer-links {
      margin: 10px 0;
    }
    .footer-links li {
      display: inline;
      padding: 0 2px;
    }
    .footer-links li:first-child {
      padding-left: 0;
    }
    
    
    



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

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @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 90px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

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

      .featurette-heading {
        font-size: 30px;
      }
      
      .featurette-heading-smaller {
        font-size: 20px;
      }
      
      
      .featurette .lead {
        font-size: 18px;
        line-height: 1.75;
      }

    }

