
.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_213 .stacks_left {
	width:600px;
}

#stacks_in_213 .stacks_row {
	width:1200px;
}
#stacks_in_213 {
	padding: 35px 30px 0px 30px;
}

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

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

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

#stacks_in_216-sf .carousel{
	background-color: rgba(255, 255, 255, 1.00);
	line-height: 0;
}
#stacks_in_216-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_216-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_216-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_216-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_216-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_216-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	width: auto;
}
#stacks_in_216-sf .sf-flexslider .slides > li,
#stacks_in_216-sf .sf-flexslider .carousel > li,
#stacks_in_216-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_216-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_216-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_216-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_216-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_216-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_216-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_216-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_216-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_216-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_216-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_216-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_216-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_216-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_216-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_216-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_216-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

/* Caption */

#stacks_in_216-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_216-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 400ms;
	transition: opacity 300ms 400ms;
}
#stacks_in_216-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_216-sf .flex-active-slide .caption-wrap,
#stacks_in_216-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_216-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_216-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_216-sf .caption-wrap{
	-webkit-transition: opacity .3s 400ms;
	transition: opacity .3s 400ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_216-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 403ms;
	transition: opacity .5s 40300ms;

	-webkit-transition: opacity .5s 3400ms;
	transition: opacity .5s 3400ms;
}
#stacks_in_216-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_216-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

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

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

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

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

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

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



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

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

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

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


/* Thumbnails */

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

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

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

#stacks_in_216-sf .carousel .sf-control{ color: rgba(80, 17, 24, 0.85);}
#stacks_in_216-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(255, 255, 255, 1.00); }



/* Edit  */

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


#stacks_in_216 {
	padding: 0px 0px 0px 30px;
}

#stacks_in_225 {
	padding: 0px 30px 0px 30px;
}

#stacks_out_225 {
	width: 400px;
	margin-left:0;
}

#stacks_in_229 {
	font-size: 135%;
}

#stacks_in_230 {
	padding: 10px 0px 0px 0px;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_231 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_231 .aweMenu {}

#stacks_in_231 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_231 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_231 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_231 .aweMenu:hover > ul > li, #stacks_in_231 .aweMenu:active > ul > li, #stacks_in_231 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_231 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_231 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_231 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_231 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_231 .aweMenu li ul li a{
	font-size:12px;
	padding: 15px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_231 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_231 .aweMenu li ul li:hover,  #stacks_in_231 .aweMenu li ul li:active, #stacks_in_231 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_231 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_231 .aweMenu li:hover ul, #stacks_in_231 .aweMenu li:active ul, #stacks_in_231 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_231 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_231 .fa-icon:before {content: "\f067 \00a0\00a0 Details"; display: inline-block}


	#stacks_in_231 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_231 .butSlice { }

	#stacks_in_231 .topSlice_r {    
						}
	#stacks_in_231 .butSlice_r {    
						}


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

	#stacks_in_231 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_231 .aweWrap {  }
	#stacks_in_231 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_231 .topSlice {  }
	#stacks_in_231 .butSlice {  }

	#stacks_in_231 .topSlice_r {  }
	#stacks_in_231 .butSlice_r {  }

#stacks_in_231 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_231 .aweMenu:hover > ul > li, #stacks_in_231 .aweMenu:active > ul > li , #stacks_in_231 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_231 .aweWrap {   }
	#stacks_in_231 .aweWrap {  }
	#stacks_in_231 .aweMenu li ul {  }

	#stacks_in_231 .topSlice {  }
	#stacks_in_231 .butSlice {  }

	#stacks_in_231 .topSlice_r {  }
	#stacks_in_231 .butSlice_r {  }

#stacks_in_231 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_231 .aweMenu:hover > ul > li, #stacks_in_231 .aweMenu:active > ul > li, #stacks_in_231 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_231 {
	margin-left:0;
}

#stacks_in_232 {
	padding: 0px 10px 10px 0px;
}

#stacks_out_232 {
	margin-left:0;
}

#stacks_in_266 {
	font-size: 75%;
}

#stacks_in_267 {
	font-size: 75%;
}

#stacks_in_268 {
	font-size: 75%;
}

#stacks_in_269 {
	font-size: 75%;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_401 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_401 .aweMenu {}

