/* PHANTOM
 * -------------------------- */

.fontDetect {
  display: none;
}
.loadFaWarning {
  display: block;
  font-family: sans-serif;
  text-align: center;
  color: #fff;
  background: red;
  border-radius: 4px;
  width: 500px;
  margin: 10px auto;
  padding: 10px 20px;
}
.loadFaWarning h3 {
  margin: 10px 0px 10px 0px;
  color: #fff;
}


.phantomElement {
  display: block !important;
  margin: 0 !important;
  max-width: 100%;
}
.phantomElement.shuffle-item {
  margin-left: 0 !important;
  /* shuffle items shouldn't have a left margin*/
}
/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */
.ourHolder-stacks_in_4115 {
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
}

.shuffle__sizer-stacks_in_4115 {
  display: block;
   	min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: absolute;
  opacity: 0;
  visibility: hidden;
  float: left;
  width: 33.3333333333%;;
}

@media (max-width: 47.9375em) {
  .phantomElement {
    height: auto;
    margin-top: 20px;
  }
  .m-nofloat {
    float: none;
  }
}
#nav-stacks_in_4115 {
  bottom: -10px !important;
  margin: 0 !important;
  padding: 0 27.5px !important;
}
#stacks_in_4115 {
  position: relative;
  height: auto;
  /*z-index: 1000;*/
  min-height: 300px;
}

#stacks_in_4115 .logoWrap {
  width: 980px;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
}
#stacks_in_4115 .logoWrap .logoImage {
  background-image: url();
  margin: 15px;
  width: 185px;
  height: 85px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
}


.ourHolder-stacks_in_4115 {
  margin: 0 !important;
  padding: 0;
  /*position: relative;*/
  /*z-index: 2000;*/
  display: block;
}
.ourHolder-stacks_in_4115 li {
  margin: 0;
  padding: 0;
}
.inner-wrap {
  padding-left: 0;
  padding-right: 0;
}
/* ------------------Buttons ------------------------*/
#phantomKnob-stacks_in_4115 .buttonsNone-stacks_in_4115 {
  display: none;
}
#phantomButtons-stacks_in_4115 .knobNone-stacks_in_4115 {
  display: none !important;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115  {
  list-style: none;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
    text-align: left;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115 li {
  cursor: pointer;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115 li {
  font-size: 15px;
  line-height: 26px;
  margin-left: 10px;
  margin-right: 0;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115  li:first-child {
  margin-left: 0px;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.hover-visible  li {

}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.hover-hidden li i span {
  /*width: 0;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;*/
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.hover-hidden li:hover i span {
  /*width: 50px;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;*/
}
#phantomButtons-stacks_in_4115 .whiteIcon li {
  color: rgba(255,255,255,1.0);
}
#phantomButtons-stacks_in_4115 .blackIcon li {
  color: rgba(0,0,0,1.0);
}
/* ------------------ BUTTONS ------------------------*/
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115 li {
  padding: 10px 14px ;
  transition: background 300ms;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.buttons {
  display: inline-block;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.buttons li {
  float: left;
  margin-bottom: 10px;
  background: #2083DE;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.3) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%,rgba(0,0,0,0.3)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.3) 100%);
  box-shadow: 0px 1px 3px rgba(0,0,0, .4), inset 0 1px 0px rgba(255,255,255,0.2), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0, .4, inset 0 1px 0px rgba(255,255,255,0.2), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3));
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0, .4, inset 0 1px 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3));
  border: 1px solid rgba(0,0,0,0.2);
  text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 0px;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.buttons li.active, #phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.buttons li:active {
  background-color: #C8CFD2;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.0) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
  box-shadow: 0px 1px 0px rgba(255,255,255, .15), inset 1px 1px 0px rgba(0,0,0,0.2), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.0);
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .15, inset 1px 1px 0px rgba(0,0,0,0.2), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.0));
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255, .15, inset 1px 1px 0px rgba(0,0,0,0.2), inset 0 -1px 0px rgba(0,0,0,0.0));
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.buttons li:hover {
  background-color: #000000;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.buttons li:active {
  background-image: -moz-linear-gradient(top, rgba(0,0,0,.2) 0%, rgba(0,0,0,0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.2)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
}
/* ------------------ ROUND BUTTONS ------------------------*/
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.round li {
  background: #2083DE;
  min-width: 22px;
  min-height: 26px;
  /*height: 24px;
  width: 24px;*/
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.round li.active {
  background-color: #C8CFD2;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.round li:hover {
  background-color: #000000;
}
/* ------------------ FLAT BUTTONS ------------------------*/
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.flat li {
  background: #2083DE;
  min-width: 26px;
  min-height: 26px;
  border-radius: 5px;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.flat li.active {
  background: #C8CFD2;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.flat li:hover {
  background-color: #000000;
}
/* ------------------ FASHION BUTTONS ------------------------*/
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.fashion li {
  background: #2083DE;
  min-width: 26px;
  min-height: 26px;
  margin-right: 10px;
    margin-bottom:5px;
    border: 3px #000000 double;
    overflow: hidden;
    text-align:center;
    display:inline-block;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.fashion li.active {
  background: #C8CFD2;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.fashion li:hover {
  background-color: #000000;
}
#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.fashion li i{
  position:relative;
  left:0;
}

#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.fashion li span {
  position:relative;
  margin-left:10px;
}

#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.fashion li:hover span{
  -webkit-animation-name: glide; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;/* Chrome, Safari, Opera */
    animation-name: glide;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#phantomButtons-stacks_in_4115 .navphantomButtons-stacks_in_4115.fashion li:hover i{
  -webkit-animation-name: center; /* Chrome, Safari, Opera */
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
    animation-name: center;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

}

/* Chrome, Safari, Opera */
@-webkit-keyframes glide {
    0%   {top: 0px}
    25%  {top: 40px}
    50%  {}
    100% {top: 40px}
}

/* Standard syntax */
@keyframes glide {
    0%   {top: 0px}
    25%  {top: 40px}
    50%  {}
    100% {top: 40px}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes center {
    0%   {}
    25%  {left: 0;}
    50%  {left:35%;} /*add adjust for large*/
    100% {left:35%;}
}

/* Standard syntax */
@keyframes center {
    0%   {}
    25%  {left: 0;}
    50%  {left:35%;}
    100% {left:35%;}
}

/* ------------------ICONIC ------------------------*/
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.iconic li.active {
background-color: #C8CFD2;

}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.iconic li:hover {
  background-color: #000000;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.iconic li {
  width: 20px;
  background: #2083DE;
  padding:10px 13px;
  margin-right: 10px;
  border-radius:50%;
  overflow:hidden;
  display:inline-block;
  text-align: center;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.iconic li span{
  display:none;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.iconic li i{
  position:relative;
  color:white;
}

#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.iconic li:hover i{
  -webkit-animation-name: sliding; /* Chrome, Safari, Opera */
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
    animation-name: sliding;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

}
@-webkit-keyframes sliding{
    0%   {left:0}
    25%  {left: 150%;-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);}
    25.1%  {left:-150%;} /*add adjust for large*/
    100% {left: 0;}
}

/* Standard syntax */
@keyframes sliding {
    0%   {left:0}
    25%  {left: 150%;-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);}
    25.1%  {left:-150%;}
    100% {left: 0;}
}


@-webkit-keyframes sliding{
    0%   {left:0}
    25%  {left: 150%;-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);}
    25.1%  {left:-150%;} /*add adjust for large*/
    100% {left: 0;}
}

/* Standard syntax */
@keyframes sliding {
    0%   {left:0}
    25%  {left: 150%;-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);}
    25.1%  {left:-150%;}
    100% {left: 0;}
}

/* ------------------TYPO ------------------------*/

#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.typo li.active {
  color:#C8CFD2;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.typo li:hover {
  background-color: #000000;
}
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.typo li {
  color:#000000;
  font-style: bold;
    display:inline-block;
}

#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.typo li  span{
  position:relative;
  text-transform: uppercase;
/*  font-size:1.7em;*/
    bottom:0;
}

#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.typo li i {
  position:relative;
/*  font-size:2.5em;*/
  width:100%;
  bottom:0;
}

#phantomButtons-stacks_in_4115 .container-stacks_in_4115 .navphantomButtons-stacks_in_4115.typo li:hover i {
  -webkit-animation-name: OP; /* Chrome, Safari, Opera */
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* Chrome, Safari, Opera */
    animation-name: OP;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}



