.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

/* 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;
}




/*

Issue:
Strata, remove z-index from #t-band
Writer, remove z-index from .wrapper.main

*/

@font-face {
  font-family: 'velvet';
  src:  url('../index_files/icons/velvet.eot?ddr21z');
  src:  url('../index_files/icons/velvet.eot?ddr21z#iefix') format('embedded-opentype'),
  url('../index_files/icons/velvet.woff2?ddr21z') format('woff2'),
  url('../index_files/icons/velvet.ttf?ddr21z') format('truetype'),
  url('../index_files/icons/velvet.woff?ddr21z') format('woff'),
  url('../index_files/icons/velvet.svg?ddr21z#velvet') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="velvet-"], [class*=" velvet-"] {
  font-family: 'velvet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.velvet_alert{
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 13px;
  transform: translate(-50%,-50%);
  padding: 6px 10px;
  line-height: 1.5;
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
  text-align: center;
  font-family: arial;
}

.velvet-play-1:before {
  content: "\e903";
}
.velvet-play-2:before {
  content: "\e904";
}
.velvet-play-6:before {
  content: "\e905";
}
.velvet-play-3:before {
  content: "\e901";
}
.velvet-play-4:before {
  content: "\e902";
}
.velvet-play-5:before {
  content: "\e900";
}