#stacks_in_401 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_401 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_401 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_401 .aweMenu:hover > ul > li, #stacks_in_401 .aweMenu:active > ul > li, #stacks_in_401 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_401 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_401 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_401 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_401 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_401 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_401 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_401 .aweMenu li ul li:hover,  #stacks_in_401 .aweMenu li ul li:active, #stacks_in_401 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_401 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_401 .aweMenu li:hover ul, #stacks_in_401 .aweMenu li:active ul, #stacks_in_401 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_401 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_401 .fa-icon:before {content: "\f067 \00a0\00a0 Description"; display: inline-block}


	#stacks_in_401 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_401 .butSlice { }

	#stacks_in_401 .topSlice_r {    
						}
	#stacks_in_401 .butSlice_r {    
						}


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

	#stacks_in_401 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_401 .aweWrap {  }
	#stacks_in_401 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_401 .topSlice {  }
	#stacks_in_401 .butSlice {  }

	#stacks_in_401 .topSlice_r {  }
	#stacks_in_401 .butSlice_r {  }

#stacks_in_401 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_401 .aweMenu:hover > ul > li, #stacks_in_401 .aweMenu:active > ul > li , #stacks_in_401 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_401 .aweWrap {   }
	#stacks_in_401 .aweWrap {  }
	#stacks_in_401 .aweMenu li ul {  }

	#stacks_in_401 .topSlice {  }
	#stacks_in_401 .butSlice {  }

	#stacks_in_401 .topSlice_r {  }
	#stacks_in_401 .butSlice_r {  }

#stacks_in_401 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_401 .aweMenu:hover > ul > li, #stacks_in_401 .aweMenu:active > ul > li, #stacks_in_401 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_401 {
	margin-right:0;
}

#stacks_in_402 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_408 {
	font-size: 75%;
}

#stacks_in_409 {
	font-size: 75%;
}

#stacks_in_410 {
	font-size: 75%;
}

#stacks_in_411 {
	font-size: 75%;
}

#stacks_in_239 {
	padding: 5px 0px 0px 0px;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_240 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_240 .aweMenu {}

#stacks_in_240 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_240 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_240 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_240 .aweMenu:hover > ul > li, #stacks_in_240 .aweMenu:active > ul > li, #stacks_in_240 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_240 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_240 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_240 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_240 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_240 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_240 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_240 .aweMenu li ul li:hover,  #stacks_in_240 .aweMenu li ul li:active, #stacks_in_240 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_240 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_240 .aweMenu li:hover ul, #stacks_in_240 .aweMenu li:active ul, #stacks_in_240 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_240 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_240 .fa-icon:before {content: "\f067 \00a0\00a0 Options"; display: inline-block}


	#stacks_in_240 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_240 .butSlice { }

	#stacks_in_240 .topSlice_r {    
						}
	#stacks_in_240 .butSlice_r {    
						}


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

	#stacks_in_240 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_240 .aweWrap {  }
	#stacks_in_240 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_240 .topSlice {  }
	#stacks_in_240 .butSlice {  }

	#stacks_in_240 .topSlice_r {  }
	#stacks_in_240 .butSlice_r {  }

#stacks_in_240 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_240 .aweMenu:hover > ul > li, #stacks_in_240 .aweMenu:active > ul > li , #stacks_in_240 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_240 .aweWrap {   }
	#stacks_in_240 .aweWrap {  }
	#stacks_in_240 .aweMenu li ul {  }

	#stacks_in_240 .topSlice {  }
	#stacks_in_240 .butSlice {  }

	#stacks_in_240 .topSlice_r {  }
	#stacks_in_240 .butSlice_r {  }

#stacks_in_240 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_240 .aweMenu:hover > ul > li, #stacks_in_240 .aweMenu:active > ul > li, #stacks_in_240 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_240 {
	margin-right:0;
}

#stacks_in_241 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_541 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_541 a,
#stacks_in_541 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_541 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_541 a i,
#stacks_in_541 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_541 a,
  #stacks_in_541 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_541 a:hover,
  #stacks_in_541 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_541 a i,
  #stacks_in_541 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_541 a:hover i,
  #stacks_in_541 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_541 a,
  #stacks_in_541 a:visited {
    width: 200px;
  }

  









#stacks_in_541 {
	padding: 0px 0px 5px 0px;
}

#stacks_in_277 {
	font-size: 75%;
}

#stacks_in_278 {
	font-size: 75%;
}

#stacks_in_279 {
	font-size: 75%;
}

#stacks_in_280 {
	font-size: 75%;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_245 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_245 .aweMenu {}