/* Chrome, Safari, Opera */
@-webkit-keyframes OP {
    0%   {}
    25%  {opacity:0;bottom:30px;}
    50%  {} /*add adjust for large*/
    100% {opacity:1; color: #000000;}
}

/* Standard syntax */
@keyframes OP {
    0%   {}
    25%  {opacity:0;bottom:30px;}
    50%  {} /*add adjust for large*/
    100% {opacity:1; color:#000000;}
}

@-webkit-keyframes BOP {
    0%   {}
    25%  {opacity:0;}
    50%  {} /*add adjust for large*/
    100% {opacity:1; color:#000000;}
}

/* Standard syntax */
@keyframes BOP {
    0%   {}
    25%  {opacity:0;}
    50%  {} /*add adjust for large*/
    100% {opacity:1; color: #000000;}
}


/* ------------------KNOB ------------------------*/
#phantomKnob-stacks_in_4115 {
  /*display: inline-block;
  background: blue; */
  height: 195px;
  margin-bottom: 100px;
}
#phantomKnob-stacks_in_4115 .over {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 200px;
  bottom: auto;
  z-index: 301;
}
/* ------------------ METALIC TOP ------------------------*/
#phantomKnob-stacks_in_4115 .over.metalTop {
  background: url(phantom-images/knob-top.png) center -200px no-repeat;
}
/* ------------------ WHITE TOP ------------------------*/
#phantomKnob-stacks_in_4115 .over.whiteTop {
  background: url(phantom-images/white-top.png) center -200px no-repeat;
}
/* ------------------ BLACK TOP ------------------------*/
#phantomKnob-stacks_in_4115 .over.blackTop {
  background: url(phantom-images/black-top.png) center -200px no-repeat;
}
/* ------------------ FLAT WHITE TOP ------------------------*/
#phantomKnob-stacks_in_4115 .over.whiteTopFlat {
  background: url(phantom-images/white-top-flat.png) center -200px no-repeat;
}
/* ------------------ FLAT BLACK TOP ------------------------*/
#phantomKnob-stacks_in_4115 .over.blackTopFlat {
  background: url(phantom-images/black-top-flat.png) center -200px no-repeat;
}
/* ------------------ WOOD TOP ------------------------*/
#phantomKnob-stacks_in_4115 .over.woodTop {
  background: url(phantom-images/wood-top.png) center -200px no-repeat;
}
/* ------------------ NO TOP ------------------------*/
#phantomKnob-stacks_in_4115 .over.noTop {

}
#phantomKnob-stacks_in_4115 .over.metalTop:before,
#phantomKnob-stacks_in_4115 .over.whiteTop:before,
#phantomKnob-stacks_in_4115 .over.blackTop:before,
#phantomKnob-stacks_in_4115 .over.woodTop:before {
  top: 0;
  content: " ";
  position: absolute;
  width: 418px;
  height: 194px;
  box-shadow: -3px 2px 3px rgba(0,0,0,0.3);
  left: 50%;
  margin-left: -509px;
  pointer-events: none;
  z-index: -1;
}
#phantomKnob-stacks_in_4115 .over.metalTop:after,
#phantomKnob-stacks_in_4115 .over.whiteTop:after,
#phantomKnob-stacks_in_4115 .over.blackTop:after,
#phantomKnob-stacks_in_4115 .over.woodTop:after {
  top: 0;
  content: " ";
  position: absolute;
  width: 418px;
  height: 194px;
  box-shadow: 3px 2px 3px rgba(0,0,0,0.3);
  right: 50%;
  margin-right: -509px;
  pointer-events: none;
  z-index: -1;
}


#phantomKnob-stacks_in_4115 .dial-stacks_in_4115 > div {
  pointer-events: none;
}
/* ------------------ METALIC KNOB ------------------------*/
#phantomKnob-stacks_in_4115 .dial-metal {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC9CFD7', endColorstr='#FFB0B7C1');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9cfd7), color-stop(46%, rgba(43, 47, 62, 0.97)), color-stop(48%, rgba(43, 47, 62, 0.97)), color-stop(52%, #2b2f3e), color-stop(55%, #2b2f3e), color-stop(100%, #b0b7c1));
  background-image: -webkit-linear-gradient(top, #c9cfd7 0%, rgba(43, 47, 62, 0.97) 46%, rgba(43, 47, 62, 0.97) 48%, #2b2f3e 52%, #2b2f3e 55%, #b0b7c1 100%);
  background-image: -moz-linear-gradient(top, #c9cfd7 0%, rgba(43, 47, 62, 0.97) 46%, rgba(43, 47, 62, 0.97) 48%, #2b2f3e 52%, #2b2f3e 55%, #b0b7c1 100%);
  background-image: -o-linear-gradient(top, #c9cfd7 0%, rgba(43, 47, 62, 0.97) 46%, rgba(43, 47, 62, 0.97) 48%, #2b2f3e 52%, #2b2f3e 55%, #b0b7c1 100%);
  background-image: linear-gradient(top, #c9cfd7 0%, rgba(43, 47, 62, 0.97) 46%, rgba(43, 47, 62, 0.97) 48%, #2b2f3e 52%, #2b2f3e 55%, #b0b7c1 100%);
  box-shadow: 2px 15px 15px 7px rgba(0, 0, 0, 0.3), -5px 2px 5px rgba(0, 0, 0, 0.2), 1px 10px 15px rgba(0, 0, 0, 0.4), 0px 10px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 15px 15px 7px rgba(0, 0, 0, 0.3), -5px 2px 5px rgba(0, 0, 0, 0.2), 1px 10px 15px rgba(0, 0, 0, 0.4), 0px 10px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 15px 15px 7px rgba(0, 0, 0, 0.3), -5px 2px 5px rgba(0, 0, 0, 0.2), 1px 10px 15px rgba(0, 0, 0, 0.4), 0px 10px 5px rgba(0, 0, 0, 0.6);
}
#phantomKnob-stacks_in_4115 .dial-metal .metalic {
  background: url(phantom-images/knob-dial.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -17px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-stacks_in_4115 .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/knob-dial-arrow.png) 0 0 no-repeat;
}
/* ------------------ WHITE KNOB ------------------------*/
#phantomKnob-stacks_in_4115 .dial-white {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-white .metalic {
  background: url(phantom-images/white-knob.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-white .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/white-knob-arrow.png) 0 0 no-repeat;
}
/* ------------------ WHITE KNOB 2 ------------------------*/
#phantomKnob-stacks_in_4115 .dial-white2 {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-white2 .metalic {
  background: url(phantom-images/white2-knob.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-white2 .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/white2-knob-arrow.png) 0 0 no-repeat;
}
/* ------------------ SUBTLE WHITE KNOB  ------------------------*/
#phantomKnob-stacks_in_4115 .dial-sWhiteD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-sWhiteD .metalic {
  background: url(phantom-images/simple-white-knob.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-sWhiteD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/simple-white-knob-top.png) 0 0 no-repeat;
}

/* ------------------ SUBTLE BLACK KNOB  ------------------------*/
#phantomKnob-stacks_in_4115 .dial-sBlackD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-sBlackD .metalic {
  background: url(phantom-images/simple-black-knob.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-sBlackD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/simple-black-knob-top.png) 0 0 no-repeat;
}
/* ------------------ SUBTLE METAL KNOB  ------------------------*/
#phantomKnob-stacks_in_4115 .dial-wMetalD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-wMetalD .metalic {
  background: url(phantom-images/minimal-metal-knob.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-wMetalD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/minimal-metal-arrow.png) 0 0 no-repeat;
}

