.about-team-member{
width:500px;
margin:0 auto;
}
img.team{
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  height:400px;
  width:192px;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  position: relative;
   z-index: 1;
}
img.team:hover{
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: none;
  filter: none;
  -moz-transform:scale(1.30); 
-webkit-transform:scale(1.30);
-o-transform:scale(1.30);
position: relative;
z-index: 2;
background:none;
margin-bottom:52px;
}

.team-list li a.tabanchor{ background:none; border:none;}
.team-list li a.tabanchor:hover{ background:none; border:none;}

.team-list li{ width:160px; display:block; overflow:visible}
.team-list li:hover{ background:none;}

.tab-content h3{ font-family:Aileron;}
.tab-content p{ font-family::Helvetica, sans-serif; color:#fff}

/*********************************************/
.midpic {background: rgba(0, 0, 0, 0.7);
	width: 70%;
	padding: 2% 2%;
	z-index:9999;
	text-align: center;
	margin: 60px auto;
	font-family: 'Oswald', sans-serif;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.5);
}


/***************Dynamic Relative Footer for pages other than home***********************/

footer {
    margin:0;
}
.footer {
  bottom: 0;
  padding-top:4px;
  padding-bottom:15px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  color:#fff;
  font-family:Arial, sans-serif;
	background:rgba(0,0,0, 0.6);
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.4);
}
.footer p{ padding:0; margin:0; font-size:13px; font-family:Arial, sans-serif;}
.footercol{ background:inherit; border:none;}
.footerheading{ font-size:20px;  padding-top:0; margin-top:0; margin-bottom:5px; font-family: 'Aileron', sans-serif;}


/*================================
    TESTIMONIAL STYLES
    ============================  */
.testimonial-section {
    width: 94%;
	float:right;
    height: auto;
	margin-top:0px;
    padding: 5px;
    -webkit-border-radius: 5px;	
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 2px solid #f6d390;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.5);
}
.testimonial-section h1{text-align:right; border-bottom: 2px solid #f6d390}
.testimonial-section p{font-family:Arial, sans-serif; font-size:13px !important; line-height:13px; padding:0; margin:0;}


.testimonial-section-name {
    margin-top: 5px;
    margin-left: 20px;
    text-align:left;
    color:#fff;
}
    .testimonial-section-name img {
        max-width:300px;
        border: 1px solid #fff;
    }
.carousel-indicators-set {
    position:static;
    margin-left:50px;
    width:30%;
}
#top {
	height: 40px;
	overflow: hidden;
	padding: 0px;
	clear:both;
	}
	.media-phone{ display:none; background:#000 !important;}
/* Landscape phones and down */
@media (max-width: 767px)
{
.footer {
  bottom: 0;
  padding-top:4px;
  padding-bottom:15px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 370px;
	background:#000;
}
.must-do-content, .must-do-content, .team-content, .club-content, .about-team-member, .club-content{
width:90%;
padding:15px;
}
#header
{
	height:auto;
}
.footer { display:none}
	.media-phone{ display:block; color:#fff; background:#000 !important; height:120px;}
	.footerheading{ display:block; float:none; text-align:center;}
	.media-phone{ display:block; float:none; text-align:center;}
.carousel-caption{ display:none;}
}