#stacks_in_245 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_245 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_245 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_245 .aweMenu:hover > ul > li, #stacks_in_245 .aweMenu:active > ul > li, #stacks_in_245 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_245 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_245 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_245 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_245 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_245 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_245 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_245 .aweMenu li ul li:hover,  #stacks_in_245 .aweMenu li ul li:active, #stacks_in_245 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_245 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_245 .aweMenu li:hover ul, #stacks_in_245 .aweMenu li:active ul, #stacks_in_245 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_245 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_245 .fa-icon:before {content: "\f019 \00a0\00a0 Technical Specs"; display: inline-block}


	#stacks_in_245 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_245 .butSlice { }

	#stacks_in_245 .topSlice_r {    
						}
	#stacks_in_245 .butSlice_r {    
						}


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

	#stacks_in_245 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_245 .aweWrap {  }
	#stacks_in_245 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_245 .topSlice {  }
	#stacks_in_245 .butSlice {  }

	#stacks_in_245 .topSlice_r {  }
	#stacks_in_245 .butSlice_r {  }

#stacks_in_245 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_245 .aweMenu:hover > ul > li, #stacks_in_245 .aweMenu:active > ul > li , #stacks_in_245 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_245 .aweWrap {   }
	#stacks_in_245 .aweWrap {  }
	#stacks_in_245 .aweMenu li ul {  }

	#stacks_in_245 .topSlice {  }
	#stacks_in_245 .butSlice {  }

	#stacks_in_245 .topSlice_r {  }
	#stacks_in_245 .butSlice_r {  }

#stacks_in_245 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_245 .aweMenu:hover > ul > li, #stacks_in_245 .aweMenu:active > ul > li, #stacks_in_245 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_245 {
	margin-right:0;
}
#stacks_in_246 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_246 a,
#stacks_in_246 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_246 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_246 a i,
#stacks_in_246 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_246 a,
  #stacks_in_246 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_246 a:hover,
  #stacks_in_246 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_246 a i,
  #stacks_in_246 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_246 a:hover i,
  #stacks_in_246 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_246 a,
  #stacks_in_246 a:visited {
    width: 200px;
  }

  









#stacks_in_246 {
	padding: 5px 0px 10px 0px;
}

#stacks_in_288 {
	font-size: 75%;
}

#stacks_in_289 {
	font-size: 75%;
}

#stacks_in_290 {
	font-size: 75%;
}

#stacks_in_291 {
	font-size: 75%;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_248 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_248 .aweMenu {}

#stacks_in_248 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_248 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_248 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_248 .aweMenu:hover > ul > li, #stacks_in_248 .aweMenu:active > ul > li, #stacks_in_248 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_248 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_248 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_248 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_248 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_248 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_248 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_248 .aweMenu li ul li:hover,  #stacks_in_248 .aweMenu li ul li:active, #stacks_in_248 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_248 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_248 .aweMenu li:hover ul, #stacks_in_248 .aweMenu li:active ul, #stacks_in_248 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_248 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_248 .fa-icon:before {content: "\f019 \00a0\00a0 2D DWG     "; display: inline-block}


	#stacks_in_248 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_248 .butSlice { }

	#stacks_in_248 .topSlice_r {    
						}
	#stacks_in_248 .butSlice_r {    
						}


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

	#stacks_in_248 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_248 .aweWrap {  }
	#stacks_in_248 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_248 .topSlice {  }
	#stacks_in_248 .butSlice {  }

	#stacks_in_248 .topSlice_r {  }
	#stacks_in_248 .butSlice_r {  }

#stacks_in_248 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_248 .aweMenu:hover > ul > li, #stacks_in_248 .aweMenu:active > ul > li , #stacks_in_248 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_248 .aweWrap {   }
	#stacks_in_248 .aweWrap {  }
	#stacks_in_248 .aweMenu li ul {  }

	#stacks_in_248 .topSlice {  }
	#stacks_in_248 .butSlice {  }

	#stacks_in_248 .topSlice_r {  }
	#stacks_in_248 .butSlice_r {  }

#stacks_in_248 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_248 .aweMenu:hover > ul > li, #stacks_in_248 .aweMenu:active > ul > li, #stacks_in_248 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_in_248 {
	padding: 5px 0px 5px 0px;
}

#stacks_out_248 {
	margin-right:0;
}
#stacks_in_249 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_249 a,
#stacks_in_249 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_249 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_249 a i,
#stacks_in_249 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_249 a,
  #stacks_in_249 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_249 a:hover,
  #stacks_in_249 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_249 a i,
  #stacks_in_249 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_249 a:hover i,
  #stacks_in_249 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_249 a,
  #stacks_in_249 a:visited {
    width: 200px;
  }

  









#stacks_in_249 {
	padding: 5px 0px 10px 0px;
}

#stacks_in_299 {
	font-size: 75%;
}

#stacks_in_300 {
	font-size: 75%;
}

#stacks_in_301 {
	font-size: 75%;
}

#stacks_in_302 {
	font-size: 75%;
}

#stacks_in_251 {
	padding: 5px 0px 0px 0px;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_252 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_252 .aweMenu {}