/* ------------------ SUBTLE METAL KNOB  ------------------------*/
#phantomKnob-stacks_in_4115 .dial-bMetalD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-bMetalD .metalic {
  background: url(phantom-images/minimal-metal-black-knob.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-bMetalD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/minimal-metal-black-arrow.png) 0 0 no-repeat;
}
/* ------------------ TRON BLUE KNOB  ------------------------*/
#phantomKnob-stacks_in_4115 .dial-tBlueD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-tBlueD .metalic {
  background: url(phantom-images/Tron-blue.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-tBlueD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/Tron-blue-arrrow.png) 0 0 no-repeat;
}
/* ------------------ TRON ORANGE KNOB  ------------------------*/
#phantomKnob-stacks_in_4115 .dial-tOrangeD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-tOrangeD .metalic {
  background: url(phantom-images/Tron-orange.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;

}
#phantomKnob-stacks_in_4115 .dial-tOrangeD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/Tron-orange-arrrow.png) 0 0 no-repeat;
}
/* ------------------ BLACK KNOB ------------------------*/
#phantomKnob-stacks_in_4115 .dial-black {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-black .metalic {
  background: url(phantom-images/black-knob.png) 0px 0 no-repeat;
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -18px;
  opacity: 1;
}
#phantomKnob-stacks_in_4115 .dial-black .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 20px;
  background: url(phantom-images/black-knob-arrow.png) 0 0 no-repeat;
}
/* ------------------ WHITE DIAL ------------------------*/
#phantomKnob-stacks_in_4115 .dial-whiteD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-whiteD .metalic {
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -16px;
  opacity: 1;
}
#phantomKnob-stacks_in_4115 .dial-whiteD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 18px;
  background: url(phantom-images/white-dial.png) 0 0 no-repeat;
}
/* ------------------ BLACK DIAL ------------------------*/
#phantomKnob-stacks_in_4115 .dial-blackD {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto auto;
  top: 100px;
  opacity: 1;
  *zoom: 1;
  z-index: 99999;
}
#phantomKnob-stacks_in_4115 .dial-blackD .metalic {
  width: 200px;/*165px;*/
  z-index: 999;
  height: 200px;/*165px;*/
  position: absolute;
  top: 3px;
  /*border-radius: 50%;*/
  left: -16px;
  opacity: 1;
}
#phantomKnob-stacks_in_4115 .dial-blackD .grad-stacks_in_4115 {
  height: 160px;/*100%;*/
  width: 160px;/*100%;*/
  margin-left: 18px;
  background: url(phantom-images/black-dial.png) 0 0 no-repeat;
}

#phantomKnob-stacks_in_4115 .container-stacks_in_4115 {
  width: 325px;
  top: 70px;
  position: relative;
  margin: 0 auto;
  /*display: inline-block;
  background: rgba(0,0,0,.2);*/
  /*height: 100%;*/
}
#phantomKnob-stacks_in_4115 .navWrap-stacks_in_4115 {
  position: relative;
  width: 100%;
  top: -85px;
}

#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li {
  display: inline-block;
  background: none !important;
  list-style-type: none !important;
  float: left;
/*  margin: 0 40px 0 0 !important;*/
  cursor: pointer;
  font-size: 28px;
  line-height: 28px;
  padding-top: 5px;
  padding-left: 15px;
  height: 49px;
  width: 35px;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li i.whiteIcon {
  color: rgba(255,255,255,1.0);
  text-shadow: 0px 1px 0px rgba(0,0,0,0.65);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1.0)), color-stop(85%, rgba(0,0,0,.5)), to(rgba(0,0,0,.5)));
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li i.blackIcon {
  color: rgba(0,0,0,1.0);
  text-shadow: 0px 1px 0px rgba(255,255,255,0.65);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1.0)), color-stop(85%, rgba(0,0,0,.5)), to(rgba(0,0,0,.5)));
}

#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li a {
  cursor: pointer;
  text-decoration: none;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li.whiteIcon:after {
  content: " ";
  background-size: 10px 10px;
  position: absolute;
  width: 6px;
  height: 6px;

  background-color: rgba(255,255,255,1.0);
  border-radius: 50%;
  -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.65);
  -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 1px 0px rgba(0,0,0,0.65);
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li.blackIcon:after {
  content: " ";
  background-size: 10px 10px;
  position: absolute;
  width: 6px;
  height: 6px;

  background-color: rgba(0,0,0,1.0);
  border-radius: 50%;
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.35);
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.35);
  box-shadow: 0px 1px 0px rgba(255,255,255,0.35);
  opacity: 0.6;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li {
  position: absolute;
  width: 100px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li div {
  line-height: 24px;
}


#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li.active:after {
  background-color: #000000;
  box-shadow: 0px 0px 5px #000000, inset 0px 0px 3px rgba(0,0,0,0.6);
}

#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:hover:after {
  background-color:  #000000;
  box-shadow: 0px 0px 5px #000000, inset 0px 0px 3px rgba(0,0,0,0.6);
}



#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li i {
  font-size: 28px;
}
/* hover transitions */
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:after,
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li i {
  transition: all 300ms  linear;
}
/*--------------------
FIVE ITEM KNOB (DEFAULT)
--------------------*/
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(1) {
  -webkit-transform: translate(-5px, -15px);
  -ms-transform: translate(-50px, -15px);
  transform: translate(-50px, -15px);
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(1):after {
  right: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(2) {
  -webkit-transform: translate(-20px, -85px);
  -ms-transform: translate(-20px, -85px);;
  transform: translate(-20px, -85px);
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(2):after {
  right: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(3) {
  -webkit-transform: translate(84px, -145px);
  -ms-transform: translate(84px, -145px);
  transform: translate(84px, -145px);
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(3):after {
  right: 47px;
  top: 64px;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(4) {
  -webkit-transform: translate(190px, -85px);
  -ms-transform: translate(190px, -85px);
  transform: translate(190px, -85px);
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(4):after {
  left: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(5) {
  -webkit-transform: translate(220px, -15px);
  -ms-transform: translate(220px, -15px);
  transform: translate(220px, -15px);
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(5):after {
  left: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(6),
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:nth-of-type(7) {
  display: none;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li img {
  width: 35px;
  height: 35px;
}
#phantomKnob-stacks_in_4115 .r0 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
}

#phantomKnob-stacks_in_4115 .rr1 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}

#phantomKnob-stacks_in_4115 .rr2 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(88deg);
  -moz-transform:    rotate(88deg);
  -ms-transform:     rotate(88deg);
  -o-transform:      rotate(88deg);
  transform:         rotate(88deg);
}

#phantomKnob-stacks_in_4115 .lr1 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
}
#phantomKnob-stacks_in_4115 .lr2 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-85deg);
  -moz-transform:    rotate(-85deg);
  -ms-transform:     rotate(-85deg);
  -o-transform:      rotate(-85deg);
  transform:         rotate(-85deg);
}
#phantomKnob-stacks_in_4115 .newLeft {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-85deg);
  -moz-transform:    rotate(-85deg);
  -ms-transform:     rotate(-85deg);
  -o-transform:      rotate(-85deg);
  transform:         rotate(-85deg);
}
#phantomKnob-stacks_in_4115 .newRight {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-85deg);
  -moz-transform:    rotate(-85deg);
  -ms-transform:     rotate(-85deg);
  -o-transform:      rotate(-85deg);
  transform:         rotate(-85deg);
}
/*--------------------
TWO ITEM KNOB
--------------------*/
#phantomKnob-stacks_in_4115.knob2 #nav-stacks_in_4115 li:nth-of-type(1) div,
#phantomKnob-stacks_in_4115.knob2 #nav-stacks_in_4115 li:nth-of-type(3) div,
#phantomKnob-stacks_in_4115.knob2 #nav-stacks_in_4115 li:nth-of-type(5) div {
  display: none;
}
#phantomKnob-stacks_in_4115.knob2 #nav-stacks_in_4115 li:nth-of-type(1) {
  visibility: hidden;
}
#phantomKnob-stacks_in_4115.knob2 #nav-stacks_in_4115 li:nth-of-type(3) {
  visibility: hidden;
}
#phantomKnob-stacks_in_4115.knob2 #nav-stacks_in_4115 li:nth-of-type(5) {
   visibility: hidden;
}
#phantomKnob-stacks_in_4115.knob2 .r0 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
}
/*--------------------
THREE ITEM KNOB
--------------------*/
#phantomKnob-stacks_in_4115.knob3 #nav-stacks_in_4115 li:nth-of-type(1) div,
#phantomKnob-stacks_in_4115.knob3 #nav-stacks_in_4115 li:nth-of-type(5) div {
  display: none;
}
#phantomKnob-stacks_in_4115.knob3 #nav-stacks_in_4115 li:nth-of-type(1) {
  visibility: hidden;
}
#phantomKnob-stacks_in_4115.knob3 #nav-stacks_in_4115 li:nth-of-type(5) {
  visibility: hidden;
}
#phantomKnob-stacks_in_4115.knob3 #nav-stacks_in_4115 li:nth-of-type(2) {
  -webkit-transform: translate(-40px, -45px);
  -ms-transform: translate(-40px, -45px);
  transform: translate(-40px, -45px);
}
#phantomKnob-stacks_in_4115.knob3 #nav-stacks_in_4115 li:nth-of-type(3) {
  -webkit-transform: translate(84px, -135px);
  -ms-transform: translate(84px, -135px);
  transform: translate(84px, -135px);
}
#phantomKnob-stacks_in_4115.knob3 #nav-stacks_in_4115 li:nth-of-type(4) {
  -webkit-transform: translate(210px, -45px);
  -ms-transform: translate(210px, -45px);
  transform: translate(210px, -45px);
}
#phantomKnob-stacks_in_4115.knob3 .rr1 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(67deg);
  -moz-transform:    rotate(67deg);
  -ms-transform:     rotate(67deg);
  -o-transform:      rotate(67deg);
  transform:         rotate(67deg);
}
#phantomKnob-stacks_in_4115.knob3 .lr1 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-67deg);
  -moz-transform:    rotate(-67deg);
  -ms-transform:     rotate(-67deg);
  -o-transform:      rotate(-67deg);
  transform:         rotate(-67deg);
}
/*--------------------
FOUR ITEM KNOB
--------------------*/
#phantomKnob-stacks_in_4115.knob4 #nav-stacks_in_4115 li:nth-of-type(3) div {
  display: none;
}
#phantomKnob-stacks_in_4115.knob4 #nav-stacks_in_4115 li:nth-of-type(3) {
  visibility: hidden;
}
#phantomKnob-stacks_in_4115.knob4 #nav-stacks_in_4115 li:nth-of-type(1) {
  -webkit-transform: translate(-40px, -35px);
  -ms-transform: translate(-40px, -35px);
  transform: translate(-40px, -35px);
}
#phantomKnob-stacks_in_4115.knob4 #nav-stacks_in_4115 li:nth-of-type(2) {
  -webkit-transform: translate(20px, -105px);
  -ms-transform: translate(20px, -105px);
  transform: translate(20px, -105px);
}
#phantomKnob-stacks_in_4115.knob4 #nav-stacks_in_4115 li:nth-of-type(4) {
  -webkit-transform: translate(150px, -105px);
  -ms-transform: translate(150px, -105px);
  transform: translate(150px, -105px);
}
#phantomKnob-stacks_in_4115.knob4 #nav-stacks_in_4115 li:nth-of-type(5) {
  -webkit-transform: translate(210px, -35px);
  -ms-transform: translate(210px, -35px);
  transform: translate(210px, -35px);
}

