/*
 * 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_374-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_374-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_374-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_374-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_374-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_374-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_374-sf,
#stacks_in_374-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_374-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_374-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_374-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_374-sf .loaded .flex-viewport,
#stacks_in_374-sf .slider,
#stacks_in_374-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_374-sf .sf-flexslider.loading{opacity: 0;}

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

#stacks_in_374-sf .carousel{
	background-color: rgba(0, 0, 0, 1.00);
	line-height: 0;
}
#stacks_in_374-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(25, 165, 223, 1.00);
	border-top-color: rgba(25, 165, 223, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_374-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_374-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_374-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_374-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_374-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_374-sf .sf-flexslider .slides > li,
#stacks_in_374-sf .sf-flexslider .carousel > li,
#stacks_in_374-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_374-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_374-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_374-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_374-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_374-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_374-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_374-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_374-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_374-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_374-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_374-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_374-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_374-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_374-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_374-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_374-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

/* Caption */

#stacks_in_374-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_374-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 1600ms;
	transition: opacity 300ms 1600ms;
}
#stacks_in_374-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_374-sf .flex-active-slide .caption-wrap,
#stacks_in_374-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_374-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_374-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_374-sf .caption-wrap{
	-webkit-transition: opacity .3s 1600ms;
	transition: opacity .3s 1600ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_374-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_374-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_374-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

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

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

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

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

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

#stacks_in_374-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_374-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_374-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_374-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_374-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_374-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_374-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_374-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_374-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_374-sf .flex-direction-nav a:before {display: none;}

#stacks_in_374-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_374-sf .sf-control:before,
#stacks_in_374-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_374-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_374-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_374-sf .flex-direction-nav{
		opacity: 0;
	}
}

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


/* Thumbnails */

#stacks_in_374-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_374-sf .carousel{
		display: none;
	}
}
#stacks_in_374-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_374-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_374-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_374-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_374-sf .carousel .slides li:hover,
#stacks_in_374-sf .carousel .slides li.flex-active-slide,
#stacks_in_374-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

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

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

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



/* Edit  */

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

#stacks_in_363_8 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_363_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_363_3.headerInheritStylesOff,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff h6 {
	font-size: 26px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 1px;
}
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_363_3.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 26px;
}
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_363_3.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_363_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_363_6.headerInheritStylesOff,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_363_6.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 22px;
}
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h6 {
	color: #169EE6;
}
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_363_6.headerInheritColorsOff h6:hover {
	color: #FF6600;
}

#stacks_in_363_6 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_385_2 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_385_2 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_385_2 #jwresp_col2_stacks_in_385_2{ float:right; width:47%}@media screen and (max-width:500px){#stacks_in_385_2 #jwresp_col1_stacks_in_385_2,#stacks_in_385_2 #jwresp_col2_stacks_in_385_2{width:100%;float:none;display:block}#stacks_in_385_2 #jwresp_col1_stacks_in_385_2{margin-bottom:5px}}
#stacks_in_385_9 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_385_9 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_385_9 .fluid-image.unlimited img{width:100% !important}#stacks_in_385_9 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_385_9 .fluid-image.align-left img{float:left}#stacks_in_385_9 .fluid-image.align-right img{float:right}
/* 
 * 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_239.headerInheritStylesOff,
#simpleHeaders_stacks_in_239.headerInheritStylesOff h1,
#simpleHeaders_stacks_in_239.headerInheritStylesOff h2,
#simpleHeaders_stacks_in_239.headerInheritStylesOff h3,
#simpleHeaders_stacks_in_239.headerInheritStylesOff h4,
#simpleHeaders_stacks_in_239.headerInheritStylesOff h5,
#simpleHeaders_stacks_in_239.headerInheritStylesOff h6 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
}
#simpleHeaders_stacks_in_239.headerInheritStylesOff.lineHeightOn,
#simpleHeaders_stacks_in_239.headerInheritStylesOff.lineHeightOn h1,
#simpleHeaders_stacks_in_239.headerInheritStylesOff.lineHeightOn h2,
#simpleHeaders_stacks_in_239.headerInheritStylesOff.lineHeightOn h3,
#simpleHeaders_stacks_in_239.headerInheritStylesOff.lineHeightOn h4,
#simpleHeaders_stacks_in_239.headerInheritStylesOff.lineHeightOn h5,
#simpleHeaders_stacks_in_239.headerInheritStylesOff.lineHeightOn h6 {
	line-height: 18px;
}
#simpleHeaders_stacks_in_239.headerInheritColorsOff,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a h1,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a h2,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a h3,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a h4,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a h5,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a h6,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h1,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h2,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h3,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h4,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h5,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h6 {
	color: #FFFFFF;
}
#simpleHeaders_stacks_in_239.headerInheritColorsOff:hover,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a:hover,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a:hover h1,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a:hover h2,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a:hover h3,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a:hover h4,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a:hover h5,
#simpleHeaders_stacks_in_239.headerInheritColorsOff a:hover h6,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h1:hover,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h2:hover,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h3:hover,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h4:hover,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h5:hover,
#simpleHeaders_stacks_in_239.headerInheritColorsOff h6:hover {
	color: #FFFFFF;
}

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

#stacks_out_239 {
	margin-left:0;
}
#stacks_in_196 .stacks_in, #stacks_in_196 .stacks_out, #stacks_out_28 .stacks_in, #stacks_out_28.stacks_out {
  /*  */
  overflow: visible !important;
  /*  */ }

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

