/* buttons */

.filter-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:before,
.filter-btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-btn:focus,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn.focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filter-btn:hover,
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  text-decoration: none;
}
.filter-btn:active,
.filter-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-btn.disabled,
.filter-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.filter-btn.disabled {
  pointer-events: none;
}

.filter-btn {
  color: #777777;
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}
.filter-btn:focus,
.filter-btn.focus {
  color: #333333;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:hover {
  color: #333333;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  color: #54A8FA;
  background-color: transparent;
  border-color: #CCC;
  text-shadow: none !important;
}
.filter-btn:active:hover,
.filter-btn.active:hover,
.filter-btn:active:focus,
.filter-btn.active:focus,
.filter-btn:active.focus,
.filter-btn.active.focus {
  color: #54A8FA;
  background-color: transparent;
  border-color: #ccc;
  text-shadow: none !important;
}
.filter-btn:active,
.filter-btn.active {
  background-image: none;
}
.filter-btn.disabled,
.filter-btn[disabled],
.filter-btn.disabled:hover,
.filter-btn[disabled]:hover,
.filter-btn.disabled:focus,
.filter-btn[disabled]:focus,
.filter-btn.disabled.focus,
.filter-btn[disabled].focus,
.filter-btn.disabled:active,
.filter-btn[disabled]:active,
.filter-btn.disabled.active,
.filter-btn[disabled].active {
  background-color: #ffffff;
  border-color: #cccccc;
  text-shadow: none !important;
}


		
.filter-search {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	width:100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* search input */
		
.filter-search:focus {
/* 	border-color: #66afe9; */
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}		

.filter-search:before,
.filter-search:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*placeholder */

.filter-search::-webkit-input-placeholder {
    color: #CCCCCC;
}
.filter-search:-moz-placeholder {
    color: #CCCCCC;
}
.filter-search::-moz-placeholder {
    color: #CCCCCC;
}
.filter-search:-ms-input-placeholder {
    color: #CCCCCC;
}

/* input groups */
	
	
.filter-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width:100%;
  padding-right:10px;
}

.filter-input-group > input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.filter-input-group > .filter-form-control,
.filter-input-group > .filter-group-btn > .filter-btn {
  height:34px;
  padding: 6px 16px;
  border-radius: 4px;
}

.filter-group-btn,
.filter-input-group > input {
  display: table-cell;
}

.filter-group-btn:not(:first-child):not(:last-child),
.filter-input-group .filter-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.filter-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.filter-input-group .filter-form-control:first-child,
.filter-group-btn.layout > .filter-btn:first-child,
.filter-group-btn.sort > .filter-btn:first-child,
.filter-group-btn > .filter-btn:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left:10px;
}

.filter-input-group .filter-form-control:last-child,
.filter-group-btn > .filter-btn:last-child,
.filter-group-btn:first-child > .filter-btn:not(:first-child),
.filter-group-btn:first-child > .filter-btn-group:not(:first-child) > .filter-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.filter-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin:0;
}
.filter-group-btn > .filter-btn {
  position: relative;
}
.filter-group-btn > .filter-btn + .filter-btn {
  margin-left: -1px;
}
.filter-group-btn > .filter-btn:hover,
.filter-group-btn > .filter-btn:focus,
.filter-group-btn > .filter-btn:active {
  z-index: 2;
}
.filter-group-btn:first-child > .filter-btn,
.filter-group-btn:first-child > .filter-btn-group {
  margin-right: -1px;
}
.filter-group-btn:last-child > .filter-btn,
.filter-group-btn:last-child > .filter-btn-group {
  z-index: 2;
  margin-left: -1px;
}





#stacks_in_15911_page29 {
	margin: 12px 0px 0px 0px;
}
#stacks_in_5700_page29>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_5700_page29 {
	margin: 12px 0px 0px 0px;
}
#stacks_in_10297_page29>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_10297_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_15905_page29 {
	margin: 12px 0px 0px 0px;
}
#stacks_in_6789_page29>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_6789_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6757_page29 {
	margin: 18px 0px 0px 0px;
}
/* fix all the stupid foundation shit... */
#stacks_in_6588_page29 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* this makes the widths work as expected */	
#stacks_in_6588_page29 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_6588_page29 *:before,
#stacks_in_6588_page29 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_6588_page29 .clearfix:before,
#stacks_in_6588_page29 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_6588_page29 .clearfix:after {
  clear: both;
}


#stacks_in_6588_page29 .filter-controls {
	display: block;
	clear: both;
}

#stacks_in_6588_page29-cat-buttons {
	text-align: left;
}

#stacks_in_6588_page29 input[type="text"] {
	margin:0;
	margin-bottom:0;
}


