/* Start Video Plus stack CSS code */.stacks_in_303overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_303leftCol{	position: absolute;	width: 70%;	height: 100%;	top:0;	left: 0;	right: 30%;	overflow: scroll;	margin-left: -70%;	transition: all 0.6s ease;}.stacks_in_303leftcolTable{	position: relative;	display: table;	width: 100%;	height: 100%;}.stacks_in_303leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_303leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_303rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;}.stacks_in_303rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_303theX{	display: none;	position: absolute;	width: 33px;	height: 33px;	top: 20px;	right: 20px;}@media all and (max-width: 768px) {	.stacks_in_303overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_303leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_303leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_303leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_303leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_303rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_303rightcolContent{		margin: auto;	}}					.stacks_in_303posterWrapper img {		    -webkit-transition: all .5s ease; /* Safari and Chrome */		    -moz-transition: all .5s ease; /* Firefox */		    -ms-transition: all .5s ease; /* IE 9 */		    -o-transition: all .5s ease; /* Opera */		    transition: all .5s ease;		}		.stacks_in_303posterWrapper img:hover{			opacity: 0.8;			filter: alpha(opacity=80);		}	.stacks_in_303posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_303posterWrapper img:hover{	cursor: pointer;}.stacks_in_303rightcolContentInner img{	max-width: 100%;	height: auto;}.stacks_in_303videoButton{	position: absolute;	top: 50%;	left: 50%;	width: 0px;	height: auto;	transform: translate(-50%,-50%);}/* End Video Plus stack CSS code */
#stacks_in_303 {
	margin:  5px;
	padding: 25px 0px 0px 0px;
}
.m-p-g{max-width:860px;margin:0 auto}.m-p-g__thumbs-img{margin:0;float:left;vertical-align:bottom;cursor:pointer;z-index:1;position:relative;opacity:0;-webkit-filter:brightness(100%);filter:brightness(100%);-webkit-tap-highlight-color:transparent;will-change:opacity,transform;-webkit-transition:all .5s cubic-bezier(.23,1,.32,1);transition:all .5s cubic-bezier(.23,1,.32,1)}.m-p-g__thumbs-img.active{z-index:50}.m-p-g__thumbs-img.layout-completed{opacity:1}.m-p-g__thumbs-img.hide{opacity:0}.m-p-g__thumbs-img:hover{-webkit-filter:brightness(110%);filter:brightness(110%)}.m-p-g__fullscreen{position:fixed;z-index:999;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:0 0;visibility:hidden;-webkit-transition:background .25s ease-out,visibility 10ms .5s linear;transition:background .25s ease-out,visibility 10ms .5s linear;will-change:background,visibility;-webkit-backface-visibility:hidden;backface-visibility:hidden}.m-p-g__fullscreen.active{-webkit-transition:background .25s ease-out,visibility .01s 0s linear;transition:background .25s ease-out,visibility .01s 0s linear;visibility:visible;background:rgba(0,0,0,.95)}.m-p-g__fullscreen-img{pointer-events:none;position:absolute;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;top:50%;left:50%;max-height:100vh;max-width:100%;visibility:hidden;will-change:visibility;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out}.m-p-g__fullscreen-img.active{visibility:visible;opacity:1!important;-webkit-transition:-webkit-transform .5s cubic-bezier(.23,1,.32,1),opacity .5s ease-out;transition:transform .5s cubic-bezier(.23,1,.32,1),opacity .5s ease-out}.m-p-g__fullscreen-img.almost-active{opacity:0;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}.m-p-g__controls{position:fixed;top:0;left:0;width:100%;z-index:999;height:20vh;background:-webkit-linear-gradient(bottom,transparent 0,rgba(0,0,0,.55) 100%);background:linear-gradient(to top,transparent 0,rgba(0,0,0,.55) 100%);opacity:0;visibility:hidden;-webkit-transition:all .5s cubic-bezier(.23,1,.32,1);transition:all .5s cubic-bezier(.23,1,.32,1)}.m-p-g__controls-arrow,.m-p-g__controls-close{position:absolute;cursor:pointer;-webkit-tap-highlight-color:transparent}.m-p-g__controls.active{opacity:1;visibility:visible}.m-p-g__controls-arrow,.m-p-g__controls-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:0 0}.m-p-g__controls-arrow:focus,.m-p-g__controls-close:focus{outline:0}.m-p-g__controls-arrow{z-index:1;top:0;width:20%;height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0}.m-p-g__controls-arrow:hover{opacity:1}.m-p-g__controls-arrow--prev{left:0;padding-left:3vw;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.m-p-g__controls-arrow--next{right:0;padding-right:3vw;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.m-p-g__controls-close{top:3vh;left:3vw;z-index:5}.m-p-g__btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.07);-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.m-p-g__btn:hover{background:rgba(255,255,255,.15)}.m-p-g__alertBox{position:fixed;z-index:999;max-width:700px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;padding:25px;border-radius:3px;text-align:center;box-shadow:0 6px 12px rgba(0,0,0,.23),0 10px 40px rgba(0,0,0,.19);color:grey}.m-p-g__alertBox h2{color:red} .m-p-g button, .m-p-g button:hover {background: none!important;}
/*# sourceMappingURL=material-photo-gallery.css.map */

#stacks_in_120 {
	margin: 50px 0px 50px 0px;
}

#stacks_in_142 {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 20px 15px;
}
#stacks_in_140_button {
	display:block;
	position: relative;
	text-align: center;
}


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







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




#stacks_in_140 {
	padding: 0px 0px 60px 0px;
}
