/**
* Berenger Aventures CSS ======== 2014
**/

body {
  color: #5a5a5a;
  /*padding-bottom: 40px;*/
  margin-top: 80px;
  font-family: 'Droid Serif', serif;
}

.alert{
  position: absolute;
  margin: auto;
}

.label a{
  color: #fff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar{
  min-height:80px;
  margin-bottom: 0;
  font-size: 20px;
}
.navbar-brand{
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
}
.navbar-nav{
  margin-top:15px;
}
.navbar-inverse{
background-color: #fcca05;
border-color: #E5A207;
box-shadow: -moz-box-shadow: 0px 1px 0px 0px #FCCA05;
-webkit-box-shadow: 0px 1px 0px 0px #FCCA05;
-o-box-shadow: 0px 1px 0px 0px #FCCA05;
box-shadow: 0px 1px 0px 0px #FCCA05;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#FCCA05, Direction=134, Strength=0);
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
color: #fff;
background-color: transparent;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

carousel-inner > .item > img {
  min-width: 100%;
  width: 100%;
}

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
main{
padding-top: 10px;
padding-bottom: 10px;
}
header{
  min-height: 150px;
  color:#5a5a5a;
  background: url('../img/fond2.png') repeat-x;
}
footer{
  background-color: #447FFC;
  min-height: 400px;
  padding-top: 10px;
  color: #fff;
}
footer a{
  color: #fff;
}
footer img{
  vertical-align: top;
}
.rens{
  font-size: 15px;
}
.page-header{
  min-height: 80px;
  line-height: 80px;
  border: 0;
}
.prodInfo{
  background-color: #C9C918;
  margin: 0;
}

.video-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.offset:before { 
  display: block; 
  content: " "; 
  height: 80px;      /* Give height of your fixed element */
  margin-top: -80px; /* Give negative margin of your fixed element */    
  visibility: hidden; 
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

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

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

  .featurette-heading {
    font-size: 50px;
  }
  
  .carouselPano .item {
  max-height: 600px;
  }
  
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;  
  }
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0
}
}