
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




#stacks_in_177 .teleportMe {
display: none;
}




#stacks_out_177 {
	margin-right:0;
}

#stacks_in_178 {
	padding: 0px 0px 7px 0px;
}
/*
1.9.0

 */
#stacks_in_679 * {
  box-sizing: border-box;
}
#stacks_in_679 *:focus {outline:none;}
.searchingstacks_in_679 .stacks_top,
.searchingstacks_in_679 .stacks_in,
.searchingstacks_in_679 .stacks_out {
  overflow: visible;
}
#stacks_in_679 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_679_pages { display: none;}
#stacks_in_679_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_679_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_679_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_679 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_679 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_679 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_679 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_679 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_679_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_679 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_679 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_679 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_679 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_679 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
/**/
/**/
/**/
#stacks_in_679_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_679 #stacks_in_679_tipue_search_content,
.searchingstacks_in_679.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_679_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_679_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_679_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_679 #stacks_in_679_tipue_search_content,
.searchingstacks_in_679.live-search-content {
  display: block !important;
}
#stacks_in_679_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_679_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_679_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_679_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_679_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_679_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_679_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_679_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_679_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_679_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/
#stacks_in_679_tipue_search_content,
.live-search-content {
  color: #555555;
  background-color: #86E3BB;
  font-family: inherit;
}
#stacks_in_679_tipue_search_content:after,
.live-search-content:after {
  border-color: transparent transparent #86E3BB transparent;
}
#stacks_in_679_tipue_search_content .tipue_search_content_title a,
.live-search-content .tipue_search_content_title a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-family: inherit;
}
#stacks_in_679_tipue_search_content .tipue_search_content_title a:hover,
.live-search-content .tipue_search_content_title a:hover {
  color: #C0C0C0;
}
#stacks_in_679_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
#stacks_in_679_tipue_search_content .tipue_search_content_url a,
.live-search-content .tipue_search_content_url a {
  color: #FFFFFF;
}
#stacks_in_679_tipue_search_content .tipue_search_content_url a:hover,
.live-search-content .tipue_search_content_url a:hover {
  color: #C0C0C0;
}
#stacks_in_679_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_679_tipue_search_content .h01,
.live-search-content .h01 {
  background: #FFE906;
}

#stacks_in_679_tipue_search_foot_boxes li a {
  background-color: #86E3BB;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_679_tipue_search_foot_boxes li.current{
  background: #86E3BB;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #FFFFFF;
}
#stacks_in_679_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_679_tipue_search_warning a{

}
#stacks_in_679_tipue_search_warning a:hover{

}
#stacks_in_679_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_679 .additional-pages,
#stacks_in_679 .excluded-pages {
  display: none;
}

#slice_mez_681 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_681.selected {
  border-color: #2680fc !important;
}
#slice_mez_681 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_681 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_681 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_681.hidden > #stacks_in_681 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_682 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_682.selected {
  border-color: #2680fc !important;
}
#slice_mez_682 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_682 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_682 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_682.hidden > #stacks_in_682 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_683 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_683.selected {
  border-color: #2680fc !important;
}
#slice_mez_683 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_683 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_683 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_683.hidden > #stacks_in_683 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_684 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_684.selected {
  border-color: #2680fc !important;
}
#slice_mez_684 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_684 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_684 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_684.hidden > #stacks_in_684 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_685 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_685.selected {
  border-color: #2680fc !important;
}
#slice_mez_685 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_685 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_685 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_685.hidden > #stacks_in_685 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_686 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_686.selected {
  border-color: #2680fc !important;
}
#slice_mez_686 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_686 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_686 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_686.hidden > #stacks_in_686 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_687 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_687.selected {
  border-color: #2680fc !important;
}
#slice_mez_687 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_687 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_687 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_687.hidden > #stacks_in_687 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_688 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_688.selected {
  border-color: #2680fc !important;
}
#slice_mez_688 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_688 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_688 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_688.hidden > #stacks_in_688 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_689 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_689.selected {
  border-color: #2680fc !important;
}
#slice_mez_689 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_689 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_689 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_689.hidden > #stacks_in_689 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_690 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_690.selected {
  border-color: #2680fc !important;
}
#slice_mez_690 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_690 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_690 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_690.hidden > #stacks_in_690 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_691 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_691.selected {
  border-color: #2680fc !important;
}
#slice_mez_691 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_691 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_691 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_691.hidden > #stacks_in_691 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_692 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_692.selected {
  border-color: #2680fc !important;
}
#slice_mez_692 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_692 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_692 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_692.hidden > #stacks_in_692 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_696 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_696.selected {
  border-color: #2680fc !important;
}
#slice_mez_696 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_696 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_696 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_696.hidden > #stacks_in_696 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