#phantomKnob-stacks_in_4115.knob4 #nav-stacks_in_4115 li img {
  width: 35px;
  height: 35px;
}
#phantomKnob-stacks_in_4115.knob4 .r0 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-72deg);
  -moz-transform:    rotate(-72deg);
  -ms-transform:     rotate(-72deg);
  -o-transform:      rotate(-72deg);
  transform:         rotate(-72deg);
}
#phantomKnob-stacks_in_4115.knob4 .rr1 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(23deg);
  -moz-transform:    rotate(23deg);
  -ms-transform:     rotate(23deg);
  -o-transform:      rotate(23deg);
  transform:         rotate(23deg);
}

#phantomKnob-stacks_in_4115.knob4 .rr2 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;

  -webkit-transform: rotate(74deg);
  -moz-transform:    rotate(74deg);
  -ms-transform:     rotate(74deg);
  -o-transform:      rotate(74deg);
  transform:         rotate(74deg);
}

#phantomKnob-stacks_in_4115.knob4 .lr1 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-23deg);
  -moz-transform:    rotate(-23deg);
  -ms-transform:     rotate(-23deg);
  -o-transform:      rotate(-23deg);
  transform:         rotate(-23deg);
}
#phantomKnob-stacks_in_4115.knob4 .lr2 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-72deg);
  -moz-transform:    rotate(-72deg);
  -ms-transform:     rotate(-72deg);
  -o-transform:      rotate(-72deg);
  transform:         rotate(-72deg);
}
/*--------------------
SIX ITEM KNOB
--------------------*/
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(1) {
  -webkit-transform: translate(-50px, -15px);
  -ms-transform: translate(-50px, -15px);
  transform: translate(-50px, -15px);
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(1):after {
  right: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(2) {
  -webkit-transform: translate(25px, -115px);
  -ms-transform: translate(25px, -115px);;
  transform: translate(25px, -115px);
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(3) {
  display: none;
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(4) {
  -webkit-transform: translate(145px, -115px);
  -ms-transform: translate(145px, -115px);
  transform: translate(145px, -115px);
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(5) {
  -webkit-transform: translate(220px, -15px);
  -ms-transform: translate(220px, -15px);
  transform: translate(220px, -15px);
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(6) {
  display: block;
  -webkit-transform: translate(-30px, -75px);
  -ms-transform: translate(-30px, -75px);
  transform: translate(-30px, -75px);
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(6):after {
  right: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(7) {
  display: block;
  -webkit-transform: translate(200px, -75px);
  -ms-transform: translate(200px, -75px);
  transform: translate(200px, -75px);
}
#phantomKnob-stacks_in_4115.knob6 #nav-stacks_in_4115 li:nth-of-type(7):after {
  left: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115.knob6 .lr2 {
  -webkit-transform: rotate(-85deg);
  -ms-transform:     rotate(-85deg);
  transform:         rotate(-85deg);
}
#phantomKnob-stacks_in_4115.knob6 .newLeft {
  -webkit-transform: rotate(-50deg);
  -ms-transform:     rotate(-50deg);
  transform:         rotate(-50deg);
}
#phantomKnob-stacks_in_4115.knob6 .lr1 {
  -webkit-transform: rotate(-17deg);
  -ms-transform:     rotate(-17deg);
  transform:         rotate(-17deg);
}
#phantomKnob-stacks_in_4115.knob6  .rr1 {
  -webkit-transform: rotate(17deg);
  -ms-transform:     rotate(17deg);
  transform:         rotate(17deg);
}
#phantomKnob-stacks_in_4115.knob6 .newRight {
  -webkit-transform: rotate(50deg);
  -ms-transform:     rotate(50deg);
  transform:         rotate(50deg);
}
#phantomKnob-stacks_in_4115.knob6 .rr2 {
  -webkit-transform: rotate(87deg);
  -ms-transform:     rotate(87deg);
  transform:         rotate(87deg);
}
#phantomKnob-stacks_in_4115.knob6 .r0 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: rotate(-85deg);
  -moz-transform:    rotate(-85deg);
  -ms-transform:     rotate(-85deg);
  -o-transform:      rotate(-85deg);
  transform:         rotate(-85deg);
}
/*--------------------
SEVEN ITEM KNOB
--------------------*/
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(1) {
  -webkit-transform: translate(-50px, -15px);
  -ms-transform: translate(-50px, -15px);
  transform: translate(-50px, -15px);
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(2) {
  -webkit-transform: translate(10px, -110px);
  -ms-transform: translate(10px, -110px);
  transform: translate(10px, -110px);
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(3) {
  display: block;
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(4) {
  -webkit-transform: translate(160px, -110px);
  -ms-transform: translate(160px, -110px);
  transform: translate(160px, -110px);
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(5) {
  -webkit-transform: translate(220px, -15px);
  -ms-transform: translate(220px, -15px);
  transform: translate(220px, -15px);
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(6) {
  display: block;
  -webkit-transform: translate(-45px, -65px);
  -ms-transform: translate(-40px, -65px);
  transform: translate(-40px, -65px);
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(6):after {
  right: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(7) {
  display: block;
  -webkit-transform: translate(210px, -65px);
  -ms-transform: translate(210px, -65px);
  transform: translate(210px, -65px);
}
#phantomKnob-stacks_in_4115.knob7 #nav-stacks_in_4115 li:nth-of-type(7):after {
  left: 20px;
  top: 40px;
}
#phantomKnob-stacks_in_4115.knob7 .lr2 {
  -webkit-transform: rotate(-85deg);
  -ms-transform:     rotate(-85deg);
  transform:         rotate(-85deg);
}
#phantomKnob-stacks_in_4115.knob7 .newLeft {
  -webkit-transform: rotate(-58deg);
  -ms-transform:     rotate(-58deg);
  transform:         rotate(-58deg);
}
#phantomKnob-stacks_in_4115.knob7 .lr1 {
  -webkit-transform: rotate(-27deg);
  -ms-transform:     rotate(-27deg);
  transform:         rotate(-27deg);
}
#phantomKnob-stacks_in_4115.knob7  .rr1 {
  -webkit-transform: rotate(25deg);
  -ms-transform:     rotate(25deg);
  transform:         rotate(25deg);
}
#phantomKnob-stacks_in_4115.knob7 .newRight {
  -webkit-transform: rotate(58deg);
  -ms-transform:     rotate(58deg);
  transform:         rotate(58deg);
}
#phantomKnob-stacks_in_4115.knob7 .rr2 {
  -webkit-transform: rotate(87deg);
  -ms-transform:     rotate(87deg);
  transform:         rotate(87deg);
}






/* Knob Titles */
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li div {
/*  position: absolute;*/
  font-size: 15px;
  text-align: center;
/*  left: -22px;*/
  width: 100px;
/*  top: -20px;*/
  opacity: 1;
  visibility: visible;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li:hover div {
  visibility: visible;
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li.whiteIcon div {
  color: rgba(255,255,255,1.0);
  text-shadow: 0px 1px 0px rgba(0,0,0,0.6)
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li.blackIcon div {
  color: rgba(0,0,0,1.0);
  text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}
#phantomKnob-stacks_in_4115 #nav-stacks_in_4115 li#lr2-stacks_in_4115 div{
/*  left: -30px;*/
}

/* ------------------ NUMBER OF MENU ITEMS ------------------------*/
#phantomButtons-stacks_in_4115 .container-stacks_in_4115 #editModeInput-stacks_in_4115 li {
  display: none;
}
.buttonsNone-stacks_in_4115 li.p8 {
  display: inline-block !important;
}
/* ------------------ SHOW ICONS ------------------------*/
#showIcons-stacks_in_4115 {
  width: 100%;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  height: Falsepx;
  border: none;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  overflow: hidden;
}

/*---------------------- popBox --------------------*/
/*.stacks_in, .stacks_out, .stacks_top {
  overflow: visible !important;
}*/
/*---------------------- Cinema --------------------*/
@media (max-width: 700px) {
  .semantic-content {
    top: 38px !important;
    z-index: 9001 !important;
  }
}
@media (min-width: 700px) {
  .semantic-content .modal-inner {
    top: 100px !important;
  }
  .semantic-content .modal-close:after {
    top: 110px !important;
  }
}
@media (max-width: 600px) {
  .mqw {
    zoom: .9;
  }
}
@media (max-width: 500px) {
  .mqw {
    zoom: .8;
  }
}
@media (max-width: 400px) {
  .mqw {
    zoom: .7;
  }
}
@media (max-width: 1024px) {
  #stacks_in_4115 .logoWrap .logoImage {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #stacks_in_4115 .logoWrap .logoImage {
    max-width: 80px;
  }
}

.fa-custom1, .fa-custom2, .fa-custom3, .fa-custom4, .fa-custom5, .fa-custom6, .fa-custom7, .fa-custom8, .fa-custom9, .fa-custom10 {
  min-height: 15px;
  padding-left: 15px;
  display: inline-block !important;
  background-size: auto 100%;
  background-repeat: no-repeat !important;
}
/* Bootstrap */
#stacks_in_4115 .container:before,
#stacks_in_4115 .container:after,
#stacks_in_4115 .row:before,
#stacks_in_4115 .row:after {
  display: table;
  content: " ";
}
#stacks_in_4115 .container:after,
#stacks_in_4115 .row:after {
  clear: both;
}
.itemCol {float: left; width: 220px; color: #555; line-height: 190%;}
.itemCol i {font-size: 24px; width: 25px;}
.item-stacks_in_5482 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5482 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5484 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5484 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5484 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5484 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5484 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5489 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5491 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4297 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4297 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4299 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4299 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4299 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4299 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4299 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4304 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4306 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4252 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4252 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4254 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4254 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4254 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4254 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4254 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4259 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4261 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4205 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4205 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4209 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4209 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4209 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4209 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4209 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4214 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4216 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4342 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4342 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4344 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4344 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4344 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4344 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4344 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4349 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4351 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5527 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5527 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5538 .cleanResponse1_L {
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5538 .cleanResponse1_L {
		width:100%;
		margin:0 0 10 0;
	}
		
	
}
#stacks_in_5538 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5534 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5536 {
	padding: 0px 20px 3px 20px;
}
.item-stacks_in_3242 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3242 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3244 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3244 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3244 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3244 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3244 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3249 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3251 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3287 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3287 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3289 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3289 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3289 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3289 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3289 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3294 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3296 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4113 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4113 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4163 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4163 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4163 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4163 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4163 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4206 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4559 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4595 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4595 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4597 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4597 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4597 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4597 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4597 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4602 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4604 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2882 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2882 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2884 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2884 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2884 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2884 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2884 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2889 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2891 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_637 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_637 {
		/**/width: 100%;/**/
	}
}
#stacks_in_639 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_639 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_639 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_639 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_639 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_644 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_646 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_634 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_634 {
		/**/width: 100%;/**/
	}
}
#stacks_in_636 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_636 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_636 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_636 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_636 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_652 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_654 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_690 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_690 {
		/**/width: 100%;/**/
	}
}
#stacks_in_692 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_692 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_692 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_692 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_692 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_697 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_699 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2252 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2252 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2254 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2254 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2254 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2254 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2254 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2259 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2261 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5167 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5167 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5169 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5169 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5169 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5169 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5169 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5174 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5176 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_780 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_780 {
		/**/width: 100%;/**/
	}
}
#stacks_in_782 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_782 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_782 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_782 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_782 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_787 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_789 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4897 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4897 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4899 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4899 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4899 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4899 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4899 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4904 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4906 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3332 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3332 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3334 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3334 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3334 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3334 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3334 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3339 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3341 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_825 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_825 {
		/**/width: 100%;/**/
	}
}
#stacks_in_827 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_827 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_827 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_827 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_827 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_832 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_834 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3512 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3512 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3514 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3514 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3514 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3514 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3514 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3519 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3521 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_870 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_870 {
		/**/width: 100%;/**/
	}
}
#stacks_in_872 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_872 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_872 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_872 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_872 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_877 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_879 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3467 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3467 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3469 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3469 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3469 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3469 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3469 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3474 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3476 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3917 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3917 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3919 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3919 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3919 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3919 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3919 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3924 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3926 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4762 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4762 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4764 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4764 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4764 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4764 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4764 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4769 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4771 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_915 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_915 {
		/**/width: 100%;/**/
	}
}
#stacks_in_917 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_917 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_917 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_917 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_917 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_922 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_924 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2972 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2972 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2974 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2974 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2974 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2974 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2974 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2979 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2981 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5212 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5212 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5214 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5214 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5214 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5214 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5214 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5219 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5221 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3197 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3197 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3199 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3199 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3199 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3199 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3199 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3204 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3206 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4387 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4387 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4389 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4389 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4389 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4389 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4389 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4394 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4396 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_960 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_960 {
		/**/width: 100%;/**/
	}
}
#stacks_in_962 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_962 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_962 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_962 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_962 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_967 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_969 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4432 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4432 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4434 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4434 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4434 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4434 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4434 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4439 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4441 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1050 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1050 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1052 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1052 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1052 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1052 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1052 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1057 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1059 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4477 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4477 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4479 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4479 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4479 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4479 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4479 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4484 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4486 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5077 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5077 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5079 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5079 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5079 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5079 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5079 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5084 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5086 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1005 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1005 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1007 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1007 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1007 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1007 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1007 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1012 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1014 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2207 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2207 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2209 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2209 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2209 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2209 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2209 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2214 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2216 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5690 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5690 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5692 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5692 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5692 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5692 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5692 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5697 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5699 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3422 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3422 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3424 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3424 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3424 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3424 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3424 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3429 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3431 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3557 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3557 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3559 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3559 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3559 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3559 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3559 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}
/* Start Smart Image stack CSS code */#stacks_in_5540{	text-align: center;}#stacks_in_5540 figure a img{	cursor: pointer !important;}.stacks_in_5540responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_5540responsive img, .stacks_in_5540warehouseImage img {  width: 100%;  height: auto;  margin: 0 0 0 0;  display: block;}.stacks_in_5540hiddenimage{	display: none;}.stacks_in_5540warehouseImage{	display: none;}/* End Smart Image stack CSS code */
#stacks_in_3564 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3566 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1095 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1095 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1097 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1097 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1097 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1097 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1097 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1102 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1104 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4522 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4522 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4524 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4524 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4524 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4524 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4524 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4529 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4531 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1140 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1140 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1142 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1142 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1142 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1142 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1142 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1147 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1149 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3152 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3152 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3154 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3154 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3154 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3154 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3154 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3159 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3161 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4807 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4807 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4809 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4809 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4809 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4809 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4809 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4814 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4816 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1185 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1185 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1187 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1187 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1187 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1187 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1187 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1192 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1194 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1230 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1230 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1232 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1232 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1232 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1232 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1232 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1237 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1239 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2837 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2837 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2839 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2839 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2839 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2839 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2839 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2844 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2846 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4852 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4852 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4854 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4854 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4854 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4854 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4854 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4859 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4861 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1275 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1275 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1277 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1277 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1277 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1277 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1277 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1282 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1284 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1320 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1320 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1322 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1322 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1322 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1322 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1322 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1327 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1329 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1365 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1365 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1367 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1367 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1367 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1367 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1367 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1372 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1374 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1410 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1410 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1412 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1412 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1412 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1412 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1412 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1417 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1419 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4942 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4942 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4944 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4944 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4944 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4944 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4944 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4949 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4951 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1455 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1455 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1457 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1457 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1457 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1457 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1457 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1462 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1464 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5257 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5257 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5259 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5259 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5259 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5259 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5259 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5264 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5266 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1502 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1502 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1504 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1504 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1504 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1504 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1504 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1509 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1511 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1549 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1549 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1551 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1551 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1551 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1551 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1551 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1556 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1558 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5302 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5302 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5304 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5304 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5304 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5304 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5304 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5309 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5311 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4987 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4987 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4989 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4989 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4989 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4989 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4989 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5561 .cleanResponse1_L {
	float:left;
	width:100%;
	margin: 0 0 0px 0;
}



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5561 .cleanResponse1_L {
		width:100%;
		margin:0 0 0 0;
	}
		
	
}
#stacks_in_5561 {
	background-color: rgba(109, 109, 110, 1.00);
}

