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

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.7 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_357-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_357-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_357-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_357-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_357-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_357-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_357-sf,
#stacks_in_357-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_357-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_357-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_357-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_357-sf .loaded .flex-viewport,
#stacks_in_357-sf .slider,
#stacks_in_357-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_357-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_357-sf{min-height: 70px;}

#stacks_in_357-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_357-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(204, 10, 32, 1.00);
	border-top-color: rgba(204, 10, 32, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_357-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_357-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_357-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_357-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_357-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_357-sf .sf-flexslider .slides > li,
#stacks_in_357-sf .sf-flexslider .carousel > li,
#stacks_in_357-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_357-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_357-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_357-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_357-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_357-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_357-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_357-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_357-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_357-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_357-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_357-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_357-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_357-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_357-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_357-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_357-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_357-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_357-sf li.hero h2,
#stacks_in_357-sf li.hero p,
#stacks_in_357-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_357-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_357-sf li.hero:not(.flex-active-slide) p,
#stacks_in_357-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_357-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_357-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_357-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_357-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_357-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 1600ms;
	transition: opacity 300ms 1600ms;
}
#stacks_in_357-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_357-sf .flex-active-slide .caption-wrap,
#stacks_in_357-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_357-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_357-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_357-sf .caption-wrap{
	-webkit-transition: opacity .3s 1600ms;
	transition: opacity .3s 1600ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_357-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 1603ms;
	transition: opacity .5s 160300ms;

	-webkit-transition: opacity .5s 4600ms;
	transition: opacity .5s 4600ms;
}
#stacks_in_357-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_357-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_357-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_357-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_357-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_357-sf .slider .flex-direction-nav .flex-next,
#stacks_in_357-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_357-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_357-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_357-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_357-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_357-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_357-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_357-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_357-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_357-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_357-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_357-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_357-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_357-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_357-sf .flex-direction-nav a:before {display: none;}

#stacks_in_357-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_357-sf .sf-control:before,
#stacks_in_357-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_357-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_357-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(204, 10, 32, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_357-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_357-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 400px) {
	#stacks_in_357-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_357-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_357-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_357-sf .carousel{
		display: none;
	}
}
#stacks_in_357-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_357-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_357-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_357-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_357-sf .carousel .slides li:hover,
#stacks_in_357-sf .carousel .slides li.flex-active-slide,
#stacks_in_357-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_357-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_357-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_357-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_357-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_357-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_357-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_357-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_357-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}

#stacks_in_11_8 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_11_8 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#999999; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_11_3.headerInheritStylesOff,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff h6 {
	font-size: 26px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_11_3.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 26px;
}
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_11_3.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_11_3 {
	padding: 15px 0px 0px 0px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_11_6.headerInheritStylesOff,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_11_6.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 22px;
}
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_11_6.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_11_6 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_89 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_89 .jwresp_col{overflow:hidden;margin:0;width:48%; float:left;}#stacks_in_89 #jwresp_col2_stacks_in_89{ float:right; width:48%}@media screen and (max-width:500px){#stacks_in_89 #jwresp_col1_stacks_in_89,#stacks_in_89 #jwresp_col2_stacks_in_89{width:100%;float:none;display:block}#stacks_in_89 #jwresp_col1_stacks_in_89{margin-bottom:10px}}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_189 *,
#adaptiveGridstacks_in_189 *:before,
#adaptiveGridstacks_in_189 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_189 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_189 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_189:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_189 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_189 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_189 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_189 .gridCellInner {
		padding: 10px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-left: -10px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-right: -10px;
	}
}

@media screen and (min-width: 740px) {
	#adaptiveGridstacks_in_189 .gridCellInner {
		padding: 10px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-left: -10px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-right: -10px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_189 .gridCellInner {
		padding: 20px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-left: -20px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-right: -20px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_189 .gridCellInner {
		padding: 20px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-left: -20px;
	}
	
	#adaptiveGridstacks_in_189 {
		margin-right: -20px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_189 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 740px) {
	#adaptiveGridstacks_in_189 .column1 {
		width: 33.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_189 .column1 {
		width: 33.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_189 .column1 {
		width: 33.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_189 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 740px) {
	#adaptiveGridstacks_in_189 .column2 {
		width: 33.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_189 .column2 {
		width: 33.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_189 .column2 {
		width: 33.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_189 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 740px) {
	#adaptiveGridstacks_in_189 .column3 {
		width: 33.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_189 .column3 {
		width: 33.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_189 .column3 {
		width: 33.00%;
	}
}




















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_189 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_189 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 740px) {
	#adaptiveGridstacks_in_189 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_189 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_189 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_189 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_189 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_189 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_189 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_189 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_189 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_189 .column1,
	#adaptiveGridstacks_in_189 .column2,
	#adaptiveGridstacks_in_189 .column3,
	#adaptiveGridstacks_in_189 .column4,
	#adaptiveGridstacks_in_189 .column5,
	#adaptiveGridstacks_in_189 .column6,
	#adaptiveGridstacks_in_189 .column7,
	#adaptiveGridstacks_in_189 .column8,
	#adaptiveGridstacks_in_189 .column9,
	#adaptiveGridstacks_in_189 .column10,
	#adaptiveGridstacks_in_189 .column11,
	#adaptiveGridstacks_in_189 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_189 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_189 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_178 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;border-radius:0px;}#stacks_in_178 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_178 .fluid-image.unlimited img{width:100% !important}#stacks_in_178 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_178 .fluid-image.align-left img{float:left}#stacks_in_178 .fluid-image.align-right img{float:right}
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_98 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_98.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_98.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_98.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_98.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_98.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_98.inheritOff a, #simpleText_stacks_in_98.inheritOff a:link {
	color: #169EE6;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_98.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_98.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_98.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_98.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_98.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_98.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_98.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_98.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_98.reFontSizeOn {
		font-size: 12px;
		line-height: 12px;
	}
}
/* @group Generic Styles */

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

#ruleStackstacks_in_194_2 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */

/*  */

/*  */
#ruleStackstacks_in_194_2 {
	width: 50%;
	margin-left: auto; margin-right: auto;
}
/*  */

#ruleStackstacks_in_194_2 [class^="fa fa-"] {
	position: relative;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-align: center;
	color: rgba(204, 10, 32, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_194_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 45px;
	height: 45px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_194_2 {
	text-align: center;
}

#ruleStackstacks_in_194_2:before,
#ruleStackstacks_in_194_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 45px;
	height: 0px;
	border-top: 2px solid rgba(230, 230, 230, 1.00);
}

#ruleStackstacks_in_194_2:before {
	left: -50%;
	margin-left: -22px;
}

#ruleStackstacks_in_194_2:after {
	left: 50%;
	margin-left: 22px;
}

#ruleStackstacks_in_194_2 a {
	left: 50%;
	margin-left: -22px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_194_2 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_183 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;border-radius:0px;}#stacks_in_183 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_183 .fluid-image.unlimited img{width:100% !important}#stacks_in_183 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_183 .fluid-image.align-left img{float:left}#stacks_in_183 .fluid-image.align-right img{float:right}
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_103 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_103.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_103.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_103.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_103.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_103.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_103.inheritOff a, #simpleText_stacks_in_103.inheritOff a:link {
	color: #169EE6;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_103.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_103.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_103.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_103.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_103.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: 12px;
		line-height: 12px;
	}
}
/* @group Generic Styles */

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

#ruleStackstacks_in_195_2 {
	position: relative;
	overflow: hidden;
	margin: 0.00% 0;
	width: %;
}

/*  */

/*  */

/*  */
#ruleStackstacks_in_195_2 {
	width: 50%;
	margin-left: auto; margin-right: auto;
}
/*  */

#ruleStackstacks_in_195_2 [class^="fa fa-"] {
	position: relative;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-align: center;
	color: rgba(204, 10, 32, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_195_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 45px;
	height: 45px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_195_2 {
	text-align: center;
}

#ruleStackstacks_in_195_2:before,
#ruleStackstacks_in_195_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 45px;
	height: 0px;
	border-top: 2px solid rgba(230, 230, 230, 1.00);
}

#ruleStackstacks_in_195_2:before {
	left: -50%;
	margin-left: -22px;
}

#ruleStackstacks_in_195_2:after {
	left: 50%;
	margin-left: 22px;
}

#ruleStackstacks_in_195_2 a {
	left: 50%;
	margin-left: -22px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_195_2 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_185 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;border-radius:0px;}#stacks_in_185 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_185 .fluid-image.unlimited img{width:100% !important}#stacks_in_185 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_185 .fluid-image.align-left img{float:left}#stacks_in_185 .fluid-image.align-right img{float:right}
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_108 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_108.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_108.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_108.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_108.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_108.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_108.inheritOff a, #simpleText_stacks_in_108.inheritOff a:link {
	color: #169EE6;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_108.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_108.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_108.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_108.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_108.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_108.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_108.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_108.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_108.reFontSizeOn {
		font-size: 12px;
		line-height: 12px;
	}
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_187_2.headerInheritStylesOff,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_187_2.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 24px;
}
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h6 {
	color: #FFFFFF;
}
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_187_2.headerInheritColorsOff h6:hover {
	color: #FFFFFF;
}

#stacks_in_187_2 {
	background-color: rgba(204, 10, 32, 1.00);
	margin: 0px 0px 25px 0px;
	padding: 10px 0px 0px 10px;
}

#stacks_out_187_2 {
	margin-left:0;
}
#stacks_in_167 .stacks_in, #stacks_in_167 .stacks_out, #stacks_out_110 .stacks_in, #stacks_out_110.stacks_out {
  /*  */
  overflow: visible !important;
  /*  */ }

/*  */
#ultra-list-stacks_in_110-main {
  z-index: 10;
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }
  #ultra-list-stacks_in_110-main mark {
    padding: 2px;
    display: inline;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(204, 10, 32, 1.00); }
  #ultra-list-stacks_in_110-main .search-result-info {
    display: none;
    text-align: center;
    padding: 20px 10px; }
  #ultra-list-stacks_in_110-main.tags-created .ultra-li-tags::before {
    display: none; }
  #ultra-list-stacks_in_110-main.no-results {
    /*  */
    font-family: "Open Sans";
    /*  */ }
    #ultra-list-stacks_in_110-main.no-results .search-result-info {
      display: block; }
    #ultra-list-stacks_in_110-main.no-results .ultra-list-search {
      color: rgba(253, 128, 8, 1.00); }
      #ultra-list-stacks_in_110-main.no-results .ultra-list-search::after {
        height: 3px;
        background: rgba(253, 128, 8, 1.00); }
      #ultra-list-stacks_in_110-main.no-results .ultra-list-search button i::after {
        content: 'error_outline'; }
  #ultra-list-stacks_in_110-main.yes-results .ultra-list-search {
    color: rgba(204, 10, 32, 1.00); }
    #ultra-list-stacks_in_110-main.yes-results .ultra-list-search::after {
      height: 3px;
      background: rgba(204, 10, 32, 1.00); }
    #ultra-list-stacks_in_110-main.yes-results .ultra-list-search button i::after {
      content: 'check_circle'; }