#stacks_in_6588_page29 a.category-filter {
	background: rgba(255, 255, 255, 1.00);
	color: rgba(119, 119, 119, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
	width:100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	border-radius:10px 10px 10px 10px;
	padding:8px 10px 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:4px 0;
}


#stacks_in_6588_page29 a.category-filter {
	width: auto;
	display:inline-block;
}


#stacks_in_6588_page29 a.category-filter:hover,
#stacks_in_6588_page29 a.category-filter:focus {
	background: rgba(239, 239, 239, 1.00);
	color: rgba(34, 34, 34, 1.00);
	border-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_6588_page29 a.category-filter:active {
	background: rgba(204, 204, 204, 1.00);
	color: rgba(17, 17, 17, 1.00);
	border-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_6588_page29 a.category-filter.active,
#stacks_in_6588_page29 a.category-filter.active:hover {
	background: rgba(239, 239, 239, 1.00);
	color: rgba(84, 168, 250, 1.00);
	border-color: rgba(204, 204, 204, 1.00);
}




#stacks_in_6588_page29 {
	margin: 12px 0px 0px 0px;
}
/* Filter v.1.1.0 CSS */
	
/* this makes the widths work as expected */	
#stacks_in_6583_page29 li,
#stacks_in_6583_page29 li > div > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_6583_page29 li:before,
#stacks_in_6583_page29 li:after,
#stacks_in_6583_page29 li > div > div:before,
#stacks_in_6583_page29 li > div > div:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
		
/* clears */

#stacks_in_6583_page29 .clearfix:before,
#stacks_in_6583_page29 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_6583_page29 .clearfix:after {
  clear: both;
}


/* grid/pack styling */

#stacks_in_6583_page29-filter{
	position: relative;
}

#stacks_in_6583_page29 .filter-tags,
#stacks_in_6583_page29 .filter-sort {
	display:none;
}


/* clear fix */
#stacks_in_6583_page29-filter:after {
  content: '';
  display: block;
  clear: both;
}

#stacks_in_6583_page29 ul.filter-items
{
	margin:0 !important;
	padding:0 !important;
	list-style: none !important;
}




.filter-content > div {
	line-height: normal;
}
	    
ul.filter-items.grid > li,
ul.filter-items.pack > li {
	width:100%;
    display: block;
    text-align: left;
    vertical-align: top;
    float:none;
	padding:10px;
	margin:0;
}


ul.filter-items.grid > li > div,
ul.filter-items.pack > li > div {
	width: 100%; 
    display: inline-block;
    background: rgba(255, 255, 255, 1.00);
    border:  1px solid rgba(204, 204, 204, 1.00);
    text-align: left;
    vertical-align: top;
	border-radius: 4px;
	padding:0;
    *display: inline;
    *zoom: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
}

ul.filter-items.grid >li>div>div {
	width: 100%; 
    display: inline-block;
    text-align: left;
    vertical-align: top;
	padding:10px 10px 10px 10px;
    *display: inline;
    *zoom: 1;
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
}

.filter-img img {
	display: inline-block; /* added */
	overflow: visible;
	-webkit-text-size-adjust: none;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
}

ul.filter-items.grid >li .filter-img {
/* 	padding-bottom:10px; */
	position: relative;
    display: inline-block; /* added */
	overflow: visible;
	-webkit-text-size-adjust: none;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
}




@media (max-width: 767px) {
	ul.filter-items.grid li,
	ul.filter-items.pack li {
	 width: 100% !important;
	 }
}


/* list styling */

ul.filter-items.list {
   width: 100%;
   display: table;
}

ul.filter-items.list > li {
    width: 100%;
    display: table-row;
    background: rgba(255, 255, 255, 1.00);
    border-bottom: 1px solid rgba(204, 204, 204, 1.00);
    text-align: left;
    vertical-align: top;
    padding:10px 10px 10px 10px;
}

ul.filter-items.list > li > div.filter-img > img {
    min-width: 128px;
    width: auto;
    max-width: 100%;
    height: auto;
    background: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #808000 !important;
    margin-bottom: 0;
    border-width:0;
    box-shadow: none;
    
    /* no shadow */
}

ul.filter-items.list > li.filter-catalog .filter-img {
    display: table-cell;
    padding: 0 10px;
    min-width: 108px;
    text-align: center;
    width:30%;
    position: relative;
    overflow: hidden; /* added */
}

ul.filter-items.list > li .filter-img > img {
    
}

ul.filter-items.list li.filter-catalog .filter-content {
    display: table-cell;
    padding: 0 10px 10px;
    vertical-align: top;
    width:70%;
}

ul.filter-items.list > li.filter-gallery {
	text-align:center;
}

@media (max-width:767px) {

    ul.filter-items.list > li .filter-img,
    ul.filter-items.list > li .filter-content {
        width: 100%;
        display:block;
    }

}


