/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



/* Browser Resets
*********************************/
.flex-container a:active,
.sflexslider a:active,
.flex-container a:focus,
.sflexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 !important; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../files/flexslider-icon.eot');
	src:url('../files/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../files/flexslider-icon.woff') format('woff'),
		url('../files/flexslider-icon.ttf') format('truetype'),
		url('../files/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
#stacks_in_5_page0 .sf-loader{
	position: relative;
	text-align: center;
	font: normal 12px "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
	-webkit-text-stroke: 0.15px;
  top: 60%;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-loader hr{
	height: 10px !important;
	background-color: transparent !important;
	border: none;
}
#stacks_in_5_page0 .sf-spinner {
  width: 80px;
  height: 50px;
  display: inline-block;
  background-color: #999999;
  border-radius: 1px;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: visible !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* FlexSlider Necessary Styles
*********************************/

#stacks_in_5_page0{
	position: relative;
	z-index: 20;
	text-shadow: none;
	height: 225px;
	max-height: 400;
	max-width: 800;
	max-height:none;max-width:none;
	overflow: hidden;
}
.sf-loaded #stacks_in_5_page0{height: auto;}

.sflexslider {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.sf-loaded .sflexslider{
	opacity: 1;
}
.sf-loaded .sf-loader{
	display: none;
}

.sflexslider .slides{
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.sflexslider .slides:not(.lt-ie){
	margin-left: 0 !important;
}

.sflexslider .slides a,
.sflexslider .slides img{
	outline: none;
	border: none;
}
.sflexslider .slides a{}
.sflexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sflexslider .slides > li.anim {
	overflow: hidden;
  -webkit-transition: max-height 2250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: max-height 2250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: max-height 2250ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.sflexslider .slides img{width:100%;display: block;}
.sflexslider .slides img.max {width: 100% !important; height: auto !important;}
.sflexslider .slides img.limit {width: auto !important;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.sflexslider { position: relative; zoom: 1; }
#stacks_in_5_page0 *{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#extraContainer1 .sflexslider { margin: 0;}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.sflexslider .slides { zoom: 1;}

/* Direction Nav */
#stacks_in_5_page0 .flex-direction-nav {*height: 0;}

#stacks_in_5_page0 .flex-direction-nav a{
	text-indent: 0 !important;
	text-decoration:none;
	display: block;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-style: normal !important;
	position: absolute;
	top: 50%;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	line-height: 0;
	margin-left: 30px;
	color: #2C5E36 !important;
	-webkit-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#stacks_in_5_page0 .flex-direction-nav .flex-next{
	margin-left: 0px;
	margin-right: 30px;
}
#stacks_in_5_page0 .flex-direction-nav .flex-prev {
	-webkit-transform: translateX(-50px);
  -moz-transform:    translateX(-50px);
  -ms-transform:     translateX(-50px);
  -o-transform:      translateX(-50px);
  transform:         translateX(-50px);
	left: -10px;
}
#stacks_in_5_page0 .flex-direction-nav .flex-next { 
	-webkit-transform: translateX(50px);
  -moz-transform:    translateX(50px);
  -ms-transform:     translateX(50px);
  -o-transform:      translateX(50px);
  transform:         translateX(50px);
	text-align: right; 
	right: -10px;
}
#stacks_in_5_page0 .sflexslider:hover .flex-prev,
#stacks_in_5_page0 .sflexslider:hover .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.4;
}

#stacks_in_5_page0 .flex-direction-nav .flex-prev:before,
#stacks_in_5_page0 .flex-direction-nav .flex-next:before{
	text-align: center;
	width: 45px;
	line-height: 46px;
	font-family: "flexslider-icon";
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
	z-index: 10;
	position: relative;
}
#stacks_in_5_page0 .flex-direction-nav .flex-next:before  { width: 45px;content: '\f002';}
#stacks_in_5_page0 .sflexslider:hover .flex-next:hover, 
#stacks_in_5_page0 .sflexslider:hover .flex-prev:hover { opacity: 1; color: #2C5E36 !important;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Caption */
.slides > li{position: relative;}
.flex-caption { 
	height:50px; 
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	background: rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 2px 0 rgba(255,255,255,.04);
	zoom: 1; 
	text-align: left; 
	width: 100%; 
	z-index: 10;
	display: block; 
	text-indent: 20px;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	color: #fff;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.2px #999;
	font-size: 14px;
}