#ultra-list-stacks_in_110-options {
  /*  */
  font-family: "Open Sans";
  /*  */
  margin-bottom: 0px;
  z-index: 100;
  display: flex;
  position: relative;
  box-sizing: border-box;
  justify-content: flex-end; }
  #ultra-list-stacks_in_110-options .ultra-list-search {
    color: #333333;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    box-sizing: border-box;
    -ms-input-placeholder-color: #333333;
    -moz-placeholder-color: #333333; }
    #ultra-list-stacks_in_110-options .ultra-list-search ::-webkit-input-placeholder {
      color: #333333; }
    #ultra-list-stacks_in_110-options .ultra-list-search ::-moz-placeholder {
      color: #333333; }
    #ultra-list-stacks_in_110-options .ultra-list-search::after {
      content: '';
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100%;
      opacity: 0.4;
      display: block;
      position: absolute;
      background: #333333; }
    #ultra-list-stacks_in_110-options .ultra-list-search button {
      margin: 0;
      padding: 0;
      border: none;
      line-height: 1;
      color: inherit;
      flex: 0 1 auto;
      background: none; }
      #ultra-list-stacks_in_110-options .ultra-list-search button i::after {
        display: inline;
        content: 'search';
        font-size: 24px; }
    #ultra-list-stacks_in_110-options .ultra-list-search input {
      color: #333333;
      font-size: 16px;
      padding: 10px 10px;
      margin: 0;
      width: 100%;
      border: none;
      outline: none;
      flex: 0 1 auto;
      box-shadow: none;
      background: none;
      box-sizing: border-box; }
  #ultra-list-stacks_in_110-options .ultra-list-sort {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(204, 10, 32, 1.00);
    border-radius: 4px;
    z-index: 20;
    flex: 0 1 auto;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    justify-content: center; }
    #ultra-list-stacks_in_110-options .ultra-list-sort.sorting, #ultra-list-stacks_in_110-options .ultra-list-sort.filter {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(76, 76, 76, 1.00); }
    #ultra-list-stacks_in_110-options .ultra-list-sort.sorting .sort-count {
      display: flex; }
    #ultra-list-stacks_in_110-options .ultra-list-sort.filter .sort-overlay {
      display: block; }
    #ultra-list-stacks_in_110-options .ultra-list-sort.filter ul.sort-list {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(0); }
    #ultra-list-stacks_in_110-options .ultra-list-sort i {
      width: 34px;
      height: 34px;
      font-size: 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #ultra-list-stacks_in_110-options .ultra-list-sort .sort-count {
      width: 34px;
      height: 34px;
      display: none;
      align-items: center;
      justify-content: center; }
      #ultra-list-stacks_in_110-options .ultra-list-sort .sort-count span {
        font-size: 10px;
        display: inline-block; }
    #ultra-list-stacks_in_110-options .ultra-list-sort .sort-overlay {
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
      position: fixed;
      cursor: auto; }
    #ultra-list-stacks_in_110-options .ultra-list-sort ul.sort-list {
      /*  */
      background: rgba(204, 10, 32, 1.00);
      /*  */
      /*  */
      max-width: 180px;
      padding: 10px 15px;
      max-height: 200px;
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30);
      right: 0;
      margin: 0;
      opacity: 0;
      z-index: 20;
      width: 100%;
      list-style: none;
      position: absolute;
      pointer-events: none;
      text-align-last: left;
      border-radius: 4px;
      transition: all 0.3s;
      top: calc(100% + 5px);
      box-sizing: border-box;
      transform: translateX(100%); }
      #ultra-list-stacks_in_110-options .ultra-list-sort ul.sort-list li {
        color: rgba(255, 255, 255, 1.00);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        cursor: pointer;
        font-size: 15px;
        padding: 8px 0;
        align-items: center; }
        #ultra-list-stacks_in_110-options .ultra-list-sort ul.sort-list li:last-child {
          border-bottom: none; }
        #ultra-list-stacks_in_110-options .ultra-list-sort ul.sort-list li::before {
          color: rgba(255, 255, 255, 1.00);
          font-size: 20px;
          margin-right: 10px;
          content: 'check_box_outline_blank';
          font-family: "Material Icons";
          transition: all 0.3s; }
        #ultra-list-stacks_in_110-options .ultra-list-sort ul.sort-list li:hover::before {
          transform: scale(1.1); }
        #ultra-list-stacks_in_110-options .ultra-list-sort ul.sort-list li.filter-on:hover::before {
          content: 'indeterminate_check_box'; }
        #ultra-list-stacks_in_110-options .ultra-list-sort ul.sort-list li.filter-on::before {
          content: 'check_box'; }

#ultra-list-stacks_in_110 {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }
  #ultra-list-stacks_in_110 .ultra-li {
    overflow: hidden;
    transition: all 0.3s; }
    #ultra-list-stacks_in_110 .ultra-li-top {
      display: flex;
      /*  */
      background: rgba(255, 255, 255, 1.00);
      /*  */
      /*  */
      padding: 10px 10px; }
      #ultra-list-stacks_in_110 .ultra-li-top * {
        box-sizing: border-box; }
    #ultra-list-stacks_in_110 .ultra-li-details {
      /*  */
      font-family: "Raleway";
      /*  */
      /*  */
      background: rgba(255, 255, 255, 1.00);
      /*  */
      /*  */
      overflow: hidden;
      color: rgba(102, 102, 102, 1.00);
      /*  */
      height: 0;
      /*  */
      /*  */ }
      #ultra-list-stacks_in_110 .ultra-li-details-inner {
        padding: 15px;
        /*  */
        transform: scale(0);
        transition: all 0.5s 0.5s;
        /*  */ }

#ultra-list-stacks_in_110 .ultra-li-col-icon {
  display: flex;
  flex: 0 1 auto;
  align-self: center; }

#ultra-list-stacks_in_110 .ultra-li-icon {
  color: rgba(204, 10, 32, 1.00);
  width: 120px;
  height: 120px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.00);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0); }
  #ultra-list-stacks_in_110 .ultra-li-icon i {
    font-size: 100px; }

#ultra-list-stacks_in_110 .ultra-li-col-header {
  padding: 0 12px;
  flex: 0 1 auto;
  overflow: hidden;
  align-self: center; }

#ultra-list-stacks_in_110 .ultra-li-title {
  /*  */
  font-family: "Raleway";
  /*  */
  color: rgba(51, 51, 51, 1.00);
  font-size: 24px;
  line-height: 33.599998px;
  margin-bottom: 5px; }

#ultra-list-stacks_in_110 .ultra-li-description {
  /*  */
  font-family: "Raleway";
  /*  */
  color: rgba(51, 51, 51, 1.00);
  font-size: 12px;
  line-height: 16.799999px; }

#ultra-list-stacks_in_110 .ultra-li-tags {
  /*  */
  font-family: "Raleway";
  /*  */
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-start;
  justify-content: flex-start; }
  #ultra-list-stacks_in_110 .ultra-li-tags::before {
    content: ' ... ';
    align-items: center; }
  #ultra-list-stacks_in_110 .ultra-li-tags li, #ultra-list-stacks_in_110 .ultra-li-tags::before {
    margin-top: 12px;
    flex: 0 1 auto;
    margin-right: 4px;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(153, 153, 153, 1.00);
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 0px; }

#ultra-list-stacks_in_110 .ultra-li-col-toggle {
  flex: 0 1 auto;
  margin-left: auto;
  align-self: center; }

#ultra-list-stacks_in_110 .ultra-li-toggle {
  /*  */
  font-family: "Raleway";
  /*  */
  color: rgba(255, 255, 255, 1.00);
  height: 34px;
  background: rgba(204, 10, 32, 1.00);
  font-size: 20px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  line-height: 0;
  cursor: pointer;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s; }
  #ultra-list-stacks_in_110 .ultra-li-toggle::after {
    padding: 0 12px;
    content: "Details";
    z-index: 2;
    width: 100%;
    height: 100%;
    color: inherit;
    overflow: hidden;
    user-select: none;
    position: relative;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    transition: width 0.3s;
    justify-content: center; }
  #ultra-list-stacks_in_110 .ultra-li-toggle i {
    font-size: 24px;
    opacity: 0;
    z-index: 1;
    user-select: none;
    position: absolute;
    pointer-events: none;
    transition: all 0.3s; }

#ultra-list-stacks_in_110-main.no-search .ultra-list-search {
  display: none; }

#ultra-list-stacks_in_110-main.no-sort .ultra-list-search {
  margin-right: 0; }

#ultra-list-stacks_in_110-main.no-sort .ultra-list-sort {
  display: none; }

#ultra-list-stacks_in_110-main.no-description .ultra-li-title {
  margin-bottom: 0; }

#ultra-list-stacks_in_110-main.no-description .ultra-li-description {
  display: none; }

#ultra-list-stacks_in_110-main.no-tags .ultra-list-search {
  margin-right: 0; }

#ultra-list-stacks_in_110-main.no-tags .ultra-list-sort {
  display: none; }

#ultra-list-stacks_in_110-main.no-tags .ultra-li-tags {
  display: none; }

#ultra-list-stacks_in_110-main.no-toggle-text .ultra-li-toggle {
  padding: 0;
  width: 34px; }
  #ultra-list-stacks_in_110-main.no-toggle-text .ultra-li-toggle::after {
    font-family: "Material Icons";
    content: 'more_vert'; }

#ultra-list-stacks_in_110 .ultra-li.expanded .ultra-li-details-inner {
  transform: scale(1);
  transition: all 0.3s 0s; }

#ultra-list-stacks_in_110 .ultra-li.expanded .ultra-li-description {
  overflow: visible;
  white-space: normal; }

#ultra-list-stacks_in_110 .ultra-li.expanded .ultra-li-toggle {
  width: 34px;
  transition: all 0.3s; }
  #ultra-list-stacks_in_110 .ultra-li.expanded .ultra-li-toggle::after {
    opacity: 0;
    padding: 0;
    pointer-events: none; }
  #ultra-list-stacks_in_110 .ultra-li.expanded .ultra-li-toggle i {
    opacity: 1;
    pointer-events: auto; }

#ultra-list-stacks_in_110.separated .ultra-li {
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.30);
  border-radius: 3px;
  margin-bottom: 15px; }
  #ultra-list-stacks_in_110.separated .ultra-li:hover {
    transform: translateY(-3px); }

#ultra-list-stacks_in_110.connected {
  overflow: hidden;
  border-radius: 3px; }
  #ultra-list-stacks_in_110.connected .ultra-li {
    margin-bottom: 0;
    box-shadow: none; }
    #ultra-list-stacks_in_110.connected .ultra-li .ultra-li-details {
      min-height: 1px;
      position: relative; }
      #ultra-list-stacks_in_110.connected .ultra-li .ultra-li-details::after {
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        background: rgba(204, 10, 32, 1.00); }
    #ultra-list-stacks_in_110.connected .ultra-li:first-of-type {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    #ultra-list-stacks_in_110.connected .ultra-li:last-of-type, #ultra-list-stacks_in_110.connected .ultra-li.last {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      #ultra-list-stacks_in_110.connected .ultra-li:last-of-type .ultra-li-details, #ultra-list-stacks_in_110.connected .ultra-li.last .ultra-li-details {
        min-height: 0; }
        #ultra-list-stacks_in_110.connected .ultra-li:last-of-type .ultra-li-details::after, #ultra-list-stacks_in_110.connected .ultra-li.last .ultra-li-details::after {
          display: none; }

#ultra-list-stacks_in_110.truncate .ultra-li-description {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@media (max-width: 450px) {
  #ultra-list-stacks_in_110 .ultra-li-top {
    flex-wrap: wrap; }
  #ultra-list-stacks_in_110 .ultra-li-col-header {
    width: 100%;
    padding: 12px 0; } }

/*  */