.velvet-icon{
  position: absolute;
  z-index: 2;
  pointer-events:none;
  text-align: center;
  text-shadow: none;
  transition: color 300ms;
}
.velvet-icon:after {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.vzoom-img-op .velvet-icon{
	opacity: 0;
}
.cf:after{
  content: "";
  display: table;
  clear: both;
}
.velvet_active{ overflow: visible !important; }

.velvet_active:after{
  content: "";
  display: table;
  clear: both;
}

.vzoom-img-in[data-preventzoom="True"]{
  z-index: 0 !important;
}
.vzoom-img-in[data-preventzoom="True"] img,
.vzoom-img-in[data-preventzoom="True"] .vzoom-img-wrap{
  transform: none !important;
}
.vzoom-player table{ 
  background: transparent !important;
}
.vzoom-player .embed-center{ 
  max-width: 150vh;
  margin: 0 auto;
}
.vzoom-player .embed-container{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  background: #000;
  overflow: hidden !important; 
  max-width: 100%;
  margin-bottom: 0 !important;
  line-height: 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}
body.velvet_scaleIn .vzoom-player .embed-container{
  animation: ncdVideoScaleIn .5s .2s backwards;
}
.vzoom-player .embed-container:before{
  height: 100%;
  width: 100%;
  background: #000;
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: opacity 150ms;
}
.vzoom-player .embed-container:after{
  padding-top: 100%;
  content: '';
  display: block;
}
.vzoom-player.close .embed-container:before{
  z-index: 1;
  opacity: 1;
}
.vzoom-player .embed-container iframe, 
.vzoom-player .embed-container object, 
.vzoom-player .embed-container embed{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
.vzoom-player .embed-container video{
  position: relative;
  z-index: 1000;
}
.vzoom-img,
.vzoom-img-wrap {
  position: relative;
  z-index: 66669999;
  -webkit-transition: all 300ms 100ms;
  -o-transition: all 300ms 100ms;
  transition: all 300ms 100ms;
}
.vzoom-overlay-open .vzoom-img,
.vzoom-overlay-open .vzoom-img-wrap {
  -webkit-transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 325ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
img[data-action="vzoom"] {
  cursor: pointer;
  width: 100%;
  max-width: none;
  float: left;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
img.vzoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.velvet_placeholder{
  text-align: center;
}

@media screen and (min-width: 600px) {
  .velvet_placeholder{
    height: 0;
    padding-top: 50%;
  }
}


.velvet_placeholder img{
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}


.velvet_placeholder .velvet-icon{
  display: none;
}
.no_image + .velvet-icon{
  display: block;
}


.vzoom-img-in{
  transition: opacity .4s .1s;
  position: relative;
}
.vzoom-img-in img{
  margin: 0;
}
.vzoom-img-in:before{
  position: absolute;
  pointer-events:none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  transition: background 300ms;
}
.vzoom-img-in:hover:before{
  background: ;
}
.vzoom-img-in.velvet_active{
 z-index: 77779999;
}
.vzoom-img-in:after {
  content: "";
  display: table;
  clear: both;
}
.vzoom-img-in.vzoom-img-op{
  transition: opacity .35s;
  opacity: 0;
  pointer-events: none;
}
.vzoom-img-in.vzoom-img-op[data-preventzoom="True"]{
  opacity: 1;
}
.vzoom-overlay,
.vzoom-player {
  z-index: 1000;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.vzoom-overlay-open .vzoom-overlay {
  filter: "alpha(opacity=80)";
  opacity: .80;
}
.vzoom-overlay{
  -webkit-transition: opacity 300ms 300ms;
  -o-transition: opacity 300ms 300ms;
  transition: opacity 300ms 300ms;
}
.vzoom-overlay-open .vzoom-overlay{
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.vzoom-player {
  z-index: 1001;
  background: none;
  margin: 40px;
  opacity: 1;
  filter: none;
  pointer-events: auto;
  animation: ncdVideoOpacityIn .6s .25s backwards;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vzoom-player table{
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}
.vzoom-player table td{
  vertical-align: middle;
}
.vzoom-player *{
  box-sizing: content-box;
}
.vzoom-player.close .embed-container{
  transition: opacity 300ms;
  opacity: 0;
}
.vzoom-overlay-open,
.vzoom-overlay-transitioning {
  cursor: default;
}
@keyframes ncdVideoOpacityIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ncdVideoScaleIn {
  0%   { transform: scale(0.96); }
  100% { transform: scale(1); }
}
.vzoom-img-in .embed-container{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  background: #000;
  overflow: hidden !important; 
  max-width: 100%;
  line-height: 0;
}
.vzoom-img-in .embed-container iframe, 
.vzoom-img-in .embed-container object, 
.vzoom-img-in .embed-container embed{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

@media screen and (min-width: 600px) {
  .vzoom-img-in .embed-container{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .vzoom-img-in img,
  .vzoom-img-in:before,
  .vzoom-img-in .velvet-icon{
    display: none !important;
  }
  .vzoom-img-in .embed-container,
  .vzoom-img-in .embed-container iframe, 
  .vzoom-img-in .embed-container object, 
  .vzoom-img-in .embed-container embed{ 
    display: block;
  }
}


/* Edit Mode */
/* Depth Base */

.depth_out h2,.depth_out p,.depth_out a{margin:0;padding:0;border: 0;line-height:1.4;}
.depth_out hr:before,.depth_out hr:after,.depth_out .content_in .stacksEmptyFiller{display: none}

.depth_in,
header .depth_theme_limit,
footer .depth_theme_limit{
  
  max-width: 1000px;
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}

figure.depth_theme{height: 0;display: none;}

.nfont{
	font-family: 'Open Sans', sans-serif !important;
}
h2.nfont,
.sub_heading.nfont{
	font-family: 'Montserrat', sans-serif !important;
}
header.depth_theme,
main.depth_theme h1,
main.depth_theme h2,
main.depth_theme h3,
main.depth_theme h4,
main.depth_theme h5,
main.depth_theme h6{
  font-family: 'Montserrat', sans-serif !important;
}
.depth_in a{text-decoration: none;}
.depth_in{
  font-size: 15px;
  line-height: 1.4;}

/* 2 Col Spacing */
.depth_section{
  margin-bottom: 20px;
}



.depth_out img{max-width: 100%}

.depth_out *, 
.depth_out *:before, 
.depth_out *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.depth_out .cf:after {content:"";display:table;clear:both;}
.depth_out .exp{position:absolute;top:0;left:0;bottom:0;right:0;}

@media screen and (min-width: 770px){
  /* 2 Col Spacing */
  .depth_row .s3_column_left .depth_section{
    margin-right: 10.000000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 10.000000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 13.320000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 6.660000px;
    margin-right: 6.660000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 13.320000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 15.000000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 10.000000px;
    margin-left: 5.000000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 5.000000px;
    margin-left: 10.000000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 15.000000px;
    margin-right: 0;
  }
  /* Flex Equal Height/Centering */
  
  .s3_row.depth_row,
  .depth_row .s3_column,
  .s3_row.depth_row .depth_out,
  .s3_row.depth_row .depth_out > div,
  .s3_row.depth_row .depth_wrapper,
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .depth_image *{
    flex: 1;
    display: flex !important;
  }
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .content_in{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .depth_ie .s3_row.depth_row,
  .depth_ie .depth_row .s3_column,
  .s3_row.depth_row .depth_ie .depth_out,
  .s3_row.depth_row .depth_ie .depth_out > div,
  .s3_row.depth_row .depth_ie .depth_wrapper,
  .s3_row.depth_row .depth_ie .content_out,
  .s3_row.depth_row .depth_ie .depth_image *{
    flex: auto !important;
    display: block !important;
  }
}


.content_flex {position: static;}

.s3_row.depth_row .content_flex {
  flex: 1;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* Edit Mode */


/* Animations */


.depth_fx .depth_image,
.depth_fx .depth_tint,
.depth_fx .depth_gradient,
.depth_fx .content_tint,
.depth_fx p.sub_heading,
.depth_fx .heading_out .stacks_out,
.depth_fx p.main_content,
.depth_fx .depth_aside,
.depth_fx .heading_out h2{ opacity: 0; }

.depth_fx.depth_ie .depth_image,
.depth_fx.depth_ie .depth_tint,
.depth_fx.depth_ie .depth_gradient,
.depth_fx.depth_ie .content_tint,
.depth_fx.depth_ie p.sub_heading,
.depth_fx.depth_ie .heading_out .stacks_out,
.depth_fx.depth_ie p.main_content,
.depth_fx.depth_ie .depth_aside,
.depth_fx.depth_ie .heading_out h2{ opacity: 1; }


.depth_inview.slow_fadeIn.depth_fx .depth_image,
.depth_inview.slow_fadeIn.depth_fx .depth_tint,
.depth_inview.slow_fadeIn.depth_fx .content_tint,
.depth_inview.slow_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .7s both; }
.depth_inview.slow_fadeIn.depth_fx .heading_out{ animation: heading_border_color 1s both; }
.depth_inview.slow_fadeIn.depth_fx p.super_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein 1s .25s both; }
.depth_inview.slow_fadeIn.depth_fx p.sub_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein 1s .5s both; }
.depth_inview.slow_fadeIn.depth_fx p.main_content,
.depth_inview.slow_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein 1s .75s both; }
.depth_inview.slow_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein 1s 1s backwards; }
.depth_inview.slow_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein 1s 1.25s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content 1s .5s backwards; }

.depth_inview.steady_fadeIn.depth_fx .depth_image,
.depth_inview.steady_fadeIn.depth_fx .depth_tint,
.depth_inview.steady_fadeIn.depth_fx .content_tint,
.depth_inview.steady_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .5s both; }
.depth_inview.steady_fadeIn.depth_fx .heading_out{ animation: heading_border_color .7s both; }
.depth_inview.steady_fadeIn.depth_fx p.super_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .7s .15s both; }
.depth_inview.steady_fadeIn.depth_fx p.sub_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .7s .35s both; }
.depth_inview.steady_fadeIn.depth_fx p.main_content,
.depth_inview.steady_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .7s .5s both; }
.depth_inview.steady_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .7s .65s backwards; }
.depth_inview.steady_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .7s .8s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .7s .25s backwards; }