#stacks_in_197{
	max-width: px;margin: 0 auto;
}
#stacks_in_197{
	padding: px px px px;
}
@media screen and (min-width: px){
	#stacks_in_197{
		padding: px px px px;
	}
}#stacks_in_198>.s3_row {
	margin: 0 -10px;
}

#stacks_in_198>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_198>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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


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


}






#stacks_in_198 {
	padding: 100px 0px 400px 0px;
}



#stacks_in_210 .teleportMe {
display: none;
}



/* Font style applied when the page has finished loading */

@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_114 {
		font-family: 'Rock Salt', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}
	
	#fontStackstacks_in_114 {
		color: rgba(120, 112, 112, 1.00);
	}
}


#stacks_out_114 {
	width: 420px;
}

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

#stacks_in_116 {
	display:inline-block; width:100%; line-height: 1.180000em;
	word-spacing: 2px;
	font-size: 70%;
}

#stacks_in_208{
	max-width: 1000px;margin: 0 auto;
}
#stacks_in_208{
	padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_208{
		padding: 15px 0px 0px 0px;
	}
}
#stacks_in_220 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_222.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 0px 70px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_222.aspen_split{
		padding: 190px 0px 190px 0px;
	}
}
#stacks_in_222.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_222.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_222.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.2;
	
	background-size: cover;
}

#stacks_in_222.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_222 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_222.aspen_split .max_width_wrap_content{
	max-width: 1000px;
	margin: 0 auto;
}

#stacks_in_222.aspen_split{
	text-align:center;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(77, 77, 77, 1.00));
}

 
#stacks_in_222.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_222.aspen_split h1, 
#stacks_in_222.aspen_split h2,
#stacks_in_222.aspen_split h3, 
#stacks_in_222.aspen_split h4, 
#stacks_in_222.aspen_split h5, 
#stacks_in_222.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_222.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_222.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}/* Font style applied when the page has finished loading */

@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_244 {
		font-family: 'Rock Salt', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}
	
	#fontStackstacks_in_244 {
		color: rgba(120, 112, 112, 1.00);
	}
}


#stacks_out_244 {
	width: 420px;
}

#stacks_in_245 {
	padding: 0px 0px 15px 0px;
}

#stacks_in_246 {
	display:inline-block; width:100%; line-height: 1.180000em;
	word-spacing: 2px;
	font-size: 258%;
}
@important "partials/mixins";
.com_onelittledesigner_stacks_Feature_Section_stack, #stacks_out_292 {
  overflow: visible !important; }