#stacks_in_110 {
	margin: 0px 0px 50px 0px;
}
#ultra-li-stacks_in_111.image-icon .ultra-li-icon {
  background: url("../files/icon_image-111.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_111.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_114_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_114_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:dotted; 
border-top-width:2px; 
border-top-color:#999999; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_114_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_116 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_116 .jwresp_col{overflow:hidden;margin:0;width:38%; float:right;}#stacks_in_116 #jwresp_col2_stacks_in_116{ float:left; width:58%}@media screen and (max-width:500px){#stacks_in_116 #jwresp_col1_stacks_in_116,#stacks_in_116 #jwresp_col2_stacks_in_116{width:100%;float:none;display:block}#stacks_in_116 #jwresp_col1_stacks_in_116{margin-bottom:15px}}
#stacks_in_117 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out;border-radius:0px;}#stacks_in_117 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_117 .fluid-image.unlimited img{width:100% !important}#stacks_in_117 .fluid-image.define_max img{width:100% !important;max-width:300px !important}#stacks_in_117 .fluid-image.align-left img{float:left}#stacks_in_117 .fluid-image.align-right img{float:right}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_122 label,
#gridIronWrapperstacks_in_122 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_122 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_122 select,
#gridIronWrapperstacks_in_122 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_122 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_122 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_122 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_122.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_122.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_122.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_122.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_122.dataTable thead .sorting,
table#grid-iron-stacks_in_122.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_122.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_122.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_122.dataTable th,
table#grid-iron-stacks_in_122.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_122 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_122 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_122.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_122.dataTable thead th,
table#grid-iron-stacks_in_122.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_122.dataTable thead th p,
table#grid-iron-stacks_in_122.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_122.dataTable thead th:last-child,
table#grid-iron-stacks_in_122.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_122 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_122.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_122.dataTable th.focus,
table#grid-iron-stacks_in_122.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_122.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_122.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_122.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_122.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_122 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_122 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_122 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_122 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_122 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_122 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_122 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_122 .dataTables_length label,
#gridIronWrapperstacks_in_122 .dataTables_filter label,
#gridIronWrapperstacks_in_122 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
#stacks_in_171 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_171 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_171 #jwresp_col2_stacks_in_171{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_171 #jwresp_col1_stacks_in_171,#stacks_in_171 #jwresp_col2_stacks_in_171{width:100%;float:none;display:block}#stacks_in_171 #jwresp_col1_stacks_in_171{margin-bottom:15px}}
#ultra-li-stacks_in_204.image-icon .ultra-li-icon {
  background: url("../files/icon_image-204.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_204.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_207_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_207_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:dotted; 
border-top-width:2px; 
border-top-color:#999999; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_207_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_209 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_209 .jwresp_col{overflow:hidden;margin:0;width:38%; float:right;}#stacks_in_209 #jwresp_col2_stacks_in_209{ float:left; width:58%}@media screen and (max-width:500px){#stacks_in_209 #jwresp_col1_stacks_in_209,#stacks_in_209 #jwresp_col2_stacks_in_209{width:100%;float:none;display:block}#stacks_in_209 #jwresp_col1_stacks_in_209{margin-bottom:15px}}
#stacks_in_210 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out;border-radius:0px;}#stacks_in_210 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_210 .fluid-image.unlimited img{width:100% !important}#stacks_in_210 .fluid-image.define_max img{width:100% !important;max-width:300px !important}#stacks_in_210 .fluid-image.align-left img{float:left}#stacks_in_210 .fluid-image.align-right img{float:right}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_215 label,
#gridIronWrapperstacks_in_215 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_215 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_215 select,
#gridIronWrapperstacks_in_215 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_215 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_215 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_215 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_215.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_215.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_215.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_215.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_215.dataTable thead .sorting,
table#grid-iron-stacks_in_215.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_215.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_215.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_215.dataTable th,
table#grid-iron-stacks_in_215.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_215 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_215 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_215.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_215.dataTable thead th,
table#grid-iron-stacks_in_215.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_215.dataTable thead th p,
table#grid-iron-stacks_in_215.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_215.dataTable thead th:last-child,
table#grid-iron-stacks_in_215.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_215 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_215.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_215.dataTable th.focus,
table#grid-iron-stacks_in_215.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_215.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_215.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_215.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_215.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_215 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_215 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_215 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_215 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_215 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_215 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_215 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_215 .dataTables_length label,
#gridIronWrapperstacks_in_215 .dataTables_filter label,
#gridIronWrapperstacks_in_215 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
#stacks_in_223 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_223 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_223 #jwresp_col2_stacks_in_223{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_223 #jwresp_col1_stacks_in_223,#stacks_in_223 #jwresp_col2_stacks_in_223{width:100%;float:none;display:block}#stacks_in_223 #jwresp_col1_stacks_in_223{margin-bottom:15px}}
#ultra-li-stacks_in_231.image-icon .ultra-li-icon {
  background: url("../files/icon_image-231.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_231.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_234_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_234_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:dotted; 
border-top-width:2px; 
border-top-color:#999999; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_234_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_236 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_236 .jwresp_col{overflow:hidden;margin:0;width:38%; float:right;}#stacks_in_236 #jwresp_col2_stacks_in_236{ float:left; width:58%}@media screen and (max-width:500px){#stacks_in_236 #jwresp_col1_stacks_in_236,#stacks_in_236 #jwresp_col2_stacks_in_236{width:100%;float:none;display:block}#stacks_in_236 #jwresp_col1_stacks_in_236{margin-bottom:15px}}
#stacks_in_237 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out;border-radius:0px;}#stacks_in_237 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_237 .fluid-image.unlimited img{width:100% !important}#stacks_in_237 .fluid-image.define_max img{width:100% !important;max-width:300px !important}#stacks_in_237 .fluid-image.align-left img{float:left}#stacks_in_237 .fluid-image.align-right img{float:right}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_242 label,
#gridIronWrapperstacks_in_242 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_242 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_242 select,
#gridIronWrapperstacks_in_242 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_242 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_242 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_242 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_242.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_242.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_242.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_242.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_242.dataTable thead .sorting,
table#grid-iron-stacks_in_242.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_242.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_242.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_242.dataTable th,
table#grid-iron-stacks_in_242.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_242 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_242 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_242.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_242.dataTable thead th,
table#grid-iron-stacks_in_242.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_242.dataTable thead th p,
table#grid-iron-stacks_in_242.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_242.dataTable thead th:last-child,
table#grid-iron-stacks_in_242.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_242 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_242.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_242.dataTable th.focus,
table#grid-iron-stacks_in_242.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_242.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_242.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_242.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_242.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_242 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_242 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_242 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_242 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_242 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_242 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_242 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_242 .dataTables_length label,
#gridIronWrapperstacks_in_242 .dataTables_filter label,
#gridIronWrapperstacks_in_242 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
#stacks_in_250 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_250 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_250 #jwresp_col2_stacks_in_250{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_250 #jwresp_col1_stacks_in_250,#stacks_in_250 #jwresp_col2_stacks_in_250{width:100%;float:none;display:block}#stacks_in_250 #jwresp_col1_stacks_in_250{margin-bottom:15px}}
#ultra-li-stacks_in_258.image-icon .ultra-li-icon {
  background: url("../files/icon_image-258.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_258.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_261_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_261_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:dotted; 
border-top-width:2px; 
border-top-color:#999999; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_261_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_263 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_263 .jwresp_col{overflow:hidden;margin:0;width:38%; float:right;}#stacks_in_263 #jwresp_col2_stacks_in_263{ float:left; width:58%}@media screen and (max-width:500px){#stacks_in_263 #jwresp_col1_stacks_in_263,#stacks_in_263 #jwresp_col2_stacks_in_263{width:100%;float:none;display:block}#stacks_in_263 #jwresp_col1_stacks_in_263{margin-bottom:15px}}
#stacks_in_264 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out;border-radius:0px;}#stacks_in_264 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_264 .fluid-image.unlimited img{width:100% !important}#stacks_in_264 .fluid-image.define_max img{width:100% !important;max-width:300px !important}#stacks_in_264 .fluid-image.align-left img{float:left}#stacks_in_264 .fluid-image.align-right img{float:right}
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_269 label,
#gridIronWrapperstacks_in_269 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_269 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_269 select,
#gridIronWrapperstacks_in_269 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_269 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_269 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_269 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_269.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_269.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_269.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_269.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 12px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_269.dataTable thead .sorting,
table#grid-iron-stacks_in_269.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_269.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_269.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_269.dataTable th,
table#grid-iron-stacks_in_269.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_269 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_269 tbody tr.odd {
    background-color: rgba(241, 241, 241, 1.00);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_269.dataTable.no-footer {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_269.dataTable thead th,
table#grid-iron-stacks_in_269.dataTable thead td {
    border-bottom: 1px solid rgba(221, 221, 221, 1.00) !important;
    border-right: 0px solid rgba(221, 221, 221, 1.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: bold !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_269.dataTable thead th p,
table#grid-iron-stacks_in_269.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_269.dataTable thead th:last-child,
table#grid-iron-stacks_in_269.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_269 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_269.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_269.dataTable th.focus,
table#grid-iron-stacks_in_269.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_269.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_269.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(204, 10, 32, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_269.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_269.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(51, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_269 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_269 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_269 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_269 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_269 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_269 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_269 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_269 .dataTables_length label,
#gridIronWrapperstacks_in_269 .dataTables_filter label,
#gridIronWrapperstacks_in_269 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
#stacks_in_278 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_278 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_278 #jwresp_col2_stacks_in_278{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_278 #jwresp_col1_stacks_in_278,#stacks_in_278 #jwresp_col2_stacks_in_278{width:100%;float:none;display:block}#stacks_in_278 #jwresp_col1_stacks_in_278{margin-bottom:15px}}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_311_2.headerInheritStylesOff,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_311_2.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 24px;
}
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h6 {
	color: #FFFFFF;
}
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_311_2.headerInheritColorsOff h6:hover {
	color: #FFFFFF;
}

#stacks_in_311_2 {
	background-color: rgba(204, 10, 32, 1.00);
	margin: 0px 0px 25px 0px;
	padding: 10px 0px 0px 10px;
}

#stacks_out_311_2 {
	margin-left:0;
}


html.ncd-photo-lock{
	overflow: hidden;
}
a[data-photo-group]{
	cursor:pointer;
}
.ncd-photo *{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ncd-photo *,
.ncd-photo *:before,
.ncd-photo *:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ncd-photo .cf:after {
  content: "";
  display: table;
  clear: both;
}
.ncd-photo .ncd-photo{
	display: none;
}
.ncd-photo ul{
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.ncd-photo ul:after {
	content: "";
	display: table;
	clear: both;
}
.ncd-photo li{
	cursor: zoom-in;
	line-height: 0;
}
.ncd-photo li.hide{
	display: none !important;
}
.ncd-photo li div{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: -webkit-box-shadow 150ms ease-out;
	-moz-transition: -moz-box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.ncd-photo li img{
	position: relative;
	z-index: 10;
	-webkit-transform: -webkit-translateZ(0);
	-moz-transform: -moz-translateZ(0);
	transform: translateZ(0);
}
.ncd-photo ul p{
	display: inline-block;
	z-index: 30;
	font-variant: normal;
	position: absolute;
	line-height: 1.4;
	margin: 0 0 10px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: -webkit-translateZ(0);
	-moz-transform: -moz-translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout:none;}

.ncd-photo ul p b{
	font-weight: normal;
	font-style: normal;
	padding-right: 3px;
}
.ncd-photo ul p em{
	font-weight: normal;
	font-style: normal;
}
.ncd-photo ul p span{
	display: inline-block;
	padding: 6px 12px;
}
.ncd-photo ul p span.empty{
	visibility: hidden;
}

.ncd-photo[data-italic-title="True"] p b,
.ncd-photo[data-italic-caption="True"] p em{ font-style: italic; }

.ncd-photo[data-bold-title="True"] p b,
.ncd-photo[data-bold-caption="True"] p em{ font-weight: bold; }

.ncd-photo[data-hide-title="True"] p b,
.ncd-photo[data-hide-caption="True"] p em,
.ncd-photo[data-hide-title="True"][data-hide-caption="True"] p{ display: none; }

.ncd-photo[data-hide-caption="True"] ul p b{padding-right: 0;}

/* Caption Positions */

.ncd-photo ul.cap-hov li p{
	opacity: 0;
	-webkit-transition: -webkit-transform 300ms, opacity 300ms;
	-moz-transition: -moz-transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms;
	-webkit-transform: -webkit-translate3d(0,4px,0);
	-moz-transform: -moz-translate3d(0,4px,0);
	transform: translate3d(0,4px,0); 
}
.ncd-photo ul.cap-hov li:hover p{
	opacity: 1;
	-webkit-transform: -webkit-translate3d(0,0,0);
	-moz-transform: -moz-translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.ncd-photo ul.cap-hide li p{
	display: none !important;
}
.ncd-photo ul.cap-ibl p,
.ncd-photo ul.cap-ibc p{
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	text-align: left;
}
.ncd-photo ul.cap-ibl p span,
.ncd-photo ul.cap-ibc p span{
	display: block;
}
.ncd-photo ul.cap-imbl p,
.ncd-photo ul.cap-imbc p{
	left: 20px;
	bottom: 10px;
	right: 20px;
	text-align: left;
}
.ncd-photo ul.cap-ibc p,
.ncd-photo ul.cap-imbc p{
	text-align: center;
}
.ncd-photo ul.cap-imbl p span,
.ncd-photo ul.cap-imbc p span{
	border-radius: 3px;
}

/* FLOW Thumbnails */

.ncd-photo.photo-flow {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: .85em;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.ncd-photo.photo-flow li div{
	display: inline-block;
	width: 100%;
	background: none !important;
}
.ncd-photo.photo-flow li div:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	content: "";
	display: block;
	-webkit-transition: box-shadow 150ms ease-out;
	-moz-transition: box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.ncd-photo.photo-flow li img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.ncd-photo.photo-flow ul.cap-ibl li p,
.ncd-photo.photo-flow ul.cap-ibc li p{
	-webkit-transform: -webkit-translate3d(0,0,0);
	-moz-transform: -moz-translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Spacing Thumbnails */

.ncd-photo.space-0.photo-grid{margin: 0;}
.ncd-photo.space-0.photo-grid li div{margin: 0;}
.ncd-photo.space-0.photo-flow li div{margin: 0;}
.ncd-photo.space-0.photo-flow {
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.ncd-photo.space-1.photo-grid{margin: 0 -1px;}
.ncd-photo.space-1.photo-grid li div{margin: 1px;}
.ncd-photo.space-1.photo-flow li div{margin: 0 0 2px;}
.ncd-photo.space-1.photo-flow {
	-moz-column-gap: 2px;
	-webkit-column-gap: 2px;
	column-gap: 2px;
}
.ncd-photo.space-3.photo-grid{margin: 0 -3px;}
.ncd-photo.space-3.photo-grid li div{margin: 3px;}
.ncd-photo.space-3.photo-flow li div{margin: 0 0 6px;}
.ncd-photo.space-3.photo-flow {
	-moz-column-gap: 6px;
	-webkit-column-gap: 6px;
	column-gap: 6px;
}
.ncd-photo.space-5.photo-grid{margin: 0 -5px;}
.ncd-photo.space-5.photo-grid li div{margin: 5px;}
.ncd-photo.space-5.photo-flow li div{margin: 0 0 10px;}
.ncd-photo.space-5.photo-flow {
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}
.ncd-photo.space-7.photo-grid{margin: 0 -7px;}
.ncd-photo.space-7.photo-grid li div{margin: 7px;}
.ncd-photo.space-7.photo-flow li div{margin: 0 0 14px;}
.ncd-photo.space-7.photo-flow {
	-moz-column-gap: 14px;
	-webkit-column-gap: 14px;
	column-gap: 14px;
}
.ncd-photo.space-9.photo-grid{margin: 0 -9px;}
.ncd-photo.space-9.photo-grid li div{margin: 9px;}
.ncd-photo.space-9.photo-flow li div{margin: 0 0 18px;}
.ncd-photo.space-9.photo-flow {
	-moz-column-gap: 18px;
	-webkit-column-gap: 18px;
	column-gap: 18px;
}

.ncd-photo.space-11.photo-grid{margin: 0 -11px;}
.ncd-photo.space-11.photo-grid li div{margin: 11px;}
.ncd-photo.space-11.photo-flow li div{margin: 0 0 22px;}
.ncd-photo.space-11.photo-flow {
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
	column-gap: 22px;
}

.ncd-photo.space-13.photo-grid{margin: 0 -13px;}
.ncd-photo.space-13.photo-grid li div{margin: 13px;}
.ncd-photo.space-13.photo-flow li div{margin: 0 0 26px;}
.ncd-photo.space-13.photo-flow {
	-moz-column-gap: 26px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
}

.ncd-photo.space-15.photo-grid{margin: 0 -15px;}
.ncd-photo.space-15.photo-grid li div{margin: 15px;}
.ncd-photo.space-15.photo-flow li div{margin: 0 0 30px;}
.ncd-photo.space-15.photo-flow {
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

/* GRID Thumbnails */

.ncd-photo.photo-grid li{
	line-height: 0;
	float: left;
	display: block;
	position: relative;
	height: auto;
}
.ncd-photo.photo-grid li div{
	overflow: hidden;
}
.ncd-photo.photo-grid img{
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.ncd-photo.photo-grid ul li div:after{
	padding-top: 100%;
	display: block;
	content: '';
}
.ncd-photo.photo-col-1.photo-grid li,
.ncd-photo.photo-col-2.photo-grid li,
.ncd-photo.photo-col-3.photo-grid li,
.ncd-photo.photo-col-4.photo-grid li,
.ncd-photo.photo-col-5.photo-grid li{width: 100%;}

/* Thumbnail Radius */

.ncd-photo.rad-0 li div,
.ncd-photo.rad-0.photo-flow li div:before,
.ncd-photo.rad-0.photo-flow li img,
.ncd-photo.rad-0.photo-flow li div{border-radius:  0;}
.ncd-photo.rad-0 ul.cap-ibl p span,
.ncd-photo.rad-0 ul.cap-ibc p span{border-radius: 0; }

.ncd-photo.rad-3 li div,
.ncd-photo.rad-3.photo-flow li div:before,
.ncd-photo.rad-3.photo-flow li img,
.ncd-photo.rad-3.photo-flow li div{border-radius:  3px;}
.ncd-photo.rad-3 ul.cap-ibl p span,
.ncd-photo.rad-3 ul.cap-ibc p span{border-radius: 0 0 3px 3px; }

.ncd-photo.rad-5 li div,
.ncd-photo.rad-5.photo-flow li div:before,
.ncd-photo.rad-5.photo-flow li img,
.ncd-photo.rad-5.photo-flow li div{border-radius:  5px;}
.ncd-photo.rad-5 ul.cap-ibl p span,
.ncd-photo.rad-5 ul.cap-ibc p span{border-radius: 0 0 5px 5px; }

.ncd-photo.rad-7 li div,
.ncd-photo.rad-7.photo-flow li div:before,
.ncd-photo.rad-7.photo-flow li img,
.ncd-photo.rad-7.photo-flow li div{border-radius:  7px;}
.ncd-photo.rad-7 ul.cap-ibl p span,
.ncd-photo.rad-7 ul.cap-ibc p span{border-radius: 0 0 7px 7px; }

/* Break Points for Columns */

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

	.ncd-photo.photo-col-1.photo-grid li,
	.ncd-photo.photo-col-2.photo-grid li,
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 100%;}

	.ncd-photo.photo-col-1.photo-flow,
	.ncd-photo.photo-col-2.photo-flow,
	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 300px) {

	.ncd-photo.photo-col-2.photo-grid li,
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 50%;}

	.ncd-photo.photo-col-2.photo-flow,
	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 700px) {
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 33.3333%;}

	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 850px) {
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 25%;}

	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

@media only screen and (min-width: 1000px) {
	.ncd-photo.photo-col-5.photo-grid li{width: 20%;}

	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 5;
		-webkit-column-count: 5;
		column-count: 5;
	}
}

.batch-hide{
	position: absolute;
	opacity: 0;
	top:-9999px;
	left:-9999px;
}
@media only screen and (max-width: 100px) {
	.ncd-photo ul p{
		opacity: 0 !important;
	}
}

/* Captions Under Flow */

.ncd-photo.photo-flow.cap-under ul p,
.ncd-photo.photo-flow.cap-under ul p span{
position: static;
display: block;
margin-bottom: 0;
}

.ncd-photo.photo-flow.cap-under ul p span{
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
padding: 10px;
}

.ncd-photo.photo-flow.cap-under ul img{
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
	
.ncd-photo.photo-flow.cap-under li div{
-webkit-box-shadow: none;
box-shadow: none;
}

/* Lightbox */

#ncdPhotoLoader{
position: absolute;
color: #ff0000;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transition: opacity 350ms 150ms;
-moz-transition: opacity 350ms 150ms;
transition: opacity 350ms 150ms;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
#ncdPhotoLoader.processing{
	opacity: 1;
}
#ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	height: 44px;
	width: 44px;
	margin: 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

#ncdPhotoBase {
	position: fixed;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	-moz-transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	user-select: none;}

#ncdPhotoBase *,
#ncdPhotoBase *:before,
#ncdPhotoBase *:after{
	box-sizing: border-box;
}

#ncdPhotoBase.on {
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10000;
	-webkit-transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;
	-moz-transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;
	transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;}
#ncdPhotoBase.out {
	z-index: 10000;
}
.ncdPhotoZoom,
.ncdPhotoClose,
.ncdPhotoNext,
.ncdPhotoPrev {
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
	position: absolute;
	border: 2px solid transparent;
}

/* ZOOM & CLOSE */

.ncdPhotoZoom,
.ncdPhotoClose{
	margin-top: 4%;
	top: 0;
	-webkit-transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
	-moz-transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
	transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
}

.ncdPhotoZoom:before,
.ncdPhotoZoom:after,
.ncdPhotoClose:before,
.ncdPhotoClose:after {
	top:50%;
	left:0;
	width:2px;
	height:18px;
	content:"";
	position:absolute;
	margin:-9px 22.5px 0;
	-webkit-transition: opacity 300ms, transform 300ms;
	-moz-transition: opacity 300ms, transform 300ms;
	transition: opacity 300ms, transform 300ms;}

/* ZOOM */

.ncdPhotoZoom{
	-webkit-transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	-moz-transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	left: 0;
	transform: rotate(90deg);
	opacity: 0;
	margin-left: 4%;}
.ncdPhotoZoom.enable{
	opacity:1;
	transform: rotate(0deg);	
}
.ncdPhotoZoom:after {
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);}

.ncdPhotoZoom.zoom:after {
	opacity: 0;
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);}
.ncdPhotoZoom:before {
	transform:rotate(0deg);}
.ncdPhotoZoom.zoom:before {
	transform:rotate(-90deg);}

/* CLOSE */

.ncdPhotoClose {
	right: 0;
	margin-right: 4%;}

.ncdPhotoClose:before,
.ncdPhotoClose:after {
	height:22px;
	margin:-11px 22.5px 0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);}