.depth_inview.fast_fadeIn.depth_fx .depth_image,
.depth_inview.fast_fadeIn.depth_fx .depth_tint,
.depth_inview.fast_fadeIn.depth_fx .content_tint,
.depth_inview.fast_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .3s both; }
.depth_inview.fast_fadeIn.depth_fx .heading_out{ animation: heading_border_color .4s both; }
.depth_inview.fast_fadeIn.depth_fx p.super_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .4s .15s both; }
.depth_inview.fast_fadeIn.depth_fx p.sub_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .4s .35s both; }
.depth_inview.fast_fadeIn.depth_fx p.main_content,
.depth_inview.fast_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .4s .5s both; }
.depth_inview.fast_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .4s .65s backwards; }
.depth_inview.fast_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .4s .8s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .4s .25s backwards; }


@-webkit-keyframes heading_border_color {
  from {border-color: transparent;}
  to {border-color: ;}}
@keyframes nbanner_fadein {
  from {border-color: transparent;}
  to {border-color: ;}}

@-webkit-keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}
@keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}

@-webkit-keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}
@keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}

@-webkit-keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}/* Depth Content */

@media (min-width: 300px){
	#stacks_in_1262 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 770px){
	#stacks_in_1262 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_1262 .depth_section_link:hover .depth_in,
#stacks_in_1262 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1262.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_1262.depth_out a{
	color: rgba(46, 172, 254, 1.00);}

#stacks_in_1262 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_1262 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 0;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../index_files/banner_bg_image-1262.png);
	
	
	
}


@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {
 
  #stacks_in_1262 .depth_image{ background-image: url(../index_files/banner_bg_image_2x-1262.png);}
}




#stacks_in_1262 .depth_tint{ background: rgba(80, 92, 254, 0.12); }

#stacks_in_1262 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_1262 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1262 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_1262 .heading_in{
	padding: 20px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_1262 .heading_out h2{
	font-size: 46px;
	line-height: 64px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1262 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	 text-transform: uppercase;
	float: none;}

#stacks_in_1262 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 3px 0 8px;
	
	
	
	 text-transform: uppercase;
	float: none;}

/* Content */

#stacks_in_1262 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 440px; 
	

	
	 text-align: center; 
	
	padding: 15% 20px 6% 20px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_1262 .content_out{
		padding: 30% 20px 10% 20px;
		margin: 0 0%;}
	#stacks_in_1262 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_1262 .depth_wrapper{background-color: rgba(0, 0, 0, 0.60);}
	#stacks_in_1262 .depth_tint,
	#stacks_in_1262 .content_tint{ background: none !important; }
	#stacks_in_1262 .heading_out h2,
	#stacks_in_1262 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_1262 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_1262 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_1262 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_1262 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	 display: none; }

#stacks_in_1262 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 3% 4.500000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	
	
	 text-transform: uppercase;}

@media screen and (max-width: 770px){
	#stacks_in_1262 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_1262 .content_in a.depth_button:hover{
	color: rgba(230, 73, 30, 1.00);
	background: rgba(255, 255, 255, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1262 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	 text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_1262 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -440px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_1262 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_1262 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_1262 .depth_aside_wrapper,
#stacks_in_1262 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_1262 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_1262 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1262 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1262 .depth_aside_padding{
	padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 770px){
	#stacks_in_1262 .depth_aside_padding{
		padding: 0px 20px 50px 20px;
	}
}

/* Layer Top */


#stacks_in_1262 .depth_in{z-index: 4;}
#stacks_in_1262 .depth_tint{z-index: 3;}
#stacks_in_1262 .depth_gradient{z-index: 2;}
#stacks_in_1262 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_1262 .depth_wrapper.content_tint,
	#stacks_in_1262 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_1262 hr{border: 0;margin: 0;}

#stacks_in_1262 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1262 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.40);
	display: inline-block;}

#stacks_in_1262 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}/* Depth Limit */

#stacks_in_3 .depth_limit {
	max-width: 1000px;
}
#stacks_in_3 .depth_limit_padding {
	padding: 30px 15px 25px 15px;
}
@media screen and (min-width: 770px){
	#stacks_in_3 .depth_limit_padding {
		padding: 30px 25px 25px 25px;
	}
}

/* Depth Limit Gradient*/

#stacks_in_3.depth_limit_wrapper{
	   
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 95%);
	

	
}




#stacks_in_1011 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1030shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_992 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  10px;
}
#stacks_in_965>.s3_row {
	margin: 0 -10px;
}

#stacks_in_965>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_965>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_965 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1013shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */#stacks_in_979>.s3_row {
	margin: 0 -10px;
}

#stacks_in_979>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_979>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_979 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1014shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */#stacks_in_972>.s3_row {
	margin: 0 -10px;
}

#stacks_in_972>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_972>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_972 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1015shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */#stacks_in_1016>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1016>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_1016>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_1016 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1021shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */#stacks_in_1048>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1048>.s3_row>.s3_column_left {
	width: 20.31%;
}

#stacks_in_1048>.s3_row>.s3_column_right {
	width: 79.690002%;
}




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










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


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


}



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


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


}






#stacks_in_1048 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1055shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_1046 {
	margin:  10px;
	padding:  10px;
}
#stacks_in_958>.s3_row {
	margin: 0 -10px;
}