#feature-cards-stacks_in_292 {
  margin: 0 auto;
  max-width: 1000px; }
  #feature-cards-stacks_in_292 * {
    box-sizing: border-box; }
  #feature-cards-stacks_in_292 .feature-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start; }
    #feature-cards-stacks_in_292 .feature-grid.hide-content-icon .feature-card-icon {
      display: none; }
    #feature-cards-stacks_in_292 .feature-grid.hide-content-text .feature-card-content {
      display: none; }
    #feature-cards-stacks_in_292 .feature-grid.show-content-stacks .feature-card-stacks {
      display: block; }
    #feature-cards-stacks_in_292 .feature-grid.no-icons .feature-card-icon i {
      display: none; }
  #feature-cards-stacks_in_292 .feature-outer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 15px 15px; }
    #feature-cards-stacks_in_292 .feature-outer > a {
      text-decoration: none; }
  #feature-cards-stacks_in_292 .feature-card {
    /*  */
    background: rgba(134, 227, 187, 0.22);
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    height: 100%;
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    /*  */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.3s ease;
    padding: 0px;
    border-radius: 4px;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  #feature-cards-stacks_in_292 .feature-card-stacks {
    display: none; }
  #feature-cards-stacks_in_292 .feature-card-icon {
    /*  */
    background: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: content-box;
    width: 70px;
    height: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 50px 50px 50px 50px;
    transition: all 0.3s ease; }
    #feature-cards-stacks_in_292 .feature-card-icon i {
      font-size: 45px;
      color: #263238;
      transition: all 0.6s ease-out;
      -webkit-transform-origin: center center;
              transform-origin: center center; }
  #feature-cards-stacks_in_292 .feature-card-content {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 30px;
    text-align: left; }
  #feature-cards-stacks_in_292 .feature-card-header {
    /*  */
    font-family: "Roboto Condensed";
    /*  */
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: ; }
  #feature-cards-stacks_in_292 .feature-card-description {
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    margin: 10px 0;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px; }

/*  */
#feature-cards-stacks_in_292 .feature-card:hover {
  /*  */
  z-index: 30;
  position: relative;
  -webkit-transform: scale(1.00) rotate(0deg) translateY(-10px);
          transform: scale(1.00) rotate(0deg) translateY(-10px); }
  #feature-cards-stacks_in_292 .feature-card:hover .feature-card-icon {
    /**/ }
    #feature-cards-stacks_in_292 .feature-card:hover .feature-card-icon i {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      /**/ }
  #feature-cards-stacks_in_292 .feature-card:hover .feature-card-header {
    /**/ }
  #feature-cards-stacks_in_292 .feature-card:hover .feature-card-description {
    /**/ }

#feature-cards-stacks_in_292 .feature-grid.ripple .feature-card {
  position: relative; }
  #feature-cards-stacks_in_292 .feature-grid.ripple .feature-card::before {
    background: #F4511E;
    content: '';
    z-index: -1;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px); }

#feature-cards-stacks_in_292 .feature-grid.ripple.center .feature-card::before {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%); }

#feature-cards-stacks_in_292 .feature-grid.ripple.center .feature-card:hover::before {
  width: 150%;
  height: 150%;
  border-radius: 4;
  transition: all 0.4s ease-out;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%); }

#feature-cards-stacks_in_292 .feature-grid.ripple.top-left .feature-card::before {
  top: -30px;
  left: -30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0 50% 50% 50%; }

#feature-cards-stacks_in_292 .feature-grid.ripple.top-left .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0 0 0 20px #F4511E; }

#feature-cards-stacks_in_292 .feature-grid.ripple.top-right .feature-card::before {
  top: -30px;
  right: -30px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1);
          transform: scale(1); }

#feature-cards-stacks_in_292 .feature-grid.ripple.top-right .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 50% 0 50% 50%; }

#feature-cards-stacks_in_292 .feature-grid.ripple.bottom-left .feature-card::before {
  left: -30px;
  bottom: -30px;
  border-radius: 4px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0);
          transform: scale(0); }

#feature-cards-stacks_in_292 .feature-grid.ripple.bottom-left .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1); }

#feature-cards-stacks_in_292 .feature-grid.ripple.bottom-right .feature-card::before {
  bottom: -30px;
  right: -30px;
  border-radius: 50% 50% 0 50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0);
          transform: scale(0); }

#feature-cards-stacks_in_292 .feature-grid.ripple.bottom-right .feature-card:hover::before {
  width: 200%;
  height: 200%;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media (min-width: 767px) {
  #feature-cards-stacks_in_292 .feature-outer {
    /**/
    max-width: 33.333332%;
    /**/
    width: 33.333332%; } }