.ncdPhotoClose:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);}

/* PREV / NEXT */

.ncdPhotoNext,
.ncdPhotoPrev {
	top: 50%;
	margin-top: -25px;
	opacity: 0;
	transition: opacity 0.2s ease-out, transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
	-moz-transition: opacity 0.2s ease-out, -moz-transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
}

.ncdPhotoNext:before,
.ncdPhotoNext:after,
.ncdPhotoPrev:before,
.ncdPhotoPrev:after {
	top:50%;
	left:0;
	width:2px;
	height:15px;
	content:'';
	position:absolute;
	margin:-13px 24px 0;}

.ncdPhotoNext:after,
.ncdPhotoPrev:after{
	margin-top: -3px;
}
.ncdPhotoPrev:after,.ncdPhotoPrev:before {left:-3px;}
.ncdPhotoNext:after{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);}
.ncdPhotoNext:before {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);}
.ncdPhotoPrev:after{
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transform:rotate(315deg);}
.ncdPhotoPrev:before {
	-webkit-transform:rotate(-315deg);
	-moz-transform:rotate(-315deg);
	-ms-transform:rotate(-315deg);
	-o-transform:rotate(-315deg);
	transform:rotate(-315deg);}

@media screen and (min-width: 800px) {
	#ncdPhotoControls #ncdPhotoCounter{
		display: none;
	}
}
@media screen and (max-width: 800px) {
#ncdPhotoControls{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 53px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
	z-index: 100;}

	/* No Caption Mobile */
	#ncdPhotoBase.cap-hide #ncdPhotoControls{height: 70px;}
	#ncdPhotoBase.cap-hide .ncd-ui{bottom: 8px !important;}

	.ncdPhotoZoom.zoom{
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

/* Prev Button */

.ncdPhotoNext {
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	transform: translateX(-15px);
	right: 4%;}
.ncdPhotoPrev {
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	transform: translateX(15px);
	left: 4%;}


#ncdPhotoBase:hover .ncdPhotoNext,
#ncdPhotoBase:hover .ncdPhotoPrev {
	-webkit-transform: translateX(0) rotate(0deg);opacity: 1;
	-moz-transform: translateX(0) rotate(0deg);opacity: 1;
	transform: translateX(0) rotate(0deg);opacity: 1;
}