#ultra-list-stacks_in_28-options {
  /*  */
  font-family: "Open Sans";
  /*  */
  margin-bottom: 20px;
  z-index: 100;
  display: flex;
  position: relative;
  box-sizing: border-box;
  justify-content: flex-end; }
  #ultra-list-stacks_in_28-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_28-options .ultra-list-search ::-webkit-input-placeholder {
      color: #333333; }
    #ultra-list-stacks_in_28-options .ultra-list-search ::-moz-placeholder {
      color: #333333; }
    #ultra-list-stacks_in_28-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_28-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_28-options .ultra-list-search button i::after {
        display: inline;
        content: 'search';
        font-size: 24px; }
    #ultra-list-stacks_in_28-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_28-options .ultra-list-sort {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(204, 10, 32, 1.00);
    border-radius: 3px;
    z-index: 20;
    flex: 0 1 auto;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    justify-content: center; }
    #ultra-list-stacks_in_28-options .ultra-list-sort.sorting, #ultra-list-stacks_in_28-options .ultra-list-sort.filter {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(76, 76, 76, 1.00); }
    #ultra-list-stacks_in_28-options .ultra-list-sort.sorting .sort-count {
      display: flex; }
    #ultra-list-stacks_in_28-options .ultra-list-sort.filter .sort-overlay {
      display: block; }
    #ultra-list-stacks_in_28-options .ultra-list-sort.filter ul.sort-list {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(0); }
    #ultra-list-stacks_in_28-options .ultra-list-sort i {
      width: 45px;
      height: 45px;
      font-size: 26px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #ultra-list-stacks_in_28-options .ultra-list-sort .sort-count {
      width: 45px;
      height: 45px;
      display: none;
      align-items: center;
      justify-content: center; }
      #ultra-list-stacks_in_28-options .ultra-list-sort .sort-count span {
        font-size: 10px;
        display: inline-block; }
    #ultra-list-stacks_in_28-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_28-options .ultra-list-sort ul.sort-list {
      /*  */
      background: rgba(204, 10, 32, 1.00);
      /*  */
      /*  */
      max-width: 180px;
      padding: 10px 15px;
      max-height: 350px;
      box-shadow: 0px 0px 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_28-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_28-options .ultra-list-sort ul.sort-list li:last-child {
          border-bottom: none; }
        #ultra-list-stacks_in_28-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_28-options .ultra-list-sort ul.sort-list li:hover::before {
          transform: scale(1.1); }
        #ultra-list-stacks_in_28-options .ultra-list-sort ul.sort-list li.filter-on:hover::before {
          content: 'indeterminate_check_box'; }
        #ultra-list-stacks_in_28-options .ultra-list-sort ul.sort-list li.filter-on::before {
          content: 'check_box'; }

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

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

