/* -- 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_10859 .pile {
	margin: 0 auto;
	padding: 12px;
}

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

#stacks_in_10859 .clearFloats {
	clear: both;
}


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



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

#stacks_in_10860 {
	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_10862 {
	display:inline-block; width:100%; line-height: 0.450000em;
	font-size: 60%;
}

#stacks_in_10863 {
	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_10865 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10866 {
	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_10868 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10869 {
	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_10871 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10872 {
	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_10874 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10875 {
	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_10877 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10878 {
	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_10880 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10881 {
	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_10883 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10884 {
	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_10886 {
	display:inline-block; width:100%; line-height: 0.980000em;
}

#stacks_in_10887 {
	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_10889 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

#stacks_in_10890 {
	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_10892 {
	display:inline-block; width:100%; line-height: 0.990000em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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