#camera_wrap_189{
  opacity: 0.4;
  position: absolute;
}

.brow-fluid [class*="span"]{
  float:left;
  width:auto;
  margin-left:20px;
}

.alignCentre{
  text-align: center; 
}

.nav-tabs li a {
 color: orange; 
  
}
.body{
  color:white;
  background: rgba(50,50,50,1); 
}

.foo{
  color:white;
  background: rgba(50,50,50,1); 
}

.allignBottom{
 margin-top: 0px
 
}

.component-content {
  border: 1px solid orange;
  border-radius: 4px; 
   padding: 5%;
   background: rgba(20,20,20,0.6); 
   margin-bottom: 40px;
  color: white;
 }

.moveDown{
  margin-bottom: -65%;
  border: 1px solid orange;
  border-radius: 4px; 
}


.newsBlog {
 left:9%; 
  color: white;
  background: rgba(20,20,20,0.4); 
  padding: 5%;
  /*line-height: 20px; */
}

.upcoming{
  width:auto%;
  left:9%; 
   background: rgba(20,20,20,0.7); 
  border: 1px solid orange;
  color:white;
  float:left;
  width:auto;
}

.paddedLeft{
  width:90%;
  left:9%; 
 
}

.paddedLeft:link { color: red; }

/*----------------------------------------------------------------------------------------- */
/* The following overrides relate to the category price lists in the club shop */

.thumbnail {                                            /* Darken the background */
 /*  top: 10px; */
 /*  margin-top: 10px; */
/*  width:90%; */
/* left:9%; */ 
/*   background: rgba(20,20,20,0.7); */
  border: 1px solid orange;
  color:black ;
  }

/*----------------------------------------------------------------------------------------- */
/* The following overrides relate to the news blog on the front page */

.thumbnail .caption {                               /* This will colour the main text in the news blog */
  color: white;
}

.thumbnail .caption small {                      /* This colours the date of the news blog */
  color: #777;
}

/* --------------------------------------------------------------------------------------------------*/
/* make the navbar sticky, so that it stay at the top when scrolling down */
.rt-menu {
    position: sticky;
    padding-top: 5px;
    z-index: 10;
    width: 100%;
   top:0;
  background-color: #FF6600;
  background: #FF6600;
}

/* Make the fullwidth area sticky, used for the slideshows */
#xrt-fullwidth{
    position: sticky;
    padding-top: 5px;
    top:0;
    z-index: -1;
}

.rt-block {
    padding: 0px;
    margin: 0px;
}

.moveModuleDown{
  margin-top: 20px;
}

.rt-content{
  box-shadow:none;

}


.btl-panel {
    overflow: hidden;
    width: 250px;
}

hr {
  border-color: #ff6600;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #f9f9f9;
    color: black;
}