/* START BEFORE AND AFTER CSS */

#stacks_in_5563{
	text-align: center;
}


.stacks_in_5563outerContainer{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.stacks_in_5563backImage{
	position: relative;
}

.stacks_in_5563frontImage{
	
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	
	overflow: hidden;
}


.stacks_in_5563backImage img{
	
	width: 100%;
	
	
	height: auto;
}

.stacks_in_5563frontImage img{
	
	width: 100%;
	
	
	height: auto;
}



/* if in edit mode */ 



        
/* END BEFORE AND AFTER CSS */      




#stacks_in_4994 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4996 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3107 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3107 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3109 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3109 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3109 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3109 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3109 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3114 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3116 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1594 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1594 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1596 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1596 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1596 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1596 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1596 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1601 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1603 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1651 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1651 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1653 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1653 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1653 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1653 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1653 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1658 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1660 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1696 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1696 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1698 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1698 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1698 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1698 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1698 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1703 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1705 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3647 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3647 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3649 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3649 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3649 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3649 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3649 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3654 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3656 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5645 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5645 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5647 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5647 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5647 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5647 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5647 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5652 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5654 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1757 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1757 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1759 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1759 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1759 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1759 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1759 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1764 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1766 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5347 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5347 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5349 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5349 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5349 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5349 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5349 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5354 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5356 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1802 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1802 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1804 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1804 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1804 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1804 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1804 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1809 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1811 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4571 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4571 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4573 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4573 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4573 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4573 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4573 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4578 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4580 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3062 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3062 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3064 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3064 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3064 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3064 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3064 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3069 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3071 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1847 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1847 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1849 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1849 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1849 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1849 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1849 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1854 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1856 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5122 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5122 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5124 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5124 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5124 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5124 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5124 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5129 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5131 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2747 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2747 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2749 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2749 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2749 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2749 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2749 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2754 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2756 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3692 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3692 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3694 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3694 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3694 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3694 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3694 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3699 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3701 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3782 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3782 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3784 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3784 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3784 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3784 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3784 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3789 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3791 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3827 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3827 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3829 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3829 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3829 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3829 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3829 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3834 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3836 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4627 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4627 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4629 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4629 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4629 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4629 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4629 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4634 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4636 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_1982 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_1982 {
		/**/width: 100%;/**/
	}
}
#stacks_in_1984 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_1984 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_1984 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_1984 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_1984 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_1989 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_1991 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2655 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2655 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2659 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2659 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2659 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2659 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2659 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2664 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2666 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3872 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3872 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3874 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3874 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3874 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3874 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3874 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3879 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3881 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2027 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2027 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2029 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2029 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2029 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2029 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2029 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2034 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2036 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2072 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2072 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2074 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2074 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2074 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2074 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2074 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2079 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2081 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2117 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2117 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2119 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2119 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2119 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2119 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2119 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2124 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2126 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5392 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5392 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5394 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5394 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5394 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5394 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5394 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5399 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5401 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5437 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5437 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5439 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5439 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5439 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5439 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5439 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5444 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5446 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4672 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4672 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4674 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4674 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4674 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4674 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4674 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4679 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4681 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5600 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5600 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5602 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5602 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5602 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5602 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5602 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5607 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5609 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4717 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4717 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4719 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4719 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4719 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4719 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4719 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4724 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4726 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_5032 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_5032 {
		/**/width: 100%;/**/
	}
}
#stacks_in_5034 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_5034 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_5034 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_5034 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_5034 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_5039 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_5041 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3973 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3973 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3975 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3975 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3975 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3975 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3975 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3985 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3987 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4042 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4042 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4044 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4044 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4044 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4044 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4044 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4049 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4051 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_4087 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_4087 {
		/**/width: 100%;/**/
	}
}
#stacks_in_4089 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_4089 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_4089 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_4089 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_4089 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_4094 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_4096 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_2927 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_2927 {
		/**/width: 100%;/**/
	}
}
#stacks_in_2929 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_2929 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_2929 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_2929 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_2929 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_2934 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_2936 {
	padding: 0px 20px 0px 20px;
}
.item-stacks_in_3737 {
	float: left;
	display: inline-block;
	width: 300px;
	/**/width: 33.08%;/**/
	height: auto;
}
@media all and (max-width: 500px) {
	.item-stacks_in_3737 {
		/**/width: 100%;/**/
	}
}
#stacks_in_3739 .cleanResponse2_L {
	float:left;
	width:33%;
	margin: 0 0 0px 0;
}