#ultra-list-stacks_in_28 .ultra-li-icon {
  color: rgba(38, 34, 39, 0.50);
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background: rgba(128, 128, 128, 1.00);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0); }
  #ultra-list-stacks_in_28 .ultra-li-icon i {
    font-size: 40px; }

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

#ultra-list-stacks_in_28 .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_28 .ultra-li-description {
  /*  */
  font-family: "Open Sans";
  /*  */
  color: rgba(51, 51, 51, 1.00);
  font-size: 12px;
  line-height: 16.799999px; }

#ultra-list-stacks_in_28 .ultra-li-tags {
  /*  */
  font-family: "Open Sans";
  /*  */
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-start;
  justify-content: flex-start; }
  #ultra-list-stacks_in_28 .ultra-li-tags::before {
    content: ' ... ';
    align-items: center; }
  #ultra-list-stacks_in_28 .ultra-li-tags li, #ultra-list-stacks_in_28 .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_28 .ultra-li-col-toggle {
  flex: 0 1 auto;
  margin-left: auto;
  align-self: center; }

#ultra-list-stacks_in_28 .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_28 .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_28 .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_28-main.no-search .ultra-list-search {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

#ultra-list-stacks_in_28.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_28.separated .ultra-li:hover {
    transform: translateY(-3px); }

#ultra-list-stacks_in_28.connected {
  overflow: hidden;
  border-radius: 3px; }
  #ultra-list-stacks_in_28.connected .ultra-li {
    margin-bottom: 0;
    box-shadow: none; }
    #ultra-list-stacks_in_28.connected .ultra-li .ultra-li-details {
      min-height: 1px;
      position: relative; }
      #ultra-list-stacks_in_28.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_28.connected .ultra-li:first-of-type {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    #ultra-list-stacks_in_28.connected .ultra-li:last-of-type, #ultra-list-stacks_in_28.connected .ultra-li.last {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      #ultra-list-stacks_in_28.connected .ultra-li:last-of-type .ultra-li-details, #ultra-list-stacks_in_28.connected .ultra-li.last .ultra-li-details {
        min-height: 0; }
        #ultra-list-stacks_in_28.connected .ultra-li:last-of-type .ultra-li-details::after, #ultra-list-stacks_in_28.connected .ultra-li.last .ultra-li-details::after {
          display: none; }

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

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

/*  */

#stacks_in_28 {
	margin: 0px 0px 50px 0px;
}
#ultra-li-stacks_in_29.image-icon .ultra-li-icon {
  background: url("../files/icon_image-29.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_29.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_347_3_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_347_3_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_347_3_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_347_5 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_347_5 .jwresp_col{overflow:hidden;margin:0;width:59%; float:left;}#stacks_in_347_5 #jwresp_col2_stacks_in_347_5{ float:right; width:39%}@media screen and (max-width:500px){#stacks_in_347_5 #jwresp_col1_stacks_in_347_5,#stacks_in_347_5 #jwresp_col2_stacks_in_347_5{width:100%;float:none;display:block}#stacks_in_347_5 #jwresp_col1_stacks_in_347_5{margin-bottom:10px}}

#stacks_in_347_9 {
	padding: 15px 0px 0px 0px;
}
#ultra-li-stacks_in_33.image-icon .ultra-li-icon {
  background: url("../files/icon_image-33.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_33.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_351_3_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_351_3_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_351_3_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_351_5 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_351_5 .jwresp_col{overflow:hidden;margin:0;width:59%; float:left;}#stacks_in_351_5 #jwresp_col2_stacks_in_351_5{ float:right; width:39%}@media screen and (max-width:500px){#stacks_in_351_5 #jwresp_col1_stacks_in_351_5,#stacks_in_351_5 #jwresp_col2_stacks_in_351_5{width:100%;float:none;display:block}#stacks_in_351_5 #jwresp_col1_stacks_in_351_5{margin-bottom:10px}}

#stacks_in_351_9 {
	padding: 15px 0px 0px 0px;
}
#ultra-li-stacks_in_389.image-icon .ultra-li-icon {
  background: url("../files/icon_image-389.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_389.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_390_3_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_390_3_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_390_3_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_390_5 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_390_5 .jwresp_col{overflow:hidden;margin:0;width:59%; float:left;}#stacks_in_390_5 #jwresp_col2_stacks_in_390_5{ float:right; width:39%}@media screen and (max-width:500px){#stacks_in_390_5 #jwresp_col1_stacks_in_390_5,#stacks_in_390_5 #jwresp_col2_stacks_in_390_5{width:100%;float:none;display:block}#stacks_in_390_5 #jwresp_col1_stacks_in_390_5{margin-bottom:10px}}

#stacks_in_390_9 {
	padding: 15px 0px 0px 0px;
}
#ultra-li-stacks_in_37.image-icon .ultra-li-icon {
  background: url("../files/icon_image-37.png") no-repeat center center;
  background-size: cover; }
  #ultra-li-stacks_in_37.image-icon .ultra-li-icon i {
    display: none; }