@media (min-width: 468px) and (max-width: 767px) {
  #feature-cards-stacks_in_292 .feature-outer {
    /**/
    max-width: 100.000000%;
    /**/
    width: 100.000000%; } }

@media (min-width: 0px) and (max-width: 468px) {
  #feature-cards-stacks_in_292 .feature-outer {
    /**/
    max-width: 100.000000%;
    /**/
    width: 100.000000%; } }

/*  */
#feature-section-card-stacks_in_293 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
#feature-section-card-stacks_in_297 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
#feature-section-card-stacks_in_301 img {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px; }
#stacks_in_318.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 30px 70px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_318.aspen_split{
		padding: 190px 30px 190px 30px;
	}
}
#stacks_in_318.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_318.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_318.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.6;
	
	background-size: cover;
}

#stacks_in_318.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_318 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_318.aspen_split .max_width_wrap_content{
	max-width: 590px;
	margin: 0 auto;
}

#stacks_in_318.aspen_split{
	text-align:center;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(77, 77, 77, 1.00));
}

 
#stacks_in_318.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_318.aspen_split h1, 
#stacks_in_318.aspen_split h2,
#stacks_in_318.aspen_split h3, 
#stacks_in_318.aspen_split h4, 
#stacks_in_318.aspen_split h5, 
#stacks_in_318.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_318.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_318.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}
#stacks_in_154 {
	padding: 60px 0px 60px 0px;
}

#stacks_in_156 {
	padding: 0px 0px 80px 0px;
}

#stacks_in_157 {
	font-size: 171%;
}
#stacks_in_328.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 30px 70px 30px;
}
@media screen and (min-width: 770px){
	#stacks_in_328.aspen_split{
		padding: 190px 0px 190px 0px;
	}
}
#stacks_in_328.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_328.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_328.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	background-size: cover;
}

#stacks_in_328.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_328 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_328.aspen_split{
	text-align:center;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.00), rgba(77, 77, 77, 1.00));
}

 
#stacks_in_328.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_328.aspen_split h1, 
#stacks_in_328.aspen_split h2,
#stacks_in_328.aspen_split h3, 
#stacks_in_328.aspen_split h4, 
#stacks_in_328.aspen_split h5, 
#stacks_in_328.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_328.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_328.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}/* Font style applied when the page has finished loading */

@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_163 {
		font-family: 'Rock Salt', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}
	
	#fontStackstacks_in_163 {
		color: rgba(51, 51, 51, 1.00);
	}
}


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

#stacks_in_165 {
	display:inline-block; width:100%; line-height: 1.180000em;
	word-spacing: 2px;
	font-size: 300%;
}
/* B3: Bigfoot Responsive 3 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#frameThingstacks_in_348 {
	width: 100%;
	overflow: auto
}

#stacks_in_348 .span_1_of_3 {
	float:left;
	width:32%;
}

#stacks_in_348 .span_2_of_3 {
	float:right;
	width:32%;
    margin-left: 0px;
}

#stacks_in_348 .span_3_of_3 {
	float: none;
	position:relative;
	margin:0 auto;
	width:32%;
}


/* CUSTOM BREAKPOINT ----------- */

@media only screen 
and (max-width : 600px)  {
	#stacks_in_348 .span_1_of_3 {
	 
	}
	#stacks_in_348 .span_2_of_3 {
	 
	}
	#stacks_in_348 .span_3_of_3 {
	 
	}
}


/*  SECTIONS  */

#stacks_in_348 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_348 .groupthing:before,
#stacks_in_348 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_348 .groupthing:after {
    clear:both;
}
#stacks_in_348 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_348 .col {
	display: block;

}