#stacks_in_252 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_252 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_252 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_252 .aweMenu:hover > ul > li, #stacks_in_252 .aweMenu:active > ul > li, #stacks_in_252 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_252 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_252 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_252 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_252 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_252 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_252 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_252 .aweMenu li ul li:hover,  #stacks_in_252 .aweMenu li ul li:active, #stacks_in_252 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_252 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_252 .aweMenu li:hover ul, #stacks_in_252 .aweMenu li:active ul, #stacks_in_252 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_252 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_252 .fa-icon:before {content: "\f075 \00a0\00a0 Inquire"; display: inline-block}


	#stacks_in_252 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_252 .butSlice { }

	#stacks_in_252 .topSlice_r {    
						}
	#stacks_in_252 .butSlice_r {    
						}


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

	#stacks_in_252 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_252 .aweWrap {  }
	#stacks_in_252 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_252 .topSlice {  }
	#stacks_in_252 .butSlice {  }

	#stacks_in_252 .topSlice_r {  }
	#stacks_in_252 .butSlice_r {  }

#stacks_in_252 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_252 .aweMenu:hover > ul > li, #stacks_in_252 .aweMenu:active > ul > li , #stacks_in_252 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_252 .aweWrap {   }
	#stacks_in_252 .aweWrap {  }
	#stacks_in_252 .aweMenu li ul {  }

	#stacks_in_252 .topSlice {  }
	#stacks_in_252 .butSlice {  }

	#stacks_in_252 .topSlice_r {  }
	#stacks_in_252 .butSlice_r {  }

#stacks_in_252 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_252 .aweMenu:hover > ul > li, #stacks_in_252 .aweMenu:active > ul > li, #stacks_in_252 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_252 {
	margin-right:0;
}
#stacks_in_253 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_253 a,
#stacks_in_253 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_253 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_253 a i,
#stacks_in_253 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_253 a,
  #stacks_in_253 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_253 a:hover,
  #stacks_in_253 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_253 a i,
  #stacks_in_253 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_253 a:hover i,
  #stacks_in_253 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_253 a,
  #stacks_in_253 a:visited {
    width: 200px;
  }

  









#stacks_in_253 {
	padding: 5px 0px 5px 0px;
}
#stacks_in_254 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_254 a,
#stacks_in_254 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_254 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_254 a i,
#stacks_in_254 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_254 a,
  #stacks_in_254 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_254 a:hover,
  #stacks_in_254 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_254 a i,
  #stacks_in_254 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_254 a:hover i,
  #stacks_in_254 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_254 a,
  #stacks_in_254 a:visited {
    width: 200px;
  }

  









#stacks_in_254 {
	padding: 5px 0px 10px 0px;
}

#stacks_in_310 {
	font-size: 75%;
}

#stacks_in_311 {
	font-size: 75%;
}

#stacks_in_312 {
	font-size: 75%;
}

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

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

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

#stacks_in_431-sf .carousel{
	background-color: rgba(255, 255, 255, 1.00);
	line-height: 0;
}
#stacks_in_431-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_431-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_431-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_431-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_431-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_431-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	width: auto;
}
#stacks_in_431-sf .sf-flexslider .slides > li,
#stacks_in_431-sf .sf-flexslider .carousel > li,
#stacks_in_431-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_431-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_431-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_431-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_431-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_431-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_431-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_431-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_431-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_431-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_431-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_431-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_431-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_431-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_431-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_431-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_431-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

/* Caption */

#stacks_in_431-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_431-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 400ms;
	transition: opacity 300ms 400ms;
}
#stacks_in_431-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_431-sf .flex-active-slide .caption-wrap,
#stacks_in_431-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_431-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_431-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_431-sf .caption-wrap{
	-webkit-transition: opacity .3s 400ms;
	transition: opacity .3s 400ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_431-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 403ms;
	transition: opacity .5s 40300ms;

	-webkit-transition: opacity .5s 3400ms;
	transition: opacity .5s 3400ms;
}
#stacks_in_431-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_431-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

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

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

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

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

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

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



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

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

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

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


/* Thumbnails */

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

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

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

#stacks_in_431-sf .carousel .sf-control{ color: rgba(80, 17, 24, 0.85);}
#stacks_in_431-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(255, 255, 255, 1.00); }



/* Edit  */

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


#stacks_in_431 {
	padding: 0px 0px 0px 30px;
}

#stacks_in_442 {
	padding: 0px 30px 0px 30px;
}

#stacks_out_442 {
	width: 400px;
	margin-left:0;
}

#stacks_in_445 {
	font-size: 135%;
}

