.biscuitbox {
	display: none;
	width: 100%;
	bottom: 0;
	position: fixed;
	z-index: 9999;
}

.biscuitbox.biscuitbox-display-top{
	bottom: auto;
	top:0;
}

.biscuitbox-wrapper {
	display: flex;
	flex-flow: row wrap;
}

.biscuitbox-wrapper > * {
	flex: 1 100%;
}

.biscuitbox-button {
	text-align: center;
}


#stacks_in_32_page64 {
	padding: 0px 0px 20px 0px;
}
/* @group Basics */

#audioPlayerContainerstacks_in_176_page64 {
	position: relative;
	z-index: 1;
}

#audioPlayerContainerstacks_in_176_page64,
#audioPlayerContainerstacks_in_176_page64:before,
#audioPlayerContainerstacks_in_176_page64:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#audioPlayerAudiostacks_in_176_page64 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

/* @end */

/* @end */

/* @group Audio Controls */

#audioPlayerControlsstacks_in_176_page64 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px;
}

#audioPlayerControlsstacks_in_176_page64 [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
}

/*  */

/*  */

/*  */

/*  */
/* Vertical gradient fill */
#audioPlayerControlsstacks_in_176_page64 {
	background-color: #EAEAEA;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#EAEAEA), to(#CDCDCD));
	background-image: -moz-linear-gradient(top, #EAEAEA, #CDCDCD);
	background-image: -ms-linear-gradient(top, #EAEAEA, #CDCDCD);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAEAEA), color-stop(100%, #CDCDCD));
	background-image: -webkit-linear-gradient(top, #EAEAEA, #CDCDCD);
	background-image: -o-linear-gradient(top, #EAEAEA, #CDCDCD);
	background-image: linear-gradient(top, #EAEAEA, #CDCDCD);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#CDCDCD', GradientType=0);
}
/*  */

/*  */

/**/

/**/

/**/

/**/

/**/

/**/

#audioPlayerControlsWrapperstacks_in_176_page64 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_176_page64 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 60px;
	padding: 0;
	margin: 0;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_176_page64 #audioPlayerPlayPausestacks_in_176_page64 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_176_page64 #audioPlayerFullScreenstacks_in_176_page64 {
	display: ;
}

/* @end */

/* @group Audio Timing */

.audioPlayerAudioTimingstacks_in_176_page64 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_176_page64 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_176_page64 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_176_page64 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
}

/*  */

/*  */

@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_176_page64 {
		display: none;
	}
}

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_176_page64 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_176_page64 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		display: inline-block;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 60px;
		line-height: 60px;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]:focus {
		outline: none;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}
	
	#audioPlayerSeekBarstacks_in_176_page64[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}
/* @end */

/* @group Volume */

#volumestacks_in_176_page64 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_176_page64 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}
	
	#volumestacks_in_176_page64 [class^="fa fa-"] {
		color: rgba(76, 76, 76, 1.00);
	}
	
	#volumestacks_in_176_page64:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}
	
	#volumeButtonstacks_in_176_page64 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}
	
	#volumestacks_in_176_page64:hover #volumeButtonstacks_in_176_page64 {
		display: none;
	}
	
	#volumeMinstacks_in_176_page64 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}
	
	#volumeMaxstacks_in_176_page64 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}
	
	#volume-barstacks_in_176_page64[type=range],
	#volumeMinstacks_in_176_page64,
	#volumeMaxstacks_in_176_page64 {
		display: none;
	}
	
	#volumeMinstacks_in_176_page64,
	#volumeMaxstacks_in_176_page64 {
		cursor: pointer;
	}
	
	#volumestacks_in_176_page64:hover #volume-barstacks_in_176_page64,
	#volumestacks_in_176_page64:hover #volumeMinstacks_in_176_page64,
	#volumestacks_in_176_page64:hover #volumeMaxstacks_in_176_page64 {
		display: inline;
	}
	
	#volume-barstacks_in_176_page64[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 60px;
		height: 60px;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}
	
	#volume-barstacks_in_176_page64[type=range]:focus {
		outline: none;
	}
	
	#volume-barstacks_in_176_page64[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}
	
	#volume-barstacks_in_176_page64[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}
	
	#volume-barstacks_in_176_page64[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}
	
	#volume-barstacks_in_176_page64[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_176_page64 #audioPlayerFullScreenstacks_in_176_page64,
	#audioPlayerControlsstacks_in_176_page64 #volumestacks_in_176_page64 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_176_page64 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_48_page64 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_177_page64 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_179_page64 {
	padding: 20px 0px 20px 0px;
}
#stacks_in_181_page64>.s3_row {
	margin: 0 -10px;
}

#stacks_in_181_page64>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_181_page64>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_181_page64>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_181_page64>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_181_page64>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_181_page64>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_181_page64 {
	padding: 20px 0px 20px 0px;
}
#stacks_in_193_page64>.s3_row {
	margin: 0 -10px;
}

#stacks_in_193_page64>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_193_page64>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_193_page64>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_193_page64>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_193_page64>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_193_page64>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_193_page64 {
	padding: 20px 0px 20px 0px;
}
#stacks_in_197_page64>.s3_row {
	margin: 0 -10px;
}

#stacks_in_197_page64>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_197_page64>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_197_page64>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_197_page64>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_197_page64>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_197_page64>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_197_page64 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_201_page64 {
	padding: 20px 0px 20px 0px;
}
#stacks_in_203_page64>.s3_row {
	margin: 0 -10px;
}

#stacks_in_203_page64>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_203_page64>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_203_page64>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_203_page64>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_203_page64>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_203_page64>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_203_page64 {
	padding: 20px 0px 20px 0px;
}
#stacks_in_207_page64>.s3_row {
	margin: 0 -10px;
}

#stacks_in_207_page64>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_207_page64>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_207_page64>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_207_page64>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_207_page64>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_207_page64>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_207_page64 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_211_page64 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_46_page64 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_13_page64 {
	padding: 20px 0px 0px 0px;
}
#com_barthpartners_biscuitbox_stacks_in_p31_n1_page64{padding:10px;background-color:rgba(255, 255, 255, 0.90)}

@media all and (min-width: 600px) {
	.biscuitbox-button {
		flex: 1 auto;
	}
}

@media all and (min-width: 800px) {
	
	.biscuitbox-info-text { flex: 5 0px; }
	.biscuitbox-info-text { order: 1; }
	.biscuitbox-btnaccept { order: 2; }
	.biscuitbox-btndecline { order: 3; }
	
	
}
#stacks_in_p31_n3_page64 {
	letter-spacing: 2px;
	word-spacing: 2px;
	font-size: 85%;
	font-weight: lighter;
}
#stacks_in_p31_n5_page64_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_p31_n5_page64 a:link, #stacks_in_p31_n5_page64 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_p31_n5_page64 a:hover, #stacks_in_p31_n5_page64 a:active {
	color:#000000;
}







#stacks_in_p31_n5_page64 a:link, #stacks_in_p31_n5_page64 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	border-radius:30px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p31_n5_page64 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p31_n5_page64 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_p31_n8_page64_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_p31_n8_page64 a:link, #stacks_in_p31_n8_page64 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_p31_n8_page64 a:hover, #stacks_in_p31_n8_page64 a:active {
	color:#000000;
}







#stacks_in_p31_n8_page64 a:link, #stacks_in_p31_n8_page64 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	border-radius:30px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p31_n8_page64 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p31_n8_page64 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