/* Control Nav */
body ol.flex-control-nav {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%; 
	position: absolute; 
	bottom: -40px; 
	text-align: center;
	opacity: 0.2;
	line-height: 50px;
	bottom: 0; 
	width:100%;
	z-index:100;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	transition: opacity .6s linear;
}
.flex-control-nav *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sflexslider:hover .flex-control-nav {
	opacity: 0.5;
}
#stacks_in_5_page0 .flex-control-nav li {
	margin: 0 7px; 
	display: inline-block;
	zoom: 1;
	position: relative;
	*display: inline;
	list-style-type: none !important;
}
#stacks_in_5_page0 .flex-control-paging li a {
	color: transparent !important; 
	width: 11px; 
	height: 11px; 
	display: block;
	float: left;
	background: #000000; 
	cursor: pointer; 
	text-align: left;
	text-indent: -9999px;
	position: relative;
	top: 1px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	transition: background .25s ease-out;
}
#stacks_in_5_page0 .flex-control-paging li a:hover { background:  #FFFFFF; }
#stacks_in_5_page0 .flex-control-paging li a.flex-active { background: #FFFFFF; cursor: default; }

/* Control Nav MOD */
#extraContainer1 .flex-control-nav {bottom: 0;}

.flex-control-nav.alignRight {
	opacity: 0.4;
	text-align: right; 
	right: 15px;
	width:auto;
	display: block;
	float: left;
}

.sflexslider:hover .flex-control-nav.alignRight {
	opacity: 0.7;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
#stacks_in_5_page0 .sflexslider .flex-prev,
#stacks_in_5_page0 .sflexslider .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.6;
}
}
@media screen and (max-width: 480px) {
	#stacks_in_5_page0 .flex-direction-nav{display: none;}
}


/* Edit Mode UI  */




#stacks_in_74_page0 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_75_page0 {
	font-size: 180%;
	font-weight: bold;
}

#stacks_in_1188_page0 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 20px 0px;
}

#stacks_in_1189_page0 {
	font-size: 120%;
}
#stacks_in_1185_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1185_page0>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1185_page0>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_in_1185_page0 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 20px 0px 10px 50px;
}

#stacks_in_123548_page0 {
	font-size: 120%;
}

#stacks_in_76_page0 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_776_page0 {
	margin: 0px 0px 20px 0px;
}
%[if edit]%
#stacks_in_16892_page0_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_16892_page0_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_16892_page0 .layer {
	float: left;
}

%[if ]%	
#stacks_in_16892_page0 .pile {
	display: none;
}

#stacks_in_16892_page0 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

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

#stacks_in_16892_page0 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_16892_page0 .clearFloats {
	clear: both;
}




#stacks_in_130763_page0 {
	margin: 0px 0px 15px 0px;
}
%[if edit]%
#stacks_in_130771_page0_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_130771_page0_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_130771_page0 .layer {
	float: left;
}

%[if ]%	
#stacks_in_130771_page0 .pile {
	display: none;
}

#stacks_in_130771_page0 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

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

#stacks_in_130771_page0 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_130771_page0 .clearFloats {
	clear: both;
}




#stacks_in_130765_page0 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_35219_page0 {
	margin: 20px 0px 20px 0px;
}