@media screen and (max-width: 800px) {
	#ncdPhotoBase .ncdPhotoNext,
	#ncdPhotoBase .ncdPhotoPrev {
		-webkit-transform: translateX(0) rotate(0deg);
		-moz-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg);
		margin-top: 4%;
		top: 0;
		opacity: 1;
	}
	#ncdPhotoBase .ncdPhotoNext{margin-right: 20%; }
	#ncdPhotoBase .ncdPhotoZoom{margin-left: -25px;left: 50%;}
	#ncdPhotoBase .ncdPhotoPrev{margin-left: 20%;}

	#ncdPhotoBase #ncdPhotoCounter,
	#ncdPhotoBase .ncdPhotoClose,
	#ncdPhotoBase .ncdPhotoNext,
	#ncdPhotoBase .ncdPhotoZoom,
	#ncdPhotoBase .ncdPhotoPrev{top: auto; bottom: 0;}
	#ncdPhotoOverlay div.slide p{
		position: absolute;
		bottom: 100%;
		left: 0;
	}

	#ncdPhotoCounter{
		position: absolute;
		left: 4%;
		margin-left: 10px;
		font-family: 'Helvetica Neue';
		font-weight: 300;
		letter-spacing: -1px;
		height: 27px;
		line-height: 0;
		font-size: 16px;
		z-index: 100;
	}
	#ncdPhotoCounter .lb-current{
		font-size: 28px;
		padding-right: 2px;
		letter-spacing: -2px;
	}

}
#ncdPhotoBase.out .ncdPhotoNext {
	-webkit-transform: translateX(30px) rotate(0deg);opacity: 0;
	-moz-transform: translateX(30px) rotate(0deg);opacity: 0;
	transform: translateX(30px) rotate(0deg);opacity: 0;
}
#ncdPhotoBase.out .ncdPhotoPrev {
	-webkit-transform: translateX(-30px) rotate(0deg);opacity: 0;
	-moz-transform: translateX(-30px) rotate(0deg);opacity: 0;
	transform: translateX(-30px) rotate(0deg);opacity: 0;
}
#ncdPhotoBase .ncdPhotoNext.hide,
#ncdPhotoBase .ncdPhotoPrev.hide {opacity: 0;}

#ncdPhotoBase.single-image .ncdPhotoNext,
#ncdPhotoBase.single-image .ncdPhotoPrev,
#ncdPhotoOverlay[data-hide-full-title="True"] span b,
#ncdPhotoOverlay[data-hide-full-caption="True"] span em{
	display: none;
}

/* Lightbox */

#ncdPhotoOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#ncdPhotoOverlay div.slide {
	display: block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	position:absolute;
	top:-9999px;
	left:-9999px;
}
#ncdPhotoOverlay div.slide.ncd-show{
	position: relative;
	top: 50%;
	left: 0%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ncdPhotoOverlay div.slide.out{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: auto;
	-webkit-transform: translateY(-50%) translateX(-10px);
	-ms-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-next #ncdPhotoOverlay div.slide.out{
	-webkit-transform: translateY(-50%) translateX(-10px);
	-ms-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-prev #ncdPhotoOverlay div.slide.out{
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-next div.slide.out img,
#ncdPhotoBase.go-prev div.slide.out img,
#ncdPhotoBase.processing div.slide.ncd-show.out img{
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
}

#ncdPhotoOverlay div.slide.out.ncd-show,
.go-next #ncdPhotoOverlay div.slide.out.ncd-show,
.go-prev #ncdPhotoOverlay div.slide.out.ncd-show{
	opacity: 0;
	transition: none;
}

#ncdPhotoOverlay div.slide > div {
	display: inline-block;
	position: relative;
	padding: 4%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#ncdPhotoOverlay div.slide.zoom.in > div {
	padding: 0;
}
#ncdPhotoOverlay div.slide.zoom.in,
#ncdPhotoOverlay div.slide.zoom.in > div {font-size: 0;}

#ncdPhotoOverlay div.slide.zoom {
	overflow: scroll; 
	cursor:move;
	-webkit-overflow-scrolling: touch;}
#ncdPhotoOverlay div.slide.zoom::-webkit-scrollbar {
	display: none;
}

#ncdPhotoOverlay div.slide.zoom.in br{display: none;}
#ncdPhotoOverlay div.slide.zoom.out br{display: block;}
#ncdPhotoOverlay div.slide.zoom.in.transition,
#ncdPhotoOverlay div.slide.zoom.out{overflow: hidden;}
#ncdPhotoOverlay div.slide.zoom.transition div{
	-webkit-animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.in div{
	line-height: normal;
	-webkit-animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.in.transition div{
	-webkit-animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.out div{
	-webkit-animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.ncd-show > div{opacity: 1;}

@-webkit-keyframes float-zoom-in {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(1.03);opacity: 0}
}
@keyframes float-zoom-in {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(1.03);opacity: 0}
}
@-webkit-keyframes float-zoom-in-complete {
	from {-webkit-transform: scale(.98);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-zoom-in-complete {
	from {transform: scale(.98);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-zoom-out {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(.98);opacity: 0}
}
@keyframes float-zoom-out {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(.98);opacity: 0}
}
@-webkit-keyframes float-zoom-out-complete {
	from {-webkit-transform: scale(1.03);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-zoom-out-complete {
	from {transform: scale(1.03);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-in {
	from {-webkit-transform: scale(1.04);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-in {
	from {transform: scale(1.02);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-down {
	from {-webkit-transform: translateY(-10px);opacity: 0}
	to {-webkit-transform: translateY(0);opacity: 1}
}
@keyframes float-down {
	from {transform: translateY(-10px);opacity: 0}
	to {transform: translateY(0);opacity: 1}
}
@-webkit-keyframes float-out {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(0.97);opacity: 0}
}
@keyframes float-out {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(0.97);opacity: 0}
}
@-webkit-keyframes float-up {
	from {-webkit-transform: translateY(0px);opacity: 1}
	to {-webkit-transform: translateY(10px);opacity: 0}
}
@keyframes float-up {
	from {transform: translateY(0px);opacity: 1}
	to {transform: translateY(10px);opacity: 0}
}
@-webkit-keyframes float-next {
	from {-webkit-transform: translateX(5px);opacity: 0}
	to {-webkit-transform: translateX(0);opacity: 1}
}
@keyframes float-next {
	from {transform: translateX(5px);opacity: 0}
	to {transform: translateX(0);opacity: 1}
}
@-webkit-keyframes float-prev {
	from {-webkit-transform: translateX(-5px);opacity: 0}
	to {-webkit-transform: translateX(0);opacity: 1}
}
@keyframes float-prev {
	from {transform: translateX(-5px);opacity: 0}
	to {transform: translateX(0);opacity: 1}
}
@-webkit-keyframes text-swap {
	from {-webkit-opacity: 0}
	to {-webkit-opacity: 1}
}
@keyframes text-swap {
	from {opacity: 0}
	to {opacity: 1}
}

#ncdPhotoOverlay div.slide img {
	list-style: none;
	line-height: 0;
	max-width: 100% !important;
	max-height: 80vh !important;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
	border-radius: 0px;
}
#ncdPhotoOverlay div.slide.zoom.in > div{
	height: auto;
}
#ncdPhotoOverlay div.slide.zoom.in img{
	max-width: none !important;
	max-height: none !important;
	border-radius: 0;
}
#ncdPhotoBase.go-next div.slide img{
	-webkit-animation: float-next 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-next 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.go-prev div.slide img{
	-webkit-animation: float-prev 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-prev 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.processing div.slide.ncd-show img{
	-webkit-animation: none;
	animation: none;
	opacity: 0;
}

@media screen and (min-width: 800px) {
	/*
	#ncdPhotoOverlay div.slide > div{
		height: 60vh;
	}
	*/
}
@media screen and (max-width: 800px) {
	#ncdPhotoBase > .ncdPhotoZoom{display: none}

	#ncdPhotoBase.go-next #ncdPhotoCaption p,
	#ncdPhotoBase.go-prev #ncdPhotoCaption p {
		-webkit-animation: text-swap 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
		animation: text-swap 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
	}
}

/* COUNTER */

.ncdPhotoCounter{
	left: auto !important;
	right: 0;}
.ncdPhotoCounter[data-show-count="False"],
#ncdPhotoCounter[data-show-count="False"]{
	display: none !important;}

/* CAPTION - MOBILE */

#ncdPhotoCaption{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	padding: 12px 4%;
	font-size: 15px;
	z-index: 100;
	line-height: 1.4;
}
#ncdPhotoCaption p{
	margin: 0;
}
#ncdPhotoCaption b{
	padding-right: 5px;
}

#ncdPhotoOverlay p b,
#ncdPhotoCaption p b{
	font-weight: normal;
	font-style: normal;
	padding-right: 5px;
}
#ncdPhotoOverlay p em,
#ncdPhotoCaption p em{
	font-weight: normal;
	font-style: normal;
}

@media screen and (min-width: 800px) {

	#ncdPhotoCaption{
		display: none;
	}
	.img-caption-in{
		display: block;
	}
	.img-caption-in:after {
		content: "";
		display: table;
		clear: both;
	}
}
#ncdPhotoOverlay p.ncdPhotoCounter,
#ncdPhotoOverlay p{
	display: inline-block;
	text-align: left;
	padding: 12px 0 18px;
	font-size: 12px;
	font-variant: normal;
	line-height: 20px;
	margin: 0;
	float: left;
}

#ncdPhotoOverlay p.ncdPhotoCounter{
	float: right;
}

/* CAPTION - DESK */

#ncdPhotoBase:hover .img-caption-in {opacity: 1}
#ncdPhotoBase.cap-hide .img-caption-in{ display: none; }
#ncdPhotoBase.cap-show .img-caption-in.invis{
	visibility: hidden;
	-webkit-animation:none;
	animation:none
}
#ncdPhotoBase .img-caption-in{
	opacity: 0 ;
	transition: opacity 200ms;
}
#ncdPhotoBase.cap-show .ncd-show .img-caption-in{
	opacity: 1;
	-webkit-animation: float-down 600ms 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-down 600ms 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.processing .img-caption-in{
	opacity: 0 ;
}
@media screen and (max-width: 800px) {
	.img-caption-in{display: none}
}

/* LB Font Styles */

#ncdPhotoBase [data-italic-title="True"] p b,
#ncdPhotoBase [data-italic-caption="True"] p em{ font-style: italic; }
#ncdPhotoBase [data-bold-title="True"] p b,
#ncdPhotoBase [data-bold-caption="True"] p em{ font-weight: bold; }
#ncdPhotoBase [data-hide-title="True"] p b,
#ncdPhotoBase [data-hide-caption="True"] p em{ display: none; }

/* LB Theme - Default Dark */

.style-default #ncdPhotoOverlay p b,
.style-default #ncdPhotoCaption p b{color: #FFF} /* Caption Title */
.style-default #ncdPhotoOverlay p em,
.style-default #ncdPhotoCaption p em,
.style-default .ncdPhotoCounter,
.style-default #ncdPhotoCounter{color: #EEE} /* Caption Text */

.style-default img{box-shadow: 0 2px 16px rgba(0,0,0,0.6);} /* Img Shadow */
.style-default{background: rgba(0,0,0,0.85) !important} /* Overlay */

.style-default #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	border-left: 3px solid rgba(200,200,200, .15);
	border-right: 3px solid rgba(200,200,200, .15);
	border-bottom: 3px solid rgba(200,200,200, .15);
	border-top: 3px solid rgba(200,200,200, .8);
}

@media screen and (max-width: 800px) {
	.style-default #ncdPhotoControls{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));}
}

.style-default .ncdPhotoZoom,
.style-default .ncdPhotoClose,
.style-default .ncdPhotoNext,
.style-default .ncdPhotoPrev {
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.1)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
}

