
h1{
	margin-bottom:7px;
}

.activity-intro p.lead {
    color: #F5F5F5;
    line-height: 25px;
    text-shadow: 0 3px rgba(0,0,0,0.1);
    font-size: 2em;
    font-family: "bebasneue";
    color: #000;
	    margin-top: -13px;
}

.activity-intro{
	height:180px;
}

.group {
  border-radius: 30px;
  padding: 20px 0 20px 20px;
}

  .reel {
background: #f00;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

    text-align:center;
    float: left;
    padding:0 10px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0,0,0,.3) inset, 0 0px 1px rgba(0,0,0,.2) inset;
  }
    .reel div {
      position: relative;
      top: -48px;
    }
    .reel p {
      font-weight: bold;
      height: 60px;
      margin-top: 10px;
    }
    .reel p:nth-child(1) {color:#0b2436}
    .reel p:nth-child(2) {color:#664016}
    .reel p:nth-child(3) {color:#403d39}
.reel p:nth-child(4) {color:#5a1c1c}


button{
	margin-top:20px
}

span{
	
	cursor:pointer;
}

.glyphicon-chevron-left,.glyphicon-chevron-right{
	font-size:2em;
	    background-color: #f9c229;
    padding: 10px;
    border-radius: 2em;
    color: #000;
}
}