/* FAQ Style */

ul.filter-items > li.filter-faq .filter-content {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
    display:none;
}

ul.filter-items > li.filter-faq .filter-content.show {
	visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

ul.filter-items > li.filter-faq .filter-title {
	cursor: pointer;
}






/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../../rw_common/plugins/stacks/ydfilter/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../../rw_common/plugins/stacks/ydfilter/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	border-width:0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../../rw_common/plugins/stacks/ydfilter/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

/* added by -MY 2016-01-10 16:41 pm */
a.fancybox-nav:hover,
a.fancybox-close:hover {
	background-color:transparent !important;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../../../rw_common/plugins/stacks/ydfilter/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../../rw_common/plugins/stacks/ydfilter/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../../rw_common/plugins/stacks/ydfilter/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* Image Lightbox Hover Effect */

#stacks_in_6583_page29 a.filter-zoom
{
	width:100%;
	border-width:0;
}

#stacks_in_6583_page29 a.filter-zoom:before
{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	font-size: 36px;
	padding: 0 0 0 2px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 20;
	color: #fff;
	opacity: 0;
	background:#000;
	background-color:rgba(0,0,0,.5);
	border-radius:25px;
	-webkit-transform: translateZ(100px) rotateY(55deg);
	transform: translateZ(100px) rotateY(55deg);
	-webkit-transition: opacity 250ms ease-out, -webkit-transform 300ms;
	transition: opacity 250ms ease-out, -webkit-transform 300ms;
	transition: transform 300ms, opacity 250ms ease-out;
	transition: transform 300ms, opacity 250ms ease-out, -webkit-transform 300ms
}

#stacks_in_6583_page29 a.filter-zoom:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width:20px;
	background-color: transparent;
	content: '';
	display: block;
	opacity: 0;
	z-index: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1)
}

#stacks_in_6583_page29  a:hover.filter-zoom{
	background-color:transparent !important;
}

#stacks_in_6583_page29 a:hover.filter-zoom:after,
#stacks_in_6583_page29 a:hover.filter-zoom:before
{
	opacity: 1;
}

#stacks_in_6583_page29 a:hover.filter-zoom:before {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}