#stacks_in_958>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_958>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_958 {
	background-color: rgba(230, 230, 230, 0.50);
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_961shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_721shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code *//* fix all the stupid foundation shit... */
#stacks_in_1273 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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


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

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

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


#stacks_in_1273 a.category-filter {
	background: rgba(255, 255, 255, 1.00);
	color: rgba(119, 119, 119, 1.00);
	border: 1px solid rgba(230, 230, 230, 1.00);
	width:100%;
	font-family: 'Open Sans';
	font-size: 15px;
	text-decoration: none;
	border-radius:3px 3px 3px 3px;
	padding:8px 10px 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:4px 0;
}


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


#stacks_in_1273 a.category-filter:hover,
#stacks_in_1273 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_1273 a.category-filter:active {
	background: rgba(230, 230, 230, 1.00);
	color: rgba(17, 17, 17, 1.00);
	border-color: rgba(204, 204, 204, 1.00);
}

#stacks_in_1273 a.category-filter.active,
#stacks_in_1273 a.category-filter.active:hover {
	background: rgba(239, 239, 239, 1.00);
	color: rgba(80, 92, 254, 1.00);
	border-color: rgba(230, 230, 230, 0.50);
}



/* Filter v.1.1.5 CSS */
@charset "UTF-8";

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

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


/* grid/pack styling */

#stacks_in_1268-filter{
	position: relative;
}

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


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

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





#stacks_in_1268 ul.filter-items
{
	visibility: hidden;
	opacity:0;
	transition: visibility 0s 500ms, opacity 500ms linear;
}

#stacks_in_1268 ul.filter-items.visible
{
	visibility: visible;
	opacity:1;
}


.filter-content > div {
	line-height: normal;
}
	    
ul.filter-items.grid > li,
ul.filter-items.pack > li {
	width:33%;
    display: block;
    text-align: center;
    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: center;
    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: center;
    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 v3.2.10 | fancyapps.com/fancybox/#license */
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}



/* Image Lightbox Hover Effect */

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

#stacks_in_1268 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_1268 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_1268  a:hover.filter-zoom{
	background-color:transparent !important;
}

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

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


#stacks_in_1001 .h-pro{padding:10px}#stacks_in_1001 .h-pro{border-radius: 0px }#stacks_in_1001 .h-pro{border-width: 0px ;border-color:rgba(230, 230, 230, 1.00) rgba(51, 51, 51, 0.00) rgba(230, 230, 230, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_1001 .h-pro{display:inline-block;background:rgba(253, 159, 9, 0.21)}


#stacks_in_1001 {
	padding:  20px;
}

#stacks_in_669 {
	padding: 0px 0px 0px 20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_719shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */#stacks_in_723>.s3_row {
	margin: 0 -10px;
}

#stacks_in_723>.s3_row>.s3_column_left {
	width: 20.31%;
}

#stacks_in_723>.s3_row>.s3_column_right {
	width: 79.690002%;
}




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










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


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


}



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


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


}






#stacks_in_723 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_722shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1057shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1058>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





/* Start Video Plus stack CSS code */.stacks_in_1248overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_1248leftCol{	position: absolute;	width: 70%;	height: 100%;	top:0;	left: 0;	right: 30%;	overflow: scroll;	margin-left: -70%;	transition: all 0.6s ease;}.stacks_in_1248leftcolTable{	position: relative;	display: table;	width: 100%;	height: 100%;}.stacks_in_1248leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_1248leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_1248rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;}.stacks_in_1248rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_1248theX{	display: none;	position: absolute;	width: 33px;	height: 33px;	top: 20px;	right: 20px;}@media all and (max-width: 768px) {	.stacks_in_1248overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_1248leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_1248leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_1248leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_1248leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_1248rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_1248rightcolContent{		margin: auto;	}}			.stacks_in_1248posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_1248posterWrapper img:hover{	cursor: pointer;}.stacks_in_1248rightcolContentInner img{	max-width: 100%;	height: auto;}.stacks_in_1248videoButton{	position: absolute;	top: 50%;	left: 50%;	width: 70px;	height: auto;	transform: translate(-50%,-50%);}/* End Video Plus stack CSS code */
#stacks_in_1248 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1256shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_1233 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1233 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1233 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1233 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1233 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1233 .vzoom-img-in img{border-radius:6px;}

#stacks_in_741>.s3_row {
	margin: 0 -10px;
}

#stacks_in_741>.s3_row>.s3_column_left {
	width: 20.09%;
}

#stacks_in_741>.s3_row>.s3_column_right {
	width: 79.910004%;
}




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










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


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


}



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


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


}






#stacks_in_741 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_744shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1077shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1066>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#stacks_in_1076 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1076 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1076 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1076 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1076 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1076 .vzoom-img-in img{border-radius:6px;}

#stacks_in_798>.s3_row {
	margin: 0 -10px;
}

#stacks_in_798>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_798>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_798 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1089shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1084shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1090>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#stacks_in_1092 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1092 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1092 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1092 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1092 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1092 .vzoom-img-in img{border-radius:6px;}

#stacks_in_802>.s3_row {
	margin: 0 -10px;
}

#stacks_in_802>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_802>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_802 {
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_805shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1094shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1095>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}





#stacks_in_1097 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1097 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1097 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1097 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1097 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1097 .vzoom-img-in img{border-radius:6px;}


#stacks_in_1127 {
	margin:  9px;
	padding:  9px;
}
#stacks_in_806>.s3_row {
	margin: 0 -10px;
}

#stacks_in_806>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_806>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_806 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_809shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_810>.s3_row {
	margin: 0 -10px;
}

