/***************/
/*COMMITTEE */
/***************/
/***************/
/* MEDIA QUEIRIES */
/*
@media (max-width: 767px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
*/
/**/
/***************/
/*******************************/
/*COMMITTEE */
/*******************************/

#committee{
	background-color: #38393a;
	padding: 95px 15px 65px; 
}
#committee h2{
	font-family: 'houschka';
	font-weight: normal;
	font-size: 42px; 
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	width: auto;
	display: inline-block;
	padding: 0px 30px; 
	margin-bottom: 0px;
	background-color: #38393a;
}
@media (max-width: 767px) { 
	#committee h2{
		font-size: 26px; 
	}
}
@media (min-width: 768px) { 
	#committee h2{
		font-size: 42px; 
	}
}
/**/
#committee .bgLine{
	background-image: url('../images/bg-line.gif');
	background-repeat: no-repeat;
	background-position: center 40%; 
	text-align: center;
	margin-bottom: 40px;
}
#committee .pix{
	text-align: center;
}
#committee .pix img{
	margin-bottom: 28px;
	/**/
	-webkit-border-radius: 61px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 61px; /* Firefox 1-3.6 */
	border-radius: 61px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
#committee .pix p{
	font-size: 24px; 
	font-family: 'medium-houschka';
	color: #fff;
	margin-bottom: 50px;
}
/*******/
@media (max-width: 767px) { 
	#committee .pix .committeeImg{
		width: 43%;
		height: auto;	
	}
	#committee .pix .committeeImg.garners{
		width: 100%;
		height: auto;	
	}	
}
@media (min-width: 768px) { 
	#committee .pix .committeeImg{
		width: 43%;
		height: auto;	
	}
	#committee .pix .committeeImg.garners{
		width: 100%;
		height: auto;	
	}
}
@media (min-width: 992px) { 
	#committee .pix .committeeImg{
		width: auto;
		height: 120px;	
	}
}
@media (min-width: 1200px) { 
	#committee .pix .committeeImg{
		width: auto;
		height: 120px;	
	}
}