#stacks_in_446 {
	padding: 10px 0px 0px 0px;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_447 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_447 .aweMenu {}

#stacks_in_447 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_447 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_447 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_447 .aweMenu:hover > ul > li, #stacks_in_447 .aweMenu:active > ul > li, #stacks_in_447 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_447 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_447 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_447 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_447 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_447 .aweMenu li ul li a{
	font-size:12px;
	padding: 15px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_447 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_447 .aweMenu li ul li:hover,  #stacks_in_447 .aweMenu li ul li:active, #stacks_in_447 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_447 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_447 .aweMenu li:hover ul, #stacks_in_447 .aweMenu li:active ul, #stacks_in_447 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_447 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_447 .fa-icon:before {content: "\f067 \00a0\00a0 Details"; display: inline-block}


	#stacks_in_447 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_447 .butSlice { }

	#stacks_in_447 .topSlice_r {    
						}
	#stacks_in_447 .butSlice_r {    
						}


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

	#stacks_in_447 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_447 .aweWrap {  }
	#stacks_in_447 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_447 .topSlice {  }
	#stacks_in_447 .butSlice {  }

	#stacks_in_447 .topSlice_r {  }
	#stacks_in_447 .butSlice_r {  }

#stacks_in_447 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_447 .aweMenu:hover > ul > li, #stacks_in_447 .aweMenu:active > ul > li , #stacks_in_447 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_447 .aweWrap {   }
	#stacks_in_447 .aweWrap {  }
	#stacks_in_447 .aweMenu li ul {  }

	#stacks_in_447 .topSlice {  }
	#stacks_in_447 .butSlice {  }

	#stacks_in_447 .topSlice_r {  }
	#stacks_in_447 .butSlice_r {  }

#stacks_in_447 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_447 .aweMenu:hover > ul > li, #stacks_in_447 .aweMenu:active > ul > li, #stacks_in_447 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_447 {
	margin-left:0;
}

#stacks_in_448 {
	padding: 0px 10px 10px 0px;
}

#stacks_out_448 {
	margin-left:0;
}

#stacks_in_475 {
	font-size: 75%;
}

#stacks_in_476 {
	font-size: 75%;
}

#stacks_in_477 {
	font-size: 75%;
}

#stacks_in_478 {
	font-size: 75%;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_451 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_451 .aweMenu {}

#stacks_in_451 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_451 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_451 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_451 .aweMenu:hover > ul > li, #stacks_in_451 .aweMenu:active > ul > li, #stacks_in_451 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_451 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_451 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_451 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_451 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_451 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_451 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_451 .aweMenu li ul li:hover,  #stacks_in_451 .aweMenu li ul li:active, #stacks_in_451 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_451 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_451 .aweMenu li:hover ul, #stacks_in_451 .aweMenu li:active ul, #stacks_in_451 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_451 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_451 .fa-icon:before {content: "\f067 \00a0\00a0 Description"; display: inline-block}


	#stacks_in_451 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_451 .butSlice { }

	#stacks_in_451 .topSlice_r {    
						}
	#stacks_in_451 .butSlice_r {    
						}


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

	#stacks_in_451 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_451 .aweWrap {  }
	#stacks_in_451 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_451 .topSlice {  }
	#stacks_in_451 .butSlice {  }

	#stacks_in_451 .topSlice_r {  }
	#stacks_in_451 .butSlice_r {  }

#stacks_in_451 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_451 .aweMenu:hover > ul > li, #stacks_in_451 .aweMenu:active > ul > li , #stacks_in_451 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_451 .aweWrap {   }
	#stacks_in_451 .aweWrap {  }
	#stacks_in_451 .aweMenu li ul {  }

	#stacks_in_451 .topSlice {  }
	#stacks_in_451 .butSlice {  }

	#stacks_in_451 .topSlice_r {  }
	#stacks_in_451 .butSlice_r {  }

#stacks_in_451 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_451 .aweMenu:hover > ul > li, #stacks_in_451 .aweMenu:active > ul > li, #stacks_in_451 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_451 {
	margin-right:0;
}

#stacks_in_452 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_486 {
	font-size: 75%;
}

#stacks_in_487 {
	font-size: 75%;
}

#stacks_in_488 {
	font-size: 75%;
}

#stacks_in_489 {
	font-size: 75%;
}

#stacks_in_455 {
	padding: 5px 0px 0px 0px;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_456 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_456 .aweMenu {}