#stacks_in_355_3_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_355_3_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_355_3_2 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_355_5 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_355_5 .jwresp_col{overflow:hidden;margin:0;width:59%; float:left;}#stacks_in_355_5 #jwresp_col2_stacks_in_355_5{ float:right; width:39%}@media screen and (max-width:500px){#stacks_in_355_5 #jwresp_col1_stacks_in_355_5,#stacks_in_355_5 #jwresp_col2_stacks_in_355_5{width:100%;float:none;display:block}#stacks_in_355_5 #jwresp_col1_stacks_in_355_5{margin-bottom:10px}}

#stacks_in_355_9 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_395_2 .heightstackhiclass
{
margin-left: auto; margin-right: auto;
	display: block;
	/* DeFliGra */



 
	height: 200px;
	overflow: hidden;
 
 




}
/* 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_371_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_371_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_371_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_371_42.open .close-icon {
  display: inline-block;
}
#overlayMenu_stacks_in_371_42 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_371_42 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_371_42 .cssmenu ul>li a:hover small,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a:hover small,
#overlayMenuToggle_stacks_in_371_42 {
  transition: all 200ms ease;
}
#overlayMenuToggle_stacks_in_371_42:hover {
  /*  */
  /*  */
}
#overlayMenuToggle_stacks_in_371_42:hover {
  /*  */
  cursor: pointer;
  color: #FFFFFF;
  /*  */
}
#overlayMenuContainer_stacks_in_371_42 .close-icon:hover {
  /*  */
  /*  */
}

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

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

#overlayMenuContainer_stacks_in_371_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_371_42 * {
  z-index: 1;
}
#overlayMenuContainer_stacks_in_371_42::before, #overlayMenuContainer_stacks_in_371_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_371_42.open::before, #overlayMenuContainer_stacks_in_371_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_371_42::before {
  /*  */
  background: #000000;
  /*  */
  /*  */
  /*  */
  opacity: 0.8;
}

#overlayMenuContainer_stacks_in_371_42::after {
  /*  */
}

#overlayMenu_stacks_in_371_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_371_42  span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_371_42 li a span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_371_42 li a small {
  /*  */
  font-family: inherit;
  /*  */
}
/*  */
#overlayMenuContainer_stacks_in_371_42 {
  pointer-events: none;
}
/*  */

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

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

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

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

/* #overlayMenuContainer_stacks_in_371_42.open::before, #overlayMenuContainer_stacks_in_371_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_371_42.open::after {
  opacity: 1;
}

#overlayMenu_stacks_in_371_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_371_42 .close-icon:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*  */
#overlayMenuFooter_stacks_in_371_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_371_42 .cssmenu, #overlayMenu_stacks_in_371_42 .cssmenu ul, #overlayMenu_stacks_in_371_42 .cssmenu ul li, #overlayMenu_stacks_in_371_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_371_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_371_42 .om-text {
  displa
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#overlayMenu_stacks_in_371_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_371_42 .cssmenu ul li a > .om-item-title-wrap {
  /*  */
  padding: 10px 0px;
  /*  */
}

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

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

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

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a,
#stacks_in_371_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_371_42 .cssmenu ul ul li a > .om-item-title-wrap {
  /*  */
  /*  */
  padding: 10px 0px;
  /*  */

  /*  */
}

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