#stacks_in_810>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_810>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_810 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_813shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1135shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1131{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1131 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1131 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1131 .c+.c .count{margin-left: 4px;}
#stacks_in_1131.s3 .c.s2_3 .count,#stacks_in_1131.s4 .c.s2_4 .count,#stacks_in_1131.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1131.s2 .c.s1_2 .c-pad,#stacks_in_1131.s3 .c.s1_3 .c-pad,#stacks_in_1131.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1131.s3 .c.s2_3 .c-pad,#stacks_in_1131.s4 .c.s2_4 .c-pad,#stacks_in_1131.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1131.s2 .c.s2_2 .c-pad,#stacks_in_1131.s3 .c.s3_3 .c-pad,#stacks_in_1131.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1131 .c+.c .count,
	#stacks_in_1131.s3 .c.s2_3 .count,
	#stacks_in_1131.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1131 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1131 .c:first-child,#stacks_in_1131.s4 .c.s1_4,#stacks_in_1131.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1131 .c:last-child,#stacks_in_1131.s4 .c.s3_4,#stacks_in_1131.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1131.s2 .c-pad,#stacks_in_1131.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1131.s4 .c.s2_4 .count,
	#stacks_in_1131.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1131.s4 .c {width: 49.2%;}
	#stacks_in_1131.s4 .c.s1_4 .c-pad,#stacks_in_1131.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1131.s4 .c.s2_4 .c-pad,#stacks_in_1131.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1131 .count{ margin-left: 0 !important;}
	#stacks_in_1131 .c .c-pad{padding: 0 !important;}
	#stacks_in_1131.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1134 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1134 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1134 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1134 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1134 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1134 .vzoom-img-in img{border-radius:6px;}

#stacks_in_814>.s3_row {
	margin: 0 -10px;
}

#stacks_in_814>.s3_row>.s3_column_left {
	width: 20.11%;
}

#stacks_in_814>.s3_row>.s3_column_right {
	width: 79.889999%;
}




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










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


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


}



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


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


}






#stacks_in_814 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_817shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1141shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1142{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1142 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1142 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1142 .c+.c .count{margin-left: 4px;}
#stacks_in_1142.s3 .c.s2_3 .count,#stacks_in_1142.s4 .c.s2_4 .count,#stacks_in_1142.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1142.s2 .c.s1_2 .c-pad,#stacks_in_1142.s3 .c.s1_3 .c-pad,#stacks_in_1142.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1142.s3 .c.s2_3 .c-pad,#stacks_in_1142.s4 .c.s2_4 .c-pad,#stacks_in_1142.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1142.s2 .c.s2_2 .c-pad,#stacks_in_1142.s3 .c.s3_3 .c-pad,#stacks_in_1142.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1142 .c+.c .count,
	#stacks_in_1142.s3 .c.s2_3 .count,
	#stacks_in_1142.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1142 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1142 .c:first-child,#stacks_in_1142.s4 .c.s1_4,#stacks_in_1142.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1142 .c:last-child,#stacks_in_1142.s4 .c.s3_4,#stacks_in_1142.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1142.s2 .c-pad,#stacks_in_1142.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1142.s4 .c.s2_4 .count,
	#stacks_in_1142.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1142.s4 .c {width: 49.2%;}
	#stacks_in_1142.s4 .c.s1_4 .c-pad,#stacks_in_1142.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1142.s4 .c.s2_4 .c-pad,#stacks_in_1142.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1142 .count{ margin-left: 0 !important;}
	#stacks_in_1142 .c .c-pad{padding: 0 !important;}
	#stacks_in_1142.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1145 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1145 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1145 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1145 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1145 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1145 .vzoom-img-in img{border-radius:6px;}

#stacks_in_658>.s3_row {
	margin: 0 -10px;
}

#stacks_in_658>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_658>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_658 {
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_821shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_950>.s3_row {
	margin: 0 -10px;
}

#stacks_in_950>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_950>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_950 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}

#stacks_in_996 .h-pro{padding:10px}#stacks_in_996 .h-pro{border-radius: 0px }#stacks_in_996 .h-pro{border-width: 0px ;border-color:rgba(230, 230, 230, 1.00) rgba(51, 51, 51, 0.00) rgba(230, 230, 230, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}#stacks_in_996 .h-pro{display:inline-block;background:rgba(253, 159, 9, 0.21)}


#stacks_in_996 {
	padding:  20px;
}

#stacks_in_829 {
	padding: 0px 0px 0px 20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_834shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_831>.s3_row {
	margin: 0 -10px;
}

#stacks_in_831>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_831>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_831 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_841shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1157shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1153{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1153 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1153 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1153 .c+.c .count{margin-left: 4px;}
#stacks_in_1153.s3 .c.s2_3 .count,#stacks_in_1153.s4 .c.s2_4 .count,#stacks_in_1153.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1153.s2 .c.s1_2 .c-pad,#stacks_in_1153.s3 .c.s1_3 .c-pad,#stacks_in_1153.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1153.s3 .c.s2_3 .c-pad,#stacks_in_1153.s4 .c.s2_4 .c-pad,#stacks_in_1153.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1153.s2 .c.s2_2 .c-pad,#stacks_in_1153.s3 .c.s3_3 .c-pad,#stacks_in_1153.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1153 .c+.c .count,
	#stacks_in_1153.s3 .c.s2_3 .count,
	#stacks_in_1153.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1153 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1153 .c:first-child,#stacks_in_1153.s4 .c.s1_4,#stacks_in_1153.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1153 .c:last-child,#stacks_in_1153.s4 .c.s3_4,#stacks_in_1153.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1153.s2 .c-pad,#stacks_in_1153.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1153.s4 .c.s2_4 .count,
	#stacks_in_1153.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1153.s4 .c {width: 49.2%;}
	#stacks_in_1153.s4 .c.s1_4 .c-pad,#stacks_in_1153.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1153.s4 .c.s2_4 .c-pad,#stacks_in_1153.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1153 .count{ margin-left: 0 !important;}
	#stacks_in_1153 .c .c-pad{padding: 0 !important;}
	#stacks_in_1153.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1156 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1156 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1156 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1156 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1156 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1156 .vzoom-img-in img{border-radius:6px;}