#stacks_in_456 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_456 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_456 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_456 .aweMenu:hover > ul > li, #stacks_in_456 .aweMenu:active > ul > li, #stacks_in_456 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_456 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_456 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_456 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_456 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_456 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_456 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_456 .aweMenu li ul li:hover,  #stacks_in_456 .aweMenu li ul li:active, #stacks_in_456 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_456 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_456 .aweMenu li:hover ul, #stacks_in_456 .aweMenu li:active ul, #stacks_in_456 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_456 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_456 .fa-icon:before {content: "\f067 \00a0\00a0 Options"; display: inline-block}


	#stacks_in_456 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_456 .butSlice { }

	#stacks_in_456 .topSlice_r {    
						}
	#stacks_in_456 .butSlice_r {    
						}


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

	#stacks_in_456 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_456 .aweWrap {  }
	#stacks_in_456 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_456 .topSlice {  }
	#stacks_in_456 .butSlice {  }

	#stacks_in_456 .topSlice_r {  }
	#stacks_in_456 .butSlice_r {  }

#stacks_in_456 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_456 .aweMenu:hover > ul > li, #stacks_in_456 .aweMenu:active > ul > li , #stacks_in_456 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_456 .aweWrap {   }
	#stacks_in_456 .aweWrap {  }
	#stacks_in_456 .aweMenu li ul {  }

	#stacks_in_456 .topSlice {  }
	#stacks_in_456 .butSlice {  }

	#stacks_in_456 .topSlice_r {  }
	#stacks_in_456 .butSlice_r {  }

#stacks_in_456 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_456 .aweMenu:hover > ul > li, #stacks_in_456 .aweMenu:active > ul > li, #stacks_in_456 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_456 {
	margin-right:0;
}

#stacks_in_457 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_540 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_540 a,
#stacks_in_540 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_540 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_540 a i,
#stacks_in_540 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_540 a,
  #stacks_in_540 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_540 a:hover,
  #stacks_in_540 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_540 a i,
  #stacks_in_540 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_540 a:hover i,
  #stacks_in_540 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_540 a,
  #stacks_in_540 a:visited {
    width: 200px;
  }

  









#stacks_in_540 {
	padding: 0px 0px 5px 0px;
}

#stacks_in_497 {
	font-size: 75%;
}

#stacks_in_498 {
	font-size: 75%;
}

#stacks_in_499 {
	font-size: 75%;
}

#stacks_in_500 {
	font-size: 75%;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_461 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_461 .aweMenu {}

#stacks_in_461 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_461 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_461 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_461 .aweMenu:hover > ul > li, #stacks_in_461 .aweMenu:active > ul > li, #stacks_in_461 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_461 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_461 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_461 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_461 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_461 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_461 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_461 .aweMenu li ul li:hover,  #stacks_in_461 .aweMenu li ul li:active, #stacks_in_461 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_461 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_461 .aweMenu li:hover ul, #stacks_in_461 .aweMenu li:active ul, #stacks_in_461 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_461 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_461 .fa-icon:before {content: "\f019 \00a0\00a0 Technical Specs"; display: inline-block}


	#stacks_in_461 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_461 .butSlice { }

	#stacks_in_461 .topSlice_r {    
						}
	#stacks_in_461 .butSlice_r {    
						}


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

	#stacks_in_461 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_461 .aweWrap {  }
	#stacks_in_461 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_461 .topSlice {  }
	#stacks_in_461 .butSlice {  }

	#stacks_in_461 .topSlice_r {  }
	#stacks_in_461 .butSlice_r {  }

#stacks_in_461 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_461 .aweMenu:hover > ul > li, #stacks_in_461 .aweMenu:active > ul > li , #stacks_in_461 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_461 .aweWrap {   }
	#stacks_in_461 .aweWrap {  }
	#stacks_in_461 .aweMenu li ul {  }

	#stacks_in_461 .topSlice {  }
	#stacks_in_461 .butSlice {  }

	#stacks_in_461 .topSlice_r {  }
	#stacks_in_461 .butSlice_r {  }

#stacks_in_461 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_461 .aweMenu:hover > ul > li, #stacks_in_461 .aweMenu:active > ul > li, #stacks_in_461 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_461 {
	margin-right:0;
}
#stacks_in_462 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_462 a,
#stacks_in_462 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_462 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_462 a i,
#stacks_in_462 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_462 a,
  #stacks_in_462 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_462 a:hover,
  #stacks_in_462 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_462 a i,
  #stacks_in_462 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_462 a:hover i,
  #stacks_in_462 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_462 a,
  #stacks_in_462 a:visited {
    width: 200px;
  }

  









#stacks_in_462 {
	padding: 5px 0px 10px 0px;
}

#stacks_in_508 {
	font-size: 75%;
}

#stacks_in_509 {
	font-size: 75%;
}

#stacks_in_510 {
	font-size: 75%;
}

