.bandPage .bandSect{
	position: relative;
	padding: 20px;
}
.bandPage .mobileDropDown{
	z-index: 12;
	position: relative;
}
.bandPage .mobileDropDown .cd-dropdown{
	margin: 0 0 12px;
}
.bandPage .bandMembers{
	padding: 20px 0;
	text-align: center;
}
.bandPage .bandTitle{
	text-align: left;
}
.bandPage .memberName{
	margin-bottom: 0;
}
.bandPage .bandImgDiv{
	max-width: 800px;
	margin:auto;
}
.bandPage .bandImg{
	width: 100%;
	height: 0;
	padding-bottom: 98.9536622%;
	position: relative;
	background:transparent url('/images/_pages/_global/band_img.png') top center no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
	background-size:100%;
}
.bandPage .hoverBandImg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
	background: transparent top center no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
	background-size:100%;
	
}
.bandPage .hoverBandImg.zachBand{
	background-image: url('/images/_pages/_global/band_zach.png');
}
.bandPage .hoverBandImg.adamBand{
	background-image: url('/images/_pages/_global/band_adam.png');
}
.bandPage .hoverBandImg.merloBand{
	background-image: url('/images/_pages/_global/band_merlo.png');
}
.bandPage .hoverBandImg.jackBand{
	background-image: url('/images/_pages/_global/band_jack.png');
}
.bandPage .selectZach{
	position: absolute;
	right: 4%;
	bottom: 14%;
	width: 14%;
	height: 36%;
	z-index: 5;
}
.bandPage .selectAdam{
	position: absolute;
	right: 18%;
	bottom: 11%;
	width: 15%;
	height: 31%;
	z-index: 5;
}
.bandPage .selectMerlo{
	position: absolute;
	left: 3%;
	bottom: 35%;
	width: 19%;
	height: 26%;
	z-index: 5;
}
.bandPage .selectJack{
	position: absolute;
	left: 26%;
	bottom: 38%;
	width: 22%;
	height: 22%;
	z-index: 5;
}


/*
	BAND DETAILS PAGE
*/
.bandPage .memberList{
	list-style: none;
	display: inline-block;
	margin:0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.bandPage .memberList li{
	float: left;
	margin-left: 40px;
	font-size: 20px;
}
.bandPage .memberList li a.active{
	color:white;
}
.bandPage .memberInfo{
	padding-bottom: 140px;
}
.bandPage .memberInfoPicks{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 35%;
	z-index: 0;
}
.bandPage .memberCopy{
	font-size: 14px;
}
.bandPage .memberCopy .question{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top:15px;
}

/*
	PHOTO SLIDER
*/
#memberCarousel{
	margin-bottom: 0;
}
#memberCarousel .carouselItemIn{
	padding:20px;
}
#memberCarousel .itemImg {
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, 0) center center no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}
#memberCarousel .picDeetIn {
	width: 100%;
	padding: 10px 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#memberCarousel .picDeetDate {
	font-weight: bold;
	margin-bottom: 10px;
}
#memberCarousel .carousel-control {
	/*top: 50%;*/
	left: 30px;
	top: auto;
	margin-bottom: 27%;
}
#memberCarousel .carousel-control.right {
	left: auto;
	right: 30px;
}


.bandPage .addProjectsDiv{
	position: relative;
	z-index: 2;
}
.bandPage .addProject{
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}

.bandPage .addProject img{
	width: 100%;
}
.bandPage .addProject .additionalImg{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: transparent no-repeat center center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
.bandPage .additionalLink{
	line-height: 0;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.3em;
}
.bandPage .additionalLink{
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}