/* -- Start Video Page css Template -- */

#videoXoverlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: background-color 2s linear;
	z-index: 2147482999;
	overflow: hidden;
	text-align: center;
	padding: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

#videoXclose{
	position: absolute;
	width: 32px;
	height: 32px;
	top:20px;
	right: 20px;
	z-index: 2147483000;
}
	
#videoXcontent{
	display: none;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	height: 100%;
}

#videoXoverlay .fluid-width-video-wrapper{
	margin: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#videoXcontent video {
	max-width: 100%;
	height: auto;
}

#videoXcontent iframe{
	border: none !important;
}
/* -- End Video Page css Template -- */
#stacks_in_67 {
	background-color: rgba(0, 0, 0, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 10px 0px 10px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_67 {
	width: 96%;
}
#audioPlayerContainerstacks_in_10635 {
	position: relative;
	z-index: 1;
}

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

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

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

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








/* Vertical gradient fill */
#audioPlayerControlsstacks_in_10635 {
	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_10635 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_10635 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_10635 #audioPlayerPlayPausestacks_in_10635 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_10635 #audioPlayerFullScreenstacks_in_10635 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_10635 {
	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_10635 {
	display: inline-block;
	width: 60px;
}

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

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





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

#progressBarstacks_in_10635 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_10635 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 60px;
		line-height: 60px;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_10635[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_10635 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_10635 {
		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_10635 [class^="fa fa-"] {
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_10635:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

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

	#volumestacks_in_10635:hover #volumeButtonstacks_in_10635 {
		display: none;
	}

	#volumeMinstacks_in_10635 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_10635 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_10635[type=range],
	#volumeMinstacks_in_10635,
	#volumeMaxstacks_in_10635 {
		display: none;
	}

	#volumeMinstacks_in_10635,
	#volumeMaxstacks_in_10635 {
		cursor: pointer;
	}

	#volumestacks_in_10635:hover #volume-barstacks_in_10635,
	#volumestacks_in_10635:hover #volumeMinstacks_in_10635,
	#volumestacks_in_10635:hover #volumeMaxstacks_in_10635 {
		display: inline;
	}

	#volume-barstacks_in_10635[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 60px;
		height: 60px;
	}

	#volume-barstacks_in_10635[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_10635[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_10635[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_10635[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_10635[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_10635[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_10635[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_10635[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_10635[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_10635[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_10635[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_10635[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_10635 #audioPlayerFullScreenstacks_in_10635,
	#audioPlayerControlsstacks_in_10635 #volumestacks_in_10635 {
		display: none;
	}
}



#stacks_in_10635 {
	background-color: rgba(225, 216, 210, 1.00);
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin: 20px 0px 45px 0px;
}
/* -- Start Video Each css Template -- */

.stacks_in_10633postertitle{
	text-align: center;	
}

.stacks_in_10633videoXplayButton{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: auto;
	transform: translate(-50%,-50%);
	cursor: pointer;
	transition: width 150ms;
}

.stacks_in_10633videoXplayButton:hover #stacks_in_10633triangle{
	fill: rgba(255, 255, 255, 0.90);
}
.stacks_in_10633videoXplayButton:hover #stacks_in_10633circle{
	fill: rgba(255, 255, 255, 0.90);
}

.stacks_in_10633posterWrapper{
	text-align:  center ;
}
@media all and (max-width: 768px) {
	.stacks_in_10633posterWrapper{
		text-align:  center ;
	}
}
@media all and (max-width: 414px) {
	.stacks_in_10633posterWrapper{
		text-align:  center ;
	}
}

.stacks_in_10633imageShrinkWrap{
	position: relative;
	display: inline-block;
	max-width: 10000px;
	border-radius: 4px;
}

.centered_image{
	overflow: visible !important;
}

.stacks_in_10633posterWrapper img{
	border-radius: 4px;
}



/* -- End Video Each css Template -- */
#stacks_in_10633 {
	background-color: rgba(0, 0, 0, 1.00);
	margin:  20px;
	padding:  16px;
}


#stacks_in_10663 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_10663 .layer {	
		
		max-width: 200px;
	
			
	
		float: left;
	
	
	margin-bottom: 11px;
}

#stacks_in_10663 .clearFloats {
	clear: both;
}


#stacks_in_10663.masonry {
	margin: 0 auto;
	padding: 11px;
}



#stacks_in_10663 {
	background-color: rgba(0, 0, 0, 1.00);
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}

#stacks_in_10664 {
	background-color: rgba(119, 92, 89, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10666 {
	display:inline-block; width:100%; line-height: 0.450000em;
	font-size: 60%;
}

#stacks_in_10667 {
	background-color: rgba(92, 89, 87, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10669 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10670 {
	background-color: rgba(225, 216, 210, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10672 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10673 {
	background-color: rgba(154, 146, 116, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10675 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10676 {
	background-color: rgba(104, 104, 104, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10678 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10679 {
	background-color: rgba(168, 159, 125, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10681 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10682 {
	background-color: rgba(119, 92, 89, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10684 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10685 {
	background-color: rgba(225, 216, 210, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10687 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10688 {
	background-color: rgba(119, 92, 89, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  20px;
}

#stacks_in_10690 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10691 {
	background-color: rgba(104, 104, 104, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  20px;
}

#stacks_in_10693 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10852 {
	background-color: rgba(154, 146, 116, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  4px;
	padding:  10px;
}

#stacks_in_10853 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10694 {
	background-color: rgba(210, 202, 197, 1.00);
	margin:  4px;
	padding:  20px;
}

#stacks_in_10695 {
	background-color: rgba(119, 92, 89, 1.00);
	margin:  4px;
	padding:  20px;
}

#stacks_in_10696 {
	background-color: rgba(119, 92, 89, 1.00);
	margin:  4px;
	padding:  20px;
}

#stacks_in_10697 {
	background-color: rgba(210, 202, 197, 1.00);
	margin:  4px;
	padding:  20px;
}

#stacks_in_10698 {
	background-color: rgba(235, 228, 220, 1.00);
	margin:  4px;
	padding:  20px;
}

#stacks_in_10699 {
	background-color: rgba(154, 146, 116, 1.00);
	margin:  4px;
	padding:  20px;
}

#stacks_in_10700 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10701 {
	background-color: rgba(191, 186, 179, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10702 {
	background-color: rgba(154, 146, 116, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10703 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10704 {
	background-color: rgba(119, 92, 89, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10705 {
	background-color: rgba(191, 186, 179, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10706 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10707 {
	background-color: rgba(154, 146, 116, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10708 {
	background-color: rgba(119, 92, 89, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10709 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10710 {
	background-color: rgba(154, 146, 116, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10711 {
	background-color: rgba(107, 102, 101, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10712 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  20px;
}

#stacks_in_10713 {
	background-color: rgba(119, 92, 89, 1.00);
	padding:  20px;
}

#stacks_in_10714 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10715 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10716 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10717 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10718 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10719 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10720 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10721 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10722 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10723 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10724 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}

#stacks_in_10725 {
	background-color: rgba(210, 202, 197, 1.00);
	margin: 3px 3px 3px 3px;
	padding:  8px;
}