#mbgTstacks_in_15343_page0 .sequence { color: transparent; }
/* liquidGallery addon: mbGallery adapted by RWExtras to use with the Stacks 2 plugin in RapidWeaver
 *
 * jquery.mb.components
 * Copyright (c) 2001-2011. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy
 * email: mbicocchi@open-lab.com
 * site: http://pupunzi.com
 *
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
#mbgTstacks_in_15343_page0 { color: transparent; }
.galleryCont {
  display:none;
}
#mb_gallery_mbgstacks_in_15343_page0 {
  z-index:99999;
}
#mbGallerystacks_in_15343_page0 {
  width:100%;
  height:500px;
  padding:0;
  display:none;
  z-index:99999;
  text-shadow:none;
}
.mb_overlay {
  position:fixed;
  background:#fff;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:99998;
}
.thumbsContainer img {
  margin:3px;
  padding:0 !important;
  border: 5px solid #FFFFFF;
  -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
  cursor:pointer;
  width:30%;
  height:auto;
  vertical-align: middle;
  
}
.thumbsContainer {
  line-height:0;
}
.mbGall_white.galleryScreen {
  position:fixed;
  background-color:transparent;
  
  -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
}
.mbGall_white.contained.galleryScreen {
  position:absolute;
  background-color: transparent;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  
  -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
  
  -moz-border-top-right-radius:0px; -webkit-border-top-right-radius:0px; border-top-right-radius:0px;
  
  -moz-border-bottom-left-radius:0px; -webkit-border-bottom-left-radius:0px; border-bottom-left-radius:0px;
}
.mbGall_white .galleryImg {
  top:0;
  position:relative;
  background-color:transparent;
  overflow:hidden;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  border:5px solid #333333;
  -moz-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
  
  -moz-border-top-right-radius:0px; -webkit-border-top-right-radius:0px; border-top-right-radius:0px;
  
  -moz-border-bottom-left-radius:0px; -webkit-border-bottom-left-radius:0px; border-bottom-left-radius:0px;
}
.mbGall_white .galleryRaster {
  top:0;
  position:relative;
  background:url("../files/pixel.gif");
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  overflow:hidden;
  z-index:99999;
}
.mbGall_white .galleryImg .galleryDesc {
  font-size: 100%;
  color:#FFFFFF;
  text-align:left;
  top:0;
  right:0;
  width:50%;
  padding:5px;
  position:absolute;
  background:#000000;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  overflow:hidden;
  z-index:99999;
  display:none !important;
}
.mbGall_white .galleryTitle {
  right:0px;
  height:35px;
  top:-30px;
  padding:0 5px;
  position:absolute;
  background:#333333;
  width:50%;
  min-width:210px;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    
  
  -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;
  z-index:0;z-index:99999;
  
}
.mbGall_white .galleryTitle h3 {
 font-size: 100%;
 padding-top: 10px !important;
 padding-bottom: 0 !important;
 padding-left: 0 !important;
 padding-right:20px !important;
 margin:0;
 color:#FFFFFF !important;
 text-align:center;
 line-height:normal;
}
.mbGall_white .galleryTitle .ico.galleryCloseIcon {
  cursor:pointer;
  background:url("../files/close.png") no-repeat center center;
  
}
.mbGall_white .galleryBtns {
  width:170px;
  position:relative; overflow:auto; margin:2px auto 0 auto;
}
.mbGall_white .galleryNav {
  bottom:-30px;
  left:0px;
  position:absolute;
  background:#333333;
  width:50%;
  min-width:180px;
  height:35px;
  z-index:99999;

  
  -moz-border-radius:0 0 4px 4px; -webkit-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    
}
.mbGall_white .galleryTitle .ico {
  position:absolute;
  top:-20px;
  right:-20px;
  margin:5px;
  height:40px;
  width:40px;
}
.mbGall_white .galleryNav .ico {
  float:right;
  margin:5px;
  height:15px;
  width:15px;
  margin-top:10px;
  -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
}
.mbGall_white .galleryNav div.ico:hover {
background-color:#666;
  cursor:pointer;
}
.mbGall_white .galleryNav div.photoCounter.ico:hover {
  background-color:#fff;
}
.mbGall_white .galleryNav div.ico.selected:hover {
background-color:#666;
}
.mbGall_white .galleryNav div.photoCounter.ico:hover {
background-color:#ccc;color:#000; 
  cursor:default;
}
.mbGall_white .galleryNav div.photoCounter .totalImages {
  font-weight:bold;
}
.mbGall_white .galleryNav .ico.thumbsIcon {
  background:url("../files/buttons/thumbwhite.gif") no-repeat center center;
  display:none !important; 
}
.mbGall_white .galleryNav .ico.thumbsIcon:hover {
  background:#cccccc url("../files/buttons/thumbblack.gif") no-repeat center center;
  display:none !important; 
}
.mbGall_white .galleryNav .ico.startStopIcon {
  background:url("../files/buttons/playwhite.gif") no-repeat center center;
}
.mbGall_white .galleryNav .ico.startStopIcon:hover {
  background-color:#cccccc;
}
.mbGall_white .galleryNav .ico.startStopIcon.selected {
  background:url("../files/buttons/stopwhite.gif") no-repeat center center;
}
.mbGall_white .galleryNav .ico.startStopIcon.selected:hover {
background:#cccccc url("../files/buttons/stopblack.gif") no-repeat center center;
}
.mbGall_white .galleryNav .ico.prevIcon {
  background:url("../files/buttons/prevwhite.gif") no-repeat center center;
}
.mbGall_white .galleryNav .ico.prevIcon:hover {
background:#cccccc url("../files/buttons/prevblack.gif") no-repeat center center;
}
.mbGall_white .galleryNav .ico.nextIcon {
  background:url("../files/buttons/nextwhite.gif") no-repeat center center;
}
.mbGall_white .galleryNav .ico.nextIcon:hover {
background:#cccccc url("../files/buttons/nextblack.gif") no-repeat center center;
}
.mbGall_white .galleryNav .photoCounter.ico { /* ico */
  width:55px;
  text-align:right;
  padding:2px 3px 1px 0 !important; /* 0 3 3 0 */
  margin:8px 0 0 0 !important; /* 8 0 0 0 */
  line-height:15px;
  border:none;