#stacks_in_348 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 
#stacks_in_348 {
	padding: 10px 0px 0px 0px;
}
/*  */
#view-more-stacks_in_338 {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 700px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_338 .vm-header {
    padding-top: 235px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_338 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_338 .vm-header-icon {
      top: 15px;
      height: 220px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_338 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        background: url(../files/icon_bg_image_choice-338.jpg) no-repeat center center;
        background-size: cover;
        /*  */
        color: rgba(255, 255, 255, 0.30);
        width: 200px;
        height: 200px;
        font-size: 0px;
        border-radius: 200px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_338 .vm-header-title, #view-more-stacks_in_338 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_338 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 45.304001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 10px auto; }
    #view-more-stacks_in_338 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      line-height: 22.652000px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_338 .vm-footer {
    padding: 30px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_338 .vm-footer-actions a, #view-more-stacks_in_338 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      /*  */
      /*  */
      color: rgba(134, 227, 187, 1.00);
      font-size: 16px;
      padding: 20px 30px;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_338 .vm-footer-actions a:hover, #view-more-stacks_in_338 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_338 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_338 .vm-footer-actions a.vm-action-go::before {
        content: 'Download';
        display: inline-block; }
    #view-more-stacks_in_338 .vm-footer-actions a.vm-action-more::before {
      content: 'Read more';
      display: inline-block; }
  #view-more-stacks_in_338 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_338 .vm-content h1, #view-more-stacks_in_338 .vm-content h2, #view-more-stacks_in_338 .vm-content h3, #view-more-stacks_in_338 .vm-content h4, #view-more-stacks_in_338 .vm-content h5, #view-more-stacks_in_338 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_338 .vm-content a {
      color: rgba(152, 218, 252, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_338 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_338 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 30px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_338 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_338.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_338.expanded .vm-header {
    min-height: 100px;
    padding-left: 125px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.30);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_338.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_338.expanded .vm-header-icon {
      top: 0;
      width: 100px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_338.expanded .vm-header-icon i {
        width: 100px;
        height: 100px;
        font-size: 0px;
        border-radius: 100px; }
    #view-more-stacks_in_338.expanded .vm-header-title, #view-more-stacks_in_338.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_338.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 10px; }
    #view-more-stacks_in_338.expanded .vm-header-description {
      font-size: 14px;
      line-height: 22.652000px; }
  #view-more-stacks_in_338.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_338.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(0, 0, 0, 0.30);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_338.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_338.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_338 {
	margin: 30px 0px 150px 0px;
}
/*  */
#view-more-stacks_in_362 {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 700px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_362 .vm-header {
    padding-top: 235px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_362 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_362 .vm-header-icon {
      top: 15px;
      height: 220px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_362 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        background: url(../files/icon_bg_image_choice-362.jpg) no-repeat center center;
        background-size: cover;
        /*  */
        color: rgba(255, 255, 255, 0.30);
        width: 200px;
        height: 200px;
        font-size: 0px;
        border-radius: 200px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_362 .vm-header-title, #view-more-stacks_in_362 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_362 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 45.304001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 10px auto; }
    #view-more-stacks_in_362 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      line-height: 22.652000px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_362 .vm-footer {
    padding: 30px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_362 .vm-footer-actions a, #view-more-stacks_in_362 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      /*  */
      /*  */
      color: rgba(134, 227, 187, 1.00);
      font-size: 16px;
      padding: 20px 30px;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_362 .vm-footer-actions a:hover, #view-more-stacks_in_362 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_362 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_362 .vm-footer-actions a.vm-action-go::before {
        content: '';
        display: inline-block; }
    #view-more-stacks_in_362 .vm-footer-actions a.vm-action-more::before {
      content: 'Read more';
      display: inline-block; }
  #view-more-stacks_in_362 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_362 .vm-content h1, #view-more-stacks_in_362 .vm-content h2, #view-more-stacks_in_362 .vm-content h3, #view-more-stacks_in_362 .vm-content h4, #view-more-stacks_in_362 .vm-content h5, #view-more-stacks_in_362 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_362 .vm-content a {
      color: rgba(134, 227, 187, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_362 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_362 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 30px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_362 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_362.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_362.expanded .vm-header {
    min-height: 100px;
    padding-left: 125px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.30);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_362.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_362.expanded .vm-header-icon {
      top: 0;
      width: 100px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_362.expanded .vm-header-icon i {
        width: 100px;
        height: 100px;
        font-size: 0px;
        border-radius: 100px; }
    #view-more-stacks_in_362.expanded .vm-header-title, #view-more-stacks_in_362.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_362.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 10px; }
    #view-more-stacks_in_362.expanded .vm-header-description {
      font-size: 14px;
      line-height: 22.652000px; }
  #view-more-stacks_in_362.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_362.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(0, 0, 0, 0.30);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_362.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_362.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_362 {
	margin: 30px 0px 150px 0px;
}
/*  */
#view-more-stacks_in_352 {
  /*  */
  background: rgba(49, 44, 50, 1.00);
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 700px;
  border-radius: 5px;
  min-height: 0px;
  margin: 0 auto; }
  #view-more-stacks_in_352 .vm-header {
    padding-top: 235px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_352 .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_352 .vm-header-icon {
      top: 15px;
      height: 220px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: absolute;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: all 0.8s ease; }
      #view-more-stacks_in_352 .vm-header-icon i {
        /*  */
        /*  */
        /*  */
        background: url(../files/icon_bg_image_choice-352.jpg) no-repeat center center;
        background-size: cover;
        /*  */
        color: rgba(255, 255, 255, 0.30);
        width: 200px;
        height: 200px;
        font-size: 0px;
        border-radius: 200px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
            justify-content: center; }
    #view-more-stacks_in_352 .vm-header-title, #view-more-stacks_in_352 .vm-header-description {
      transition: all 0.8s ease; }
    #view-more-stacks_in_352 .vm-header-title {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 45.304001px;
      max-width: 600px;
      font-weight: bold;
      margin: 0 auto 10px auto; }
    #view-more-stacks_in_352 .vm-header-description {
      /*  */
      font-family: "Varela";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      line-height: 22.652000px;
      max-width: 500px;
      margin: 0 auto 0 auto;
      width: 100%; }
  #view-more-stacks_in_352 .vm-footer {
    padding: 30px 10px 30px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #view-more-stacks_in_352 .vm-footer-actions a, #view-more-stacks_in_352 .vm-footer-actions a:visited {
      /*  */
      font-family: "Varela";
      /*  */
      /*  */
      /*  */
      /*  */
      color: rgba(134, 227, 187, 1.00);
      font-size: 16px;
      padding: 20px 30px;
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 5px;
      text-decoration: none;
      display: inline-block;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
      #view-more-stacks_in_352 .vm-footer-actions a:hover, #view-more-stacks_in_352 .vm-footer-actions a:visited:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    #view-more-stacks_in_352 .vm-footer-actions a.vm-action-go {
      /*  */
      /*  */
      /*  */
      display: none; }
      #view-more-stacks_in_352 .vm-footer-actions a.vm-action-go::before {
        content: '';
        display: inline-block; }
    #view-more-stacks_in_352 .vm-footer-actions a.vm-action-more::before {
      content: 'Read more';
      display: inline-block; }
  #view-more-stacks_in_352 .vm-content {
    /*  */
    height: 0;
    /*  */
    color: rgba(255, 255, 255, 0.50);
    overflow: hidden; }
    #view-more-stacks_in_352 .vm-content h1, #view-more-stacks_in_352 .vm-content h2, #view-more-stacks_in_352 .vm-content h3, #view-more-stacks_in_352 .vm-content h4, #view-more-stacks_in_352 .vm-content h5, #view-more-stacks_in_352 .vm-content h6 {
      color: rgba(255, 255, 255, 1.00); }
    #view-more-stacks_in_352 .vm-content a {
      color: rgba(152, 218, 252, 1.00);
      text-decoration: none; }
      #view-more-stacks_in_352 .vm-content a:hover {
        text-decoration: underline; }
    #view-more-stacks_in_352 .vm-content-inner {
      /*  */
      font-family: "Varela";
      /*  */
      padding: 30px 10px;
      max-width: 2000px;
      margin: 0 auto; }
      #view-more-stacks_in_352 .vm-content-inner p {
        font-size: 14px;
        line-height: 25.888px; }
  #view-more-stacks_in_352.expanded.custom-expand-width {
    max-width: 2000px; }
  #view-more-stacks_in_352.expanded .vm-header {
    min-height: 100px;
    padding-left: 125px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.30);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    transition: all 0.8s ease; }
    #view-more-stacks_in_352.expanded .vm-header * {
      box-sizing: border-box;
      transition: all 0.8s ease; }
    #view-more-stacks_in_352.expanded .vm-header-icon {
      top: 0;
      width: 100px;
      left: 15px;
      bottom: 0;
      height: 100%;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      position: absolute;
      transition: all 0.8s ease; }
      #view-more-stacks_in_352.expanded .vm-header-icon i {
        width: 100px;
        height: 100px;
        font-size: 0px;
        border-radius: 100px; }
    #view-more-stacks_in_352.expanded .vm-header-title, #view-more-stacks_in_352.expanded .vm-header-description {
      width: 100%;
      margin-left: 0;
      transition: all 0.8s ease; }
    #view-more-stacks_in_352.expanded .vm-header-title {
      font-size: 20px;
      line-height: 32.360001px;
      margin-bottom: 10px; }
    #view-more-stacks_in_352.expanded .vm-header-description {
      font-size: 14px;
      line-height: 22.652000px; }
  #view-more-stacks_in_352.expanded .vm-footer a.vm-action-go {
    display: inline-block; }
  #view-more-stacks_in_352.expanded .vm-footer a.vm-action-more {
    /*  */
    background: rgba(0, 0, 0, 0.30);
    /*  */
    /*  */
    /*  */
    color: rgba(255, 255, 255, 1.00);
    margin-right: 8px;
    box-shadow: none; }
    #view-more-stacks_in_352.expanded .vm-footer a.vm-action-more::before {
      content: 'Close'; }
  #view-more-stacks_in_352.expanded.no-action-button a.vm-action-go {
    display: none; }