#stacks_in_511 {
	font-size: 75%;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_464 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_464 .aweMenu {}

#stacks_in_464 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_464 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_464 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_464 .aweMenu:hover > ul > li, #stacks_in_464 .aweMenu:active > ul > li, #stacks_in_464 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_464 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_464 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_464 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_464 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_464 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_464 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_464 .aweMenu li ul li:hover,  #stacks_in_464 .aweMenu li ul li:active, #stacks_in_464 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_464 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_464 .aweMenu li:hover ul, #stacks_in_464 .aweMenu li:active ul, #stacks_in_464 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_464 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_464 .fa-icon:before {content: "\f019 \00a0\00a0 2D DWG     "; display: inline-block}


	#stacks_in_464 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_464 .butSlice { }

	#stacks_in_464 .topSlice_r {    
						}
	#stacks_in_464 .butSlice_r {    
						}


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

	#stacks_in_464 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_464 .aweWrap {  }
	#stacks_in_464 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_464 .topSlice {  }
	#stacks_in_464 .butSlice {  }

	#stacks_in_464 .topSlice_r {  }
	#stacks_in_464 .butSlice_r {  }

#stacks_in_464 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_464 .aweMenu:hover > ul > li, #stacks_in_464 .aweMenu:active > ul > li , #stacks_in_464 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_464 .aweWrap {   }
	#stacks_in_464 .aweWrap {  }
	#stacks_in_464 .aweMenu li ul {  }

	#stacks_in_464 .topSlice {  }
	#stacks_in_464 .butSlice {  }

	#stacks_in_464 .topSlice_r {  }
	#stacks_in_464 .butSlice_r {  }

#stacks_in_464 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_464 .aweMenu:hover > ul > li, #stacks_in_464 .aweMenu:active > ul > li, #stacks_in_464 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_in_464 {
	padding: 5px 0px 5px 0px;
}

#stacks_out_464 {
	margin-right:0;
}
#stacks_in_465 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_465 a,
#stacks_in_465 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_465 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_465 a i,
#stacks_in_465 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_465 a,
  #stacks_in_465 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_465 a:hover,
  #stacks_in_465 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_465 a i,
  #stacks_in_465 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_465 a:hover i,
  #stacks_in_465 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_465 a,
  #stacks_in_465 a:visited {
    width: 200px;
  }

  









#stacks_in_465 {
	padding: 5px 0px 10px 0px;
}

#stacks_in_519 {
	font-size: 75%;
}

#stacks_in_520 {
	font-size: 75%;
}

#stacks_in_521 {
	font-size: 75%;
}

#stacks_in_522 {
	font-size: 75%;
}

#stacks_in_467 {
	padding: 5px 0px 0px 0px;
}
@font-face {
	font-family: 'FontAwesome'; src: url('../../../../rw_common/plugins/stacks/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal; font-style: normal;
}


body * {-webkit-tap-highlight-color: rgba(0,0,0,0);}

#stacks_in_468 .aweWrap {
font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 

margin-left: auto; margin-right: auto; text-align: left; /*CustomCSS*/



/*CustomCSS*/
}

#stacks_in_468 .aweMenu {}

#stacks_in_468 .aweMenu ul {padding: 0em 0em; margin-top: 0px !important; margin-bottom: 0px !important;}

#stacks_in_468 .aweMenu > ul{
	width: auto; display: inline-block; margin-bottom: 0px !important; 
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 0px; margin-top: 0px;
}

#stacks_in_468 .aweMenu > ul > li{ /* top level li styling */
	list-style: none; 
	

 
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;




%[endif]%
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	border-radius:  0px;


	position:relative;
	padding-left: 0px;
	text-align: left;
	background-color:#FFFFFF; 
	color:#444444;





/*CustomCSS*/
}

#stacks_in_468 .aweMenu:hover > ul > li, #stacks_in_468 .aweMenu:active > ul > li, #stacks_in_468 .aweMenu:focus > ul > li {


/*CustomCSS*/
}

#stacks_in_468 .aweMenu > ul > li > a{
	color:inherit;
	text-decoration:none !important;
	font-size:14px;
	padding: 0px;
}

#stacks_in_468 .aweMenu ul { margin-left:0px; margin-right: 0px;}


#stacks_in_468 .aweMenu li ul{
	z-index:100;
	position:relative;  
	
	list-style:none;
	text-align:center;
	
 max-height:0px; overflow:hidden; 
	padding-left:0px; margin-left: 0px;

	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;

/*CustomCSS*/
}

#stacks_in_468 .aweMenu li ul li{
	background-color:#FFFFFF;
 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;



margin-left:0px !important; margin-top: 0px !important; /*seydesign-fix 140420152059*/
/*CustomCSS*/
}