color:#fff;  
}
.mbGall_white .galleryThumbs {
  bottom:0;
  text-align:left;
  position:absolute;
  line-height:0;
  background-color:#FFFFFF;
  width:100%;
  -moz-box-shadow:#333 -2px 0px 3px; -webkit-box-shadow:#333 -2px 0px 3px; box-shadow:#333 -2px 0px 3px;
  z-index:99999;
  display:none !important;
}
.mbGall_white .galleryThumbs .thumb {
  border:3px solid #FFFFFF;
  margin:3px;
  height:auto;
  width:75px;
  
}
.mbGall_white .galleryThumbs .thumb.selected {
  border:3px solid #FFFFFF;
  -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
}
.mbGall_white .galleryThumbs img.thumb:hover {
  border:3px solid #666666;
  -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
}
.mbGall_white .loader {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:transparent;
}
.mbGall_white .loader.loading {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000 url("../files/loading.gif") no-repeat center center;
}
@media screen and (max-width: 639px) {
  #mbGallerystacks_in_15343_page0 {
    height:500px;
  }
  .mbGall_white .galleryThumbs {
    display:none !important;
  }
  .mbGall_white .galleryNav .ico.thumbsIcon, .mbGall_white .galleryNav .photoCounter.ico {
    display:none !important;
  }
  .mbGall_white.galleryScreen, .mbGall_white.contained.galleryScreen, .mbGall_white .galleryImg {
    -moz-border-radius:0px 0px 0 0; -webkit-border-radius:0px 0px 0 0; border-radius:0px 0px 0 0;
  }
  .mbGall_white .galleryTitle {
  	display:none !important;
  }
  .mbGall_white .galleryNav {
  	min-width:20%;
  	width:100%;
  }
  .mbGall_white .galleryBtns {
  	width:80px;
  	position:relative;
  	overflow:auto;
  	margin:2px auto 0 auto;
  	padding-right:0;
  	left:0;
  }
  .mbGall_white .galleryImg .galleryDesc {
    display:none !important;
  }
  .mbGall_white .galleryImg {
    border-width:3px;
  }
}
%[if edit]%
#stacks_in_130642_page0_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_130642_page0_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_130642_page0 .layer {
	float: left;
}