#stacks_in_352 {
	margin: 30px 0px 150px 0px;
}
#stacks_in_186.aspen_split{
	position: relative;
	font-size: 17px;
	padding: 80px 0px 70px 0px;
}
@media screen and (min-width: 770px){
	#stacks_in_186.aspen_split{
		padding: 150px 0px 150px 0px;
	}
}
#stacks_in_186.aspen_split section.theme {position: relative;z-index: 1;}
#stacks_in_186.aspen_split .bg-wrap {clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
#stacks_in_186.aspen_split .bg{
	position: absolute; display: block;
	top: 0;left: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateZ(0);
	will-change: transform;
	
	opacity: 0.3;
	
	background-size: cover;
}

#stacks_in_186.aspen_split .bg{position: fixed;}
@supports (-ms-ime-align:auto) {
	#stacks_in_186 .bg{ position: absolute; transform: none; background-attachment: fixed; }
}


#stacks_in_186.aspen_split .max_width_wrap_content{
	max-width: 1200px;
	margin: 0 auto;
}

#stacks_in_186.aspen_split{
	text-align:center;
	background-image: linear-gradient(to right, rgba(134, 227, 187, 1.00), rgba(255, 255, 255, 1.00));
}

 
#stacks_in_186.aspen_split{color:rgba(255, 255, 255, 1.00);} 
#stacks_in_186.aspen_split h1, 
#stacks_in_186.aspen_split h2,
#stacks_in_186.aspen_split h3, 
#stacks_in_186.aspen_split h4, 
#stacks_in_186.aspen_split h5, 
#stacks_in_186.aspen_split h6{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_186.aspen_split a{color: rgba(255, 255, 255, 1.00);} 
#stacks_in_186.aspen_split a:hover{color: rgba(255, 255, 255, 1.00);}/* Font style applied when the page has finished loading */