#stacks_in_468 .aweMenu li ul li a{
	font-size:12px;
	padding: 0px;
	color: #FFFFFF; /*important removed 14022015*/
	text-decoration:none !important;
	display:block;
	text-align: right;
}

#sp1 a {
	color: orange !important;
}

#stacks_in_468 .aweMenu li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_468 .aweMenu li ul li:hover,  #stacks_in_468 .aweMenu li ul li:active, #stacks_in_468 .aweMenu li ul li:focus {
	background-color:#FFFFFF;
/*CustomCSS*/
}

#stacks_in_468 .aweMenu li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#stacks_in_468 .aweMenu li:hover ul, #stacks_in_468 .aweMenu li:active ul, #stacks_in_468 .aweMenu li:focus ul { /*active added 10032015*/
	max-height:600px; /*animation tricker*/
/*CustomCSS*/
}

#stacks_in_468 .fa-icon {
  font-family: FontAwesome, Arial, Helvetica, "MS Trebuchet", sans-serif; !important; 
  font-weight: normal; font-style: normal;
  display: inline-block;
  text-decoration: inherit;   list-style-type: none;
  vertical-align: top;
  margin-left: 0;
}
    
#stacks_in_468 .fa-icon:before {content: "\f075 \00a0\00a0 Inquire"; display: inline-block}


	#stacks_in_468 .topSlice {  margin-left: auto; margin-right: auto; color: #000000; font-size: 100%; line-height: 120%; padding: 0px; text-align: left; max-width: 2560px; /*CustomCSS*/; }
	#stacks_in_468 .butSlice { }

	#stacks_in_468 .topSlice_r {    
						}
	#stacks_in_468 .butSlice_r {    
						}


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

	#stacks_in_468 .aweWrap {  /*CustomCSS*/ }
	#stacks_in_468 .aweWrap {  }
	#stacks_in_468 .aweMenu li ul { /*CustomCSS*/ }

	#stacks_in_468 .topSlice {  }
	#stacks_in_468 .butSlice {  }

	#stacks_in_468 .topSlice_r {  }
	#stacks_in_468 .butSlice_r {  }

#stacks_in_468 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; 



}
#stacks_in_468 .aweMenu:hover > ul > li, #stacks_in_468 .aweMenu:active > ul > li , #stacks_in_468 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

@media screen and (max-height: 780px)  
{

	#stacks_in_468 .aweWrap {   }
	#stacks_in_468 .aweWrap {  }
	#stacks_in_468 .aweMenu li ul {  }

	#stacks_in_468 .topSlice {  }
	#stacks_in_468 .butSlice {  }

	#stacks_in_468 .topSlice_r {  }
	#stacks_in_468 .butSlice_r {  }

#stacks_in_468 .aweMenu > ul > li{ /* top level li styling */ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;



}
#stacks_in_468 .aweMenu:hover > ul > li, #stacks_in_468 .aweMenu:active > ul > li, #stacks_in_468 .aweMenu:focus > ul > li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
}

#stacks_out_468 {
	margin-right:0;
}
#stacks_in_469 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_469 a,
#stacks_in_469 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_469 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_469 a i,
#stacks_in_469 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_469 a,
  #stacks_in_469 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_469 a:hover,
  #stacks_in_469 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_469 a i,
  #stacks_in_469 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_469 a:hover i,
  #stacks_in_469 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_469 a,
  #stacks_in_469 a:visited {
    width: 200px;
  }

  









#stacks_in_469 {
	padding: 5px 0px 5px 0px;
}
#stacks_in_470 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Arial, Helvetica, sans-serif;
  
  text-align: left;
}


#stacks_in_470 a,
#stacks_in_470 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 0px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_470 a .flat_button_2_text {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center !important;
  
}


#stacks_in_470 a i,
#stacks_in_470 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_470 a,
  #stacks_in_470 a:visited {
    background-color: rgba(80, 17, 24, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_470 a:hover,
  #stacks_in_470 a:active {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(80, 17, 24, 1.00) !important;
  }

  #stacks_in_470 a i,
  #stacks_in_470 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_470 a:hover i,
  #stacks_in_470 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_470 a,
  #stacks_in_470 a:visited {
    width: 200px;
  }

  









#stacks_in_470 {
	padding: 5px 0px 10px 0px;
}

#stacks_in_530 {
	font-size: 75%;
}

#stacks_in_531 {
	font-size: 75%;
}

#stacks_in_532 {
	font-size: 75%;
}

#stacks_in_533 {
	font-size: 75%;
}

#stacks_in_256 {
	padding: 10px 30px 10px 30px;
}