#stacks_in_6581_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6580_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6580_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6580_page29Slider img {    width: 100%;    display:block;} .stacks_in_6580_page29Slider .stacks_in_6580_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6580_page29Slider .stacks_in_6580_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6580_page29Slider .stacks_in_6580_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6580_page29Slider .stacks_in_6580_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6580_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6596_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6598_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6598_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6598_page29Slider img {    width: 100%;    display:block;} .stacks_in_6598_page29Slider .stacks_in_6598_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6598_page29Slider .stacks_in_6598_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6598_page29Slider .stacks_in_6598_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6598_page29Slider .stacks_in_6598_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6598_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6606_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6608_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6608_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6608_page29Slider img {    width: 100%;    display:block;} .stacks_in_6608_page29Slider .stacks_in_6608_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6608_page29Slider .stacks_in_6608_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6608_page29Slider .stacks_in_6608_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6608_page29Slider .stacks_in_6608_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6608_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6616_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6618_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6618_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6618_page29Slider img {    width: 100%;    display:block;} .stacks_in_6618_page29Slider .stacks_in_6618_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6618_page29Slider .stacks_in_6618_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6618_page29Slider .stacks_in_6618_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6618_page29Slider .stacks_in_6618_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6618_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6636_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6638_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6638_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6638_page29Slider img {    width: 100%;    display:block;} .stacks_in_6638_page29Slider .stacks_in_6638_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6638_page29Slider .stacks_in_6638_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6638_page29Slider .stacks_in_6638_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6638_page29Slider .stacks_in_6638_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6638_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6666_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6668_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6668_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6668_page29Slider img {    width: 100%;    display:block;} .stacks_in_6668_page29Slider .stacks_in_6668_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6668_page29Slider .stacks_in_6668_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6668_page29Slider .stacks_in_6668_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6668_page29Slider .stacks_in_6668_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6668_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6626_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6628_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6628_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6628_page29Slider img {    width: 100%;    display:block;} .stacks_in_6628_page29Slider .stacks_in_6628_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6628_page29Slider .stacks_in_6628_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6628_page29Slider .stacks_in_6628_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6628_page29Slider .stacks_in_6628_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6628_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6646_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6648_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6648_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6648_page29Slider img {    width: 100%;    display:block;} .stacks_in_6648_page29Slider .stacks_in_6648_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6648_page29Slider .stacks_in_6648_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6648_page29Slider .stacks_in_6648_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6648_page29Slider .stacks_in_6648_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6648_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6656_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6658_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6658_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6658_page29Slider img {    width: 100%;    display:block;} .stacks_in_6658_page29Slider .stacks_in_6658_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6658_page29Slider .stacks_in_6658_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6658_page29Slider .stacks_in_6658_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6658_page29Slider .stacks_in_6658_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6658_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6799_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6801_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6801_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6801_page29Slider img {    width: 100%;    display:block;} .stacks_in_6801_page29Slider .stacks_in_6801_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6801_page29Slider .stacks_in_6801_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6801_page29Slider .stacks_in_6801_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6801_page29Slider .stacks_in_6801_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6801_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6829_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6831_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6831_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6831_page29Slider img {    width: 100%;    display:block;} .stacks_in_6831_page29Slider .stacks_in_6831_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6831_page29Slider .stacks_in_6831_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6831_page29Slider .stacks_in_6831_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6831_page29Slider .stacks_in_6831_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6831_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6839_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6841_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6841_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6841_page29Slider img {    width: 100%;    display:block;} .stacks_in_6841_page29Slider .stacks_in_6841_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6841_page29Slider .stacks_in_6841_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6841_page29Slider .stacks_in_6841_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6841_page29Slider .stacks_in_6841_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6841_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6809_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6811_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6811_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6811_page29Slider img {    width: 100%;    display:block;} .stacks_in_6811_page29Slider .stacks_in_6811_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6811_page29Slider .stacks_in_6811_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6811_page29Slider .stacks_in_6811_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6811_page29Slider .stacks_in_6811_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6811_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6849_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6851_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6851_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6851_page29Slider img {    width: 100%;    display:block;} .stacks_in_6851_page29Slider .stacks_in_6851_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6851_page29Slider .stacks_in_6851_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6851_page29Slider .stacks_in_6851_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6851_page29Slider .stacks_in_6851_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6851_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6859_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6861_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6861_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6861_page29Slider img {    width: 100%;    display:block;} .stacks_in_6861_page29Slider .stacks_in_6861_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6861_page29Slider .stacks_in_6861_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6861_page29Slider .stacks_in_6861_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6861_page29Slider .stacks_in_6861_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6861_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6819_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6821_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6821_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6821_page29Slider img {    width: 100%;    display:block;} .stacks_in_6821_page29Slider .stacks_in_6821_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6821_page29Slider .stacks_in_6821_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6821_page29Slider .stacks_in_6821_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6821_page29Slider .stacks_in_6821_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6821_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6869_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6871_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6871_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6871_page29Slider img {    width: 100%;    display:block;} .stacks_in_6871_page29Slider .stacks_in_6871_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6871_page29Slider .stacks_in_6871_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6871_page29Slider .stacks_in_6871_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6871_page29Slider .stacks_in_6871_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6871_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6879_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6881_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6881_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6881_page29Slider img {    width: 100%;    display:block;} .stacks_in_6881_page29Slider .stacks_in_6881_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6881_page29Slider .stacks_in_6881_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6881_page29Slider .stacks_in_6881_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6881_page29Slider .stacks_in_6881_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6881_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6914_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6916_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6916_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6916_page29Slider img {    width: 100%;    display:block;} .stacks_in_6916_page29Slider .stacks_in_6916_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6916_page29Slider .stacks_in_6916_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6916_page29Slider .stacks_in_6916_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6916_page29Slider .stacks_in_6916_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6916_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6941_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6943_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6943_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6943_page29Slider img {    width: 100%;    display:block;} .stacks_in_6943_page29Slider .stacks_in_6943_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6943_page29Slider .stacks_in_6943_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6943_page29Slider .stacks_in_6943_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6943_page29Slider .stacks_in_6943_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6943_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6951_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6953_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6953_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6953_page29Slider img {    width: 100%;    display:block;} .stacks_in_6953_page29Slider .stacks_in_6953_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6953_page29Slider .stacks_in_6953_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6953_page29Slider .stacks_in_6953_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6953_page29Slider .stacks_in_6953_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6953_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_6961_page29 {
	margin: 12px 0px 0px 0px;
}
/* Start Compare stack CSS code */#stacks_in_6963_page29 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_6963_page29Slider {    position: relative;    overflow: hidden;} .stacks_in_6963_page29Slider img {    width: 100%;    display:block;} .stacks_in_6963_page29Slider .stacks_in_6963_page29Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_6963_page29Slider .stacks_in_6963_page29Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_6963_page29Slider .stacks_in_6963_page29Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_6963_page29Slider .stacks_in_6963_page29Handle.draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_6963_page29 {
	margin: 12px 0px 0px 0px;
}
#stacks_in_10281_page29>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_10281_page29 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_10286_page29 {
	margin: 96px 0px 0px 0px;
}

#stacks_in_10288_page29 {
	margin: 12px 0px 0px 0px;
}