.style-default #ncdPhotoCaption{background: #000;}
.style-default .ncdPhotoNext:before,.ncdPhotoNext:after,
.style-default .ncdPhotoPrev:before,.ncdPhotoPrev:after,
.style-default .ncdPhotoZoom:before,.ncdPhotoZoom:after,
.style-default .ncdPhotoClose:before,.ncdPhotoClose:after,
.style-default .ncdPhotoNext:hover:before,.ncdPhotoNext:hover:after,
.style-default .ncdPhotoPrev:hover:before,.ncdPhotoPrev:hover:after,
.style-default .ncdPhotoClose:hover:before,.ncdPhotoClose:hover:after {background: #FFF}
.style-default #ncdPhotoCounter{color: #FFF}

.style-default .ncdPhotoZoom:active,
.style-default .ncdPhotoClose:active,
.style-default .ncdPhotoNext:active,
.style-default .ncdPhotoPrev:active{
	box-shadow: 0 0 0 5px rgba(255,255,255,0.6);
	border: 2px solid #FFF;}

.style-default .ncdPhotoZoom.zoom{border: 2px solid #FFF;}

@media screen and (min-width: 800px) {
	.style-default .ncdPhotoZoom:hover,
	.style-default .ncdPhotoClose:hover,
	.style-default .ncdPhotoNext:hover,
	.style-default .ncdPhotoPrev:hover{border: 2px solid #FFF;}
}

/* LB Theme - Contrast Light */

.style-contrast #ncdPhotoOverlay p b{color: #333}
.style-contrast #ncdPhotoCaption p b{color: #FFF}

.style-contrast #ncdPhotoOverlay p em,
.style-contrast .ncdPhotoCounter{color: #555}
.style-contrast #ncdPhotoCaption p em{color: #EEE}

.style-contrast img{box-shadow: 0 2px 10px rgba(0,0,0,0.15);}
.style-contrast{background: rgba(255,255,255,0.85) !important}

.style-contrast #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	border-left: 3px solid rgba(100,100,100, .15);
	border-right: 3px solid rgba(100,100,100, .15);
	border-bottom: 3px solid rgba(100,100,100, .15);
	border-top: 3px solid rgba(100,100,100, .8);
}

.style-contrast #ncdPhotoCaption{background: #000}
.style-contrast #ncdPhotoCounter{color: #222}
.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,
.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,
.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,
.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,
.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,
.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,
.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after {background: #222}

.style-contrast .ncdPhotoZoom.zoom,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{
	background: rgba(0,0,0,0.3);
}

.style-contrast .ncdPhotoZoom,
.style-contrast .ncdPhotoClose,
.style-contrast .ncdPhotoZoom:before,
.style-contrast .ncdPhotoZoom:after,
.style-contrast .ncdPhotoClose:before,
.style-contrast .ncdPhotoClose:after{transition: transform 300ms, border 300ms, box-shadow 300ms, background 300ms;}

.style-contrast .ncdPhotoZoom.zoom:before,
.style-contrast .ncdPhotoZoom.zoom:after,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:before,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:after{background: #FFF;}

.style-contrast .ncdPhotoZoom:active,
.style-contrast .ncdPhotoClose:active,
.style-contrast .ncdPhotoNext:active,
.style-contrast .ncdPhotoPrev:active{
	box-shadow: 0 0 0 5px rgba(0,0,0,0.15);
	border: 2px solid #222;}

.ncdPhotoZoom.zoom{border: 2px solid rgba(0,0,0,0.6);}
 
 @media screen and (min-width: 800px) {
	.style-contrast .ncdPhotoZoom,
	.style-contrast .ncdPhotoClose,
	.style-contrast .ncdPhotoNext,
	.style-contrast .ncdPhotoPrev {
		background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(255,255,255, 0.00)), to(rgba(255,255,255, 0.4)));
		background-image: -webkit-radial-gradient(50% 50%, rgba(255,255,255, 0.4), rgba(255,255,255, 0.00));
		background-image: radial-gradient(50% 50%, rgba(255,255,255, 0.4), rgba(255,255,255, 0.00));
	}
	
	.style-contrast .ncdPhotoZoom:hover,
	.style-contrast .ncdPhotoClose:hover,
	.style-contrast .ncdPhotoNext:hover,
	.style-contrast .ncdPhotoPrev:hover{border: 2px solid #222;}
}

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

	.style-contrast #ncdPhotoCounter{color: #fff}
	.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,
	.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,
	.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,
	.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,
	.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,
	.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,
	.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after {background: #fff}

	.style-contrast #ncdPhotoControls{
		background-color: rgba(0,0,0,0.3);
		background-image: none;}

	.style-contrast .ncdPhotoZoom.zoom,
	.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{
		background: transparent;
	}

	.style-contrast .ncdPhotoZoom:active,
	.style-contrast .ncdPhotoZoom.zoom,
	.style-contrast .ncdPhotoClose:active,
	.style-contrast .ncdPhotoNext:active,
	.style-contrast .ncdPhotoPrev:active{
		box-shadow: 0 0 0 5px transparent;
		border: 2px solid transparent;}

	.style-contrast .ncdPhotoZoom.zoom{transform: translateY(0px);}

	#ncdPhotoBase.style-contrast .ncdPhotoNext.hide, 
	#ncdPhotoBase.style-contrast .ncdPhotoPrev.hide{opacity: 1;}
}

.processing img{
	box-shadow: none !important;
}



/* Edit Mode */

 #stacks_in_338{ overflow:hidden;height:110px; } 

.element_stacks_in_353[data-deluxe-el] {
  
  background-color : rgba(51, 51, 51, 0.82);
  border-color: rgba(204, 10, 32, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 10, 32, 1.00) rgba(204, 204, 204, 1.00);
  border-width: 4px 0px 4px 0px;
  border-style: dotted;
  border-radius: 0px 0px 0px 0px;
  padding: 30px 20px;
  text-align: center;
  display: inline-flex;
  width: 100%;
  max-width: 500px;
  
  display: block; /* Breaks vertical alignment setting */
  margin-left: auto;
  margin-right: auto;
  
}
.element_stacks_in_353[data-deluxe-el] > div {

}

:root {
  --multi_columns_stacks_in_315:1fr 1fr;
}
#multi_columns_stacks_in_315 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_315);
  grid-gap: 16px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_315 > div {
  min-width: 0;
}
#multi_columns_stacks_in_315 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_315 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_315 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 701px) {
  #multi_columns_stacks_in_315 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_315 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_315 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_315 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 700px) and (min-width: 501px) {
  #multi_columns_stacks_in_315 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_315 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_315 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_315 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_315 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_315 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_315 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_315 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 700px) {
  #multi_columns_stacks_in_315 {
    grid-template-columns: repeat(2, 1fr);
    
  }
  #multi_columns_stacks_in_315 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_315 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_315 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_315 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_315 > div > * {position: relative;}
  #multi_columns_stacks_in_315 > div > * > * {transform: translate(0,0);}
  
}

.element_stacks_in_322[data-deluxe-el][data-deluxe-text] {
  color: rgba(179, 179, 179, 1.00);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.00px;
  line-height: 120%;
  word-spacing: 0.00px;
  
}

.element_stacks_in_325[data-deluxe-el][data-deluxe-text] {
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.00px;
  line-height: 140%;
  word-spacing: 0.00px;
  
}

 #stacks_in_340{ overflow:hidden;height:110px; } 
@important "partials/mixins";
.com_onelittledesigner_stacks_Feature_Section_stack, #stacks_out_31 {
  overflow: visible !important; }

#feature-cards-stacks_in_31 {
  margin: 0 auto;
  max-width: 800px; }
  #feature-cards-stacks_in_31 * {
    box-sizing: border-box; }
  #feature-cards-stacks_in_31 .feature-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #feature-cards-stacks_in_31 .feature-grid.hide-content-icon .feature-card-icon {
      display: none; }
    #feature-cards-stacks_in_31 .feature-grid.hide-content-text .feature-card-content {
      display: none; }
    #feature-cards-stacks_in_31 .feature-grid.show-content-stacks .feature-card-stacks {
      display: block; }
    #feature-cards-stacks_in_31 .feature-grid.no-icons .feature-card-icon i {
      display: none; }
  #feature-cards-stacks_in_31 .feature-outer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 10px 10px; }
    #feature-cards-stacks_in_31 .feature-outer > a {
      text-decoration: none; }
  #feature-cards-stacks_in_31 .feature-card {
    /*  */
    /*  */
    /*  */
    /*  */
    border-style: solid;
    border-width: 1px;
    border-color: rgba(179, 179, 179, 1.00);
    /*  */
    /*  */
    /*  */
    height: 100%;
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    /*  */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.10s ease;
    padding: 0px;
    border-radius: 4px;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  #feature-cards-stacks_in_31 .feature-card-stacks {
    display: none; }
  #feature-cards-stacks_in_31 .feature-card-icon {
    /*  */
    /*  */
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: content-box;
    width: 70px;
    height: 70px;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.10s ease; }
    #feature-cards-stacks_in_31 .feature-card-icon i {
      font-size: 45px;
      color: #FFFFFF;
      transition: all 0.6s ease-out;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
  #feature-cards-stacks_in_31 .feature-card-content {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0px;
    text-align: center; }
  #feature-cards-stacks_in_31 .feature-card-header {
    /*  */
    font-family: "Raleway";
    /*  */
    margin: 0;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: ; }
  #feature-cards-stacks_in_31 .feature-card-description {
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    margin: 10px 0;
    display: block;
    color: #999999;
    font-size: 0px;
    line-height: 0px; }

/*  */
#feature-cards-stacks_in_31 .feature-card:hover {
  /*  */
  z-index: 30;
  position: relative;
  -webkit-transform: scale(1.05) rotate(0deg) translateY(0px);
          transform: scale(1.05) rotate(0deg) translateY(0px); }
  #feature-cards-stacks_in_31 .feature-card:hover .feature-card-icon {
    /**/ }
    #feature-cards-stacks_in_31 .feature-card:hover .feature-card-icon i {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      /**/ }
  #feature-cards-stacks_in_31 .feature-card:hover .feature-card-header {
    /**/
    color: #FFFFFF;
    /**/ }
  #feature-cards-stacks_in_31 .feature-card:hover .feature-card-description {
    /**/ }

#feature-cards-stacks_in_31 .feature-grid.ripple .feature-card {
  position: relative; }
  #feature-cards-stacks_in_31 .feature-grid.ripple .feature-card::before {
    background: #607D8B;
    content: '';
    z-index: -1;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px); }

#feature-cards-stacks_in_31 .feature-grid.ripple.center .feature-card::before {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%); }

#feature-cards-stacks_in_31 .feature-grid.ripple.center .feature-card:hover::before {
  width: 150%;
  height: 150%;
  border-radius: 4;
  transition: all 0.4s ease-out;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%); }

#feature-cards-stacks_in_31 .feature-grid.ripple.top-left .feature-card::before {
  top: -30px;
  left: -30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0 50% 50% 50%; }

#feature-cards-stacks_in_31 .feature-grid.ripple.top-left .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0 0 0 20px #607D8B; }

#feature-cards-stacks_in_31 .feature-grid.ripple.top-right .feature-card::before {
  top: -30px;
  right: -30px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1);
          transform: scale(1); }

#feature-cards-stacks_in_31 .feature-grid.ripple.top-right .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 50% 0 50% 50%; }

#feature-cards-stacks_in_31 .feature-grid.ripple.bottom-left .feature-card::before {
  left: -30px;
  bottom: -30px;
  border-radius: 4px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0);
          transform: scale(0); }

#feature-cards-stacks_in_31 .feature-grid.ripple.bottom-left .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1); }

#feature-cards-stacks_in_31 .feature-grid.ripple.bottom-right .feature-card::before {
  bottom: -30px;
  right: -30px;
  border-radius: 50% 50% 0 50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0);
          transform: scale(0); }

#feature-cards-stacks_in_31 .feature-grid.ripple.bottom-right .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (min-width: 767px) {
  #feature-cards-stacks_in_31 .feature-outer {
    /**/
    width: 25.000000%; } }

@media (min-width: 468px) and (max-width: 767px) {
  #feature-cards-stacks_in_31 .feature-outer {
    /**/
    width: 25.000000%; } }

@media (min-width: 0px) and (max-width: 468px) {
  #feature-cards-stacks_in_31 .feature-outer {
    /**/
    width: 50.000000%; } }