#stacks_in_845>.s3_row {
	margin: 0 -10px;
}

#stacks_in_845>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_845>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_845 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_843shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1168shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1165{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1165 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1165 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1165 .c+.c .count{margin-left: 4px;}
#stacks_in_1165.s3 .c.s2_3 .count,#stacks_in_1165.s4 .c.s2_4 .count,#stacks_in_1165.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1165.s2 .c.s1_2 .c-pad,#stacks_in_1165.s3 .c.s1_3 .c-pad,#stacks_in_1165.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1165.s3 .c.s2_3 .c-pad,#stacks_in_1165.s4 .c.s2_4 .c-pad,#stacks_in_1165.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1165.s2 .c.s2_2 .c-pad,#stacks_in_1165.s3 .c.s3_3 .c-pad,#stacks_in_1165.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1165 .c+.c .count,
	#stacks_in_1165.s3 .c.s2_3 .count,
	#stacks_in_1165.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1165 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1165 .c:first-child,#stacks_in_1165.s4 .c.s1_4,#stacks_in_1165.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1165 .c:last-child,#stacks_in_1165.s4 .c.s3_4,#stacks_in_1165.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1165.s2 .c-pad,#stacks_in_1165.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1165.s4 .c.s2_4 .count,
	#stacks_in_1165.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1165.s4 .c {width: 49.2%;}
	#stacks_in_1165.s4 .c.s1_4 .c-pad,#stacks_in_1165.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1165.s4 .c.s2_4 .c-pad,#stacks_in_1165.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1165 .count{ margin-left: 0 !important;}
	#stacks_in_1165 .c .c-pad{padding: 0 !important;}
	#stacks_in_1165.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1169 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1169 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1169 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1169 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1169 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1169 .vzoom-img-in img{border-radius:6px;}

#stacks_in_856>.s3_row {
	margin: 0 -10px;
}

#stacks_in_856>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_856>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_856 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_855shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1184shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1176{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1176 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1176 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1176 .c+.c .count{margin-left: 4px;}
#stacks_in_1176.s3 .c.s2_3 .count,#stacks_in_1176.s4 .c.s2_4 .count,#stacks_in_1176.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1176.s2 .c.s1_2 .c-pad,#stacks_in_1176.s3 .c.s1_3 .c-pad,#stacks_in_1176.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1176.s3 .c.s2_3 .c-pad,#stacks_in_1176.s4 .c.s2_4 .c-pad,#stacks_in_1176.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1176.s2 .c.s2_2 .c-pad,#stacks_in_1176.s3 .c.s3_3 .c-pad,#stacks_in_1176.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1176 .c+.c .count,
	#stacks_in_1176.s3 .c.s2_3 .count,
	#stacks_in_1176.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1176 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1176 .c:first-child,#stacks_in_1176.s4 .c.s1_4,#stacks_in_1176.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1176 .c:last-child,#stacks_in_1176.s4 .c.s3_4,#stacks_in_1176.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1176.s2 .c-pad,#stacks_in_1176.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1176.s4 .c.s2_4 .count,
	#stacks_in_1176.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1176.s4 .c {width: 49.2%;}
	#stacks_in_1176.s4 .c.s1_4 .c-pad,#stacks_in_1176.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1176.s4 .c.s2_4 .c-pad,#stacks_in_1176.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1176 .count{ margin-left: 0 !important;}
	#stacks_in_1176 .c .c-pad{padding: 0 !important;}
	#stacks_in_1176.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/* Start Video Plus stack CSS code */.stacks_in_1234overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_1234leftCol{	position: absolute;	width: 70%;	height: 100%;	top:0;	left: 0;	right: 30%;	overflow: scroll;	margin-left: -70%;	transition: all 0.6s ease;}.stacks_in_1234leftcolTable{	position: relative;	display: table;	width: 100%;	height: 100%;}.stacks_in_1234leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_1234leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_1234rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;}.stacks_in_1234rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_1234theX{	display: none;	position: absolute;	width: 33px;	height: 33px;	top: 20px;	right: 20px;}@media all and (max-width: 768px) {	.stacks_in_1234overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_1234leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_1234leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_1234leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_1234leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_1234rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_1234rightcolContent{		margin: auto;	}}			.stacks_in_1234posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_1234posterWrapper img:hover{	cursor: pointer;}.stacks_in_1234rightcolContentInner img{	max-width: 100%;	height: auto;}.stacks_in_1234videoButton{	position: absolute;	top: 50%;	left: 50%;	width: 70px;	height: auto;	transform: translate(-50%,-50%);}/* End Video Plus stack CSS code */
#stacks_in_1234 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_in_1175 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1175 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1175 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1175 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1175 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1175 .vzoom-img-in img{border-radius:6px;}

#stacks_in_867>.s3_row {
	margin: 0 -10px;
}