@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_527 {
		font-family: 'Rock Salt', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 100%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}
	
	#fontStackstacks_in_527 {
		color: rgba(255, 255, 255, 1.00);
	}
}


#stacks_out_527 {
	width: 600px;
}

#stacks_in_528 {
	padding: 15px 0px 10px 0px;
}

#stacks_in_529 {
	font-size: 150%;
}

#stacks_in_191 {
	padding: 39px 0px 25px 0px;
}

#stacks_out_191 {
	width: 70%;
}
#stacks_in_193 .stacks_in_193-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: "FlatButtonOpenSans", sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_193 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_193 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_193 .stacks_in_193-button,
#stacks_in_193 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_193 {
		text-align: center;
	}









#stacks_in_193 a.stacks_in_193-button, #stacks_in_193 a.stacks_in_193-button:visited, #stacks_in_193 a.stacks_in_193-button:hover, #stacks_in_193 a.stacks_in_193-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_193 .stacks_in_193-button {
		
			background-color: #86E3BB;
		
	}

	#stacks_in_193 a.stacks_in_193-button, #stacks_in_193 a.stacks_in_193-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_193 a.stacks_in_193-button:hover, #stacks_in_193 a.stacks_in_193-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #9AF7CF;
		
	}

	



#stacks_in_194 {
	padding: 50px 0px 50px 0px;
}
/* DooBox Spin CSS Document */