%[if ]%	
#stacks_in_130642_page0 .pile {
	display: none;
}

#stacks_in_130642_page0 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

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

#stacks_in_130642_page0 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_130642_page0 .clearFloats {
	clear: both;
}



#stacks_in_35253_page0>.s3_row {
	margin: 0 -3px;
}

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

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

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




#stacks_in_35253_page0>.s3_row>.s3_column {
	padding: 0 3px;
}










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




}



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


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


}






#stacks_in_35253_page0 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	padding: 30px 0px 0px 0px;
}

#stacks_in_35261_page0 {
	margin: 0px 25px 0px 0px;
}

#stacks_in_40408_page0 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_35263_page0 {
	margin: 0px 0px 40px 0px;
}



#stacks_in_130748_page0 .teleportMe {
display: none;
}




#stacks_in_130749_page0 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_130751_page0 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_130753_page0 {
	margin: 10px 0px 0px 0px;
}
%[if edit]%
#stacks_in_130755_page0_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_130755_page0_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_130755_page0 .layer {
	float: left;
}

%[if ]%	
#stacks_in_130755_page0 .pile {
	display: none;
}

#stacks_in_130755_page0 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

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

#stacks_in_130755_page0 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_130755_page0 .clearFloats {
	clear: both;
}



#stacks_in_130760_page0 .like_button_wrapper{margin:5px;display:block;position:relative;float:left;overflow:visible;line-height:1}#like_facebook_stacks_in_130760_page0,#like_twitter_stacks_in_130760_page0{width:85px}#like_google_stacks_in_130760_page0,#like_pinterest_stacks_in_130760_page0{width:65px}#like_email_stacks_in_130760_page0 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}

#stacks_in_130760_page0 {
	padding: 0px 0px 20px 0px;
}
#jr_overlay{top:0;left:0;padding:0;margin:0;z-index:2147483646;position:absolute}#jr_wrap{position:absolute;text-align:center;width:100%;z-index:2147483647;padding:0;margin:0}#jr_inner{font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;font-size:12px;background:#FFF;border:1px solid #CCC;color:#4f4f4f;margin:0 auto;height:auto;padding:20px;position:relative}#jr_header{display:block;color:#333;padding:5px;padding-bottom:0;margin:0;font-family:Helvetica,Arial,sans-serif;font-weight:bold;text-align:left;font-size:1.3em;margin-bottom:.5em}#jr_inner p{text-align:left;padding:5px;margin:0}#jr_inner ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0}#jr_inner ul li{cursor:pointer;float:left;width:120px;height:122px;margin:0 10px 10px 10px;padding:0;text-align:center}#jr_inner li a{color:#333;font-size:.8em;text-decoration:none;padding:0;margin:0}#jr_inner li a:hover{text-decoration:underline}#jr_inner .jr_icon{width:100px;height:100px;margin:1px auto;padding:0;background:transparent no-repeat scroll left top;cursor:pointer}#jr_close{margin:0 0 0 50px;clear:both;text-align:left;padding:0;margin:0}#jr_close a{color:#000;display:block;width:auto;margin:0;padding:0;text-decoration:underline}#jr_close p{padding:10px 0 0 0;margin:0}h1#jr_header{letter-spacing:1px!important}

.bgstretcher {
	background-color: #000000;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	margin: 0 !important;
	z-index: -1 !important;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#inputimages	{
	display: none;
}