/*  */
#feature-section-card-stacks_in_32 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
#feature-section-card-stacks_in_36 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
#feature-section-card-stacks_in_46 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_47 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_47.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_47.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_47.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_47.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_47.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_47.inheritOff a, #simpleText_stacks_in_47.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_47.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_47.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_47.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_47.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_47.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_47.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_47.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_47.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_47.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_47 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_52 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_53 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_53.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_53.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_53.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_53.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_53.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_53.inheritOff a, #simpleText_stacks_in_53.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_53.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_53.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_53.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_53.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_53.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_53.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_53.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_53.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_53.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_53 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_58 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_59 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_59.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_59.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_59.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_59.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_59.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_59.inheritOff a, #simpleText_stacks_in_59.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_59.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_59.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_59.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_59.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_59.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_59.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_59.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_59.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_59.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_59 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_64 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_65 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_65.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_65.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_65.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_65.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_65.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_65.inheritOff a, #simpleText_stacks_in_65.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_65.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_65.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_65.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_65.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_65.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_65.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_65.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_65.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_65.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_65 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_70 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_71 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_71.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_71.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_71.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_71.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_71.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_71.inheritOff a, #simpleText_stacks_in_71.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_71.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_71.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_71.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_71.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_71.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_71.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_71.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_71.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_71.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_71 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_76 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_77 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_77.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_77.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_77.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_77.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_77.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_77.inheritOff a, #simpleText_stacks_in_77.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_77.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_77.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_77.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_77.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_77.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_77.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_77.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_77.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_77.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_77 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_365 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_368 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_368.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_368.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_368.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_368.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_368.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_368.inheritOff a, #simpleText_stacks_in_368.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_368.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_368.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_368.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_368.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_368.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_368.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_368.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_368.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_368.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_368 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_366 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_373 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_373.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_373.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_373.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_373.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_373.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_373.inheritOff a, #simpleText_stacks_in_373.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_373.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_373.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_373.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_373.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_373.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_373.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_373.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_373.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_373.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_373 {
	padding: 5px 0px 0px 0px;
}
#feature-section-card-stacks_in_367 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_378 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_378.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_378.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_378.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_378.lineHeightOn {
	line-height: 16px;
}
#simpleText_stacks_in_378.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_378.inheritOff a, #simpleText_stacks_in_378.inheritOff a:link {
	color: #CCCCCC;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_378.inheritOff a:visited {
	color: #999999;
}
#simpleText_stacks_in_378.inheritOff a:hover {
	color: #CC0A20;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_378.inheritOff a:active {
	color: #CC0A20;
}
#simpleText_stacks_in_378.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_378.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_378.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_378.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_378.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_378.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_378 {
	padding: 5px 0px 0px 0px;
}
/* 
 * Simple Headers
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-headers/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.2.3
 */

#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_29_3_2.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 24px;
}
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h6 {
	color: #FFFFFF;
}
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_29_3_2.headerInheritColorsOff h6:hover {
	color: #FFFFFF;
}

#stacks_in_29_3_2 {
	background-color: rgba(204, 10, 32, 1.00);
	margin: 0px 0px 25px 0px;
	padding: 10px 0px 0px 10px;
}

#stacks_out_29_3_2 {
	margin-left:0;
}
 #stacks_in_29_34{ overflow:hidden;height:30px; } 
/* 2.0.2
- fixes overlay opacity bug
- fixes menu item alignment with footer
- adjustments to spacing and padding
- adjustments to spacing and padding for mobile too
- adding pointer events none to prevent closed menu from displaying overtop content
- fixes a bug that would not allow you to edit footer content
- added support for same page #hash navigation
- moved to overscroll behavoir none away from forcing body to be fixed position on open (though not supported in Safari yet)
*/
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#overlayMenuToggleContainer_stacks_in_4_42 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  text-align: right;
  /*  */
  /*  */
  /*  */
  /*  */

  /*  */
  padding: 15px 15px 10px 10px;
  /*  */
  position: fixed;
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_4_42 {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  border-radius: 64px;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuContainer_stacks_in_4_42 .close-icon {
  box-sizing: border-box;
  /*  */
  /*  */
  /*  */
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  margin: 15px 15px 10px 10px;
  padding: 5px 10px 5px 10px;
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 4px;
  font-size: 24px;
  line-height: 26px;
  /*  */
  /*  */
  line-height: 26px;
  /*  */
  cursor: pointer;
  display: none;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_4_42.open .close-icon {
  display: inline-block;
}
#overlayMenu_stacks_in_4_42 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_4_42 .cssmenu ul>li a:hover small,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a:hover small,
#overlayMenuToggle_stacks_in_4_42 {
  transition: all 200ms ease;
}
#overlayMenuToggle_stacks_in_4_42:hover {
  /*  */
  /*  */
}
#overlayMenuToggle_stacks_in_4_42:hover {
  /*  */
  cursor: pointer;
  color: #FFFFFF;
  /*  */
}
#overlayMenuContainer_stacks_in_4_42 .close-icon:hover {
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_4_42 svg path, #overlayMenuToggle_stacks_in_4_42 i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
#overlayMenuToggle_stacks_in_4_42:hover svg path, #overlayMenuToggle_stacks_in_4_42:hover i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
#overlayMenuContainer_stacks_in_4_42 .close-icon svg {
  display: inline-block;
  width: 32px;
    /*  */
  margin-left: -20%;
    /*  */
}
#overlayMenuContainer_stacks_in_4_42 .close-icon svg {
  display: block;
}
#overlayMenuToggle_stacks_in_4_42 {
  line-height: 0;
}
#overlayMenuToggle_stacks_in_4_42 span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 30px;

  /*  */
  margin-left: 4px;
  /*  */
}
#overlayMenuToggle_stacks_in_4_42 .omToggleIconWrap,
#overlayMenuToggle_stacks_in_4_42 .omToggleIconWrap svg {
  display: inline-block;
}
#overlayMenuToggle_stacks_in_4_42 .omToggleIconWrap {
  max-width: 34px;
}
#overlayMenuToggle_stacks_in_4_42 .omToggleIconWrap svg {
  width: 30px;
}
#overlayMenuToggle_stacks_in_4_42 i {
  font-size: 30px;
  line-height: 30px;
}
/*  */

#overlayMenuContainer_stacks_in_4_42 {
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.2s ease;
  /*  */
}
#overlayMenuContainer_stacks_in_4_42 * {
  z-index: 1;
}
#overlayMenuContainer_stacks_in_4_42::before, #overlayMenuContainer_stacks_in_4_42::after {
  content: '';
  /*  */
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: 0%;
  opacity: 0;
  z-index: -1;
  width: 80px;
  height: 80px;
  transform-origin: center;
  position: absolute;
  -webkit-animation: elegantClose 300ms;
  animation: elegantClose 300ms;
  /* transition: all 200ms ease-in; */
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  border-radius: 50%;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_4_42.open::before, #overlayMenuContainer_stacks_in_4_42.open::after {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  /* border-radius: 0px; */
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
  opacity: 0.8;
}


#overlayMenuContainer_stacks_in_4_42::before {
  /*  */
  background: #000000;
  /*  */
  /*  */
  /*  */
  opacity: 0.8;
}

#overlayMenuContainer_stacks_in_4_42::after {
  /*  */
}

#overlayMenu_stacks_in_4_42 {
  z-index: 99999999999999999;
  transition: all 0.2s ease-out;
  /*  */
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  visibility: hidden;
  padding-top: 65px;
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuToggle_stacks_in_4_42  span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_4_42 li a span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_4_42 li a small {
  /*  */
  font-family: inherit;
  /*  */
}
/*  */
#overlayMenuContainer_stacks_in_4_42 {
  pointer-events: none;
}
/*  */

#overlayMenuContainer_stacks_in_4_42.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 {
  opacity: 1;
  overflow-y: auto;
  overscroll-behavior: none;
  visibility: visible;
  transition-delay: 0.1s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .close-icon {
  opacity: 1;
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 5s;
  transition: all 0.3s ease;
}

/* #overlayMenuContainer_stacks_in_4_42.open::before, #overlayMenuContainer_stacks_in_4_42.open::after {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 102%;
  height: 102%;
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  transition: opacity 200ms ease-out;
  -webkit-transform: translate(-51%, -51%);
  transform: translate(-51%, -51%);
} */

#overlayMenuContainer_stacks_in_4_42.open::after {
  opacity: 1;
}

#overlayMenu_stacks_in_4_42 .close-icon svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
/*  */
#overlayMenu_stacks_in_4_42 .close-icon:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*  */
#overlayMenuFooter_stacks_in_4_42 {
  text-align: left;
  width: 100%;
  max-width: 1008px;
  /*  */
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}

#overlayMenu_stacks_in_4_42 .cssmenu, #overlayMenu_stacks_in_4_42 .cssmenu ul, #overlayMenu_stacks_in_4_42 .cssmenu ul li, #overlayMenu_stacks_in_4_42 .cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  line-height: 1;
  list-style: none;
  box-sizing: border-box;
}
/*  */
/*  */

#overlayMenu_stacks_in_4_42 .cssmenu {
  color: #ffffff;
  padding: 0 24px;
  overflow: visible;
  font-family: inherit;
  transition-delay: 0.5s;
  transition: display 0.3s ease;
  /*  */
  /*  */
  /*  */
  display: block;
  margin: 0 auto;
  /*  */
  /*  */
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  opacity: 0;
  visibility: hidden;
  /*  */
  width: 100%;
  max-width: 948px;
  /*  */
}
#overlayMenu_stacks_in_4_42 .om-text {
  displa
}

#overlayMenu_stacks_in_4_42 .cssmenu ul ul {
  /*  */
  display: none;
  /*  */
  /*  */
}

#overlayMenu_stacks_in_4_42 .cssmenu>ul>li.active>ul {
  display: block;
}