#stacks_in_531 .stacks_in_531spin{
display:none;
}







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

#stacks_in_532>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_532>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_532>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_532 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_533 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_533:hover {
	opacity: 0.60;
}#rollFadestacks_in_538 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_538:hover {
	opacity: 0.60;
}#rollFadestacks_in_543 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_543:hover {
	opacity: 0.60;
}#stacks_in_549>.s3_row {
	margin: 0 -0px;
}

#stacks_in_549>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_549>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_549>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_549 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_550 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_550:hover {
	opacity: 0.70;
}#rollFadestacks_in_555 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_555:hover {
	opacity: 0.70;
}#rollFadestacks_in_560 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_560:hover {
	opacity: 0.70;
}#stacks_in_566>.s3_row {
	margin: 0 -0px;
}

#stacks_in_566>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_566>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_566>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_566 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_567 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_567:hover {
	opacity: 0.70;
}#rollFadestacks_in_572 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_572:hover {
	opacity: 0.70;
}#rollFadestacks_in_697 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_697:hover {
	opacity: 0.70;
}#stacks_in_583>.s3_row {
	margin: 0 -0px;
}

#stacks_in_583>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_583>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_583>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_583 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_701 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_701:hover {
	opacity: 0.70;
}#rollFadestacks_in_589 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_589:hover {
	opacity: 0.70;
}#rollFadestacks_in_594 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_594:hover {
	opacity: 0.70;
}#stacks_in_600>.s3_row {
	margin: 0 -0px;
}

#stacks_in_600>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_600>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_600>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_600 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_601 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_601:hover {
	opacity: 0.70;
}#rollFadestacks_in_606 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_606:hover {
	opacity: 0.70;
}#rollFadestacks_in_611 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_611:hover {
	opacity: 0.70;
}#stacks_in_617>.s3_row {
	margin: 0 -0px;
}

#stacks_in_617>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_617>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_617>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


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


}




#stacks_in_617 {
	padding: 50px 0px 0px 0px;
}
#rollFadestacks_in_618 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_618:hover {
	opacity: 0.70;
}#rollFadestacks_in_623 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_623:hover {
	opacity: 0.70;
}#rollFadestacks_in_628 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_628:hover {
	opacity: 0.70;
}