#stacks_in_3739 .cleanResponse2_R {
	float:right;
	width:67%;
	margin: 0 0 0px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_3739 .cleanResponse2_L {
		width:100%;
		margin:0 0 0px 0;
	}
	
	#stacks_in_3739 .cleanResponse2_R {
		width:100%;
		margin:0 0 0px 0;
	}
	
	
}
#stacks_in_3739 {
	border: solid rgba(200, 207, 210, 1.00);
	border-width:  1px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 20px 5px 0px 5px;
}

#stacks_in_3744 {
	padding: 5px 20px 0px 20px;
}

#stacks_in_3746 {
	padding: 0px 20px 0px 20px;
}
#stacks_in_5702>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5702>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_5702>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_5702>.s3_row>.s3_column_right {
	width: 20.00%;
}

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








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



}



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


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


}




/* START ICONZ CSS */

#stacks_in_5741 i {
	font-size: 4em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5741 {
	text-align: center;
}

#stacks_in_5741 a{
	text-decoration: none;
}


	
		#stacks_in_5741 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_5741 .stacks_in_5741quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5741 .stacks_in_5741quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5741 .stacks_in_5741quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 #stacks_in_5707>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






/* START ICONZ CSS */

#stacks_in_5737 i {
	font-size: 4em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5737 {
	text-align: center;
}

#stacks_in_5737 a{
	text-decoration: none;
}


	
		#stacks_in_5737 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_5737 .stacks_in_5737quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5737 .stacks_in_5737quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5737 .stacks_in_5737quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 /*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_5760.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_5760.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_5760.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_5760.semantic-content:target {display: block\9;}