#stacks_in_867>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_867>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_867 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1188shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1189shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1185{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1185 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1185 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1185 .c+.c .count{margin-left: 4px;}
#stacks_in_1185.s3 .c.s2_3 .count,#stacks_in_1185.s4 .c.s2_4 .count,#stacks_in_1185.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1185.s2 .c.s1_2 .c-pad,#stacks_in_1185.s3 .c.s1_3 .c-pad,#stacks_in_1185.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1185.s3 .c.s2_3 .c-pad,#stacks_in_1185.s4 .c.s2_4 .c-pad,#stacks_in_1185.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1185.s2 .c.s2_2 .c-pad,#stacks_in_1185.s3 .c.s3_3 .c-pad,#stacks_in_1185.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1185 .c+.c .count,
	#stacks_in_1185.s3 .c.s2_3 .count,
	#stacks_in_1185.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1185 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1185 .c:first-child,#stacks_in_1185.s4 .c.s1_4,#stacks_in_1185.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1185 .c:last-child,#stacks_in_1185.s4 .c.s3_4,#stacks_in_1185.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1185.s2 .c-pad,#stacks_in_1185.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1185.s4 .c.s2_4 .count,
	#stacks_in_1185.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1185.s4 .c {width: 49.2%;}
	#stacks_in_1185.s4 .c.s1_4 .c-pad,#stacks_in_1185.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1185.s4 .c.s2_4 .c-pad,#stacks_in_1185.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1185 .count{ margin-left: 0 !important;}
	#stacks_in_1185 .c .c-pad{padding: 0 !important;}
	#stacks_in_1185.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1190 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1190 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1190 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1190 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1190 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1190 .vzoom-img-in img{border-radius:6px;}

#stacks_in_877>.s3_row {
	margin: 0 -10px;
}

#stacks_in_877>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_877>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_877 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_900shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1200shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1197{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1197 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1197 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1197 .c+.c .count{margin-left: 4px;}
#stacks_in_1197.s3 .c.s2_3 .count,#stacks_in_1197.s4 .c.s2_4 .count,#stacks_in_1197.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1197.s2 .c.s1_2 .c-pad,#stacks_in_1197.s3 .c.s1_3 .c-pad,#stacks_in_1197.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1197.s3 .c.s2_3 .c-pad,#stacks_in_1197.s4 .c.s2_4 .c-pad,#stacks_in_1197.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1197.s2 .c.s2_2 .c-pad,#stacks_in_1197.s3 .c.s3_3 .c-pad,#stacks_in_1197.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1197 .c+.c .count,
	#stacks_in_1197.s3 .c.s2_3 .count,
	#stacks_in_1197.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1197 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1197 .c:first-child,#stacks_in_1197.s4 .c.s1_4,#stacks_in_1197.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1197 .c:last-child,#stacks_in_1197.s4 .c.s3_4,#stacks_in_1197.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1197.s2 .c-pad,#stacks_in_1197.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1197.s4 .c.s2_4 .count,
	#stacks_in_1197.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1197.s4 .c {width: 49.2%;}
	#stacks_in_1197.s4 .c.s1_4 .c-pad,#stacks_in_1197.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1197.s4 .c.s2_4 .c-pad,#stacks_in_1197.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1197 .count{ margin-left: 0 !important;}
	#stacks_in_1197 .c .c-pad{padding: 0 !important;}
	#stacks_in_1197.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1196 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1196 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1196 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1196 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1196 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1196 .vzoom-img-in img{border-radius:6px;}

#stacks_in_880>.s3_row {
	margin: 0 -10px;
}

#stacks_in_880>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_880>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_880 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_901shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_883>.s3_row {
	margin: 0 -10px;
}

#stacks_in_883>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_883>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_883 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_902shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1211shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1208{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1208 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1208 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1208 .c+.c .count{margin-left: 4px;}
#stacks_in_1208.s3 .c.s2_3 .count,#stacks_in_1208.s4 .c.s2_4 .count,#stacks_in_1208.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1208.s2 .c.s1_2 .c-pad,#stacks_in_1208.s3 .c.s1_3 .c-pad,#stacks_in_1208.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1208.s3 .c.s2_3 .c-pad,#stacks_in_1208.s4 .c.s2_4 .c-pad,#stacks_in_1208.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1208.s2 .c.s2_2 .c-pad,#stacks_in_1208.s3 .c.s3_3 .c-pad,#stacks_in_1208.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1208 .c+.c .count,
	#stacks_in_1208.s3 .c.s2_3 .count,
	#stacks_in_1208.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1208 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1208 .c:first-child,#stacks_in_1208.s4 .c.s1_4,#stacks_in_1208.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1208 .c:last-child,#stacks_in_1208.s4 .c.s3_4,#stacks_in_1208.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1208.s2 .c-pad,#stacks_in_1208.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1208.s4 .c.s2_4 .count,
	#stacks_in_1208.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1208.s4 .c {width: 49.2%;}
	#stacks_in_1208.s4 .c.s1_4 .c-pad,#stacks_in_1208.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1208.s4 .c.s2_4 .c-pad,#stacks_in_1208.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1208 .count{ margin-left: 0 !important;}
	#stacks_in_1208 .c .c-pad{padding: 0 !important;}
	#stacks_in_1208.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1212 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1212 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1212 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1212 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1212 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1212 .vzoom-img-in img{border-radius:6px;}

#stacks_in_923>.s3_row {
	margin: 0 -10px;
}