#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul li a {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul ul li a {
   margin-left: 45px;
  margin-right: 45px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul ul ul li a {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul ul ul ul ul li a {
   margin-left: 75px;
  margin-right: 75px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_1 {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_2 {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_3 {
  margin-left: 45px;
 margin-right: 45px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_4 {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level_5 {
  margin-left: 75px;
  margin-right: 75px;
}
/*  */
/*  */
#overlayMenu_stacks_in_371_42 .cssmenu .custom_list_type_container .sub_level,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a {
  margin-right: 0px !important;
}
/*  */
/*  */
#overlayMenu_stacks_in_371_42 .cssmenu ul li a small ,
#stacks_in_371_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_371_42 .cssmenu ul>li a:hover small {
  color: rgba(204, 10, 32, 1.00);
}

/*  */
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a small,
#stacks_in_371_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_371_42 .cssmenu ul ul li a:hover small {
  /*  */
  color: rgba(204, 10, 32, 1.00);
  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li a svg:first-of-type,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a svg:first-of-type {
  color: inherit;
  vertical-align: text-top;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li a svg:first-of-type {
  width: 24px;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a svg:first-of-type {
  /*  */
  width: 24px;
  /*  */
}
#overlayMenuContainer_stacks_in_371_42 .close-icon svg path,
#overlayMenuContainer_stacks_in_371_42 .close-icon i {
  fill: rgba(255, 255, 255, 1.00);
}
#overlayMenuContainer_stacks_in_371_42 .close-icon:hover svg path,
#overlayMenuContainer_stacks_in_371_42 .close-icon:hover i {
  fill: rgba(102, 102, 102, 1.00);
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li a svg path,
#overlayMenu_stacks_in_371_42 .cssmenu ul ul li a svg path {
  fill: rgba(255, 255, 255, 1.00);
  vertical-align: text-top;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li.has-sub>a {
  display: flex;
  /*  */
  /*  */
  /*  */
  justify-content: center;
  /*  */
  align-items: center;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul>li.has-sub>a:after,
#overlayMenu_stacks_in_371_42 .cssmenu ul>li.has-sub>a:before {
  display: none;
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub a svg.dropdown-open-icon, #overlayMenu_stacks_in_371_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_371_42 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: none;
  /*  */
  /*  */
  display: none;
  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  /*  */
  /*  */
  /*  */
  display: inline-block;
  /*  */
}
#overlayMenu_stacks_in_371_42 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  display: none;
}
/*  */
/*  */


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

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

@media only screen and (min-width: 771px) {
  #overlayMenuContainer_stacks_in_371_42.hide-d, #overlayMenuToggleContainer_stacks_in_371_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_371_42 .cssmenu>ul>li>a.hover {
  color: rgba(102, 102, 102, 1.00);
}

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

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

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

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

 */
#stacks_in_371_45 * {
  box-sizing: border-box;
}
#stacks_in_371_45 *:focus {outline:none;}
.searchingstacks_in_371_45 .stacks_top,
.searchingstacks_in_371_45 .stacks_in,
.searchingstacks_in_371_45 .stacks_out {
  overflow: visible;
}
#stacks_in_371_45 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_371_45_pages { display: none;}
#stacks_in_371_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_371_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_371_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_371_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_371_45 form > svg,
.live-search-form > svg {
  width: 15px;
  width: calc(15px - 2px);
  left: calc(34px - 15px);
  fill: #888888;
}
#stacks_in_371_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_371_45 form .live-search-submit:hover {
   background: #DB192F;
   color: #FFFFFF;
}
#stacks_in_371_45 form .live-search-submit:active {
   background: #BD0011;
   color: #F0F0F0;
}
#stacks_in_371_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_371_45 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_371_45 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_371_45 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_371_45 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_371_45 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
#stacks_in_371_45 form > svg,
.live-search-form > svg {
  display: none;
}
#stacks_in_371_45_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 15px;
}
/**/
/**/
/**/
/**/
#stacks_in_371_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_371_45 #stacks_in_371_45_tipue_search_content,
.searchingstacks_in_371_45.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_371_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_371_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_371_45 #stacks_in_371_45_tipue_search_content,
.searchingstacks_in_371_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_371_45_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_371_45 #stacks_in_371_45_tipue_search_content,
.searchingstacks_in_371_45.live-search-content {
  display: block !important;
}
#stacks_in_371_45_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_371_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_371_45_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_371_45_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_371_45_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_371_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_371_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_371_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_371_45_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_371_45_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #FFFFFF;
  font-family: inherit;
}
#stacks_in_371_45_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
#stacks_in_371_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_371_45_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #CC0A20;
}
#stacks_in_371_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_371_45_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #970F1D;
}
#stacks_in_371_45_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #CC0A20;
}
#stacks_in_371_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_371_45_tipue_search_content .h01,
.live-search-content .h01 {
  background: #E6E6E6;
}