#popBox_stacks_in_5760.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_5760.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 20px 20px 20px 20px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_5760.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 20px 20px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 700px;
  
}
#popBox_stacks_in_5760.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 20px 20px 20px 20px;
  
  	color: #222222;
}

  #popBox_stacks_in_5760 .popBoxHeader {
    display: none;
  }
  

  #popBox_stacks_in_5760 .popBoxFooter {
    display: none
  }

#stacks_in_5760 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_5760 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_5760.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_5760 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_5760 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_5760 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_5760 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_5760.semantic-content .widthPercentageOff .modal-inner {
    width: 600px;
    min-width: 600px;
    max-width: 600px;
  }
  #popBox_stacks_in_5760.semantic-content .widthPercentageOn .modal-inner {
    width: 50%;
    min-width: 50%;
    max-width: 800px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_5760.semantic-content .modal-content {
      height: 600px;
    }
    #popBox_stacks_in_5760.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_5760.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_5760.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_5760.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_5760.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_5760 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_5760 .closeIcon img {
  display: none;
}
#popBox_stacks_in_5760 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_5760.semantic-content .modal-inner {
  border-radius: 8px
}
#popBox_stacks_in_5760.semantic-content .popBoxHeader {
  border-radius: 8px 8px 0px 0px;
}
#popBox_stacks_in_5760.semantic-content .popBoxFooter {
  border-radius: 0px 0px 8px 8px;
}
#popBox_stacks_in_5760.semantic-content .modal-inner {
  border-width: 2px;
  border-color: #1F83DE;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_5760 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_5760.popBoxStyleDemo .modal-content {
  height: 700px;
}
#popBox_stacks_in_5760.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_5760.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 600px;
  min-width: 600px;
  max-width: 600px;
  margin: 0 auto;
}
#popBox_stacks_in_5760.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 50%;
  min-width: 50%;
  max-width: 800px;
  margin: 0 auto;
}
#popBox_stacks_in_5760.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_5760.popBoxStyleDemo .popBoxHeader {
  padding: 20px 20px 20px 20px;
}
#popBox_stacks_in_5760.popBoxStyleDemo .modal-content {
  padding: 20px;
  padding: 20px 20px;
}
#popBox_stacks_in_5760.popBoxStyleDemo .popBoxFooter {
  padding: 20px;
  padding: 20px 20px 20px 20px;
}
#stacks_in_5760 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}














/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */



/* START ICONZ CSS */

#stacks_in_5761 i {
	font-size: 4em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5761 {
	text-align: center;
}

#stacks_in_5761 a{
	text-decoration: none;
}


	
		#stacks_in_5761 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_5761 .stacks_in_5761quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5761 .stacks_in_5761quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5761 .stacks_in_5761quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 /* 
Formsnap v.3.0.9 Stylesheet 
MODIFIED: 2019/10/16 10:27:16
*/




/* live edits to work in formsnap */
#stacks_in_5763 .control-group.incase,
#stacks_in_5763 .yd-radio-checkbox,
#stacks_in_5763 .yd-file
{
  width:100%;
  margin: 0px 0px 25px 0px !important;
}



#stacks_in_5763, #stacks_out_5763, .stacks_top, #%id# .out
{
	 overflow: visible;
 }

/* custom overrides */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9A9A;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9A9A9A;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9A9A9A;
}

#stacks_in_5763 .control-group .img-drop, 
#stacks_in_5763 .control-group .incase-box, 
#stacks_in_5763 .control-group input:not(.and-up), 
#stacks_in_5763 .control-group select, 
#stacks_in_5763 .control-group textarea {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  color: #616161;
  border-color: #CFCFCF;
  border-width: 1px;
  background-color: #FFFFFF;
}

#stacks_in_5763 .control-group.incase input:focus, 
#stacks_in_5763 .control-group.incase select:focus, 
#stacks_in_5763 .control-group.incase textarea:focus {
  border-color: #CFCFCF;
  outline: 0;
  box-shadow: none;
}

/* #stacks_in_5763  .yd-file:before {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
} */

#stacks_in_5763  .yd-file .yd-file-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_5763 .yd-rating.yd-no-label .yd-star-menu {
  padding-top:6px;
}

#stacks_in_5763  .yd-rating .yd-rating-in {
  background: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
/*  border: 1px solid #dbdbdb;*/
}

#stacks_in_5763 .yd-file.yd-no-label .selected-file {
  padding-top:6px;
}

#stacks_in_5763  .yd-required {
  color: #8E2F2E;
}

#stacks_in_5763 .yd-sub-text {
  color: #999999;
  font-size: 13px;
}

#stacks_in_5763 .yd-border {
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_5763 .yd-trumbowyg .trumbowyg-button-pane {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_5763 .trumbowyg-button-pane button {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #616161;
}
#stacks_in_5763 .yd-trumbowyg {
  background:  #FFFFFF;
  background-color:  #FFFFFF;
}

#stacks_in_5763 .yd-trumbowyg .trumbowyg-editor {
  background:  #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
}

#stacks_in_5763 .trumbowyg-button-pane button.trumbowyg-active, 
#stacks_in_5763 .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, 
#stacks_in_5763 .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: transparent;
}


#stacks_in_5763 .parsley-errors-list li,
#stacks_in_5763 .yd-invalid-msg {
  color:#8E2F2E;
  font-size:14px;
}

#stacks_in_5763 button.yd-btn {
  background: #FFFFFF;
  color: #222222;
  font-size: 15px;
  padding: 10px 10px;
  font-family: "Roboto Mono", monospace;
}

#stacks_in_5763 button.yd-btn:disabled,
#stacks_in_5763 button.yd-btn[disabled]{
  opacity:.5;
  cursor: not-allowed !important;
}

#stacks_in_5763 button.yd-btn:hover {
  background: #E6E6E6;
}

#stacks_in_5763 button.yd-btn.yd-primary {
  background: #006FDE;
  color: #FFFFFF;
  font-size:  15px;
}

#stacks_in_5763 button.yd-btn.yd-primary:hover {
  background: #0056C5;
}

#stacks_in_5763 .refresh-captcha {
  background-color: #FFFFFF;
  border-color: #CFCFCF;
  border-width: 1px;
  color: #006FDE;
  border-bottom-width: 0;
/*  border: 1px solid #DBDBDB;*/
}


#stacks_in_5763 .accent-color, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator, 
#stacks_in_5763 .control-group.incase label, 
#stacks_in_5763 div[class^=yd-]>div>label {
color: #006FDE;
/* font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; */
}

input.yd-star:checked ~ label.yd-star:before {
  color:#006FDE;
  transition: all .25s;
}

input.yd-rating-star-5:checked ~ label.yd-star:before {
  color:#006FDE;
}


#stacks_in_5763 .control-group.incase label, 
#stacks_in_5763 div[class^=yd-]>div>label {
color: #006FDE;
font-size:  11px;
font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

.yd-add-item {
	font-size:  11px;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif"; /* same size as labels */
}

#stacks_in_5763 .fs-checkbox-label{
	color: #616173;
	font-size:  14px;
}

#stacks_in_5763 .yd-file:before { color: #006FDE; }

#stacks_in_5763 .fs-checkbox-label{
	color: #616173;
	font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_5763 .radio_checkbox li a{;
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
  font-size:  14px;
}

#stacks_in_5763 .control-group.incase .incase-box, 
#stacks_in_5763 .control-group.incase input, 
#stacks_in_5763 .control-group.incase select, 
#stacks_in_5763 .control-group.incase textarea{
	color: #616161;
	font-size:  14px;
	font-family: "Roboto Mono", monospace;
  border-color: #CFCFCF;
  border-width: 1px;
  /* padding-top: %input-padding-top%; */
}

/* select down arrow color */
#stacks_in_5763 .control-group.yd-select>div:after {
  border-top: 6px solid #CFCFCF;
}


#stacks_in_5763 .fs-checkbox-radio .fs-checkbox-flag, 
#stacks_in_5763 .rangeslider__fill {
background: #006FDE;
}

#stacks_in_5763 .fs-checkbox-flag:before {
  border-color: #006FDE;
}

#stacks_in_5763 .steps .yd-step.current {
  border-color: #CFCFCF;
}

#stacks_in_5763 .yd-step-dots ul li i.fa { color:#CFCFCF !important; }
#stacks_in_5763 .yd-step-dots ul li.active i.fa { color:#006FDE !important; }