#overlayMenu_stacks_in_4_42 .cssmenu>ul>li {
  transition: all 0.3s ease;
  /*  */
  opacity: 0;
  margin-left: -10%;
  /*  */
  /*  */
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li {
  opacity: 1;
  margin-left: 0%;
  transition: all 0.3s ease;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(1) {
  transition-delay: 0.2s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(2) {
  transition-delay: 0.3s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(3) {
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(4) {
  transition-delay: 0.5s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(5) {
  transition-delay: 0.6s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(6) {
  transition-delay: 0.7s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(7) {
  transition-delay: 0.8s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(8) {
  transition-delay: 0.9s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(9) {
  transition-delay: 1s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(10) {
  transition-delay: 1.1s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(11) {
  transition-delay: 1.2s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(12) {
  transition-delay: 1.3s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(13) {
  transition-delay: 1.4s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(14) {
  transition-delay: 1.5s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(15) {
  transition-delay: 1.6s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(16) {
  transition-delay: 1.7s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(17) {
  transition-delay: 1.8s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(18) {
  transition-delay: 1.9s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(19) {
  transition-delay: 2s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(20) {
  transition-delay: 2.1s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(21) {
  transition-delay: 2.2s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(22) {
  transition-delay: 2.3s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(23) {
  transition-delay: 2.4s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(24) {
  transition-delay: 2.5s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(25) {
  transition-delay: 2.6s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(26) {
  transition-delay: 2.7s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(27) {
  transition-delay: 2.8s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(28) {
  transition-delay: 2.9s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(29) {
  transition-delay: 3s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(30) {
  transition-delay: 3.1s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(31) {
  transition-delay: 3.2s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(32) {
  transition-delay: 3.3s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(33) {
  transition-delay: 3.4s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(34) {
  transition-delay: 3.5s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(35) {
  transition-delay: 3.6s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(36) {
  transition-delay: 3.7s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(37) {
  transition-delay: 3.8s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(38) {
  transition-delay: 3.9s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(39) {
  transition-delay: 4s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(40) {
  transition-delay: 4.1s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(41) {
  transition-delay: 4.2s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(42) {
  transition-delay: 4.3s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(43) {
  transition-delay: 4.4s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(44) {
  transition-delay: 4.5s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(45) {
  transition-delay: 4.6s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(46) {
  transition-delay: 4.7s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(47) {
  transition-delay: 4.8s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(48) {
  transition-delay: 4.9s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(49) {
  transition-delay: 5s;
}

#overlayMenuContainer_stacks_in_4_42.open #overlayMenu_stacks_in_4_42 .cssmenu>ul>li:nth-child(50) {
  transition-delay: 5.1s;
}

#overlayMenu_stacks_in_4_42 .cssmenu ul li {
  margin-bottom: 10px;
}

#overlayMenu_stacks_in_4_42 .cssmenu ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_4_42 .cssmenu ul li a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  background: transparent;
  /*  */
  padding: 0px 0px;
  /*  */
  border-radius: 4px;
  font-size: 24px;
  line-height: 26px;
  /*  */
  cursor: pointer;
  /*  */
  /*  */
  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li a > .om-item-title-wrap {
  /*  */
  padding: 10px 0px;
  /*  */
}

#overlayMenu_stacks_in_4_42 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li > a[class*="current"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li > a[id*="current"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li > a[class*="active"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li > a[id*="active"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li[class*="current"] > a,
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li[id*="current"] > a,
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li[class*="active"] > a,
#overlayMenu_stacks_in_4_42 .cssmenu > ul > li[id*="active"] > a {
  /*  */
  color: rgba(102, 102, 102, 1.00);
  /*  */
  background: transparent;
  /*  */
  /*  */
}

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li {
  margin-top: 10px;
}

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a,
#stacks_in_4_42 .custom_list_type_container .sub_level > a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  line-height: 19.992001px;
  font-size: 19.992001px;
  border-radius: 4px;
  cursor: pointer;
  /*  */
  color: rgba(255, 255, 255, 1.00);
  background: transparent;
  /*  */
  /*  */
  /*  */
  padding: 0px 0px;
  /*  */

  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a > .om-item-title-wrap {
  /*  */
  /*  */
  padding: 10px 0px;
  /*  */

  /*  */
}

#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li > a[class*="current"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li > a[id*="current"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li > a[class*="active"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li > a[id*="active"],
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li[class*="current"] > a,
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li[id*="current"] > a,
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li[class*="active"] > a,
#overlayMenu_stacks_in_4_42 .cssmenu > ul ul > li[id*="active"] > a {
  /*  */
  color: rgba(102, 102, 102, 1.00);
  /*  */
  /*  */
  /*  */
}

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul li a {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul ul li a {
   margin-left: 45px;
  margin-right: 45px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul ul ul li a {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul ul ul ul ul li a {
   margin-left: 75px;
  margin-right: 75px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_1 {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_2 {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_3 {
  margin-left: 45px;
 margin-right: 45px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_4 {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level_5 {
  margin-left: 75px;
  margin-right: 75px;
}
/*  */
/*  */
#overlayMenu_stacks_in_4_42 .cssmenu .custom_list_type_container .sub_level,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a {
  margin-right: 0px !important;
}
/*  */
/*  */
#overlayMenu_stacks_in_4_42 .cssmenu ul li a small ,
#stacks_in_4_42 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 3px;
  line-height: 16.007999px;
  font-size: 16.007999px;
  color: rgba(102, 102, 102, 1.00);
}

/*  */

#overlayMenu_stacks_in_4_42 .cssmenu ul>li a:hover small {
  color: rgba(204, 10, 32, 1.00);
}

/*  */
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a small,
#stacks_in_4_42 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 2px;
  /*  */
  line-height: 16.007999px;
  font-size: 16.007999px;
  color: rgba(102, 102, 102, 1.00);
  /*  */
}

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a:hover small {
  /*  */
  color: rgba(204, 10, 32, 1.00);
  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li a svg:first-of-type,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a svg:first-of-type {
  color: inherit;
  vertical-align: text-top;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li a svg:first-of-type {
  width: 24px;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a svg:first-of-type {
  /*  */
  width: 24px;
  /*  */
}
#overlayMenuContainer_stacks_in_4_42 .close-icon svg path,
#overlayMenuContainer_stacks_in_4_42 .close-icon i {
  fill: rgba(255, 255, 255, 1.00);
}
#overlayMenuContainer_stacks_in_4_42 .close-icon:hover svg path,
#overlayMenuContainer_stacks_in_4_42 .close-icon:hover i {
  fill: rgba(102, 102, 102, 1.00);
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li a svg path,
#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a svg path {
  fill: rgba(255, 255, 255, 1.00);
  vertical-align: text-top;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li.has-sub>a {
  display: flex;
  /*  */
  /*  */
  /*  */
  justify-content: center;
  /*  */
  align-items: center;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul>li.has-sub>a:after,
#overlayMenu_stacks_in_4_42 .cssmenu ul>li.has-sub>a:before {
  display: none;
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub a svg.dropdown-open-icon, #overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  /*  */
  /*  */
  display: inline-block;
  /*  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
  margin-top: %( 32 - 32) )%px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: visibility 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease, -webkit-transform 0.3s ease;
}


#overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: none;
  /*  */
  /*  */
  display: none;
  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  /*  */
  /*  */
  /*  */
  display: inline-block;
  /*  */
}
#overlayMenu_stacks_in_4_42 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  display: none;
}
/*  */
/*  */


/*  */
/*  */
@media only screen and (max-width: 600px) {
  #overlayMenu_stacks_in_4_42 .cssmenu {
    /* max-width: 100%; */
    /*  */
    /* margin: 0px 0px;
    max-width: 100%; */
    /*  */
  }
}
@media only screen and (max-width: 440px) {
  #overlayMenuContainer_stacks_in_4_42.hide-m, #overlayMenuToggleContainer_stacks_in_4_42.hide-m {
    display: none;
  }
}

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #overlayMenuContainer_stacks_in_4_42.hide-t, #overlayMenuToggleContainer_stacks_in_4_42.hide-t {
    display: none;
  }
}

@media only screen and (min-width: 771px) {
  #overlayMenuContainer_stacks_in_4_42.hide-d, #overlayMenuToggleContainer_stacks_in_4_42.hide-d {
    display: none;
  }
}

/*  */
@-webkit-keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.240000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 0.8;
  }
}

@keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.240000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 0.8;
  }
}

@-webkit-keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.8;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.560000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0;
  }
}

@keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.8;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.560000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
      opacity: 0;
  }
}

/*  */



#overlayMenu_stacks_in_4_42 .cssmenu>ul>li>a.hover {
  color: rgba(102, 102, 102, 1.00);
}

#overlayMenu_stacks_in_4_42 .cssmenu>ul>li>a.hover small {
  color: rgba(102, 102, 102, 1.00);
}

#overlayMenu_stacks_in_4_42 .cssmenu>ul>li>a.hover small:hover {
  color: rgba(204, 10, 32, 1.00);
}

#overlayMenu_stacks_in_4_42 .cssmenu ul ul li a.hover {
  /*  */
  color: rgba(102, 102, 102, 1.00);
  /*  */
}

/* %[endif]% */
/*
1.9.0

 */
#stacks_in_4_45 * {
  box-sizing: border-box;
}
#stacks_in_4_45 *:focus {outline:none;}
.searchingstacks_in_4_45 .stacks_top,
.searchingstacks_in_4_45 .stacks_in,
.searchingstacks_in_4_45 .stacks_out {
  overflow: visible;
}
#stacks_in_4_45 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_4_45_pages { display: none;}
#stacks_in_4_45_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_4_45_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_4_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_4_45 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_4_45 form > svg,
.live-search-form > svg {
  width: 15px;
  width: calc(15px - 2px);
  left: calc(34px - 15px);
  fill: #888888;
}
#stacks_in_4_45 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 15px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #CC0A20;
  color: #FFFFFF;
  /**/
}
#stacks_in_4_45 form .live-search-submit:hover {
   background: #DB192F;
   color: #FFFFFF;
}
#stacks_in_4_45 form .live-search-submit:active {
   background: #BD0011;
   color: #F0F0F0;
}
#stacks_in_4_45_tipue_search_input,
.live-search-input {
  font-size: 15px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_4_45 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_4_45 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_4_45 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_4_45 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_4_45 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
#stacks_in_4_45 form > svg,
.live-search-form > svg {
  display: none;
}
#stacks_in_4_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 15px;
}
/**/
/**/
/**/
/**/
#stacks_in_4_45_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_4_45 #stacks_in_4_45_tipue_search_content,
.searchingstacks_in_4_45.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_4_45_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_4_45_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
.searchingstacks_in_4_45 #stacks_in_4_45_tipue_search_content,
.searchingstacks_in_4_45.live-search-content {
  position: relative;
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_4_45_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_4_45 #stacks_in_4_45_tipue_search_content,
.searchingstacks_in_4_45.live-search-content {
  display: block !important;
}
#stacks_in_4_45_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_4_45_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_4_45_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_4_45_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_4_45_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_4_45_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_4_45_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_4_45_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_4_45_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #FFFFFF;
  font-family: inherit;
}
#stacks_in_4_45_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #970F1D;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #CC0A20;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #970F1D;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #CC0A20;
}
#stacks_in_4_45_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_4_45_tipue_search_content .h01,
.live-search-content .h01 {
  background: #E6E6E6;
}

#stacks_in_4_45_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_4_45_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #970F1D;
}
#stacks_in_4_45_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_4_45_tipue_search_warning a{

}
#stacks_in_4_45_tipue_search_warning a:hover{

}
#stacks_in_4_45_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_4_45 .additional-pages,
#stacks_in_4_45 .excluded-pages {
  display: none;
}


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

#stacks_out_4_45 {
	width: 85%;
	margin-left:0;
}
#slice_mez_4_43 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_4_43.selected {
  border-color: #2680fc !important;
}
#slice_mez_4_43 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_4_43 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_4_43 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_4_43.hidden > #stacks_in_4_43 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_4_47 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_4_47.selected {
  border-color: #2680fc !important;
}
#slice_mez_4_47 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_4_47 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_4_47 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_4_47.hidden > #stacks_in_4_47 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_4_70 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_4_70.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_4_70.fontSizeInheritOff {
	font-size: 18px;
	line-height: 18px;
}
#simpleText_stacks_in_4_70.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_4_70.lineHeightOn {
	line-height: 22px;
}
#simpleText_stacks_in_4_70.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_4_70.inheritOff a, #simpleText_stacks_in_4_70.inheritOff a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_4_70.inheritOff a:visited {
	color: #FFFFFF;
}
#simpleText_stacks_in_4_70.inheritOff a:hover {
	color: #E6E6E6;
	transition: 2s all ease-in-out;
	-webkit-transition: 2s all ease-in-out;
	-moz-transition: 2s all ease-in-out;
	-o-transition: 2s all ease-in-out;
	-ms-transition: 2s all ease-in-out;
}
#simpleText_stacks_in_4_70.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_4_70.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_4_70.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_4_70.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_4_70.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_4_70.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_4_70.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

#stacks_in_4_70 {
	padding: 15px 6px 10px 6px;
}

#stacks_out_4_70 {
	width: 200px;
}
#stacks_in_4_3 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:200px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out;border-radius:0px;}#stacks_in_4_3 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #191919;box-shadow:0px 0px 0px #191919}#stacks_in_4_3 .fluid-image.unlimited img{width:100% !important}#stacks_in_4_3 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_4_3 .fluid-image.align-left img{float:left}#stacks_in_4_3 .fluid-image.align-right img{float:right}

#stacks_in_4_3 {
	padding: 20px 0px 15px 0px;
}
#stacks_in_4_53 .textalign_wrap {
margin-left: auto; margin-right: auto;
text-align: center;
/*Custom CSS;*/
}

#stacks_in_4_53 .textalign {
text-align: center;

display: inline-block;




color: rgba(230, 230, 230, 1.00) !important;






padding-left: 10px !important; padding-right: 10px !important;
padding-top: 10px !important; padding-bottom: 10px !important;





font-size: 100%; line-height: 200%;



/*Custom CSS;*/
}

#stacks_in_4_53 .textalign a {

	color: #CCCCCC !important;

}

#stacks_in_4_53 .textalign a:visited {

	color: #CCCCCC !important;

}

#stacks_in_4_53 .textalign a:hover {

	color: rgba(204, 10, 32, 1.00) !important;

}

#stacks_in_4_53 .textalign a:active {

	color: rgba(204, 10, 32, 1.00) !important;

}/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.2
 */

#simpleText_stacks_in_4_16 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_4_16.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_4_16.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_4_16.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_4_16.lineHeightOn {
	line-height: 18px;
}
#simpleText_stacks_in_4_16.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_4_16.inheritOff a, #simpleText_stacks_in_4_16.inheritOff a:link {
	color: #B3B3B3;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 2s all ease-in-out;
	-webkit-transition: 2s all ease-in-out;
	-moz-transition: 2s all ease-in-out;
	-o-transition: 2s all ease-in-out;
	-ms-transition: 2s all ease-in-out;	
}
#simpleText_stacks_in_4_16.inheritOff a:visited {
	color: #B3B3B3;
}
#simpleText_stacks_in_4_16.inheritOff a:hover {
	color: #CC0000;
	transition: 1s all ease-in-out;
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	-ms-transition: 1s all ease-in-out;
}
#simpleText_stacks_in_4_16.inheritOff a:active {
	color: #CC0000;
}
#simpleText_stacks_in_4_16.inheritOff a:focus {
	color: #CC0000;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_4_16.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_4_16.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_4_16.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_4_16.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_4_16.reFontSizeOn {
		font-size: 12px;
		line-height: 12px;
	}
}

#stacks_in_4_16 {
	padding: 20px 0px 15px 0px;
}

#stacks_in_4_15 {
	display:inline-block; width:100%; line-height: 1.400000em;
}