#stacks_in_371_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_371_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_371_45_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_371_45_tipue_search_warning a{

}
#stacks_in_371_45_tipue_search_warning a:hover{

}
#stacks_in_371_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_371_45 .additional-pages,
#stacks_in_371_45 .excluded-pages {
  display: none;
}


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

#stacks_out_371_45 {
	width: 85%;
	margin-left:0;
}
#slice_mez_371_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_371_43.selected {
  border-color: #2680fc !important;
}
#slice_mez_371_43 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_371_43 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_371_43 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_371_43.hidden > #stacks_in_371_43 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_371_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_371_47.selected {
  border-color: #2680fc !important;
}
#slice_mez_371_47 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_371_47 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_371_47 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_371_47.hidden > #stacks_in_371_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_371_70 {
	position: relative;
	color: #FFFFFF;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_371_70.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_371_70.fontSizeInheritOff {
	font-size: 18px;
	line-height: 18px;
}
#simpleText_stacks_in_371_70.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_371_70.lineHeightOn {
	line-height: 22px;
}
#simpleText_stacks_in_371_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_371_70.inheritOff a, #simpleText_stacks_in_371_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_371_70.inheritOff a:visited {
	color: #FFFFFF;
}
#simpleText_stacks_in_371_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_371_70.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_371_70.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_371_70.optJustify {
	text-align: justify;
}

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

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

#stacks_out_371_70 {
	width: 200px;
}
#stacks_in_371_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_371_3 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #191919;box-shadow:0px 0px 0px #191919}#stacks_in_371_3 .fluid-image.unlimited img{width:100% !important}#stacks_in_371_3 .fluid-image.define_max img{width:100% !important;max-width:200px !important}#stacks_in_371_3 .fluid-image.align-left img{float:left}#stacks_in_371_3 .fluid-image.align-right img{float:right}

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

#stacks_in_371_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_371_53 .textalign a {

	color: #CCCCCC !important;

}

#stacks_in_371_53 .textalign a:visited {

	color: #CCCCCC !important;

}

#stacks_in_371_53 .textalign a:hover {

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

}

#stacks_in_371_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_371_16 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_371_16.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_371_16.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_371_16.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_371_16.lineHeightOn {
	line-height: 18px;
}
#simpleText_stacks_in_371_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_371_16.inheritOff a, #simpleText_stacks_in_371_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_371_16.inheritOff a:visited {
	color: #B3B3B3;
}
#simpleText_stacks_in_371_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_371_16.inheritOff a:active {
	color: #CC0000;
}
#simpleText_stacks_in_371_16.inheritOff a:focus {
	color: #CC0000;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_371_16.optJustify {
	text-align: justify;
}

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

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