/* mobile buttons */
.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
	color: #006FDE;
	border: 1px solid #006FDE;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
	background: #006FDE;
	border: 1px solid #006FDE
}


.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected:hover, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start:hover, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected:hover, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, 
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
background: #006FDE; border-color: #006FDE;
}

 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
    background:#0056C5; color:#fff;
    }

		/* hight light color */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
	background-color: #46B5FF;
	}
 .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
		background-color: #46B5FF;
		}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
		color: #006FDE;
		}

.calentim-container .calentim-input, .calentim-container-mobile .calentim-input {
  border-color: #CFCFCF;
/*  border-width: 1px;*/
}

/* light pre-select color on drag */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected), 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background-color: #50BFFF;
  }

/* selected day inner span */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span, 
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #006FDE;
  }

/* hide top pointer */
#stacks_in_5763 .calentim-box-arrow-top:before {
  border-color: rgba(184,184,184,0);
  border-bottom-color:  #CFCFCF;
}

/* header link hover */
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover{
  color: #006FDE;
}

/* month selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current {
  background: #006FDE;
}

/* month hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover
 {
  background: #1988F7;
}

/* year selected */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current {
  background: #006FDE;
}

/* year carets */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  color: #006FDE;
}

/* year hover */
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover, .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover {
  background: #1988F7;
}

/* Alerts */

#stacks_in_5763 .yd-alert {
  font-family: "Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

#stacks_in_5763 .rangeslider__value-bubble {
	background-color: #006FDE;
}

#stacks_in_5763 .rangeslider__value-bubble::before {
	border-top: 6px solid #006FDE;
}

#stacks_in_5763 .color-well {
	position:absolute; top:26px; left:11px; width:12px; height:12px; border-radius:3px;
}



/* .yd-error.yd-textarea .yd-counter
{
	bottom: 34px !important;
} */
.yd-error .yd-tooltip {
	bottom: 38px !important;
}

#stacks_in_5763 .form-navigation  {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-grid;
  /* for shitty ie support */
  display: grid;
  -ms-grid-columns: 12 1fr;
  grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px; 
}

#stacks_in_5763 .form-navigation .fs-col-1,
#stacks_in_5763 .form-navigation .fs-col-2,
#stacks_in_5763 .form-navigation .fs-col-3,
#stacks_in_5763 .form-navigation .fs-col-4,
#stacks_in_5763 .form-navigation .fs-col-5,
#stacks_in_5763 .form-navigation .fs-col-6,
#stacks_in_5763 .form-navigation .fs-col-7,
#stacks_in_5763 .form-navigation .fs-col-8,
#stacks_in_5763 .form-navigation .fs-col-9,
#stacks_in_5763 .form-navigation .fs-col-10,
#stacks_in_5763 .form-navigation .fs-col-11,
#stacks_in_5763 .form-navigation .fs-col-12 {
  -ms-grid-column: 12;
  -ms-grid-row: 1;
  grid-column: span 12; }

@media (min-width: 600px) {
  #stacks_in_5763 .form-navigation .fs-col-1 {
    -ms-grid-column: 1;
    grid-column: span 1; }
		#stacks_in_5763 .form-navigation .fs-col-2 {
    -ms-grid-column: 2;
    grid-column: span 2; }
		#stacks_in_5763 .form-navigation .fs-col-3 {
    -ms-grid-column: 3;
    grid-column: span 3; }
		#stacks_in_5763 .form-navigation .fs-col-4 {
    -ms-grid-column: 4;
    grid-column: span 4; }
		#stacks_in_5763 .form-navigation .fs-col-5 {
    -ms-grid-column: 5;
    grid-column: span 5; }
		#stacks_in_5763 .form-navigation .fs-col-6 {
    -ms-grid-column: 6;
    grid-column: span 6; }
		#stacks_in_5763 .form-navigation .fs-col-7 {
    -ms-grid-column: 7;
    grid-column: span 7; }
		#stacks_in_5763 .form-navigation .fs-col-8 {
    -ms-grid-column: 8;
    grid-column: span 8; }
		#stacks_in_5763 .form-navigation .fs-col-9 {
    -ms-grid-column: 9;
    grid-column: span 9; }
		#stacks_in_5763 .form-navigation .fs-col-10 {
    -ms-grid-column: 10;
    grid-column: span 10; }
		#stacks_in_5763 .form-navigation .fs-col-11 {
    -ms-grid-column: 11;
    grid-column: span 11; }
		#stacks_in_5763 .form-navigation .fs-col-12 {
    -ms-grid-column: 12;
    grid-column: span 12; } }

	#stacks_in_5763 .form-navigation:not(:first-child) {
  margin: 20px 0 20px 0; }

  
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .incase.control-group {
    float: none !important; }
		#stacks_in_5763 .form-navigation .fs-grid-container {
    display: block; }
		#stacks_in_5763 .form-navigation .fs-col-1,
		#stacks_in_5763 .form-navigation .fs-col-2,
		#stacks_in_5763 .form-navigation .fs-col-3,
		#stacks_in_5763 .form-navigation .fs-col-4,
		#stacks_in_5763 .form-navigation .fs-col-5,
		#stacks_in_5763 .form-navigation .fs-col-6,
		#stacks_in_5763 .form-navigation .fs-col-7,
		#stacks_in_5763 .form-navigation .fs-col-8,
		#stacks_in_5763 .form-navigation .fs-col-9,
		#stacks_in_5763 .form-navigation .fs-col-10,
		#stacks_in_5763 .form-navigation .fs-col-11,
		#stacks_in_5763 .form-navigation .fs-col-12 {
    width: 100%;
		margin: 10px auto; } 
	}


	/* modal custom colors */
  #stacks_in_5763 .yd-overlay{background: rgba(0, 0, 0, 0.80);}
  #stacks_in_5763 .yd-content{background:rgba(255, 255, 255, 1.00);color:rgba(70, 69, 69, 1.00);}
  #stacks_in_5763 .yd-content h3{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_5763 .yd-content .yd-body{border-bottom-color: rgba(0, 0, 0, 0.15);}
  #stacks_in_5763 .yd-modal.error .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_5763 .yd-modal.success .yd-content h3{color:rgba(70, 69, 69, 1.00);}
  #stacks_in_5763 .yd-modal-show.yd-effect-12 ~ .yd-overlay {background: rgba(255, 255, 255, 1.00)} 
  #stacks_in_5763 .yd-modal-show.yd-effect-16 ~ .yd-overlay {background: rgba(0, 0, 0, 0.80);}
  #stacks_in_5763 .yd-modal.process .yd-content button { display:none !important; }

/* loader */

#stacks_in_5763 .yd-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#stacks_in_5763 .yd-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #006FDE;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#stacks_in_5763 .yd-loader div:nth-child(1) {
  left: 6px;
  animation: yd-loader1 0.6s infinite;
}
#stacks_in_5763 .yd-loader div:nth-child(2) {
  left: 6px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_5763 .yd-loader div:nth-child(3) {
  left: 26px;
  animation: yd-loader2 0.6s infinite;
}
#stacks_in_5763 .yd-loader div:nth-child(4) {
  left: 45px;
  animation: yd-loader3 0.6s infinite;
}
@keyframes yd-loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yd-loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes yd-loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}



 
#stacks_in_5763 {
	padding:  3px;
}
         
/* #stacks_in_5777 Custom Button Style */
#stacks_in_5777 .btn {
	color: #FFFFFF !important;
	background-color: #1F83DE !important;
	border-color: #FFFFFF !important;
}

#stacks_in_5777 .btn:hover {
	background-color: #0B6FCA !important;
	border-color: #EBEBEB !important;
}

a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}
 
/* START ICONZ CSS */

#stacks_in_5704 i {
	font-size: 4em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5704 {
	text-align: center;
}

#stacks_in_5704 a{
	text-decoration: none;
}





#stacks_in_5704 .stacks_in_5704quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5704 .stacks_in_5704quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5704 .stacks_in_5704quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_5705 .fb-like iframe {
/*	width: 500px !important;
	height: 1000px !important;*/
	z-index: 1000;
}

#stacks_in_5705 .fb-like > span {

	height:30px !important;
/*	width: 115px !important;*/
}

#stacks_in_5705  {
	text-align: center;
}


#stacks_in_5705 {
	margin: 4px 0px 0px 0px;
}