#stacks_in_923>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_923>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_923 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_930shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_1217shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_1214{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_1214 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_1214 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_1214 .c+.c .count{margin-left: 4px;}
#stacks_in_1214.s3 .c.s2_3 .count,#stacks_in_1214.s4 .c.s2_4 .count,#stacks_in_1214.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_1214.s2 .c.s1_2 .c-pad,#stacks_in_1214.s3 .c.s1_3 .c-pad,#stacks_in_1214.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_1214.s3 .c.s2_3 .c-pad,#stacks_in_1214.s4 .c.s2_4 .c-pad,#stacks_in_1214.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_1214.s2 .c.s2_2 .c-pad,#stacks_in_1214.s3 .c.s3_3 .c-pad,#stacks_in_1214.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_1214 .c+.c .count,
	#stacks_in_1214.s3 .c.s2_3 .count,
	#stacks_in_1214.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_1214 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_1214 .c:first-child,#stacks_in_1214.s4 .c.s1_4,#stacks_in_1214.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_1214 .c:last-child,#stacks_in_1214.s4 .c.s3_4,#stacks_in_1214.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_1214.s2 .c-pad,#stacks_in_1214.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_1214.s4 .c.s2_4 .count,
	#stacks_in_1214.s4 .c.s4_4 .count{ margin-left: 4px;}
	#stacks_in_1214.s4 .c {width: 49.2%;}
	#stacks_in_1214.s4 .c.s1_4 .c-pad,#stacks_in_1214.s4 .c.s3_4 .c-pad{ padding: 0 4px 0 0;}
	#stacks_in_1214.s4 .c.s2_4 .c-pad,#stacks_in_1214.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_1214 .count{ margin-left: 0 !important;}
	#stacks_in_1214 .c .c-pad{padding: 0 !important;}
	#stacks_in_1214.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_1213 .velvet-icon{
  font-size: 5vw;
  color: rgba(230, 73, 30, 1.00);
  top: 50%; left: 50%; transform: translate(-50%, -50%);;
  padding:15px;
  text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}
#stacks_in_1213 .velvet-icon:hover{
	text-shadow: rgba(0, 0, 0, 0.00) 0 0 10px,rgba(0, 0, 0, 0.00) 0 0 30px,rgba(0, 0, 0, 0.00) 0 0 50px;
}


#stacks_in_1213 .vzoom-img-in:hover .velvet-icon{color: rgba(255, 255, 255, 1.00);}
#stacks_in_1213 .vzoom-img-in:before{background: rgba(0, 0, 0, 0.05);border-radius:6px;}
#stacks_in_1213 .vzoom-img-in:hover:before{background: rgba(0, 0, 0, 0.10);}
#stacks_in_1213 .vzoom-img-in img{border-radius:6px;}

#stacks_in_936>.s3_row {
	margin: 0 -10px;
}

#stacks_in_936>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_936>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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


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


}



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


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


}






#stacks_in_936 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_943shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_823shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */@font-face{font-family:'icomoon';src:url('../../rw_common/plugins/stacks/scrollpage_icons/icomoon.eot?8zq521');src:url('../../rw_common/plugins/stacks/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),url('../../rw_common/plugins/stacks/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),url('../../rw_common/plugins/stacks/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),url('../../rw_common/plugins/stacks/scrollpage_icons/icomoon.woff?8zq521') format('woff'),url('../../rw_common/plugins/stacks/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');font-weight:normal;font-style:normal}[class^="sp-icon-"],[class*=" sp-icon-"]{color:#505CFE;font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sp-icon-chevron-rounded:before{content:"\e600"}.sp-icon-chevron-rounded-thick:before{content:"\e601"}.sp-icon-chevron-thin:before{content:"\e602"}.sp-icon-chevron-thick:before{content:"\e603"}.sp-icon-arrow:before{content:"\e604"}.sp-icon-arrow-thin:before{content:"\e605"}.sp-icon-arrow-thick:before{content:"\e606"}.sp-icon-round-1:before{content:"\e607"}.sp-icon-round-2:before{content:"\e608"}.sp-icon-round-3:before{content:"\e609"}.sp-icon-round-4:before{content:"\e60a"}#ncd-sp-arrow{display:inline-block;line-height:0;z-index:1000000;padding: 5px;background:#FFFFFF;border-radius: 100px;border-width: 0;border-style:solid;box-shadow: rgba(0,0,0,0.2) 0 1px 3px;opacity:0;border-color:#505CFE}#ncd-sp-arrow i{font-size: 44px;}#ncd-sp-arrow.show i{cursor:pointer}#ncd-sp-arrow{position:fixed;opacity:0;margin: 30px;-webkit-transition:opacity 150ms,-webkit-transform 150ms;transition:opacity 150ms,transform 150ms;-webkit-transform:rotateY(-55deg);-ms-transform:rotateY(-55deg);transform:rotateY(-55deg)}#ncd-sp-arrow.show.down-amount,#ncd-sp-arrow.show.down-container{-webkit-transition:opacity 750ms 0,-webkit-transform 750ms 0;transition:opacity 750ms 0,transform 750ms 0;}#ncd-sp-arrow .rotateThis{-webkit-transition:-webkit-transform 700ms;transition:transform 700ms}#ncd-sp-arrow.show.down-amount .rotateThis,#ncd-sp-arrow.show.down-container .rotateThis{position:relative;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#ncd-sp-arrow.down-amount .rotateThis,#ncd-sp-arrow.down-container .rotateThis{position:relative;-webkit-transform:rotate(0);transform:rotate(0)}#ncd-sp-arrow.show{opacity:1;-webkit-transform:rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);transform:rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1)}#ncd-sp-arrow.tl{top:0;left:0}#ncd-sp-arrow.tc{top:0;left:50%}#ncd-sp-arrow.tr{top:0;right:0}#ncd-sp-arrow.bl{bottom:0;left:0}#ncd-sp-arrow.bc{bottom:0;left:50%}#ncd-sp-arrow.br{bottom:0;right:0}@media screen and (max-width:400px){#ncd-sp-arrow{display:none}}
